﻿/*-----------------
	1. General
-----------------------*/

@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,700,900');

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/materialicons-regular.eot'); /* For IE6-8 */
    src: local('Material Icons'), local('MaterialIcons-Regular'), url(../fonts/MaterialIcons-Regular.html) format('woff2'), url(../fonts/MaterialIcons-Regular.woff) format('woff'), url(../fonts/MaterialIcons-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'Circular-Black';
    /* src: local('../fonts/CircularStd/CircularStd-Black.otf'), url('../fonts/CircularStd/CircularStd-Black.otf');*/
    src: url('../fonts/CircularStd/CircularStd-Black.otf') format('opentype');
}

@font-face {
    font-family: 'CircularStd-Bold';
    /* src: local('../fonts/CircularStd/CircularStd-Bold.otf'), url('../fonts/CircularStd/CircularStd-Bold.otf');*/
    src: url('../fonts/CircularStd/CircularStd-Bold.otf') format('opentype');
}

@font-face {
    font-family: 'CircularStd-Book';
    /*  src: local('../fonts/CircularStd/CircularStd-Book.otf'), url('../fonts/CircularStd/CircularStd-Book.otf');*/
    src: url('../fonts/CircularStd/CircularStd-Book.otf') format('opentype');
}

@font-face {
    font-family: 'CircularStd-BookItalic';
    /*  src: local('../fonts/CircularStd/CircularStd-BookItalic.otf'), url('../fonts/CircularStd/CircularStd-BookItalic.otf');*/
    src: url('../fonts/CircularStd/CircularStd-BookItalic.otf') format('opentype');
}

@font-face {
     font-family: 'Circular'; /*Medium*/
    src: local('../fonts/CircularStd/CircularStd-Medium.otf'), url('../fonts/CircularStd/CircularStd-Medium.otf');
    /*src: url('/fonts/CircularStd/CircularStd-Medium.otf') format('opentype');*/
}
@font-face {
    font-family: 'times';
    src: url('../fonts/timesnewroman/times.ttf') format('truetype');
}
.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
}

html {
    height: 100%;
}

body {
    background-color: #ffffff !important;
    font-family: 'times' !important;
}

h1, h2, h3, h4, h5, h6 {
    color: #272b41;
    font-weight: 500;
}

.h1, h1 {
    font-size: 2.25rem;
}

.h2, h2 {
    font-size: 1.875rem;
}

.h3, h3 {
    font-size: 1.5rem;
}

.h4, h4 {
    font-size: 1.125rem;
}

.h5, h5 {
    font-size: 1rem;
}

.h6, h6 {
    font-size: 0.875rem;
}

a {
    color: #2e3842;
    /*color: #377dff;*/
}

    a:hover {
        color: #09dca4;
        /*color: #377dff;*/
    }

    a:hover,
    a:active,
    a:focus {
        outline: none;
        text-decoration: none;
    }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

input,
button,
a {
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}

    button:focus {
        outline: 0;
    }

    input[type=text],
    input[type=password] {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

.btn.focus, .btn:focus {
    box-shadow: inherit;
}

.form-control {
    border-color: #dcdcdc;
    color: #333;
    font-size: 15px;
    min-height: 46px;
    padding: 6px 15px;
}


.container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

.form-control::-webkit-input-placeholder {
    color: #858585;
    font-size: 14px;
}

.form-control::-moz-placeholder {
    color: #858585;
    font-size: 14px;
}

.form-control:-ms-input-placeholder {
    color: #858585;
    font-size: 14px;
}

.form-control::-ms-input-placeholder {
    color: #858585;
    font-size: 14px;
}

.form-control::placeholder {
    color: #858585;
    font-size: 14px;
}

.list-group-item {
    border: 1px solid #f0f0f0;
}

.content {
    min-height: 200px;
    padding: 30px 0 0;
}

.main-nav > li {
    margin-right: 50px !important;
}

    .main-nav > li > a {
        text-decoration: none !important;
    }
/*-------------------
    DMA Exam
    --------------*/
.navbar-nav > li.active > a {
    color: #1366ff !important;
}
.fs-20 {
    font-size: 20px !important;
    /* font-family: 'CircularStd';*/
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: normal;
    color: #0F172A;
}

.fs-18 {
    font-size: 18px !important;
    /* font-family: 'CircularStd';*/
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
}

.text-bold {
    font-weight: 700 !important;
}

.text-gray {
    color: #64748B !important;
}

.text-black {
    color: #000000 !important;
}

.text-blue-gray {
    color: #0F172A !important;
}

.text-white {
    color: #fff !important;
}

.text-success {
    color: #4ADE80 !important;
}

.text-danger {
    color: #E11D48 !important;
}

.text-light-blue {
    color: #60A5FA !important;
}

.text-warning {
    color: #FFC107 !important;
}

.main-title {
    /* font-family: 'CircularStd';*/
    font-style: normal;
    font-weight: 700;
    font-size: 44px;
    line-height: 56px;
    letter-spacing: normal;
    color: #0F172A;
}

.second-title {
    /* font-family: 'CircularStd';*/
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0.235em;
    text-transform: uppercase;
    color: #0F172A;
}

.user-img {
    border-radius: 50% !important;
    object-fit: cover;
    width: 112px;
    height: 112px;
    min-width: 112px;
    min-height: 112px;
}

.user-name {
    /* font-family: 'CircularStd';*/
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #0F172A;
}

.user-speciality {
    /* font-family: 'CircularStd';*/
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    color: #71717A;
}

.main-exam-title {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: normal;
    color: #0F172A;
}

.exam-card {
    background-color: transparent !important;
    border: 0px !important;
    box-shadow: none !important;
    margin-bottom: 0 !important;
}

.exam {
    display: flex;
    flex-direction: row;
    align-items: start;
}

.calendar-icon {
    width: 19.5px;
    height: 21.5px;
}

.time-circle-icon {
    width: 20px;
    height: 20px;
}

.document-icon {
    width: 18.16px;
    height: 19.91px;
}

.tick-square-icon {
    width: 20px;
    height: 20px;
}

.back-arrow-icon {
    /* width:26px;
    height:26px;*/
    width: 23px;
    height: 23px;
    margin-bottom: -2px;
}

.exam-text {
    font-style: normal;
    font-weight: 600 !important;
    /*font-size: 18px;*/
    /*line-height: 23px;*/
    color: #71717A !important;
   /* color: #0F172A !important;*/
}

.exam-img {
    border-radius: 15px !important;
    object-fit: cover;
    width: 173px;
    height: 133px;
    min-width: 173px;
    min-height: 133px;
}

.exam-title {
    /* font-family: 'CircularStd';*/
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    color: #0F172A;
}

.subject-title {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #0F172A;
}

.no-exam-image {
    width: 313px;
    height: 222px;
    flex-shrink: 0;
}

.exam-description {
    /* font-family: 'CircularStd';*/
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #0F172A;
}


.next-btn {
    /* font-family: 'CircularStd' !important;*/
    font-size: 18px !important;
    color: #fff !important;
    font-style: normal;
    font-weight: 400;
    /*line-height: 16px;*/
    background: #377dff;
    border: 1px solid #377dff;
    box-sizing: border-box;
    border-radius: 14px !important;
    /*height: 26px;*/
    padding: 8px 34px !important;
    letter-spacing: 0.09em !important;
    display: flex;
    align-items: center;
}

.left-align {
    position: absolute;
    left: 16px;
    top: 7px;
}

.white-rectangle {
    /*background-image: url('../dms_exam_images/rectangle.png');*/
    object-fit: cover;
    border-radius: 33px;
    width: 90%;
    height: 333px;
    background-repeat: no-repeat;
}

.exam-course-img {
    object-fit: cover;
    border-radius: 33px;
    width: 100%;
    height: 241px;
    background-repeat: no-repeat;
}
/*#timerText {
    color: darkred !important;*/
    /*#377dff*/
    /*padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.3125rem;*/
    /*background-color: rgba(55,125,255,.1) !important;*/
    /*background: #ffffff !important;
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
    position: fixed;
    right: 10px;
    z-index: 1 !important;
    border: 1px solid #ced4da;
}*/
.font-weight-bold{
    font-weight:bold;
}
::-webkit-scrollbar {
    height: 6px;
    width: 10px;
    background: #eeeeee;
   
}

::-webkit-scrollbar-thumb:horizontal {
    background: #000;
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:vertical {
    background: #bdbdbd;
    border-radius: 5px;
}

.verticalscrollmenu {
   /* min-height: 300px;*/
    max-height: 400px;
    overflow-y: auto;
    margin: 24px 0px 24px 0px;
}

    .verticalscrollmenu > label:first-child {
        margin-top: 0px !important;
    }

.verticalscrollmenulg {
    max-height: 400px;
    overflow-y: auto;
    margin: 24px 0px 24px 0px;
    
}

    .verticalscrollmenulg > label:first-child {
        margin-top: 0px !important;
    }

div.horizontalscrollmenu {
    background-color: transparent;
    overflow: auto;
    white-space: nowrap;
    display: flex;
    flex-direction: row;
    gap: 18px;
}
/*
    div.horizontalscrollmenu > div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 10px;
        text-decoration: none;
    }*/

.question-status {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}
.pa-6 {
    padding: 6px;
}

.question-group {
    display: flex;
    padding: 10px 20px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    border: 1px solid #E2E8F0;
    border-radius: 20px;
}
.onepagequestion-group {
    display: flex;
    padding: 10px 20px;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    border: 1px solid #E2E8F0;
    border-radius: 20px;
}

.section-question-group {
    display: flex;
    padding: 10px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
   
    border-radius: 20px;
}

/*
        div.horizontalscrollmenu > div:first-child {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            padding: 20px 35px 20px 5px;
            text-decoration: none;
        }
*/
.exam-progress-icon {
    width: 18px;
    height: 18px;
}
.exam-progress-icon-small {
    width: 1px;
    height: 1px;
}

/*.gray-box {
    background-color: #F1F5F9;
    border-radius: 20px;
    padding: 20px 20px 20px 26px;
    display: flex;
    flex-direction: column;
}*/

/* Question and Answer */
.question-card {
    display: flex;
    padding: 2rem;
    border-radius: 20px;
    border: 1px solid #E2E8F0;
    flex-direction: column;
    /*new*/
    /*height: calc(100vh - 470px);
    overflow: auto;
    width: 100%;*/
}
.paragraph-question-card {
    display: flex;
    padding: 2rem;
    border-radius: 20px;
    border: 1px solid #E2E8F0;
    flex-direction: column;
    /*new*/
    /*height: calc(100vh - 470px);
    overflow: auto;*/
    width: 100%;
}
/*----check box----*/
.question{
    cursor:pointer;
    border-bottom: 2px solid white;
}


/* Customize the label (the container) */
.checkbox-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* font-family: 'CircularStd';*/
    font-style: normal;
    font-weight: 400;
    font-size: 18px !important;
    color: #1E293B !important;
}

    /* Hide the browser's default checkbox */
    .checkbox-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 15% !important;
}



/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
    left: 5px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.back-btn {
    /* font-family: 'CircularStd' !important;*/
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    color: #377dff !important;
    display: flex;
    flex-direction: row;
    align-items: center;
    text-decoration: none !important;
    cursor: pointer;
}

    .back-btn > span {
        /* font-family: 'CircularStd' !important;*/
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        color: #377dff !important;
        padding-top: 3px;
    }
/*---/check box----*/

