﻿@charset "utf-8";

body {
    padding-top: 0px;
}

@media (max-width:991.98px) {
    body {
        padding-top: 66px;
    }
}

body, html {
    min-height: 100%;
    height: 100%;
}

    body::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        background-color: #eee;
        cursor: pointer;
    }

    body::-webkit-scrollbar {
        width: 10px;
        cursor: pointer;
    }

    body::-webkit-scrollbar-thumb {
        background-color: #444;
    }

        body::-webkit-scrollbar-thumb:hover {
            background-color: #000;
        }

a {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.scrollup {
    position: fixed;
    bottom: 10px;
    right: 10px;
    display: none;
    z-index: 9;
    font-size: 16px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.scrollup {
    -webkit-animation: slideInRight 800ms ease;
    -moz-animation: slideInRight 800ms ease;
    -ms-animation: slideInRight 800ms ease;
}

a.scrollup {
    background: #fa413c;
    color: #fff !important;
    text-decoration: none;
    border-radius: 100%;
}

    a.scrollup:hover {
        background: #004462;
        color: #fff
    }

ul.social-media {
    padding: 0px;
    display: block;
}

    ul.social-media li {
        display: inline-block;
        list-style-type: none;
        list-style-image: none;
        padding: 0px;
        margin: 0 15px 0px 0px;
    }

        ul.social-media li a {
            display: block;
            color: #fff;
            transition: none .6s ease-in-out;
            -webkit-transition: none .6s ease-in-out;
            -moz-transition: none .6s ease-in-out;
            -o-transition: none .6s ease-in-out;
            -ms-transition: none .6s ease-in-out;
        }

    ul.social-media .bi {
        font-size: 1rem;
        width: 50px;
        height: 50px;
        line-height: 50px;
        border-radius: 50%;
        background: rgba(255,255,255,0.1);
        display: block;
        text-align: center
    }

.bi {
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
}

    .bi.bi-facebook:hover {
        background: #3b5998;
    }

    .bi.bi-linkedin:hover {
        background: #0275b5;
    }

    .bi.bi-twitter:hover {
        background: #4dc8f1;
    }

    .bi.bi-instagram:hover {
        background: #3e739d;
    }

    .bi.bi-youtube:hover {
        background: #fa413c;
    }

.heading {
    margin-bottom: 1.5rem;
}

    .heading small {
        font-size: 0.96rem;
        text-transform: uppercase;
        color: #202020;
        font-weight: 500;
        margin-top: 12px;
    }

    .heading h2, .heading h1 {
        color: #000;
        font-weight: 500;   
        margin-bottom: 0;
        padding-bottom: 15px;
        position: relative;
    }
/* breadcrumb */
.breadcrumb {
    padding: 10px 15px;
    margin: 0;
    background: transparent;
    border-top: 1px solid #f2f2f2;
    justify-content: center
}

.breadcrumb-item {
    font-size: .85rem;
    color: #333
}

    .breadcrumb-item a {
        color: #333 !important;
    }

    .breadcrumb-item.active {
        color: #fa413c;
        font-weight: 600;
    }

/* wrapper */
.wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
    text-align: left;
    float: none;
}

.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -275px;
}

.footer {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.footer, .push {
    min-height: 275px;
    clear: both;
}

@media (min-width:992px) {
    .wrapper {
        min-height: 100%;
        height: auto !important;
        height: 100%;
        margin: 0 auto -275px;
    }

    .footer {
        min-height: 25px;
        clear: both;
    }

    .push {
        min-height: 175px;
        clear: both;
    }
}

/* Header */
/*.top-nav-collapse {
    background: #fff;
    box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
}

.header {
    background: #fff;
}

.navbar-light .navbar-nav .nav-link {
    color: #333;
}

.navbar-nav .nav-link {
    font-weight: 600;
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link {
    color: #004462;
}*/


@media (max-width:1199.98px) {
}

@media (max-width:991.98px) {
    body {
        padding-top: 82.5px;
    }

    /* .navbar-nav .nav-link {
        border-bottom: 1px solid rgba(0, 0, 0, 0.3);
        padding: 0.85rem 1rem;
    }*/
}

@media (max-width: 767.98px) {
    body {
        padding-top: 0 !important;
    }

    .navbar-brand-img {
        /*height: 50px;*/
        width: 220px;
    }

    .nav-item .navbar-btn {
        margin-top: 25px;
        margin: 0.85rem 1rem !important;
    }

    img, svg {
        vertical-align: middle;
        width: 100%;
    }

    .healthcare-stethoscope {
        display: none;
    }

    .healthcare-doctor-image .circle-pattern {
        display: none;
    }

    .healthcare-doctor-image .healthcare-card-content {
        max-width: 100%;
    }

    .call-action .content {
        padding: 100px 30px !important;
    }

    .call-action .pattern-layer .pattern-1 {
        display: none;
    }

    .newsletter-wrap {
        position: relative !important;
        top: -70px !important;
    }

    .newsletter-item .newsletter-form .newsletter-btn {
        position: relative !important;
        right: 0 !important;
        color: #fff;
    }

    .footer .container {
        max-width: 100%;
        padding-top: 0px !important;
    }
}

/*@media (min-width:992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 1rem;
        padding-right: 1rem;
        font-weight: 700;
        padding-top: 15px;
    }

    .navbar-brand-img {
        width: 303px;
        height: 110px;
        display: block;
        transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
    }

    .top-nav-collapse .navbar-brand-img {
        width: 166px;
        height: 60px
    }
}
*/

/* Footer */
.footer {
    background: #2B2B2B;
    font-size: 14px;
    color: #fff;
}

    .footer a {
        text-decoration: none;
        color: #fff;
    }

        .footer a:hover {
            color: #fff;
        }

.ftr-middle .container {
    border: 1px solid rgba(255,255,255,0.3);
    border-width: 1px 0 1px;
    padding: 15px 15px 10px;
    border-top: none;
}

.ftr-head {
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 0.6rem;
    font-weight: 500
}

ul.ftr-list {
    text-align: left;
    margin: 0;
    padding: 0;
    width: 100%;
}

    ul.ftr-list li {
        display: inline-block;
        padding: 0;
        margin-bottom: 10px;
        margin-right: 6px;
    }

        ul.ftr-list li:not(:last-child):after {
            content: "|";
            margin: 0 0 0 8px;
        }

        ul.ftr-list li a {
            text-decoration: none;
        }

            ul.ftr-list li a:hover {
                text-decoration: underline;
            }

@media (max-width:991.98px) {
    .footer .container {
        max-width: 100%;
    }
}


.card-h100 .col-12, .card-h100 .col-6 {
    padding-bottom: 30px;
}

.card-h100 .card {
    height: 100%;
}

.mt-n5 {
    margin-top: -5rem;
}

.h1, .h2, .h3, .h4, h1, h2, h3, h4 {
    letter-spacing: -.01em;
}

.h3, h3 {
    font-size: 24px;
}


.bg-intro {
    background: #fff url(../images/pic-intro.png) no-repeat left top
}

@media (max-width:575.98px) {
    .bg-intro {
        background-position: center center !important;
        background-size: cover
    }
}

.list-check li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: .3rem;
    margin-left: 0rem;
}

    .list-check li:before {
        content: "\f272";
        position: absolute;
        left: 0;
        top: 7px;
        display: inline-block;
        font-family: bootstrap-icons !important;
        font-style: normal;
        font-weight: normal !important;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        vertical-align: -.125em;
        -webkit-font-smoothing: antialiased;
    }