.q-avatar {
    position: relative;
    display: inline-block;
    width: 6rem;
    height: 6rem;
    border-radius: 0.5rem;
}
.avatar-img {
    max-width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 0.5rem;
}
.avatar-text {
    font-style: normal;
    font-weight: 400;
    font-size: 18px !important;
    color: #1E293B !important;
    width: 6rem;
}
/*---------------/
    DMA Exam
    -------------------*/



/*-----------------
	3. Bootstrap Classes
-----------------------*/
.btn.focus, .btn:focus {
    box-shadow: unset;
}

.btn-white {
    background-color: #fff;
    border: 1px solid #ccc;
    color: #272b41;
}

.btn.btn-rounded {
    border-radius: 50px;
}

.bg-primary,
.badge-primary {
    background-color: #09e5ab !important;
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #09dca4 !important;
}

.bg-success,
.badge-success {
    background-color: #00e65b !important;
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #00cc52 !important;
}

.bg-info,
.badge-info {
    background-color: #009efb !important;
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
    background-color: #028ee1 !important;
}

.bg-warning,
.badge-warning {
    background-color: #ffbc34 !important;
}

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
    background-color: #e9ab2e !important;
}

.bg-danger,
.badge-danger {
    background-color: #ff0100 !important;
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
    background-color: #e63333 !important;
}

.bg-white {
    background-color: #fff;
}

.bg-purple,
.badge-purple {
    background-color: #9368e9 !important;
}

.text-primary,
.dropdown-menu > li > a.text-primary {
    color: #09e5ab !important;
}

.text-success,
.dropdown-menu > li > a.text-success {
    color: #00cc52 !important;
}

.text-danger,
.dropdown-menu > li > a.text-danger {
    color: #ff0100 !important;
}

.text-info,
.dropdown-menu > li > a.text-info {
    color: #009efb !important;
}

.text-warning,
.dropdown-menu > li > a.text-warning {
    color: #ffbc34 !important;
}

.text-purple,
.dropdown-menu > li > a.text-purple {
    color: #7460ee !important;
}

.text-muted {
    color: #757575 !important;
}


.btn-outline-primary {
    color: #09e5ab;
    border-color: #09e5ab;
}

    .btn-outline-primary:hover {
        background-color: #09e5ab;
        border-color: #09e5ab;
    }

    .btn-outline-primary:focus,
    .btn-outline-primary.focus {
        box-shadow: none;
    }

    .btn-outline-primary.disabled,
    .btn-outline-primary:disabled {
        color: #09e5ab;
        background-color: transparent;
    }

    .btn-outline-primary:not(:disabled):not(.disabled):active,
    .btn-outline-primary:not(:disabled):not(.disabled).active,
    .show > .btn-outline-primary.dropdown-toggle {
        background-color: #09e5ab;
        border-color: #09e5ab;
    }

        .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
        .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-primary.dropdown-toggle:focus {
            box-shadow: none;
        }

.btn-outline-success {
    color: #00e65b;
    border-color: #00e65b;
}

    .btn-outline-success:hover {
        background-color: #00e65b;
        border-color: #00e65b;
    }

    .btn-outline-success:focus, .btn-outline-success.focus {
        box-shadow: none;
    }

    .btn-outline-success.disabled, .btn-outline-success:disabled {
        color: #00e65b;
        background-color: transparent;
    }

    .btn-outline-success:not(:disabled):not(.disabled):active,
    .btn-outline-success:not(:disabled):not(.disabled).active,
    .show > .btn-outline-success.dropdown-toggle {
        background-color: #00e65b;
        border-color: #00e65b;
    }

        .btn-outline-success:not(:disabled):not(.disabled):active:focus,
        .btn-outline-success:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-success.dropdown-toggle:focus {
            box-shadow: none;
        }

.btn-outline-info {
    color: #009efb;
    border-color: #009efb;
}

    .btn-outline-info:hover {
        color: #fff;
        background-color: #009efb;
        border-color: #009efb;
    }

    .btn-outline-info:focus, .btn-outline-info.focus {
        box-shadow: none;
    }

    .btn-outline-info.disabled, .btn-outline-info:disabled {
        background-color: transparent;
        color: #009efb;
    }

    .btn-outline-info:not(:disabled):not(.disabled):active,
    .btn-outline-info:not(:disabled):not(.disabled).active,
    .show > .btn-outline-info.dropdown-toggle {
        background-color: #009efb;
        border-color: #009efb;
    }

        .btn-outline-info:not(:disabled):not(.disabled):active:focus,
        .btn-outline-info:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-info.dropdown-toggle:focus {
            box-shadow: none;
        }

.btn-outline-warning {
    color: #ffbc34;
    border-color: #ffbc34;
}

    .btn-outline-warning:hover {
        color: #212529;
        background-color: #ffbc34;
        border-color: #ffbc34;
    }

    .btn-outline-warning:focus, .btn-outline-warning.focus {
        box-shadow: none;
    }

    .btn-outline-warning.disabled, .btn-outline-warning:disabled {
        background-color: transparent;
        color: #ffbc34;
    }

    .btn-outline-warning:not(:disabled):not(.disabled):active,
    .btn-outline-warning:not(:disabled):not(.disabled).active,
    .show > .btn-outline-warning.dropdown-toggle {
        color: #212529;
        background-color: #ffbc34;
        border-color: #ffbc34;
    }

        .btn-outline-warning:not(:disabled):not(.disabled):active:focus,
        .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-warning.dropdown-toggle:focus {
            box-shadow: none;
        }

.btn-outline-danger {
    color: #ff0100;
    border-color: #ff0100;
}

    .btn-outline-danger:hover {
        color: #fff;
        background-color: #ff0100;
        border-color: #ff0100;
    }

    .btn-outline-danger:focus, .btn-outline-danger.focus {
        box-shadow: none;
    }

    .btn-outline-danger.disabled, .btn-outline-danger:disabled {
        background-color: transparent;
        color: #ff0100;
    }

    .btn-outline-danger:not(:disabled):not(.disabled):active,
    .btn-outline-danger:not(:disabled):not(.disabled).active,
    .show > .btn-outline-danger.dropdown-toggle {
        background-color: #ff0100;
        border-color: #ff0100;
    }

        .btn-outline-danger:not(:disabled):not(.disabled):active:focus,
        .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-danger.dropdown-toggle:focus {
            box-shadow: none;
        }

.btn-outline-light {
    color: #ababab;
    border-color: #e6e6e6;
}

    .btn-outline-light.disabled, .btn-outline-light:disabled {
        color: #ababab;
    }

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    /*background-color: #20c0f3;
    border-color: #20c0f3;*/
    /* background-color: #158bb1;
    color: #fff;
    border: 1px solid #000;*/
    background-color: #00d0f1;
    border-color: #00d0f1;
    color: #fff;
}

.pagination > li > a,
.pagination > li > span {
    color: #20c0f3;
}

.page-link:hover {
    color: #20c0f3;
}

.page-link:focus {
    box-shadow: unset;
}

.page-item.active .page-link {
    background-color: #20c0f3;
    border-color: #20c0f3;
}

.dropdown-menu {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    box-shadow: inherit;
    font-size: 14px;
    transform-origin: left top 0;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #0de0fe;
}

.navbar-nav .open .dropdown-menu {
    border: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.p-title {
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 38px;
    /* identical to box height */
    /* blue-gray/900 */
    color: #0F172A;
}

.card {
    border: 1px solid #f0f0f0;
    margin-bottom: 1.875rem;
    /*//position: absolute;*/
    /*width: 790px;
    height: 821px;
    left: 488px;
    top: 213px;*/
    /* white */
    background: #FFFFFF;
    /* sh2 */
    /*box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04), 0px 0px 2px rgba(0, 0, 0, 0.06), 0px 0px 1px rgba(0, 0, 0, 0.04);*/
    border-radius: 20px;
    box-shadow: unset;
}

.card-body {
    /*padding: 1.5rem;*/
    padding: 30px;
    /*padding-left:30px;
    padding-right:30px;*/
}

.card-title {
    margin-bottom: 15px;
}

.card-header {
    border-bottom: 1px solid #f0f0f0;
    padding: 1.8rem 1.5rem 1.5rem 1.5rem;
}

.card-footer {
    background-color: #fff;
    border-top: 1px solid #f0f0f0;
    padding: 1rem 1.5rem;
}

.card .card-header {
    background-color: #fff;
    border-bottom: 1px solid #f0f0f0;
}

    .card .card-header .card-title {
        /* font-family: 'CircularStd';*/
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0.14em;
        text-transform: uppercase;
        /*color: #64748B;*/
        color: #0F172A;
        margin-bottom: 0;
    }

.hospital-profile-card {
    border-radius: 20px;
    height: 270px !important;
}

.btn-light {
    border-color: #e6e6e6;
    color: #a6a6a6;
}

.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #20c0f3;
    text-shadow: unset;
}

.bootstrap-datetimepicker-widget table td.today::before {
    border-bottom-color: #20c0f3;
}

.bg-info-light {
    background-color: rgba(2, 182, 179,0.12) !important;
    color: #1db9aa !important;
}

.bg-primary-light {
    background-color: rgba(17, 148, 247,0.12) !important;
    color: #2196f3 !important;
}

.bg-danger-light {
    background-color: rgba(242, 17, 54,0.12) !important;
    color: #e63c3c !important;
}

.bg-warning-light {
    background-color: rgba(255, 152, 0,0.12) !important;
    color: #f39c12 !important;
}

.bg-success-light {
    background-color: rgba(15, 183, 107,0.12) !important;
    color: #26af48 !important;
}

.bg-purple-light {
    background-color: rgba(197, 128, 255,0.12) !important;
    color: #c580ff !important;
}

.bg-default-light {
    background-color: rgba(40, 52, 71,0.12) !important;
    color: #283447 !important;
}

.text-xs {
    font-size: .75rem !important;
}

.text-sm {
    font-size: .875rem !important;
}

.text-lg {
    font-size: 1.25rem !important;
}

.text-xl {
    font-size: 1.5rem !important;
}

.form-control:focus {
    border-color: #bbb;
    box-shadow: none;
    outline: 0 none;
}

.form-group {
    margin-bottom: 1.25rem;
}

/*-----------------
	4. Avatar
-----------------------*/

.avatar {
    position: relative;
    display: inline-block;
    width: 3rem;
    height: 3rem
}

    .avatar > img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

.avatar-title {
    width: 100%;
    height: 100%;
    background-color: #20c0f3;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
}

.avatar-away::before,
.avatar-offline::before,
.avatar-online::before {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 25%;
    height: 25%;
    border-radius: 50%;
    content: '';
    border: 2px solid #fff;
}

.avatar-online::before {
    background-color: #00e65b;
}

.avatar-offline::before {
    background-color: #ff0100;
}

.avatar-away::before {
    background-color: #ffbc34;
}

.avatar .border {
    border-width: 3px !important;
}

.avatar .rounded {
    border-radius: 6px !important;
}

.avatar .avatar-title {
    font-size: 18px;
}

.avatar-xs {
    width: 1.65rem;
    height: 1.65rem;
}

    .avatar-xs .border {
        border-width: 2px !important;
    }

    .avatar-xs .rounded {
        border-radius: 4px !important;
    }

    .avatar-xs .avatar-title {
        font-size: 12px;
    }

    .avatar-xs.avatar-away::before,
    .avatar-xs.avatar-offline::before,
    .avatar-xs.avatar-online::before {
        border-width: 1px;
    }

.avatar-sm {
    width: 2.5rem;
    height: 2.5rem;
}

    .avatar-sm .border {
        border-width: 3px !important;
    }

    .avatar-sm .rounded {
        border-radius: 4px !important;
    }

    .avatar-sm .avatar-title {
        font-size: 15px;
    }

    .avatar-sm.avatar-away::before,
    .avatar-sm.avatar-offline::before,
    .avatar-sm.avatar-online::before {
        border-width: 2px;
    }

.avatar-lg {
    width: 3.75rem;
    height: 3.75rem;
}

    .avatar-lg .border {
        border-width: 3px !important;
    }

    .avatar-lg .rounded {
        border-radius: 8px !important;
    }

    .avatar-lg .avatar-title {
        font-size: 24px;
    }

    .avatar-lg.avatar-away::before,
    .avatar-lg.avatar-offline::before,
    .avatar-lg.avatar-online::before {
        border-width: 3px;
    }

.avatar-xl {
    width: 5rem;
    height: 5rem;
}

    .avatar-xl .border {
        border-width: 4px !important;
    }

    .avatar-xl .rounded {
        border-radius: 8px !important;
    }

    .avatar-xl .avatar-title {
        font-size: 28px;
    }

    .avatar-xl.avatar-away::before,
    .avatar-xl.avatar-offline::before,
    .avatar-xl.avatar-online::before {
        border-width: 4px;
    }

.avatar-xxl {
    width: 5.125rem;
    height: 5.125rem;
}

    .avatar-xxl .border {
        border-width: 6px !important;
    }

    .avatar-xxl .rounded {
        border-radius: 8px !important;
    }

    .avatar-xxl .avatar-title {
        font-size: 30px;
    }

    .avatar-xxl.avatar-away::before,
    .avatar-xxl.avatar-offline::before,
    .avatar-xxl.avatar-online::before {
        border-width: 4px;
    }

.avatar-group {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

    .avatar-group .avatar + .avatar {
        margin-left: -.75rem;
    }

    .avatar-group .avatar-xs + .avatar-xs {
        margin-left: -.40625rem;
    }

    .avatar-group .avatar-sm + .avatar-sm {
        margin-left: -.625rem;
    }

    .avatar-group .avatar-lg + .avatar-lg {
        margin-left: -1rem;
    }

    .avatar-group .avatar-xl + .avatar-xl {
        margin-left: -1.28125rem;
    }

    .avatar-group .avatar:hover {
        z-index: 1;
    }

/*-----------------
	5. Select2
-----------------------*/

.select2-results__option {
    padding: 6px 15px;
}

.select2-container .select2-selection--single {
    border: 1px solid #dcdcdc;
    height: 46px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 44px;
    right: 7px;
}

    .select2-container--default .select2-selection--single .select2-selection__arrow b {
        border-color: #dcdcdc transparent transparent;
        border-style: solid;
        border-width: 6px 6px 0;
        height: 0;
        left: 50%;
        margin-left: -10px;
        margin-top: -2px;
        position: absolute;
        top: 50%;
        width: 0;
    }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #dcdcdc;
    border-width: 0 6px 6px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 30px;
    padding-left: 15px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    /*color: #272b41;
    font-size: 15px;
    font-weight: normal;
    line-height: 44px;*/
    font-family: "CircularStd" !important;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    color: #0F172A;
    line-height: 44px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #20c0f3;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #dcdcdc;
    min-height: 46px;
}

.select2-dropdown {
    /*border-color: #dcdcdc;*/
    border-color: #fff;
    font-size: 18px !important;
    font-family: "CircularStd" !important;
    font-style: normal;
    font-weight: 400;
}

.select2 {
    /*background-image: linear-gradient(45deg, transparent 50%, red 60%), linear-gradient(135deg, red 40%, transparent 50%) !important;*/
    background-image: url('../images/playstore.png') !important;
    background-position: calc(100% - 30px) 14px, calc(100% - 20px) 14px, 100% 0 !important;
    background-size: 10px 10px, 10px 10px;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
}
/*-----------------
	6. Nav Tabs
-----------------------*/

.nav-tabs {
    border-bottom: 1px solid #f0f0f0;
}

.card-header-tabs {
    border-bottom: 0;
}

.nav-tabs > li > a {
    margin-right: 0;
    color: #888;
    border-radius: 0;
}

    .nav-tabs > li > a:hover,
    .nav-tabs > li > a:focus {
        border-color: transparent;
        color: #272b41;
    }

.nav-tabs.nav-tabs-solid > li > a {
    color: #272b41;
}

.nav-tabs.nav-tabs-solid > .active > a,
.nav-tabs.nav-tabs-solid > .active > a:hover,
.nav-tabs.nav-tabs-solid > .active > a:focus {
    background-color: #20c0f3;
    border-color: #20c0f3;
    color: #fff;
}

.tab-content {
    padding-top: 20px;
}

.nav-tabs .nav-link {
    border-radius: 0;
}

    .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
        background-color: #eee;
        border-color: transparent;
        color: #272b41;
    }

.nav-tabs.nav-justified > li > a {
    border-radius: 0;
    margin-bottom: 0;
}

    .nav-tabs.nav-justified > li > a:hover,
    .nav-tabs.nav-justified > li > a:focus {
        border-bottom-color: #ddd;
    }

.nav-tabs.nav-justified.nav-tabs-solid > li > a {
    border-color: transparent;
}

.nav-tabs.nav-tabs-solid > li > a {
    color: #272b41;
}

    .nav-tabs.nav-tabs-solid > li > a.active,
    .nav-tabs.nav-tabs-solid > li > a.active:hover,
    .nav-tabs.nav-tabs-solid > li > a.active:focus {
        background-color: #20c0f3;
        border-color: #20c0f3;
        color: #fff;
    }

.nav-tabs.nav-tabs-solid.nav-tabs-rounded {
    border-radius: 50px;
}

    .nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a {
        border-radius: 50px;
    }

        .nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a.active,
        .nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a.active:hover,
        .nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a.active:focus {
            border-radius: 50px;
        }

.nav-tabs-justified > li > a {
    border-radius: 0;
    margin-bottom: 0;
}

    .nav-tabs-justified > li > a:hover,
    .nav-tabs-justified > li > a:focus {
        border-bottom-color: #ddd;
    }

.nav-tabs-justified.nav-tabs-solid > li > a {
    border-color: transparent;
}

.nav-tabs.nav-justified.nav-tabs-top {
    border-bottom: 1px solid #ddd;
}

    .nav-tabs.nav-justified.nav-tabs-top > li > a,
    .nav-tabs.nav-justified.nav-tabs-top > li > a:hover,
    .nav-tabs.nav-justified.nav-tabs-top > li > a:focus {
        border-width: 2px 0 0 0;
    }

.nav-tabs.nav-tabs-top > li {
    margin-bottom: 0;
}

    .nav-tabs.nav-tabs-top > li > a,
    .nav-tabs.nav-tabs-top > li > a:hover,
    .nav-tabs.nav-tabs-top > li > a:focus {
        border-width: 2px 0 0 0;
    }

        .nav-tabs.nav-tabs-top > li.open > a,
        .nav-tabs.nav-tabs-top > li > a:hover,
        .nav-tabs.nav-tabs-top > li > a:focus {
            border-top-color: #ddd;
        }

    .nav-tabs.nav-tabs-top > li + li > a {
        margin-left: 1px;
    }

    .nav-tabs.nav-tabs-top > li > a.active,
    .nav-tabs.nav-tabs-top > li > a.active:hover,
    .nav-tabs.nav-tabs-top > li > a.active:focus {
        border-top-color: #20c0f3;
    }

.nav-tabs.nav-tabs-bottom > li > a.active,
.nav-tabs.nav-tabs-bottom > li > a.active:hover,
.nav-tabs.nav-tabs-bottom > li > a.active:focus {
    border-bottom-width: 2px;
    border-color: transparent;
    border-bottom-color: #20c0f3;
    background-color: transparent;
    transition: none 0s ease 0s;
    -moz-transition: none 0s ease 0s;
    -o-transition: none 0s ease 0s;
    -ms-transition: none 0s ease 0s;
    -webkit-transition: none 0s ease 0s;
}

.nav-tabs.nav-tabs-solid {
    background-color: #fafafa;
    border: 0;
}

    .nav-tabs.nav-tabs-solid > li {
        margin-bottom: 0;
    }

        .nav-tabs.nav-tabs-solid > li > a {
            border-color: transparent;
        }

            .nav-tabs.nav-tabs-solid > li > a:hover,
            .nav-tabs.nav-tabs-solid > li > a:focus {
                background-color: #f5f5f5;
            }

    .nav-tabs.nav-tabs-solid > .open:not(.active) > a {
        background-color: #f5f5f5;
        border-color: transparent;
    }

.nav-tabs-justified.nav-tabs-top {
    border-bottom: 1px solid #ddd;
}

    .nav-tabs-justified.nav-tabs-top > li > a,
    .nav-tabs-justified.nav-tabs-top > li > a:hover,
    .nav-tabs-justified.nav-tabs-top > li > a:focus {
        border-width: 2px 0 0 0;
    }

/*-----------------
	7. Modal
-----------------------*/

.modal {
    -webkit-overflow-scrolling: touch;
}

.modal-footer.text-center {
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
}

.modal-footer.text-left {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
}

.modal-dialog.modal-md {
    max-width: 600px;
}

.custom-modal .modal-content {
    border: 0;
    border-radius: 10px;
}

.custom-modal .modal-header {
    padding: 1.25rem;
}

.custom-modal .modal-footer {
    padding: 1.25rem;
}

.custom-modal .modal-body {
    padding: 1.25rem;
}

.custom-modal .close {
    background-color: #a0a0a0;
    border-radius: 50%;
    color: #fff;
    font-size: 17px;
    height: 20px;
    line-height: 20px;
    margin: 0;
    opacity: 1;
    padding: 0;
    position: absolute;
    right: 20px;
    top: 26px;
    width: 20px;
    z-index: 99;
}

.custom-modal .modal-title {
    font-size: 20px;
}

.modal-backdrop.show {
    opacity: 0.8;
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
    background-color: rgba(0, 0, 0, 0.6) !important;
}

.modal .card {
    box-shadow: unset;
}

/*-----------------
	8. Components
-----------------------*/

.comp-header {
    margin-bottom: 1.875rem;
}

    .comp-header .comp-title {
        color: #272b41;
    }

.line {
    background-color: #20c0f3;
    height: 2px;
    margin: 0;
    width: 60px;
}

.comp-buttons .btn {
    margin-bottom: 5px;
}

.pagination-box .pagination {
    margin-top: 0;
}

.comp-dropdowns .btn-group {
    margin-bottom: 5px;
}

.progress-example .progress {
    margin-bottom: 1.5rem;
}

.progress-xs {
    height: 4px;
}

.progress-sm {
    height: 15px;
}

.progress.progress-sm {
    height: 6px;
}

.progress.progress-md {
    height: 8px;
}

.progress.progress-lg {
    height: 18px;
}