.bg-gray-200 {
    background: #f0f0f0
}

.bg-blue-200 {
    background: #ebf3ef
}

.bg-parallax {
    background: #c5dae0 url(../images/pic-parallax.jpg) no-repeat center;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.bg-parallax2 {
    background: #464646 url(../images/bg-parallax.png) no-repeat center;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    z-index: 2;
}

.icon-tooth {
    display: block;
    max-width: 250px;
    height: 250px;
    width: 100%;
    background: url(../images/icon-tooth.png)no-repeat;
    background-size: 100%;
    margin-top: -50px;
    position: relative;
    z-index: 99;
}

/*
.card-packages {padding-top:2rem;}*/
.card-packages .col-12 {
    padding-bottom: 4rem
}

.card-packages .card-header {
    display: inline-block;
    width: 80%;
    margin: -1.5rem auto 0;
    border-radius: 0.50rem

}

.card-packages .card-footer {
    margin: 0 auto -1.5rem;
    background: transparent !important
}

.list-package .slick-dots {
    text-align: left
}



.icon-floating {
    position: relative;
}

    .icon-floating .bi, .icon-floating .fa {
        position: absolute;
        left: 10px;
        top: 15px;
        font-size: 1.2rem;
    }

    .icon-floating .form-control, .icon-floating .form-select {
        padding-left: 40px;
    }

    .icon-floating > label {
        left: 28px;
    }

.card-progress {
    overflow: hidden
}

    .card-progress .progress {
        height: 8px;
        border-radius: 0rem;
    }

.list-group-border-0 .list-group-item {
    border: 0
}

.list-group-user a {
    position: relative;
    padding-left: 35px;
}

.list-group-user .bi {
    position: absolute;
    left: 10px;
    top: 9px;
}

.list-report li {
    position: relative;
    padding: 5px 5px 5px 30px;
}

    .list-report li:before {
        font-family: FontAwesome;
        content: "\f1c1";
        left: 2px;
        top: 7px;
        position: absolute
    }

.list-report a {
    text-decoration: none;
}

    .list-report a:hover {
        text-decoration: underline;
    }


.upload-wrapper {
    position: relative;
    height: 150px;
    width: 200px;
    margin: 20px auto;
    border-radius: 0.50rem;
    overflow: hidden;
    box-shadow: 1px 1px 15px -5px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
}

    .upload-wrapper:hover {
        transform: scale(1.05);
        cursor: pointer;
    }

        .upload-wrapper:hover .upload-pic {
            opacity: 0.5;
        }

    .upload-wrapper .upload-pic {
        height: 100%;
        width: 100%;
        transition: all 0.3s ease;
    }

        .upload-wrapper .upload-pic:after {
            font-family: FontAwesome;
            content: "\f1c5";
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            width: 100%;
            height: 100%;
            line-height: 150px;
            position: absolute;
            font-size: 60px;
            background: #ecf0f1;
            color: #34495e;
            text-align: center;
        }

    .upload-wrapper .upload-button {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
    }

        .upload-wrapper .upload-button .fa-arrow-circle-up {
            position: absolute;
            font-size: 120px;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            line-height: 150px;
            text-align: center;
            opacity: 0;
            transition: all 0.3s ease;
            color: #34495e;
        }

        .upload-wrapper .upload-button:hover .fa-arrow-circle-up {
            opacity: 0.9;
        }

.accordion {
    width: 100%;
    /* max-width: 384px; */
    /* margin: 30px auto 20px; */
    background: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 0px;
    list-style: none;
    padding-left: 0 !important;
}

    .accordion .link {
        cursor: pointer;
        display: block;
        padding: .5rem 15px .5rem 36px;
        color: #4D4D4D;
        font-size: 15px;
        font-weight: 400;
        border-bottom: 1px solid #CCC;
        position: relative;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
        line-height: 30px;
    }

    .accordion li:last-child .link {
        border-bottom: 0;
    }

    .accordion li i {
        position: absolute;
        top: 15px;
        left: 8px;
        font-size: 16px;
        color: #595959;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

        .accordion li i.fa-chevron-down {
            right: 12px;
            left: auto;
            font-size: 16px;
        }

    .accordion li.open .link {
        color: #fff;
        background-color: #12244c;
        border-color: #12244c;
    }

    .accordion li.open i {
        color: #fff;
    }

        .accordion li.open i.fa-chevron-down {
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            transform: rotate(180deg);
        }


.submenu {
    display: none;
    background: #12244c;
    font-size: 14px;
    list-style: none;
    padding-left: 0 !important;
}

    .submenu li {
        border-bottom: 1px solid #4b4a5e;
    }

.activeli {
    background: #d7ba40;
    color: #FFF;
}

.submenu a {
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 12px;
    padding-left: 42px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

    .submenu a:hover {
        background: #00968b;
        color: #FFF;
    }

.icon {
    font-size: 1.7142857143rem;
    line-height: 1;
}

.icon-shape {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    vertical-align: middle;
    border-radius: 0.375rem;
    width: 3rem;
    height: 3rem;
}

.bg-tertiary {
    --x-bg-opacity: 1;
    background-color: #ff579a, var(--x-bg-opacity)) !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.badge {
    display: inline-block;
    padding: 0.2rem 0.6rem;
    font-size: 0.75em;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.375rem;
}

.badge {
    line-height: 1rem;
}

.bg-soft-success {
    background-color: #ccf5e7 !important;
}

.text-success {
    --x-text-opacity: 1;
    color: #00cc88, var(--x-text-opacity)) !important;
}

.text-danger {
    --x-text-opacity: 1;
    color: #ff3366, var(--x-text-opacity)) !important;
}

label.question {
    font-size: 19px;
    color: #12244c;
}


.slider {
    display: flex;
    width: 500%;
    height: 55rem;
    transition: all 0.25s ease-in;
    transform: translateX(0);
}

@media only screen and (max-width: 1000px) {
    .slider {
        height: 100vh;
    }
}

.slider .box {
    height: 100%;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    overflow: hidden;
    position: relative;
}

@media only screen and (max-width: 650px) {
    .slider .box {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(2, 1fr);
    }
}

.slider .box .bg {
    padding: 2rem;
    background-color: rgba(0, 0, 0, 0.2);
    width: 55%;
    transform: skewX(7deg);
    position: absolute;
    height: 100%;
    left: -10%;
    padding-left: 20rem;
    transform-origin: 0 100%;
}

@media only screen and (max-width: 800px) {
    .slider .box .bg {
        width: 65%;
    }
}

@media only screen and (max-width: 650px) {
    .slider .box .bg {
        width: 100%;
        left: 0;
        bottom: 0;
        height: 54%;
        transform: skewX(0deg);
    }
}

.slider .box .bg::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: inherit;
    pointer-events: none;
    transform: skewX(10deg);
}

@media only screen and (max-width: 650px) {
    .slider .box .bg::before {
        width: 120%;
        bottom: 0;
        transform: skewX(0deg);
    }
}

.slider .box .details {
    padding: 5rem;
    padding-left: 10rem;
    z-index: 100;
    grid-column: 1/span 1;
    grid-row: 1/-1;
}

@media only screen and (max-width: 650px) {
    .slider .box .details {
        grid-row: 2/span 1;
        grid-column: 1/-1;
        text-align: center;
        padding: 2rem;
        transform: translateY(-9rem);
    }
}

.slider .box .details h1 {
    font-size: 3.5rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.slider .box .details p {
    display: inline-block;
    font-size: 1.3rem;
    color: #B5B4B4;
    margin-bottom: 2rem;
    margin-right: 5rem;
}

@media only screen and (max-width: 800px) {
    .slider .box .details p {
        margin-right: 0;
    }
}

.slider .box .details button {
    padding: 1rem 3rem;
    color: #fff;
    border-radius: 2rem;
    outline: none;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .slider .box .details button:hover {
        opacity: 0.8;
    }

    .slider .box .details button:focus {
        outline: none;
        border: none;
    }

.slider .box1 {
    background-color: #500033;
}

    .slider .box1 .illustration .inner {
        background-color: #FF0077;
    }

        .slider .box1 .illustration .inner::after, .slider .box1 .illustration .inner::before {
            background-color: rgba(255, 0, 119, 0.4);
        }

    .slider .box1 button {
        background-color: #FF0077;
    }

.slider .box2 {
    background-color: #000050;
}

    .slider .box2 .illustration .inner {
        background-color: #0033FF;
    }

        .slider .box2 .illustration .inner::after, .slider .box2 .illustration .inner::before {
            background-color: rgba(0, 51, 255, 0.4);
        }

    .slider .box2 button {
        background-color: #0033FF;
    }

.slider .box3 {
    background-color: #00501D;
}

    .slider .box3 .illustration .inner {
        background-color: #00FF44;
    }

        .slider .box3 .illustration .inner::after, .slider .box3 .illustration .inner::before {
            background-color: rgba(0, 255, 68, 0.4);
        }

    .slider .box3 button {
        background-color: #00FF44;
    }

.slider .box4 {
    background-color: #554D00;
}

    .slider .box4 .illustration .inner {
        background-color: #FF4E00;
    }

        .slider .box4 .illustration .inner::after, .slider .box4 .illustration .inner::before {
            background-color: rgba(255, 78, 0, 0.4);
        }

    .slider .box4 button {
        background-color: #FF4E00;
    }

.slider .box5 {
    background-color: #300050;
}

    .slider .box5 .illustration .inner {
        background-color: #8000FF;
    }

        .slider .box5 .illustration .inner::after, .slider .box5 .illustration .inner::before {
            background-color: rgba(128, 0, 255, 0.4);
        }

    .slider .box5 button {
        background-color: #8000FF;
    }

.slider .illustration {
    grid-column: 2/-1;
    grid-row: 1/-1;
    justify-self: center;
}

@media only screen and (max-width: 650px) {
    .slider .illustration {
        grid-row: 1/span 1;
        grid-column: 1/-1;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.slider .illustration div {
    height: 25rem;
    width: 18rem;
    border-radius: 3rem;
    background-color: #FF0077;
    position: relative;
    transform: skewX(-10deg);
}

@media only screen and (max-width: 800px) {
    .slider .illustration div {
        height: 20rem;
        width: 15rem;
    }
}

.slider .illustration div::after, .slider .illustration div::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 3rem;
    top: 0;
    left: 0;
}

.slider .illustration div::after {
    transform: translate(4rem, -1rem);
}

.slider .illustration div::before {
    transform: translate(2rem, -2rem);
}

.prev,
.next,
.trail {
    z-index: 10000;
    position: absolute;
}

.prev,
.next {
    width: 4rem;
    cursor: pointer;
    opacity: 0.2;
    transition: all 0.3s ease;
}

@media only screen and (max-width: 650px) {
    .prev,
    .next {
        display: none;
    }
}

.prev:hover,
.next:hover {
    opacity: 1;
}

.prev {
    top: 50%;
    left: 2%;
    transform: translateY(-50%);
}

.next {
    top: 50%;
    right: 2%;
    transform: translateY(-50%);
}

.trail {
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1rem;
    text-align: center;
    font-size: 1.5rem;
}

@media only screen and (max-width: 650px) {
    .trail {
        width: 90%;
        bottom: 13%;
    }
}

.trail div {
    padding: 2rem;
    border-top: 3px solid #fff;
    cursor: pointer;
    opacity: 0.3;
    transition: all 0.3s ease;
}

    .trail div:hover {
        opacity: 0.6;
    }

@media only screen and (max-width: 650px) {
    .trail div {
        padding: 1rem;
    }
}

.active {
    opacity: 1 !important;
}

.section-title {
    margin-bottom: 12px;
    margin-top: -7px
}

    .section-title h2 {
        font-weight: 700;
        font-size: 35px;
        margin-bottom: 0;
        padding-bottom: 15px;
        position: relative
    }

        /*.section-title h2:before {
            position: absolute;
            content: '';
            left: 0;
            bottom: 0;
            width: 80px;
            height: 5px;
            background-color: #12244c;
            border-radius: 5px
        }*/

    .section-title.text-center h2:before {
        position: absolute;
        content: '';
        left: 45%;
        bottom: 0;
        width: 80px;
        height: 5px;
        background-color: #12244c;
        border-radius: 5px
    }

    .section-title.text-white h2:before {
        position: absolute;
        content: '';
        left: 0;
        bottom: 0;
        width: 80px;
        height: 5px;
        background-color: #12244c;
        border-radius: 5px
    }

    .section-title.text-white h2:before {
        position: absolute;
        content: '';
        left: 45%;
        bottom: 0;
        width: 80px;
        height: 5px;
        background-color: #12244c;
        border-radius: 5px
    }

.expertise-item {
    text-align: center
}

    .expertise-item a {
        display: block
    }

    .expertise-item .expertise-inner {
        background-color: transparent;
        padding: 42px 25px 35px;
        border-radius: 10px;
        margin-bottom: 30px;
        border-radius: 10px;
        -webkit-box-shadow: 0 0 20px 0 #dddddda6;
        box-shadow: 0 0 20px 0 #dddddda6;
        padding: 35px;
        margin-bottom: 30px;
    }

        .expertise-item .expertise-inner:hover i {
            -webkit-box-shadow: none;
            box-shadow: none
        }

        .expertise-item .expertise-inner i {
            display: block;
            width: 70px;
            height: 70px;
            line-height: 70px;
            margin-left: auto;
            margin-right: auto;
            border-radius: 50%;
            color: #fff;
            font-size: 30px;
            margin-bottom: 35px;
            -webkit-box-shadow: 0 0 0 7px #ffffffa6;
            box-shadow: 0 0 0 7px #4b5690;
            background-color: #12244c;
            -webkit-transition: .5s all ease;
            transition: .5s all ease;
            position: relative;
            top: 8px
        }

        .expertise-item .expertise-inner h3 {
            color: hsl(0deg 0% 0%);
            font-weight: 600;
            font-size: 22px;
            margin-bottom: 14px
        }

        .expertise-item .expertise-inner p {
            margin-bottom: 0;
            color: #000;
        }
/** process-section **/

.process-section {
    position: relative;
    padding: 50px 0px 50px 0px;
}

    .process-section .sec-title {
        margin-bottom: 50px;
    }

    .process-section .inner-content {
        position: relative;
        background: #fff0;
        border-radius: 0px;
        overflow: hidden;
    }

.processing-block-one .inner-box {
    position: relative;
    display: block;
    padding: 47px 40px 46px 40px;
    background: #fff;
    border-radius: 10px;
}

    .processing-block-one .inner-box:after {
        position: absolute;
        content: '';
        width: 145px;
        height: 6px;
        bottom: 0px;
        right: 40px;
        transition: all 500ms ease;
    }

.processing-block:nth-child(2) .processing-block-one .inner-box:after {
}

.processing-block-one .inner-box:hover:after {
    width: 100%;
    right: 0px;
}

.processing-block-one .inner-box:before {
    position: absolute;
    content: '';
    /*background: #e4f2f1;*/
    width: 1px;
    height: 100%;
    top: 0px;
    right: -15px;
}

.processing-block:last-child .processing-block-one .inner-box:before {
    display: none;
}

.processing-block-one .inner-box .icon-box {
    position: relative;
    display: inline-block;
    min-height: 97px;
    margin-bottom: 10px;
}

    .processing-block-one .inner-box .icon-box span {
        position: absolute;
        top: -2px;
        right: -35px;
        font-size: 24px;
        font-family: 'Jost', sans-serif;
        color: #fff;
        background: #061a3a;
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        border-radius: 50%;
        box-shadow: 0 10px 20px rgba(0, 24, 73, 0.3);
    }

.processing-block-one .inner-box h3 {
    position: relative;
    display: block;
    font-size: 26px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 22px;
}

    .processing-block-one .inner-box h3 a {
        display: inline-block;
        color: #00224f;
    }

        .processing-block-one .inner-box h3 a:hover {
        }

.process-section .pattern-layer .pattern-1 {
    position: absolute;
    left: 70px;
    bottom: 0px;
    width: 299px;
    height: 142px;
    background-repeat: no-repeat;
}

.process-section .pattern-layer .pattern-2 {
    position: absolute;
    left: 150px;
    top: 110px;
    width: 460px;
    height: 387px;
    background-repeat: no-repeat;
}

.process-section .pattern-layer .pattern-3 {
    position: absolute;
    right: 70px;
    top: 0px;
    width: 382px;
    height: 285px;
    background-repeat: no-repeat;
}

.process-section .pattern-layer .pattern-4 {
    position: absolute;
    right: 135px;
    bottom: 30px;
    width: 460px;
    height: 387px;
    background-repeat: no-repeat;
}

.bg-color-2 {
    background-color: #12244c;
}

.goal-content-item {
    background-color: #f4f6fe;
    padding: 80px 40px;
    border-radius: 10px;
    position: relative;
    margin-left: -155px;
}

.second-sec img {
    position: absolute;
    top: -55px;
    right: 0;
    z-index: -1;
    width: 210px;
    -webkit-animation: a-three 5s infinite linear;
    animation: a-three 5s infinite linear;
}

@-webkit-keyframes a-three {
    0% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }

    50% {
        -webkit-transform: translate(0,35px);
        transform: translate(0,35px)
    }

    100% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }
}

@keyframes a-three {
    0% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }

    50% {
        -webkit-transform: translate(0,35px);
        transform: translate(0,35px)
    }

    100% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }
}