/*-----------------
	9. Slick Slider
-----------------------*/

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
    }

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

    .slick-track:before,
    .slick-track:after {
        display: table;
        content: '';
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    box-shadow: 1px 6px 14px rgba(0,0,0,0.2);
    background: #fff;
    border-radius: 100%;
    cursor: pointer;
    border: none;
    outline: none;
    background: #fff;
}

    .slick-prev:hover,
    .slick-prev:focus,
    .slick-next:hover,
    .slick-next:focus {
        background-color: #0de0fe;
        color: #fff;
        opacity: 1;
    }

        .slick-prev:hover:before,
        .slick-prev:focus:before,
        .slick-next:hover:before,
        .slick-next:focus:before {
            color: #fff;
            opacity: 1;
        }

    .slick-prev.slick-disabled:before,
    .slick-next.slick-disabled:before {
        opacity: .25;
    }

    .slick-prev:before,
    .slick-next:before {
        font-family: 'slick';
        font-size: 20px;
        line-height: 1;
        opacity: .75;
        color: #383838;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

.slick-prev {
    left: 0;
    z-index: 1;
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: '←';
}

[dir='rtl'] .slick-prev:before {
    content: '→';
}

.slick-next {
    right: 0;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: '→';
}

[dir='rtl'] .slick-next:before {
    content: '←';
}

/*-----------------
	10. Focus Label
-----------------------*/

.form-focus {
    height: 50px;
    position: relative;
}

    .form-focus .focus-label {
        /*font-size: 14px;*/
        /*font-weight: 400;*/
        pointer-events: none;
        position: absolute;
        -webkit-transform: translate3d(0, 22px, 0) scale(1);
        -ms-transform: translate3d(0, 22px, 0) scale(1);
        -o-transform: translate3d(0, 22px, 0) scale(1);
        transform: translate3d(0, 22px, 0) scale(1);
        transform-origin: left top;
        transition: 240ms;
        /*left: 12px;*/
        left: 25px;
        top: -8px;
        z-index: 1;
        /*color: #b8b8b8;*/
        margin-bottom: 0;
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 23px;
        color: #94A3B8;
    }

    .form-focus.focused .focus-label {
        opacity: 1;
        top: -18px;
        font-size: 12px;
        z-index: 1;
    }

    .form-focus .form-control:focus ~ .focus-label,
    .form-focus .form-control:-webkit-autofill ~ .focus-label {
        opacity: 1;
        font-weight: 400;
        top: -18px;
        font-size: 12px;
        z-index: 1;
    }

    .form-focus .form-control {
        height: 50px;
        padding: 21px 12px 6px;
    }

        .form-focus .form-control::-webkit-input-placeholder {
            color: transparent;
            transition: 240ms;
        }

        .form-focus .form-control:focus::-webkit-input-placeholder {
            transition: none;
        }

    .form-focus.focused .form-control::-webkit-input-placeholder {
        color: #bbb;
    }

    .form-focus.select-focus .focus-label {
        opacity: 1;
        font-weight: 300;
        top: -20px;
        font-size: 12px;
        z-index: 1;
    }

    .form-focus .select2-container .select2-selection--single {
        border: 1px solid #e3e3e3;
        height: 50px;
    }

    .form-focus .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 48px;
        right: 7px;
    }

        .form-focus .select2-container--default .select2-selection--single .select2-selection__arrow b {
            border-color: #ccc transparent transparent;
            border-style: solid;
            border-width: 6px 6px 0;
            height: 0;
            left: 50%;
            margin-left: -10px;
            margin-top: -2px;
            position: absolute;
            top: 50%;
            width: 0;
        }

    .form-focus .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
        border-color: transparent transparent #ccc;
        border-width: 0 6px 6px;
    }

    .form-focus .select2-container .select2-selection--single .select2-selection__rendered {
        padding-right: 30px;
        padding-left: 12px;
        padding-top: 10px;
    }

    .form-focus .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #676767;
        font-size: 14px;
        font-weight: normal;
        line-height: 38px;
    }

    .form-focus .select2-container--default .select2-results__option--highlighted[aria-selected] {
        background-color: #fc6075;
    }

/*-----------------
	11. Header
-----------------------*/

.header-nav {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border: 0;
    /*border-bottom: 1px solid #f0f0f0;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*-ms-flex-wrap: wrap;
    flex-wrap: wrap;*/
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    position: relative;
    /*height: 85px;*/
    padding: 0 30px;
    margin-bottom: 0;
}

.main-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

/*.main-nav > li.active > a {*/
/*color: #09dca4;*/
/* color: #377dff;*/
/*color: #377dff;
    }*/

.active {
    color: #377dff !important;
}

.main-nav > li .submenu li a {
    display: block;
    padding: 10px 15px;
    clear: both;
    white-space: nowrap;
    font-size: 14px;
    color: #2d3b48;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    width: 100%;
    border-top: 1px solid #f0f0f0;
    font-size: 30px !important;
}

.main-nav > li .submenu > li.has-submenu > a::after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 15px;
    top: 12px;
    font-size: 13px;
}

.main-nav > li .submenu li {
    position: relative;
}

.main-nav li a {
    display: block;
    /* font-family: 'CircularStd' !important;*/
    /*font-family: Circular Std;*/
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    /* identical to box height */
    /* blue-gray/500 */
    color: #64748B;
}

    .main-nav li a:hover {
        color: #377dff;
    }

.main-nav li.login-link {
    display: none;
}

.logo {
    display: inline-block;
    margin-right: 30px;
    width: 160px;
}

.header-contact-img {
    display: inline-block;
}

    .header-contact-img i {
        color: rgba(0, 0, 0, 0.5);
        font-size: 30px;
    }

.header-contact-detail {
    display: inline-block;
    padding-left: 10px;
}

    .header-contact-detail p.contact-header {
        /* font-family: 'CircularStd' !important;*/
        font-style: normal;
        color: #484848;
        font-size: 13px;
        font-weight: 400;
        margin-bottom: 2px;
        text-align: left;
    }

    .header-contact-detail p.contact-info-header {
        /* font-family: 'CircularStd' !important;*/
        color: #000;
        font-weight: 500;
        font-size: 14px;
        margin-bottom: 0;
    }

.header-navbar-rht {
    margin: 0;
    margin-left: auto;
    padding: 0;
}

    .header-navbar-rht li {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        padding-right: 20px;
        justify-content: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
    }

        .header-navbar-rht li:last-child {
            padding-right: 0px;
        }

        .header-navbar-rht li .dropdown-menu {
            border: 0;
            box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
        }

    .header-navbar-rht .dropdown-toggle::after {
        display: none;
    }

    .header-navbar-rht li .dropdown-menu::before {
        content: "";
        position: absolute;
        top: 2px;
        right: 0;
        border: 7px solid #fff;
        border-color: transparent transparent #ffffff #ffffff;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        box-shadow: -2px 2px 2px -1px rgba(0, 0, 0, 0.1);
    }

    .header-navbar-rht li .dropdown-menu .dropdown-item {
        border-top: 1px solid #f0f0f0;
        padding: 10px 15px;
    }

        .header-navbar-rht li .dropdown-menu .dropdown-item:first-child {
            border-top: 0;
            border-radius: 5px 5px 0 0;
        }

        .header-navbar-rht li .dropdown-menu .dropdown-item:last-child {
            border-radius: 0 0 5px 5px;
        }

    .header-navbar-rht li a.header-login:hover {
        /*background-color: #09e5ab;
        border-color: #09e5ab;*/
        background-color: #377dff;
        border-color: #377dff;
        color: #fff;
    }

    .header-navbar-rht li a.header-login:active {
        /*background-color: #09e5ab;
        border-color: #09e5ab;*/
        background-color: #377dff;
        border-color: #377dff;
        color: #fff;
    }

.login-active {
    background-color: #377dff;
    border-color: #377dff;
    color: #fff !important;
}

.header-navbar-rht li .dropdown-menu a:hover {
    color: #09dca4;
    letter-spacing: 0.5px;
    padding-left: 20px;
    background-color: #fff;
}

.header-navbar-rht li a.header-login {
    /*border: 2px solid #09e5ab;
    border-radius: 4px;
        padding: 10px 15px !important;
        text-align: center;
        font-size: 15px;
        color: #09e5ab;
        text-transform: uppercase;
        font-weight: 500;*/
    /*background-color: #377dff !important;*/
    /*border: 2px solid #377dff;*/
    box-shadow: none !important;
    /* font-family: 'CircularStd' !important;*/
    font-style: normal;
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 23px !important;
    width: auto;
    padding: .6rem 1rem !important;
    color: #0F172A;
    border-radius: 12px;
}

.header .has-arrow .dropdown-toggle:after {
    border-top: 0;
    border-left: 0;
    border-bottom: 2px solid #757575;
    border-right: 2px solid #757575;
    content: '';
    height: 8px;
    display: inline-block;
    pointer-events: none;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 8px;
    vertical-align: 2px;
    margin-left: 10px;
}

.header .has-arrow .dropdown-toggle[aria-expanded="true"]:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.user-menu {
    float: right;
    margin: 0;
    position: relative;
    z-index: 99;
}

    .user-menu.nav > li > a {
        color: #fff;
        font-size: 14px;
        line-height: 58px;
        padding: 0 15px;
        height: 60px;
    }

        .user-menu.nav > li > a:hover,
        .user-menu.nav > li > a:focus {
            background-color: rgba(0, 0, 0, 0.2);
        }

            .user-menu.nav > li > a:hover i,
            .user-menu.nav > li > a:focus i {
                color: #fff;
            }

.user-img {
    display: inline-block;
    position: relative;
}

    .user-img > img {
        height: 31px;
        object-fit: cover;
        width: 31px;
    }

.user-menu.nav > li > a.mobile_btn {
    border: 0;
    position: relative;
    padding: 0;
    margin: 0;
    cursor: pointer
}

.header-navbar-rht .dropdown-menu {
    min-width: 200px;
    padding: 0;
}

    .header-navbar-rht .dropdown-menu .dropdown-item {
        padding: 7px 15px;
    }

    .header-navbar-rht .dropdown-menu .dropdown-item {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border-top: 1px solid #e3e3e3;
        padding: 10px 15px;
    }

        .header-navbar-rht .dropdown-menu .dropdown-item:hover {
            /*color: #09dca4;*/
            color: #377dff !important;
        }

.user-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 15px;
}

    .user-header .user-text {
        margin-left: 10px;
    }

        .user-header .user-text h6 {
            font-size: 15px;
            margin-bottom: 2px;
        }

.header-navbar-rht .logged-item .nav-link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 14px;
    /*line-height: 85px;*/
    padding: 0 10px;
}

/*-----------------
	12. Mobile Menu
-----------------------*/

.sidebar-overlay {
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
}

.menu-opened .main-menu-wrapper {
    transform: translateX(0);
}

.menu-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    height: 60px;
    padding: 0 20px;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    border-bottom: 1px solid #f0f0f0;
    display: none;
}

.menu-logo img {
    height: 40px;
}

.menu-close {
    font-size: 18px;
}

.bar-icon {
    display: inline-block;
    width: 31px;
}

    .bar-icon span {
        background-color: #0de0fe;
        display: block;
        float: left;
        height: 3px;
        margin-bottom: 7px;
        width: 31px;
        border-radius: 2px;
    }

        .bar-icon span:nth-child(2) {
            width: 16px;
        }

        .bar-icon span:nth-child(3) {
            margin-bottom: 0;
        }

#mobile_btn {
    display: none;
    margin-right: 30px;
}

html.menu-opened body {
    overflow: hidden;
}

/*-----------------
	13. Footer
-----------------------*/

.footer {
    background-color: #15558d;
}

    .footer .footer-top {
        padding: 40px 0;
    }

.footer-title {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: capitalize;
}

.footer .footer-widget.footer-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    outline: none;
}

.footer .footer-widget .footer-logo {
    margin-bottom: 30px;
}

.footer .footer-widget .footer-about-content p {
    color: #fff;
}

    .footer .footer-widget .footer-about-content p:last-child {
        margin-bottom: 0;
    }

.footer .footer-menu ul li {
    margin-bottom: 10px;
    position: relative;
}

    .footer .footer-menu ul li:last-child {
        margin-bottom: 0;
    }

    .footer .footer-menu ul li a {
        color: #fff;
        font-size: 15px;
        transition: all 0.4s ease 0s;
    }

        .footer .footer-menu ul li a i {
            margin-right: 5px;
        }