.spot-bg {
    background-image: url('../images/3.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff;
    padding-top: 45px;
    padding-bottom: 15px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 30px 0 #dddddda6;
    box-shadow: 0 0 30px 0 #dddddda6;
    margin-top: -140px;
    position: relative;
    z-index: 1;
}

.about-left {
    position: relative
}

    .about-left img {
        width: 100%;
        z-index: 1;
        border-radius: 10px;
        -webkit-animation: a-seven 10s infinite linear;
        animation: a-seven 10s infinite linear
    }

    .about-left:before {
        position: absolute;
        content: '';
        top: -10px;
        left: -10px;
        width: 430px;
        height: 375px;
        border-radius: 10px;
        z-index: -1;
        -webkit-animation: a-one 5s infinite linear;
        animation: a-one 5s infinite linear;
        background-color: #12244c
    }

    .about-left:after {
        position: absolute;
        content: '';
        bottom: -10px;
        right: -10px;
        width: 430px;
        height: 375px;
        border-radius: 10px;
        z-index: -1;
        -webkit-animation: a-two 5s infinite linear;
        animation: a-two 5s infinite linear;
        background-color: #12244c
    }

/*@-webkit-keyframes a-one {
    0% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }

    50% {
        -webkit-transform: translate(-20px,-20px);
        transform: translate(-20px,-20px)
    }

    100% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }
}

@keyframes a-one {
    0% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }

    50% {
        -webkit-transform: translate(-20px,-20px);
        transform: translate(-20px,-20px)
    }

    100% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }
}

@-webkit-keyframes a-two {
    0% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }

    50% {
        -webkit-transform: translate(20px,20px);
        transform: translate(20px,20px)
    }

    100% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }
}

@keyframes a-two {
    0% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }

    50% {
        -webkit-transform: translate(20px,20px);
        transform: translate(20px,20px)
    }

    100% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }
}*/
.healthcare-doctor-area {
    overflow: hidden;
}

.healthcare-doctor-content .healthcare-stethoscope {
    margin-top: 25px;
    text-align: center;
}

.healthcare-doctor-image {
    position: relative;
    z-index: 1;
    text-align: center;
}

    .healthcare-doctor-image .circle-pattern {
        position: absolute;
        content: "";
        background: linear-gradient(to right, #d6f9f9, #daf5f5, #def2f2, #e2eeee, #e5eaea);
        right: 0;
        left: 40px;
        margin: auto;
        bottom: 5px;
        width: 350px;
        height: 350px;
        border-radius: 50%;
        z-index: -1;
    }

    .healthcare-doctor-image .healthcare-card-content {
        position: absolute;
        left: 0;
        bottom: 70px;
        background-color: #000000;
        padding: 25px;
        border-radius: 15px;
        max-width: 195px;
        text-align: center;
        -webkit-transition: .6s;
        transition: .6s;
    }

        .healthcare-doctor-image .healthcare-card-content .icon {
            margin-bottom: 18px;
        }

        .healthcare-doctor-image .healthcare-card-content h3 {
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 10px;
            color: #fff;
            -webkit-transition: .6s;
            transition: .6s;
        }

        .healthcare-doctor-image .healthcare-card-content p {
            font-size: 14px;
            color: #fff;
            -webkit-transition: .6s;
            transition: .6s;
        }

.healthcare-stethoscope img {
    -webkit-animation: a-three 5s infinite linear;
    animation: a-three 5s infinite linear;
}

@-webkit-keyframes a-three {
    0% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }

    50% {
        -webkit-transform: translate(0,35px);
        transform: translate(0,35px)
    }

    100% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }
}