.footer .footer-widget.footer-menu ul li a:hover {
    color: #fff;
    letter-spacing: 0.5px;
    padding-left: 10px;
}

.footer-contact-info {
    color: #fff;
    font-size: 15px;
}

    .footer-contact-info .footer-address {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .footer-contact-info .footer-address span {
            margin-right: 20px;
        }

            .footer-contact-info .footer-address span i.fa-map-marker-alt {
                font-size: 20px;
            }

    .footer-contact-info p i {
        margin-right: 15px;
    }

.footer .footer-bottom .copyright {
    border-top: 1px solid #1663a6;
    padding: 30px 0;
}

.footer .footer-bottom .copyright-text p {
    color: #fff;
    font-size: 15px;
}

    .footer .footer-bottom .copyright-text p a {
        color: #09e5ab;
        -webkit-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }

        .footer .footer-bottom .copyright-text p a:hover {
            color: #fff;
        }

    .footer .footer-bottom .copyright-text p.title {
        font-weight: 400;
        margin: 10px 0 0;
    }

.footer .social-icon ul {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

    .footer .social-icon ul li {
        margin-right: 15px;
    }

        .footer .social-icon ul li:last-child {
            margin-right: 0;
        }

        .footer .social-icon ul li a {
            color: #fff;
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            font-size: 20px;
            transition: all 0.4s ease 0s;
        }

            .footer .social-icon ul li a:hover {
                color: #09e5ab;
            }

.policy-menu {
    font-size: 14px;
    margin: 0;
    padding: 0;
    text-align: right;
}

    .policy-menu li {
        display: inline-block;
        margin-right: 15px;
    }

        .policy-menu li:last-child {
            margin-right: 0;
        }

        .policy-menu li a {
            color: #fff;
        }

            .policy-menu li a:hover, .policy-menu li a:focus {
                color: #09e5ab;
            }

        .policy-menu li::after {
            color: #fff;
            content: "|";
            font-weight: 300;
            position: relative;
            left: 10px;
        }

        .policy-menu li:last-child::after {
            content: "";
        }

/*-----------------
	14. Login
-----------------------*/
.bg-gradient {
    background: linear-gradient(180deg, #DFECFD 33.39%, rgba(247, 250, 255, 0) 100%) !important;
    min-height: 230px;
    background-size: 100% auto;
    position: relative;
}

.position-relative {
    position: relative !important;
}

.sign-up-page-container {
    background: linear-gradient(180deg, #DFECFD 30.39%, rgba(247, 250, 255, 0) 100%) !important;
}

.EllipseOne {
    position: absolute;
    background-image: url('../images/Ellipse 2 (2).png');
    /*background-image: url('../Content/assets/images/Ellipse 2 (2).png');*/
    background-position: top;
    background-repeat: no-repeat;
    z-index: 0 !important;
    left: -150px !important;
    width: 800px !important;
    height: 100% !important;
    background-size: contain;
    /*top: -10px !important;*/
    top: 95px !important;
}

.sub-title {
    /* font-family: 'CircularStd' !important;*/
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #0F172A !important;
    z-index: 1;
}

.title {
    font-family: 'CircularStd-Bold' !important;
    font-style: normal;
    font-weight: bold;
    font-size: 44px;
    line-height: 56px;
    letter-spacing: -0.04em;
    color: #0F172A;
}

.sign-up-image {
    /*max-height: 340px !important;*/
    max-height: 280px !important;
    object-fit: cover;
    position: relative !important;
    z-index: 1 !important;
}

.paragraph-text {
    /* font-family: 'CircularStd' !important;*/
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150% !important;
    color: #0F172A;
    letter-spacing: 0.06rem;
}

.login-right {
    background-color: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 15px;
    padding: 40px;
}

.login-header {
    margin-bottom: 20px;
}

    .login-header > h2 {
        /* font-family: 'CircularStd';*/
        font-style: normal;
        font-weight: bold;
        font-size: 44px;
        line-height: 56px;
        letter-spacing: -0.04em;
        color: #0F172A;
    }

    .login-header > span {
        /* font-family: 'CircularStd';*/
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 150%;
        color: #64748B;
    }

.login-btn {
    font-size: 18px;
    font-weight: 500;
}

.login-or {
    color: #d4d4d4;
    margin-bottom: 20px;
    margin-top: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
    position: relative;
}

.or-line {
    background-color: #e5e5e5;
    height: 1px;
    margin-bottom: 0;
    margin-top: 0;
    display: block;
}

.span-or {
    background-color: #fff;
    display: block;
    left: 50%;
    margin-left: -20px;
    position: absolute;
    text-align: center;
    top: -3px;
    width: 42px;
}

.forgot-link {
    /* font-family: 'CircularStd';*/
    color: #3d3d3d;
    display: inline-block;
    font-size: 13px;
    margin-bottom: 10px;
    font-weight: 400;
}


.question-link {
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    color: #64748B;
}

.switch-link {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    color: #377dff;
}

.btn-facebook {
    background-color: #3a559f;
    color: #fff;
    font-size: 13px;
    padding: 8px 12px;
}

.btn-google {
    background-color: #dd4b39;
    color: #fff;
    font-size: 13px;
    padding: 8px 12px;
}

.social-login .btn:hover, .social-login .btn:focus {
    color: #fff;
}

/*-----------------
	15. Home
-----------------------*/
/*----Custom Css----*/
.bg-purple-blue {
    background-color: #DFECFD;
}

.bg-light {
    background-color: #F7FAFF !important;
}

.bg-sky-blue {
    background-color: #d1f2fb !important;
}

.bg-white {
    background-color: #FFFFFF !important;
}

.careme-nav-logo {
    height: 30px;
    width: 155.98596954345703px;
    left: 0.014068603515625px;
    top: -0.00726318359375px;
    border-radius: 0px;
}

.careme-btn {
    box-shadow: none !important;
    /* font-family: 'CircularStd' !important;*/
    font-style: normal;
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 23px !important;
    width: 100%;
    padding: .6rem 1rem !important;
    background-color: #377dff;
    border-color: #377dff;
    color: #fff !important;
    border-radius: 12px;
}

.join-us-btn {
    background: #0D56DB;
    box-shadow: none !important;
    /* font-family: 'CircularStd' !important;*/
    font-style: normal;
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 23px !important;
    width: 100%;
    padding: .6rem 1rem !important;
    border-color: #0D56DB;
    color: #fff !important;
    border-radius: 12px;
}

.line-icon {
    height: 40px;
    margin-left: 15px;
    margin-right: 15px;
}

.download-container {
    background-color: #d1f2fb !important;
    border-radius: 20px;
}

    .download-container .title {
        /* font-family: 'CircularStd' !important;*/
        font-style: normal;
        font-weight: bold;
        font-size: 44px;
        line-height: 56px;
        letter-spacing: -0.04em;
        color: #0F172A !important;
    }

    .download-container .description {
        /* font-family: 'CircularStd' !important;*/
        font-style: normal;
        font-size: 18px !important;
        line-height: 23px;
        color: #0F172A !important;
    }

.playstore-btn {
    background-color: #000 !important;
    color: #fff !important;
    font-size: 14px !important;
    /* font-family: 'CircularStd';*/
    border-radius: 14px !important;
    padding: .25rem 1rem .5rem 1rem !important;
    width: 250px !important;
    white-space: nowrap !important;
}

    .playstore-btn:focus {
        box-shadow: none !important;
        border: 0px !important;
    }

.playstore-icon {
    width: 39px;
    height: 33px;
    margin-top: -25px !important;
}

.apple-icon {
    width: 50px;
    height: 50px;
    margin-top: -32px !important;
}

.playstore-second-text {
    text-align: left !important;
    font-weight: bold;
    font-size: 25px !important;
    color: #fff !important;
    display: inline-block;
    margin-bottom: 0px !important;
    line-height: 1.8rem !important;
}

.playstore-first-text {
    font-weight: normal !important;
    font-size: 16px !important;
}

.iPhone-img {
    display: flex;
    position: relative;
    width: 100%;
    height: auto;
    object-fit: cover;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('../images/iPhone mini - Light.png');
}

.mirage-message-sent-img {
    position: absolute;
    bottom: 55px;
    left: -95px;
    width: 200px;
    height: 200px;
    object-fit: cover;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('../images/mirage-message-sent.png');
}

.mirage-welcome-img {
    position: absolute;
    bottom: 30px;
    width: 110px;
    height: 110px;
    left: 185px;
    object-fit: cover;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('../images/mirage-welcome.png');
}

.mirage-making-call-img {
    position: absolute;
    bottom: 125px;
    right: -50px;
    width: 115px;
    height: 115px;
    object-fit: cover;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('../images/mirage-making-call.png');
}

.download-description {
    /* font-family: 'CircularStd';*/
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #0F172A;
}

.footer-container img {
    width: auto;
    height: 28px;
    object-fit: cover;
}

.footer-container .copyright {
    /* font-family: 'CircularStd' !important;*/
    font-size: 12px !important;
    color: #333333 !important;
    font-weight: normal;
    line-height: 15px;
    color: #333333;
}

.footer-container p {
    /* font-family: 'CircularStd' !important;*/
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 170%;
    color: #0F172A !important;
}

.footer-container .text {
    /* font-family: 'CircularStd' !important;*/
    font-style: normal;
    font-size: 18px !important;
    line-height: 23px;
    color: #0F172A !important;
}

.footer-container .footer-link {
    /* font-family: 'CircularStd' !important;*/
    font-weight: 400;
    font-size: 18px !important;
    line-height: 244%;
    color: #0F172A !important;
}

    .footer-container .footer-link:hover {
        /*/* font-family: 'CircularStd' !important;*/
        font-style: normal;
        font-size: 18px !important;
        line-height: 23px;
        */ color: #377dff !important;
    }
/*Margin*/
.my-7 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
}

.mt-7 {
    margin-top: 4rem !important;
}

.mb-7 {
    margin-bottom: 4rem !important;
}

.mt-8 {
    margin-top: 4.8rem !important;
}

.mt-lg-60 {
    margin-top: 60px;
}
/*End Margin*/
/*Padding*/
.padding-x-5-7 {
    padding-left: 5.7rem !important;
    padding-right: 5.7rem !important;
}

.padding-x-5-8 {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
}

.padding-x-5-5 {
    padding-left: 5.3rem !important;
    padding-right: 5.3rem !important;
}

.padding-x-3-3 {
    padding-left: 3.7rem !important;
    padding-right: 3.7rem !important;
}

.padding-x-5 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
}

.py-7 {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.pt-7 {
    padding-top: 4rem;
}

.pb-7 {
    padding-bottom: 3.5rem;
}

.py-lg-6 {
    padding-top: 3rem;
    padding-bottom: 4rem;
}

.padding-y-0-8 {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
}

.padding-y-0-5 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
/*----/Custom Css-----*/

.section-home {
    background: linear-gradient( 180deg, #DFECFD 10.39%, rgba(247, 250, 255, 0) 80%) !important;
    /*background: linear-gradient( 180deg, #DFECFD 30.39%, rgba(247, 250, 255, 0) 52%) !important;*/
    min-height: 450px;
    background-size: 100% auto;
    position: relative;
    padding: 100px 0;
}

.section-hospital-search {
    padding-bottom: 50px;
    min-height: unset;
    background: linear-gradient( 180deg, #DFECFD 30.39%, rgba(247, 250, 255, 0) 85%) !important;
}

.section-header {
    margin-bottom: 60px;
}

    .section-header h2 {
        font-size: 36px;
        margin-bottom: 0;
        font-weight: 500;
    }

    .section-header .sub-title {
        color: #757575;
        font-size: 16px;
        max-width: 600px;
        margin: 15px auto 0;
    }

    .section-header p {
        color: #757575;
        font-size: 16px;
        margin-bottom: 0;
        margin-top: 15px;
    }

.banner-wrapper {
    margin: 0 auto;
    max-width: 800px;
    width: 100%;
}

    .banner-wrapper .banner-header {
        margin-bottom: 30px;
    }

        .banner-wrapper .banner-header h1 {
            margin-bottom: 10px;
            font-family: "CircularStd";
            font-style: normal;
            font-weight: bold;
            font-size: 44px;
            line-height: 56px;
            letter-spacing: -0.04em;
            color: #0F172A;
        }

        .banner-wrapper .banner-header p {
            font-family: "CircularStd";
            font-style: normal;
            font-weight: 400;
            font-size: 20px;
            line-height: 25px;
            color: #0F172A;
            margin-bottom: 0;
        }
/*-----------------
	16. Search
-----------------------*/

.breadcrumb-bar {
    /*background-color: #15558d;
    padding: 15px 0;*/
    background: #baebf9;
    border-radius: 20px;
    padding: 20px 0;
}

    .breadcrumb-bar .breadcrumb-title {
        /*color: #fff;
        font-size: 22px;
        font-weight: 700;
        margin: 5px 0 0;*/
        font-family: "CircularStd";
        font-style: normal;
        font-weight: bold;
        font-size: 24px;
        line-height: 30px;
        color: #0F172A;
    }

/*.page-breadcrumb ol {
    background-color: transparent;
    font-size: 12px;
    margin-bottom: 0;
    padding: 0;
}

    .page-breadcrumb ol li a {
        font-family: "CircularStd";
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
        color: #64748B;
    }

    .page-breadcrumb ol li.active {
        font-family: "CircularStd";
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
        color: #64748B;
    }*/
.page-breadcrumb ol {
    background-color: transparent;
    font-size: 16px;
    margin-bottom: 0;
    padding: 0;
    line-height: 20.24px;
}

    .page-breadcrumb ol li a {
        font-family: "CircularStd";
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 20.24px;
        color: #64748B;
    }

    .page-breadcrumb ol li.active {
        font-family: "CircularStd";
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 20.24px;
        color: #000000;
    }


.page-breadcrumb .breadcrumb-item + .breadcrumb-item:before {
    /*color: #fff;
    font-size: 10px;*/
    font-family: "CircularStd";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #64748B;
}

.sort-by {
    float: right;
}

.sort-title {
    font-family: "CircularStd";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #64748B;
    margin-right: 10px;
}

.sortby-fliter {
    display: inline-block;
    width: 120px;
}

.cal-icon {
    position: relative;
    width: 100%;
}

    .cal-icon:after {
        color: #979797;
        content: '\f073';
        display: block;
        font-family: "Font Awesome 5 Free";
        font-size: 16px;
        font-weight: 400;
        margin: auto;
        position: absolute;
        right: 15px;
        top: 10px;
    }

.custom_check {
    color: #666;
    display: inline-block;
    position: relative;
    font-size: 14px;
    font-size: .9375rem;
    padding-left: 30px;
    margin-bottom: 10px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .custom_check input {
        position: absolute;
        opacity: 0;
        cursor: pointer
    }

        .custom_check input:checked ~ .checkmark {
            background-color: #377dff !important;
            border-color: #377dff !important;
        }

    .custom_check .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 20px;
        width: 20px;
        border: 1px solid #dcdcdc;
        background-color: #fff;
        border-radius: 3px;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out
    }

        .custom_check .checkmark::after {
            content: "\f00c";
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            position: absolute;
            display: none;
            left: 4px;
            top: 0;
            color: #0de0fe;
            font-size: 11px;
        }

    .custom_check input:checked ~ .checkmark:after {
        display: block
    }

.custom_radio {
    color: #555;
    display: inline-block;
    position: relative;
    font-size: 14px;
    font-size: 0.9375rem;
    padding-left: 30px;
    margin-bottom: 10px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.radio_input .custom_radio + .custom_radio {
    margin-left: 15px;
}

.custom_radio input {
    position: absolute;
    opacity: 0
}

    .custom_radio input:checked ~ .checkmark:after {
        opacity: 1
    }

.custom_radio .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%
}

    .custom_radio .checkmark:after {
        display: block;
        content: "";
        position: absolute;
        opacity: 0;
        top: 3px;
        left: 3px;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background: #ff9b44;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out
    }

.filter-widget {
    margin-bottom: 20px;
}

    .filter-widget h4 {
        /* font-family: 'CircularStd';*/
        font-style: normal;
        font-weight: bold;
        font-size: 18px;
        line-height: 24px;
        color: #000000;
        margin-bottom: 15px;
    }

    .filter-widget .custom_check {
        line-height: 18px;
        /* font-family: 'CircularStd';*/
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 24px;
        color: #0F172A;
    }

    .filter-widget .form-control {
        background: #FFFFFF;
        border: 1px solid #E2E8F0;
        box-sizing: border-box;
        border-radius: 15px;
        height: 44px;
        /* font-family: 'CircularStd';*/
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        /* blue-gray/400 */
        color: #94A3B8;
    }

#div_data .form-control {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    box-sizing: border-box;
    border-radius: 20px;
    height: 44px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #94A3B8 !important;
}



.filter-widget .datetimepicker {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #0F172A;
}

::-webkit-input-placeholder {
    font-style: normal;
    font-weight: 400;
    font-size: 16px !important;
    line-height: 20px !important;
    color: #94A3B8 !important;
}

.horizontal-line {
    border-bottom: 1px solid #CBD5E1;
    width: 70%;
}


/*-----------------
	38. Responsive
-----------------------*/

@media only screen and (min-width:768px) {
    .avatar-xxl {
        width: 8rem;
        height: 8rem;
    }

        .avatar-xxl .border {
            border-width: 4px !important;
        }

        .avatar-xxl .rounded {
            border-radius: 12px !important;
        }

        .avatar-xxl .avatar-title {
            font-size: 42px;
        }

        .avatar-xxl.avatar-away:before,
        .avatar-xxl.avatar-offline:before,
        .avatar-xxl.avatar-online:before {
            border-width: 4px;
        }
}

@media (min-width: 992px) {
    .main-nav > li {
        margin-right: 30px;
    }

        .main-nav > li:last-child {
            margin-right: 0;
        }

    .main-nav li {
        display: block;
        position: relative;
    }

    .main-nav > li > a {
        /*line-height: 85px;*/
        padding: 0 !important;
    }

        .main-nav > li > a > i {
            font-size: 12px;
            margin-left: 3px;
        }

    .main-nav li > ul {
        background-color: #fff;
        border-radius: 5px;
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
        display: block;
        font-size: 14px;
        left: 0;
        margin: 0;
        min-width: 200px;
        opacity: 0;
        padding: 0;
        position: absolute;
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
        top: 100%;
        visibility: hidden;
        z-index: 1000;
    }

    .main-nav li .submenu::before {
        border: 7px solid #fff;
        border-color: transparent transparent #fff #fff;
        box-shadow: -2px 2px 2px -1px rgba(0, 0, 0, 0.1);
        content: "";
        left: 45px;
        position: absolute;
        top: 2px;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    .main-nav li.has-submenu:hover > .submenu {
        visibility: visible;
        opacity: 1;
        margin-top: 0;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .main-nav .has-submenu.active > a {
        color: #09dca4;
    }

    .main-nav .has-submenu.active .submenu li.active > a {
        color: #09dca4;
    }

    .main-nav > li .submenu li:first-child a {
        border-top: 0;
    }

    .main-nav > li.has-submenu:hover > .submenu > li.has-submenu:hover > .submenu {
        visibility: visible;
        opacity: 1;
        margin-top: -1px;
        margin-right: 0;
    }

    .main-nav > li .submenu > li .submenu {
        left: 100%;
        top: 0;
        margin-top: 10px;
    }

    .main-nav li .submenu a:hover {
        color: #09dca4;
        letter-spacing: 0.5px;
        padding-left: 20px;
    }

    .main-nav > .has-submenu > .submenu > .has-submenu > .submenu::before {
        top: 20px;
        margin-left: -35px;
        box-shadow: 1px 1px 0 0 rgba(0,0,0,.15);
        border-color: transparent #fff #fff transparent;
    }

    .header-navbar-rht li.show > .dropdown-menu {
        visibility: visible;
        opacity: 1;
        margin-top: 0;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .header-navbar-rht li .dropdown-menu {
        border-radius: 5px;
        padding: 0;
        margin: 0;
        min-width: 200px;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
        display: block;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }
}

@media only screen and (max-width: 1399px) {
    .chat-cont-left .chat-users-list a.media .media-body > div:first-child .user-name,
    .chat-cont-left .chat-users-list a.media .media-body > div:first-child .user-last-chat {
        max-width: 180px;
    }

    .row.row-grid {
        margin-left: -8px;
        margin-right: -8px;
    }

        .row.row-grid > div {
            padding-right: 8px;
            padding-left: 8px;
            -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
            max-width: 33.333333%;
        }
}

@media only screen and (max-width: 1199px) {
    .header-nav {
        padding-left: 20px;
        padding-right: 20px;
    }

    .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }

    .chat-cont-left .chat-users-list a.media .media-body > div:first-child .user-name,
    .chat-cont-left .chat-users-list a.media .media-body > div:first-child .user-last-chat {
        max-width: 150px;
    }

    .chat-cont-left {
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
    }

    .chat-cont-right {
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
    }

    .row.row-grid > div {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .dash-widget {
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }

    .circle-bar {
        margin: 0 0 15px;
    }
}

@media only screen and (max-width: 991.98px) {
    .main-nav {
        padding: 0;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
    }

        .main-nav ul {
            background-color: #3474ac;
            display: none;
            list-style: none;
            margin: 0;
            padding-left: 0;
        }

        .main-nav > li {
            border-bottom: 1px solid #1663a6;
            margin-left: 0;
        }

        .main-nav li + li {
            margin-left: 0;
        }

        .main-nav > li > a {
            line-height: 1.5;
            padding: 15px 20px !important;
            color: #fff;
            font-size: 14px;
            font-weight: 500;
        }

            .main-nav > li > a > i {
                float: right;
                margin-top: 5px;
            }

        .main-nav > li .submenu li a {
            border-top: 0;
            color: #fff;
            padding: 10px 15px 10px 35px;
        }

        .main-nav > li .submenu ul li a {
            padding: 10px 15px 10px 45px;
        }

        .main-nav > li .submenu > li.has-submenu > a::after {
            content: "\f078";
        }

        .main-nav .has-submenu.active > a {
            color: #09dca4;
        }

        .main-nav .has-submenu.active .submenu li.active > a {
            color: #09dca4;
        }

    .login-left {
        display: none;
    }

    .main-menu-wrapper {
        order: 3;
        width: 260px;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        overflow-x: hidden;
        overflow-y: auto;
        z-index: 1060;
        transform: translateX(-260px);
        transition: all 0.4s;
        background-color: #15558d;
    }

    .menu-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .header-navbar-rht li.contact-item {
        display: none;
    }

    .navbar-header {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }

    #mobile_btn {
        display: inline-block;
    }

    .section-home {
        min-height: 330px;
    }

    .section-specialities {
        padding: 50px 0;
    }

    .footer-widget {
        margin-bottom: 30px;
    }

    .chat-cont-left, .chat-cont-right {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        transition: left 0.3s ease-in-out 0s, right 0.3s ease-in-out 0s;
        width: 100%;
    }

    .chat-cont-left {
        border-right: 0;
    }

    .chat-cont-right {
        position: absolute;
        right: -100%;
        top: 0;
        opacity: 0;
        visibility: hidden;
    }

        .chat-cont-right .chat-header {
            justify-content: start;
            -webkit-justify-content: start;
            -ms-flex-pack: start;
        }

            .chat-cont-right .chat-header .back-user-list {
                display: block;
            }

            .chat-cont-right .chat-header .chat-options {
                margin-left: auto;
            }

    .chat-window.chat-slide .chat-cont-left {
        left: -100%;
    }

    .chat-window.chat-slide .chat-cont-right {
        right: 0;
        opacity: 1;
        visibility: visible;
    }

    .day-slot li.left-arrow {
        left: -10px;
    }

    .container {
        max-width: 100%;
    }

    .appointments .appointment-action {
        margin-top: 10px;
    }

    .appointments .appointment-list {
        display: block;
    }

    .banner-wrapper {
        max-width: 720px;
    }

    .search-box .search-info {
        /*-ms-flex: 0 0 410px;
        flex: 0 0 410px;
        width: 410px;*/
        -ms-flex: 0 0 300px;
        flex: 0 0 300px;
        width: 300px;
    }

    .select2-container--default .select2-selection--single {
        border: 1px solid #CBD5E1;
    }

    .select2-dropdown {
        border-color: #CBD5E1;
    }

    .banner-wrapper .banner-header h1 {
        font-size: 2.125rem;
    }

    .dct-border-rht {
        border-bottom: 1px solid #f0f0f0;
        border-right: 0;
        margin-bottom: 20px;
        padding-bottom: 15px;
    }

    .card-label > label {
        font-size: 12px;
    }

    .footer .footer-top {
        padding-bottom: 10px;
    }

    .time-slot li .timing.selected::before {
        display: none;
    }

    .review-listing .recommend-btn {
        float: none;
    }

    .dash-widget {
        flex-direction: unset;
        text-align: left;
    }

    .circle-bar {
        margin: 0 15px 0 0;
    }

    .call-wrapper {
        height: calc(100vh - 140px);
    }

    .sidebar-overlay.opened {
        display: block;
    }

    .about-content {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 849.98px) {
    .row.row-grid > div {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media only screen and (max-width: 767.98px) {
    body {
        font-size: 0.875rem;
    }

    h1, .h1 {
        font-size: 2rem;
    }

    h2, .h2 {
        font-size: 1.75rem;
    }

    h3, .h3 {
        font-size: 1.375rem;
    }

    h4, .h4 {
        font-size: 1rem;
    }

    h5, .h5 {
        font-size: 0.875rem;
    }

    h6, .h6 {
        font-size: 0.75rem;
    }

    .content {
        padding: 15px 0 0;
    }

    .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }

    .card {
        margin-bottom: 20px;
    }

    .section-home {
        background: #f9f9f9;
    }
}

@media only screen and (max-width: 575.98px) {
    body {
        font-size: 0.8125rem;
    }

    h1, .h1 {
        font-size: 1.75rem;
    }

    h2, .h2 {
        font-size: 1.5rem;
    }

    h3, .h3 {
        font-size: 1.25rem;
    }

    h4, .h4 {
        font-size: 1rem;
    }

    h5, .h5 {
        font-size: 0.875rem;
    }

    h6, .h6 {
        font-size: 0.75rem;
    }

    .card {
        margin-bottom: 0.9375rem;
    }

    .card-body {
        padding: 1.25rem;
    }

    .card-header {
        padding: .75rem 1.25rem;
    }

    
}

@media only screen and (max-width:479px) {
    /*.section-home {
        min-height: 410px;
        padding: 30px 15px;
    }*/
}

@media (min-width: 300px) and (max-width: 700px) {
    .padding-x-3-3 {
        padding-left: 0.3rem !important;
        padding-right: 0.3rem !important;
    }

    .hospital-profile-card {
        height: auto !important;
    }
}


.section-blogs {
    background-color: #f8f9fa;
    padding: 80px 0;
}

.view-all .btn {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 30px;
}



@media (min-width: 1000px) {

    
}

@media (min-width: 1000px) and (max-width: 1200px) {

}

@media (min-width: 200px) and (max-width: 700px) {
    .careme-nav-logo {
        width: 218px;
        height: 53px;
        padding: 15px 15px 15px 0px;
        margin-left: -28px;
    }

    .ml--35 {
        margin-left: unset;
    }

    .horizontal-line {
        width: 330px;
    }
    /*Padding*/
    .padding-x-5-7 {
        padding-left: 1.2rem !important;
        padding-right: 1.2rem !important;
    }

    .padding-x-5 {
        padding-left: 1.25rem !important;
        padding-right: 1.25rem !important;
    }

    .padding-x-5-5 {
        padding-left: 1.2rem !important;
        padding-right: 1.2rem !important;
    }

    .padding-x-5-8 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }

    .py-7 {
        padding-top: 4.5rem;
        padding-bottom: 4.5rem;
    }

    .padding-y-0-8 {
        padding-top: 0.3rem;
        padding-bottom: 0.3rem;
    }

    /*End Padding*/
    .w-fix {
        min-width: unset;
        max-width: unset;
    }
    .left-align {
        position: relative;
        margin-bottom: 20px;
    }
}

/* ------------- Login page -------------*/
.form-group {
    position: relative;
}

.form-prefix-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    z-index: 2;
}

.form-suffix-icon {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    z-index: 2;
}

.form-input-login {
    border-radius: 12px !important;
    background-color: #F1F5F9 !important;
    padding-left: 50px !important;
}

    .form-input-login:hover, focus {
        background-color: white !important;
    }

.btn-login {
    border-radius: 12px !important;
}
.w-40 {
    width: 40%;
}
.w-30 {
    min-width: 30%;
}
.w-80 {
    width: 80%;
}
.w-85 {
    width: 85%;
}
.w-50 {
    width: 50%;
}
.w-90 {
    width: 90%;
}

.dma-logo-login {
    width: 80px;
    height: auto;
}
.dma-logo-sealogin {
    width: 154px;
    height :116px;
}
.login-panel {
    background: #CBE1FF;
    height: 650px;
}



/* Home - navbar */
.dma-logo {
    width: 80px;
    height: auto;
}

.navbar .navbar-nav .nav-link {
    padding: 0.5rem 0.75rem !important;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #0075FF !important;
    background-color: #F1F5F9;
    border-color: #1861ac;
}

.user-profile {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    object-fit: cover;
}
.dropdown-icon {
    width: 18px;
    height: 18px;
    margin-right: 15px;
}
.profile-dropdown-menu {
    width: 256px !important;
    left: auto !important;
    right: 0 !important;
    border-radius: 20px !important;
    border: 1px solid #F8FAFC !important;
    box-shadow: 0px 10px 16px 0px rgba(0, 0, 0, 0.08) !important;
}
.dropdown-item:focus {
    background-color: #f1f5f9;
    border-radius: 10px;
}

.dropdown-item:hover {
    background-color: #f1f5f9;
    border-radius: 10px;
}


.nav-link {
    color: #0F172A !important;
}



/* Home - content*/
.banner-img {
    width: 100%;
}

.status-grey {
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    color: #64748B;
}

.content-dark {

    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.5px;
    text-align: left;
    color: #0F172A;
}

.rounded-btn {
    display: flex;
    width: 120px;
    height: 40px;
    padding: 6px 10px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 10px;
    background-color: #0075FF;
    cursor: pointer;
    color: white;

}
.rounded-btn:hover{
    color: white;
}
.badge {
    display: inline-flex !important;
    padding: 5px 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 5px;
    width: auto;
}

.badge-fail {
    background-color: #FECACA !important;
    color: #EF4444 !important;
}


.badge-pass {
    background-color: #BBF7D0 !important;
    color: #16A34A !important;
}

.badge-pending {
    background-color: #FEF9C3 !important;
    color: #EAB308 !important;
}

/* Get started */
.border-btn {
    display: flex;
    width: 100px;
    height: 40px;
    justify-content: center;
    align-items: center;
    border-radius: 14.25px;
    border: 1.188px solid #CBD5E1;
    color: #0F172A !important;
}
    .border-btn:hover {
        background-color: #CBD5E1;
    }

.icon {
    width: 19px;
    height: 19px;
}

.detail-card {
    border-radius: 20px;
    background-color: #F1F5F9;
    padding: 30px 35px;
    display:flex;
    align-items: flex-start;
    gap: 20px;
}
.detail-icon {
    width: 30px;
    height: 30px;
}
.tips-container {
    border-radius: 20px;
    background-color: #F1F5F9;
    padding: 30px 35px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.list-icon{
    width: 24px;
    height: 24px;
}

.btn-exam-start {
    display: flex;
    width: 173px;
    height: 44px;
    padding: 12px 18px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;
    border-radius: 12px;
    background-color: #0075FF;
    color: white;
    border: 0;
}

.btn-solid {
    display: flex;
    align-items: center;
    width: auto;
    padding: 1rem 1.5rem;
    flex-shrink: 0;
    border-radius: 12px;
    background-color: #0075FF;
    height: 40px;
    color: white;
    border: 0;
    font-size: 15px;

}
.btn-grey {
    display: flex;
    align-items: center;
    width: auto;
    padding: 1rem 1.5rem;
    flex-shrink: 0;
    border-radius: 12px;
    background-color: #F1F5F9;
    height: 40px;
    color: black;
    border: 0;
    font-size: 15px;
}
.btn-progress {
    display: flex;
    align-items: center;
    width: auto;
    padding: 1rem 1.5rem;
    flex-shrink: 0;
    border-radius: 12px;
    background-color: #bb1334;
    height: 40px;
    color: white;
    border: 0;
    font-size: 14px;
}
.btn-progress:hover, focus {
    color: white;
}

.btn-solid:hover, focus {
    color: white;
}

.btn-solid-light {
    display: flex;
    align-items: center;
    width: auto;
    padding: 1rem 1.5rem;
    flex-shrink: 0;
    border-radius: 12px;
    background-color: #DBEAFE;
    height: 40px;
    color: #0075FF;
}

.btn-solid-light:hover, focus {
    color: #0075FF;
}

.btn-outline {
    display: flex;
    align-items: center;
    width: auto;
    padding: 1rem 1.5rem;
    flex-shrink: 0;
    border-radius: 12px;
    background-color: white;
    height: 40px;
    color: #0F172A;
    border: 1.5px solid #CBD5E1;
    font-size: 14px;
}

    .btn-outline:hover, focus {
        color: #0F172A;
    }


/*
.btn-next {
    display: flex;
    width: 86px;
    height: 38px;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 12px;
    background-color: #0075FF;
}*/

/*------ Final Step ----------*/
.test-complete-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    padding: 44px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    border-radius: 20px;
    background-color: #F1F5F9;
}
.test-complete-image {
    width: 207.346px;
    height: 227.946px;
    flex-shrink: 0;
}

/* Examination Index - Question Indicator */
.current-question {
    /* border-bottom: 2px solid #0075FF !important;*/
    color: #7929FE!important;
}
.current-question-border {
     border-bottom: 2px solid #0075FF !important;
    
}

.circle {
    display: flex;
    width: 44px;
    padding: 10px;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 50%;
    background-color: #F1F5F9;
    border: 0;
}

.carousel{
    align-items:center;
    display: flex;
    gap: 2rem;
}

.text-dark-grey {
    color: #475569;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}

/*Question Indicator*/
.text-question-index {
    font-size: 18px;
    color: #0F172A;
    font-weight: bold;
}
.text-question-mark {
    font-size: 16px;
    color: #0F172A;
    font-weight: bold;
}
.badge-custom {
    padding: 5px 10px;
    font-size: 13px;
    font-weight: 400;
    border: 1px solid #CBD5E1;
    border-radius: 10px;
}
.badge-status {
    background-color: #E0EEFF;
    color: #0075FF;
}
/* Question */
.question-card {
    border-radius: 16px;
    border: 1px solid #E2E8F0;
    padding: 15px;
}

.question-text {
    color: #0F172A;
    font-size: 16px;

}

.form-select{
    border-radius: 12px !important;
    font-size: 16px !important;
}

.question-container {
    /*height: calc(100vh - 310px);*/
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/*True or False*/
.form-check-input{
    width: 0.8em !important;
    height: 0.8em !important;
}

/*Paragraph*/
.paragraph-text-area {
    display: flex;
    width: 100%;
    border-radius: 16px;
    background: #F1F5F9;
    border: 0;
    padding: 15px;
    margin-top: 15px;
    font-size: 16px;
    /*new*/
    /*height: calc(100vh - 470px) !important;*/
    /*overflow: auto;*/
    width: 100%;
}

.scrollable-div {
   /* max-height:calc(100rem - 185px);*/
    overflow: auto; 
    padding-right: 3px;
    padding-bottom: 5px;
}

/*.carousel-item {
    width: 300px;  Set the desired width 
    height: auto;  You may adjust the height as needed 
    margin-right: 0;  Adjust margin as needed 
    margin-left: 0;  Adjust margin as needed 
}*/
.imageheight {
    /*height: calc(100vh - 180px) !important;*/
    height: calc(100vh - 200px) !important;
    object-fit: contain;
}
.ml-15{
    margin-left:15px;
}
.imagePreview{
    display:flex;
}
.displayNone{
    display:none!important;
}
.displayBlock {
    display: block !important;
}
.displayflex {
    display: flex !important;
}
.carousel-control-next-icon {
    background-color: #F1F5F9;
    border-radius: 50%;
    background-image: url('../assets/dms_exam_images/arrowright.svg') !important;
    background-repeat: no-repeat;
    background-size: 24px 24px;
}
.carousel-control-prev-icon {
    background-color: #F1F5F9;
    border-radius: 50%;
    background-image: url('../assets/dms_exam_images/arrowleft.svg') !important;
    background-repeat: no-repeat;
    background-size: 24px 24px;
}
.carousel-inner {
    background: #D9D9D9;
    border-radius:20px;
}
.w-50 {
    width: 50%;
}
/*.div_questioncard {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 150px);
    overflow-y:auto;
}*/
.position-relative{
    position:relative !important;
}
.done_btn_position {
    position: absolute;
    bottom: 0;
    right: 0;
}
.matchingtitle {
    font-size: 17px;
    font-weight: 700;
    color: black;
    margin-bottom: 10px;
}
.div_questioncard {
    /*height: calc(100vh - 470px);
    overflow: auto;*/
    width: 100%;
    margin-left: 0px;
   
}
.div_paragraph_questioncard {
    /*height: calc(100vh - 470px);
    overflow: hidden;*/
    width: 100%;
    margin-left: 0px;
}
.div_questioncardview {
    width: 50%;
    margin-left: 15px;
    /* height: calc(100vh - 150px);*/
    height: calc(100vh - 200px);
    overflow: auto;
}

.height-auto{
    height:auto !important;
}
.ps-0{
    padding-left:0 !important;
}
.view-q-card-height {
   /* height: calc(100vh - 355px) !important;
    overflow:auto !important;*/
}
.time-reminder{
    position:fixed;
    top:0;
    padding-top:1rem;
    padding-bottom:0.6rem;
   
    z-index:10 !important;
    width:100%;
}
.footer-btn-bar{
    position:fixed;
    display:flex;
    flex-direction:row;
    bottom:0;
    padding-top:1rem;
    padding-bottom:1rem;
    z-index:10 !important;
    width:100%;
    background:#fff !important;
    left:0;
    right:0;
}
.sectionfooter-btn-bar {
    position: fixed;
    
    bottom: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
    z-index: 10 !important;
    width: 100%;
    background: #fff !important;
    left: 0;
    right: 0;
}
.accesscodeline {
    border-bottom: 1px solid #CBD5E1;
     width: 43%;
     margin-bottom:10px;
}
/*.upper-container{
    height:100vh;
    overflow:auto;
}
.upper-container-photo-view{
    overflow:hidden;
}*/
.section-card-active {
    background-color: #E0EEFF;
    border: 1px solid #2563EB;
}

.section-card {
    border-radius: 12px;
    border: 1px solid #CBD5E1;
    padding: 12px 16px 12px 16px;
  /*  min-width: 300px;
    max-width: 300px;*/
    margin-bottom: 15px;
    height: 100%;
    cursor: pointer;
    width:100% !important;
}
.word-break{
    word-break:break-word;
}
.section-txt {
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    color: #0F172A;
  
}
/*.section-mark {
    font-weight: 400;
    font-size: 14px;
    line-height: 20.24px;
    color: #000000;
}*/
.section-questiontxt {
    font-weight: 400;
    font-size: 14px;
    color: #475569;
    line-height: 15.18px;
   
}
.section-mark {
    font-weight: 400;
    font-size: 16px;
    color: #64748B;
    white-space:nowrap;
}



.div_section::-webkit-scrollbar {
    width: 1em;
    height: 8px !important;
}


.div_section::-webkit-scrollbar-track {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}


.div_section::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #c1c1c1;
    outline: 1px solid #E0EEFF;
}


.div_section::-webkit-scrollbar:vertical {
    display: none;
}
.div_section::-webkit-scrollbar {
    height: 6px;
    width: 10px;
    background: #ffffff!important;
   
}
.QuestionSectionShow{
    display:block;
}
.QuestionSectionHide {
    display: none;
}
.div_section{
    padding-bottom:15px;
}
.form-check-input[type=radio] {
    
    border: 2px solid #a99d9d!important;
}
.sectionquestiongroup {
    display: flex;
    padding: 10px 20px;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    border: 2px solid #E2E8F0;
    border-radius: 20px;
    margin-right:14px;
}
.one-sectionquestiongroup {
    border: 2px solid #E2E8F0;
    border-radius: 20px;
    margin-right: 14px;
    padding: 10px 20px;
}
.displayNone{
    display:none!important;
}
.displayBlock{
    display:block;
}
.dma-txt {
    font-weight: 700;
    font-size: 33px;
    color: #0F172A;
    line-height:20px;
}
.online-txt {
   
    font-weight: 500;
    font-size: 18px;
    color: #0F172A;
    line-height:20px;
}
.seafarerlogin-txt {
    color: #0F172A;
    font-weight: 500;
    font-size: 28px;
    line-height: 20px;
}
.access-txt {
    color: #475569;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}
.loginImage {
    width: 962px ;
  
}
.seafarer-btn {
    background-color: #252525;
    border-radius: 16px;
    color: #ffffff;
    width: 212px;
    text-align: center;
}
.seafarer-btn:hover, .seafarer-btn:focus {
    background-color: #252525;
    border-radius: 16px;
    color: #ffffff;
        
}
.passcode-txt {
    font-size: 25px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    color:#000000;
}
.passcode-title {
    font-size: 21px;
    font-weight: 700;
    line-height: 20px;
    color: #000000;
    text-align: center;
   
}
.passcode-subtxt {
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    text-align: center;
    color: #475569;
}
.passcode-txtbox {
    font-size: 15px;
    min-height: 46px;
    width: 85%;
    border-radius: 12px !important;
    background-color: #F1F5F9 !important;
}
.or-txt {
    font-size: 25px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    color: #000000;
}
.profile {
    /*   width: Fill (1,153px)px;
    height: Hug (68px)px;*/
    padding: 10px 20px 10px 20px;
    gap: 20px;
    border-radius: 20px;
    border: 1px 0px 0px 0px;
    background-color: #F1F5F9;
    border: 1px solid #CBE1FF;
}
.seafarer-img {
    border-radius: 50% !important;
    object-fit: cover;
    width: 48px;
    height: 48px;
    min-width: 48px;
    min-height: 48px;
}
.user-title {
    color: #64748B;
    font-size: 12px;
    font-weight: bold;
    line-height: 15.18px;
    letter-spacing: -0.5px;
    text-align: left;
}
.user-txt {
    color: #0F172A;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.5px;
    text-align: left;
}
.sfexam-card {
    background-color: #F1F5F9;
    border-radius:20px;
    padding:30px;
}
.sfexam-day {
    font-size: 24px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -1px;
    text-align: left;
    color: #0F172A;
}
.sfexam-name {
    color: #0F172A;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.5px;
    text-align: left;
}
.sfexam-subject {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.5px;
    text-align: left;
    color: #0F172A;
}

.rounded-blackbtn {
    display: flex;
    width: 118px;
    height: 40px;
    padding: 12px 18px 12px 18px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 16px;
    background-color: #252525;
    cursor: pointer;
    color: white;
}

    .rounded-blackbtn:hover {
        color: white;
    }

.rounded-viewresultbtn {
    display: flex;
    width: 170px;
    height: 40px;
    padding: 12px 18px 12px 18px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 16px;
    background-color: #252525;
    cursor: pointer;
    color: white;
}

    .rounded-viewresultbtn:hover {
        color: white;
    }

.passedbtn {
    background-color: #BBF7D0;
    border-radius: 10px;
    padding: 5px 10px 5px 10px;
    color: #16A34A !important;
}
.sectionscroll {
    padding: 20px 15px 20px 35px !important;
    overflow: auto !important;
    max-height: calc(100vh - 45px);
}
.second-sectionscroll {
    max-height: calc(100vh - 45px);
    overflow: auto !important;
    padding-bottom:6rem !important;
}

.all-section-ques {
    padding: 20px 10px 20px 30px;
}

.section-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
    color: #0F172A;
}
.section-info {
    font-size: 14px;
    font-weight: 400;
    line-height: 15.18px;
    text-align: left;
    color: #475569;
   
}
.done-progress {
    background-color: #e0eeff;
    border-radius: 10px;
    color: #475569;
    padding: 5px 10px;
    font-size: 13px;
}
    .done-progress:hover, .done-progress:focus,.skip-progress:hover, .skip-progress:focus {
        color: #475569;
    }

    .skip-progress {
        background-color: #f1f5f9;
        border-radius: 10px;
        color: #475569;
        padding: 5px 10px;
        font-size: 13px;
    }

.submitExambtn {
    background-color: #252525;
    color: #ffffff;
    border-radius: 10px;
    padding: 5px 10px 5px 10px;
    cursor: pointer;
    font-size: 14px;
}
.loginImage {
    width: 100%;
}
.examinerbar {
    background-color: #f1f5f9;
    padding: 15px 35px;
   
    width: 100%;
}
.standaloneExambar {
    background-color: #f1f5f9;
    padding: 15px 15px;
}
.failedbtn {
    background-color: #eac0c0 !important;
    border-radius: 10px;
    padding: 5px 10px 5px 10px;
    color: #DC2626 !important;
}
.pendingbtn {
    background-color: #ead8b5 !important;
    border-radius: 10px;
    padding: 5px 10px 5px 10px;
    color: #CA8A04 !important;
}
.text-right{
    text-align:right;
}
.m-b-1{
    margin-bottom:1px !important;
}
.scrollheight{
    height:100vh!important;
    overflow:hidden;
}
.removeAnswerbtn {
    height: 30px;
    border-radius: 10px;
    background-color: #e63a3a;
    color: white;
    border: none;
}