@keyframes a-three {
    0% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }

    50% {
        -webkit-transform: translate(0,35px);
        transform: translate(0,35px)
    }

    100% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }
}

/*===============================
	Start Call to action CSS
=================================*/
.call-action {
    background-image: url('../images/call-bg.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
    background-repeat: no-repeat;
}

    .call-action .content {
        text-align: center;
        padding: 20px 265px;
    }

        .call-action .content h2 {
            color: #fff;
            font-size: 32px;
            font-weight: 600;
            line-height: 46px;
        }

        .call-action .content p {
            color: #fff;
            margin: 30px 0px;
            font-size: 15px;
        }

        .call-action .content .btn {
            background: #fff;
            margin-right: 20px;
            font-weight: 500;
            border: 1px solid #fff;
            color: #1a76d1;
        }

            .call-action .content .btn:before {
                background: #12244c;
            }

            .call-action .content .btn:hover {
                background: #12244c;
                color: #fff;
            }

            .call-action .content .btn:last-child {
                margin-right: 0px;
            }

        .call-action .content .second {
            border: 1px solid #fff;
            color: #fff;
            background: transparent;
            color: #fff !important;
        }

            .call-action .content .second:before {
                background: #fff;
            }

            .call-action .content .second:hover {
                color: #1A76D1;
                border-color: transparent;
                background: #12244c;
            }

            .call-action .content .second i {
                margin-left: 10px;
            }
    /*===============================
	Start Call to action CSS
=================================*/
    .call-action .pattern-layer .pattern-1 {
        position: absolute;
        left: 70px;
        bottom: 0px;
        width: 299px;
        height: 142px;
        background-repeat: no-repeat;
    }

    .call-action .pattern-layer .pattern-2 {
        position: absolute;
        left: 150px;
        top: 110px;
        width: 460px;
        height: 387px;
        background-repeat: no-repeat;
    }

    .call-action .pattern-layer .pattern-3 {
        position: absolute;
        right: 70px;
        bottom: -32px;
        width: 357px;
        height: 100px;
        background-repeat: no-repeat;
        display: none;
    }

    .call-action .pattern-layer .pattern-4 {
        position: absolute;
        right: 135px;
        bottom: 30px;
        width: 460px;
        height: 387px;
        background-repeat: no-repeat;
    }

.page-title-four {
    background-color: #d7ba40;
}

    .page-title-four.page-title-four-blog {
        /*  background-image: url('../images/2.jpg');*/
    }

    .page-title-four .page-title-item {
        margin-top: 0
    }

.page-title-area {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 45px;
    text-align: center;
    position: relative
}

    .page-title-area:before {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: .5;
        background-color: #d7ba40;
    }

.page-title-item {
    position: relative;
    margin-top: -80px
}

    .page-title-item h2 {
        color: #f8f8f8;
        font-weight: 500;
        font-size: 33px;
        margin-bottom: 0px
    }

    .page-title-item ul {
        margin: 0;
        padding: 0
    }

        .page-title-item ul li {
            list-style-type: none;
            display: inline-block;
            color: #f8f8f8;
            font-weight: 600;
            font-size: 18px;
            margin-right: 3px;
            margin-left: 3px
        }

            .page-title-item ul li a {
                display: inline-block;
                color: #f8f8f8
            }

                .page-title-item ul li a:hover {
                    color: #111
                }

            .page-title-item ul li i {
                display: inline-block;
                font-size: 20px;
                position: relative;
                top: 1px
            }

.d-table {
    width: 100%;
    height: 100%
}

.d-table-cell {
    vertical-align: middle
}

.d-table-cell {
    display: table-cell !important;
}

.bg-light {
    background-color: #fff !important;
}

.bg-light2 {
    background-color: #d0d0d2cf !important;
}

.list {
    margin-left: 0;
    padding-left: 0 !important;
}

    .list li {
        position: relative;
        padding-left: 0px;
        margin-bottom: 6px;
        list-style: none;
    }

        .list li:last-child {
            margin-bottom: 0px;
        }

/*    .list li i {
            position: absolute;
            left: 0;
            height: 15px;
            width: 15px;
            line-height: 15px;
            color: #fff;
            background: #1a76d1;
            text-align: center;
            border-radius: 100%;
            font-size: 8px;
            margin-right: 20px;
            top: 4px;
        }

*/

.newsletter-wrap {
    padding-top: 45px;
    padding-bottom: 45px;
    padding-left: 55px;
    padding-right: 55px;
    -webkit-box-shadow: 0 0 20px 0 #ddddddab;
    box-shadow: 0 0 20px 0 #ddddddab;
    background-color: #fff;
    border-radius: 10px;
    position: absolute;
    top: -110px;
    left: 0;
    right: 0;
    max-width: 1105px;
    margin-left: auto;
    margin-right: auto
}

.newsletter-item h2 {
    font-weight: 600;
    font-size: 36px;
    margin-bottom: 15px;
    color: #000;
}

.newsletter-item p {
    margin-bottom: 0;
    color: #676767;
    font-size: 15px;
    max-width: 550px;
    margin-left: 0
}

.newsletter-item .newsletter-form {
    position: relative
}

    .newsletter-item .newsletter-form .form-control {
        height: 75px;
        border-radius: 10px;
        border: 1px solid #00968b;
        padding-left: 25px;
        font-size: 18px
    }

        .newsletter-item .newsletter-form .form-control:focus {
            -webkit-box-shadow: none;
            box-shadow: none;
            border: 1px solid #111
        }

    .newsletter-item .newsletter-form ::-webkit-input-placeholder {
        color: #333
    }

    .newsletter-item .newsletter-form :-ms-input-placeholder {
        color: #333
    }

    .newsletter-item .newsletter-form ::-ms-input-placeholder {
        color: #333
    }

    .newsletter-item .newsletter-form ::placeholder {
        color: #333
    }

    .newsletter-item .newsletter-form .newsletter-btn {
        border-radius: 10px;
        padding: 16px 30px;
        font-size: 18px;
        position: absolute;
        top: 7px;
        right: 7px;
        color: #fff;
        background-color: #00968b;
        -webkit-transition: .5s all ease;
        transition: .5s all ease;
        opacity: 1
    }

        .newsletter-item .newsletter-form .newsletter-btn:hover {
            background-color: #111
        }

    .newsletter-item .newsletter-form .validation-danger {
        color: #dc3545;
        margin-top: 10px
    }

.spacer1 {
    clear: both;
    width: 100%;
    height: 10px;
}

.spacer2 {
    clear: both;
    width: 100%;
    height: 20px;
}

.spacer3 {
    clear: both;
    width: 100%;
    height: 30px;
}

.spacer4 {
    clear: both;
    width: 100%;
    height: 40px;
}

.spacer5 {
    clear: both;
    width: 100%;
    height: 50px;
}

.blog-area {
    background-color: #f8fbff;
    position: relative;
    padding-bottom: 80px;
    padding-top: 80px;
}

.blog-item {
    margin-bottom: 30px;
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px 0 #dddddd6b;
    box-shadow: 0 0 20px 0 #dddddd6b
}

    .blog-item:hover .blog-top {
        overflow: hidden
    }

        .blog-item:hover .blog-top img {
            -webkit-transform: scale(1.1);
            transform: scale(1.1)
        }

    .blog-item .blog-top {
        overflow: hidden
    }

        .blog-item .blog-top img {
            width: 100%;
            border-radius: 10px;
            -webkit-transition: .5s all ease;
            transition: .5s all ease
        }

        .blog-item .blog-top a {
            display: block
        }

    .blog-item .blog-bottom {
        padding-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 10px
    }

        .blog-item .blog-bottom h3 {
            margin-bottom: 0
        }

            .blog-item .blog-bottom h3 a {
                font-weight: 600;
                font-size: 15px;
                color: #232323;
                margin-bottom: 12px;
                -webkit-transition: .5s all ease;
                transition: .5s all ease;
                line-height: 1.4;
                display: block;
                text-decoration: none;
            }

                .blog-item .blog-bottom h3 a:hover {
                    color: #0046c0
                }

        .blog-item .blog-bottom p {
            color: #232323;
            margin-bottom: 0;
            padding-bottom: 30px
        }

        .blog-item .blog-bottom ul {
            margin: 0;
            padding: 0;
            padding-top: 0px;
            border-top: 1px solid #b1b8ed
        }

            .blog-item .blog-bottom ul li {
                display: inline-block;
                list-style-type: none;
                color: #0046c0;
                font-weight: 500;
                font-size: 11px
            }

                .blog-item .blog-bottom ul li i {
                    color: #0046c0
                }

                .blog-item .blog-bottom ul li:last-child {
                    float: right
                }

                    .blog-item .blog-bottom ul li:last-child i {
                        font-size: 19px;
                        top: 1px;
                        margin-right: 3px
                    }

                .blog-item .blog-bottom ul li a {
                    display: block;
                    color: #0046c0;
                    font-weight: 500;
                    font-size: 11px;
                    line-height: 28px;
                }

                    .blog-item .blog-bottom ul li a:hover {
                        color: #111
                    }

                        .blog-item .blog-bottom ul li a:hover i {
                            color: #111
                        }

                    .blog-item .blog-bottom ul li a i {
                        display: inline-block;
                        font-size: 22px;
                        position: relative;
                        top: 4px;
                        -webkit-transition: .3s all ease;
                        transition: .3s all ease
                    }

.doctor-item {
    /*margin-bottom: 30px;*/
    background-color: #fff;
    text-align: center;
    -webkit-box-shadow: 0 0 20px 0 #ddd;
    box-shadow: 0 0 20px 0 #ddd;
    border-radius: 10px
}

    .doctor-item:hover .doctor-top:before {
        opacity: .6;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    .doctor-item:hover .doctor-top a {
        opacity: 1;
        bottom: 20px
    }

    .doctor-item .doctor-top {
        position: relative;
        border-radius: 10px
    }

        .doctor-item .doctor-top a {
            display: inline-block;
            color: #0046c0;
            font-size: 15px;
            font-weight: 600;
            padding: 15px 0;
            position: absolute;
            border-radius: 5px;
            left: 0;
            right: 0;
            bottom: 10px;
            opacity: 0;
            max-width: 160px;
            margin-left: auto;
            margin-right: auto;
            background-color: #fff
        }

            .doctor-item .doctor-top a:hover {
                color: #fff;
                background-color: #111
            }

        .doctor-item .doctor-top img {
            width: 100%;
            border-radius: 10px
        }

    .doctor-item .doctor-bottom {
        padding-top: 25px;
        padding-bottom: 25px
    }

        .doctor-item .doctor-bottom h3 a {
            display: block;
            font-weight: 600;
            font-size: 22px;
            margin-bottom: 10px;
            color: #232323
        }

            .doctor-item .doctor-bottom h3 a:hover {
                color: #0046c0
            }

        .doctor-item .doctor-bottom span {
            display: block;
            color: #4a6f8a;
            font-size: 15px
        }

.doctor-btn {
    text-align: center
}

    .doctor-btn a {
        margin-top: 30px;
        display: inline-block;
        font-weight: 600;
        color: #232323;
        font-size: 18px;
        border: 2px solid #386ae6;
        padding: 18px 55px;
        border-radius: 10px
    }

        .doctor-btn a:hover {
            color: #fff;
            background-color: #386ae6
        }

.list-group-user .list-group-item img.s-icon {
    width: 15px;
}

.list-group-user .s-icon {
    position: absolute;
    left: 10px;
    top: 9px;
}

/*float box*/
*:focus {
    outline: none;
}

.form-control1 {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 25px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 20px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

@media (min-width:1205px) {
    .float_box1 {
        top: 180px;
        z-index: 9999;
    }
}

@media (min-width:640px) {
    .float_box {
        width: 400px;
        min-height: 210px;
        height: auto;
        background-color: #FFF;
        position: fixed;
        right: -400px;
        transition: all .3s ease;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        -ms-transition: all .3s ease;
    }

        .float_box:before {
            content: "";
            position: absolute;
            left: 0px;
            top: 15px;
        }

    .float_box1 {
        top: 150px;
        z-index: 99;
    }

    .float_box1_open {
        right: 0px;
    }

    .float_box2_open {
        right: 0px;
    }

    .float_box3_open {
        right: 0px;
    }

    .float_box4_open {
        right: 0px;
    }

        .float_box1_open .float_button, .float_box2_open .float_button, .float_box3_open .float_button, .float_box4_open .float_button {
            background: #00968b;
        }

    .float_button {
        width: 207px;
        line-height: 45px;
        position: absolute;
        left: -125px;
        top: 83px;
        text-align: center;
        font-weight: 500;
        color: #FFF;
        cursor: pointer;
        font-size: 18px;
        text-transform: uppercase;
        background: #00968b;
        transform: rotate(-90deg);
        border-radius: 5px 5px 0 0;
        -o-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
    }

    .float_button {
    }

        .float_button:hover {
            background: #00968b;
        }

    .float_data {
        padding: 10px;
        color: #333;
        border: 1px solid #DDD;
        border-right: none;
        min-height: 46px;
        -webkit-box-shadow: 0px 5px 33px -8px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 5px 33px -8px rgba(0,0,0,0.75);
        box-shadow: 0px 5px 33px -8px rgba(0,0,0,0.75);
    }

        .float_data h2 {
            color: #044679;
        }

    a.float_button {
        text-decoration: none;
        color: #fff;
    }

    .float_box .form-group input {
    }

        .float_box .form-group input::-webkit-input-placeholder {
            color: #999;
        }

        .float_box .form-group input::-moz-placeholder {
            color: #999;
        }

        .float_box .form-group input:-ms-input-placeholder {
            color: #999;
        }

        .float_box .form-group input:-moz-placeholder {
            color: #999;
        }
}

.float_box .form-group textarea {
    resize: none;
}

.float_box label {
    font-size: 10pt;
    font-weight: normal;
    display: none;
}

.float_box .form-group {
    margin-bottom: 10px;
}

/*.float_box .btn {
            background: #DDD;
        }*/

@media (max-width:640px) {
    .float_button {
        margin-bottom: 0;
        color: #FFF;
        background: #00968b;
        padding: 8px;
    }

    .float_box {
        padding: 15px;
        background: #FAFAFA;
    }

    .float_data {
        border: #00968b 1px solid;
        padding: 10px;
    }
}

@media (min-width:480px) and (max-width:640px) {
    .float_box .col-2 {
        width: 50%;
        float: left;
        padding: 10px;
    }

    .float_box .col-1 {
        width: 100%;
        padding: 10px;
    }
}

.fancybox-opened .fancybox-title {
    visibility: visible;
    width: 100%;
    height: 100%;
    left: 0%;
    right: auto;
    top: 0;
}

    .fancybox-opened .fancybox-title a {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }

/*float box*/

.nav-link {
    display: block;
    padding: 0;
    color: #12244c;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.list-group-user {
    border: 0.5px solid #3f3f3f !important;
}

.list-group-flush > .list-group-item {
    border-width: 0 0 1px;
    border-bottom: 0.5px solid #3f3f3f !important
}

    .list-group-flush > .list-group-item:last-child {
        border-width: 0 0 1px;
        border-bottom: none !important
    }


.card-header .h5, h5 {
    font-size: 1rem;
}

@media (min-width:320px) and (max-width:640px) {
    .section-title h2 {
        margin-top: 15px;
        font-weight: 600;
        font-size: 27px;
    }
    .page-title-area {
        height: 90px;
    }
    .processing-block-one .inner-box {
        border-radius: 10px;
        height: 440px;
    }
    .footer, .push {
        min-height: 80px;
        clear: both;
    }
    .push {
        display: none !important;
    }
}

.bootRBL input {
    display: inline;
    margin-right: 0.25em;
    vertical-align: middle;
}

.bootRBL label {
    display: inline;
    margin-right: 1em;
}

.card-header {
    padding: .5rem 1rem;
    margin-bottom: 0;
    background-color: rgb(0 0 0 / 0%);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}
.butn-area {
    position: absolute;
    bottom: 15px;
    right: 20px;
}

.nav-item a .bi, .nav-item a .fa {
    margin-right: 5px;
}

.gold-title {
    color: #BFA161;
}