@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&family=Jost:wght@300;400;500&display=swap');


:root {
    --swiper-theme-color: #0c2d49 !important;
      --osa-blue: #0c2d49;
  --osa-gold: #e4b313;
  --osa-green: #67941d;
  --osa-white: #ffffff;
  --osa-text-light: #f5f7fb;
}


@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.woff2) format('woff2'), url(../fonts/MaterialIcons-Regular.woff) format('woff'), url(../fonts/MaterialIcons-Regular.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';
}

img.img-fluid.n {
    border-radius: 10px;
}

.sticky-card-top {
    display: flex;
    background: white;
    margin: 10px;
    border-radius: 10px;
    position: sticky;
    top: 40px;
    z-index: 1;
    padding-top: 10px;
    box-shadow: 1px 6px 14px rgb(0 0 0 / 20%);
}

.stick-sub {
    width: 100%;
    text-align: center;
}

.card-h {
    z-index: 2;
    position: relative;
    background: white;
    text-align: center;
    margin-top: -7px;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 12px 17px 80px -5px rgb(138 138 138);
}

h4.card-txt {
    font-size: 19px;
}

section.section-search.n {
    min-height: 207px;
    padding: 20px 0px;
    margin: 15px;
    border-radius: 20px;
    box-shadow: 12px 17px 80px -5px rgb(138 138 138);
}

.card-box {
    display: flex;
}

.sub-cards {
    width: 100%;
    margin: 10px;
    text-align: center;
}

html {
    height: 100%;
}

body {
    background-color: #fcfcfc;
    color: #272b41;
    font-family: 'Jost', sans-serif !important;
    font-size: 0.9375rem;
    height: 100%;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #272b41;
    
}

.h1,
h1 {
    font-size: 2.25rem;
    font-weight: 700;
}

.h2,
h2 {
    font-size: 1.875rem;
    font-weight: 700;
}

.h3,
h3 {
    font-size: 1.5rem;
    font-weight: 700;
}

.h4,
h4 {
    font-size: 1.125rem;
    font-weight: 700;
}

.h5,
h5 {
    font-size: 1rem;
}

.h6,
h6 {
    font-size: 0.875rem;
}

a {
    color: #2E3842;
}

a:hover {
    color: #5c81fa;
}

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;
}



h1, h2, h3, h4, h5, h6 {
    font-family: 'Cormorant Garamond', sans-serif !important;
    font-weight: 600; /* Headings ko thoda bold rakhne ke liye */
    margin-bottom: 15px; /* Headings ke niche thoda space */
    color: #0c2d49; /* Aapka 'osa-blue' brand color */

}

.btn.focus,
.btn:focus {
    box-shadow: inherit;
}

.form-control {
    border-color: #dcdcdc;
    color: #333;
    font-size: 15px;
    min-height: 46px;
    padding: 6px 15px;
}

.app-form select {
    background-image: url(../img/arrow-down.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.table .form-control {
    font-size: 14px;
    min-height: 38px;
}

.container-fluid {
    padding-left: 30px;
    padding-right: 30px;
}

.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;
}

/*-----------------
	2. Table
-----------------------*/

.table {
    color: #272b41;
    max-width: 100%;
    margin-bottom: 0;
    width: 100%;
}

.table-striped>tbody>tr:nth-of-type(2n+1) {
    background-color: #f8f9fa;
}

.table.no-border>tbody>tr>td,
.table>tbody>tr>th,
.table.no-border>tfoot>tr>td,
.table.no-border>tfoot>tr>th,
.table.no-border>thead>tr>td,
.table.no-border>thead>tr>th {
    border-top: 0;
    padding: 10px 8px;
}

.table-nowrap td,
.table-nowrap th {
    white-space: nowrap
}

.table.dataTable {
    border-collapse: collapse !important;
}

table.table td h2 {
    display: inline-block;
    font-size: inherit;
    font-weight: 400;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

table.table td h2.table-avatar {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: inherit;
    font-weight: 400;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    white-space: nowrap;
}

table.table td h2 a {
    color: #272b41;
}

table.table td h2 a:hover {
    color: #5c81fa;
}

table.table td h2 span {
    color: #888;
    display: block;
    font-size: 12px;
    margin-top: 3px;
}

.table thead {
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}

.table thead tr th {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.table tbody tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.table tbody tr:last-child {
    border-color: transparent;
}

.table.table-center td,
.table.table-center th {
    vertical-align: middle;
}

.table-hover tbody tr:hover {
    background-color: #f7f7f7;
}

.table-hover tbody tr:hover td {
    color: #474648;
}

.table-striped thead tr {
    border-color: transparent;
}

.table-striped tbody tr {
    border-color: transparent;
}

.table-striped tbody tr:nth-of-type(even) {
    background-color: rgba(255, 255, 255, 0.3);
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(235, 235, 235, 0.4);
}

.table-bordered {
    border: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.table-bordered th,
.table-bordered td {
    border-color: rgba(0, 0, 0, 0.05);
}

.card-table .card-body {
    padding: 0;
}

.card-table .card-body .table>thead>tr>th {
    border-top: 0;
}

.card-table .table tr td:first-child,
.card-table .table tr th:first-child {
    padding-left: 1.5rem;
}

.card-table .table tr td:last-child,
.card-table .table tr th:last-child {
    padding-right: 1.5rem;
}

.card-table .table td,
.card-table .table th {
    border-top: 1px solid #e2e5e8;
    padding: 1rem 0.75rem;
    white-space: nowrap;
}

/*-----------------
	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: #5c81fa !important;
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #5c81fa !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: #5c81fa !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-primary {
    background-color: #0c2d49 !important;
    border: 1px solid #5c81fa !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
    background-color: #5c81fa;
    border: 1px solid #5c81fa;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary.focus:active,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
    background-color: #5c81fa;
    border: 1px solid #5c81fa;
}

.btn-primary.active:not(:disabled):not(.disabled),
.btn-primary:active:not(:disabled):not(.disabled),
.show>.btn-primary.dropdown-toggle {
    background-color: #5c81fa;
    border-color: #5c81fa;
    color: #fff;
}

.btn-primary.active:focus:not(:disabled):not(.disabled),
.btn-primary:active:focus:not(:disabled):not(.disabled),
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: unset;
}

.btn-primary.disabled,
.btn-primary:disabled {
    background-color: #5c81fa;
    border-color: #5c81fa;
    color: #fff;
}

.btn-secondary.active:focus:not(:disabled):not(.disabled),
.btn-secondary:active:focus:not(:disabled):not(.disabled),
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: unset;
}

.btn-success {
    background-color: #00e65b;
    border: 1px solid #00e65b
}

.btn-success:hover,
.btn-success:focus,
.btn-success.active,
.btn-success:active,
.open>.dropdown-toggle.btn-success {
    background-color: #00cc52;
    border: 1px solid #00cc52;
    color: #fff;
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success.focus:active,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.dropdown-toggle.btn-success.focus,
.open>.dropdown-toggle.btn-success:focus,
.open>.dropdown-toggle.btn-success:hover {
    background-color: #00cc52;
    border: 1px solid #00cc52
}

.btn-success.active:not(:disabled):not(.disabled),
.btn-success:active:not(:disabled):not(.disabled),
.show>.btn-success.dropdown-toggle {
    background-color: #00cc52;
    border-color: #00cc52;
    color: #fff;
}

.btn-success.active:focus:not(:disabled):not(.disabled),
.btn-success:active:focus:not(:disabled):not(.disabled),
.show>.btn-success.dropdown-toggle:focus {
    box-shadow: unset;
}

.btn-success.disabled,
.btn-success:disabled {
    background-color: #00e65b;
    border-color: #00e65b;
    color: #fff;
}

.btn-info {
    background-color: #009efb;
    border: 1px solid #009efb
}

.btn-info:hover,
.btn-info:focus,
.btn-info.active,
.btn-info:active,
.open>.dropdown-toggle.btn-info {
    background-color: #028ee1;
    border: 1px solid #028ee1
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info.focus:active,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.dropdown-toggle.btn-info.focus,
.open>.dropdown-toggle.btn-info:focus,
.open>.dropdown-toggle.btn-info:hover {
    background-color: #028ee1;
    border: 1px solid #028ee1
}

.btn-info.active:not(:disabled):not(.disabled),
.btn-info:active:not(:disabled):not(.disabled),
.show>.btn-info.dropdown-toggle {
    background-color: #028ee1;
    border-color: #028ee1;
    color: #fff;
}

.btn-info.active:focus:not(:disabled):not(.disabled),
.btn-info:active:focus:not(:disabled):not(.disabled),
.show>.btn-info.dropdown-toggle:focus {
    box-shadow: unset;
}

.btn-info.disabled,
.btn-info:disabled {
    background-color: #009efb;
    border-color: #009efb;
    color: #fff;
}

.btn-warning {
    background-color: #ffbc34;
    border: 1px solid #ffbc34
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning.active,
.btn-warning:active,
.open>.dropdown-toggle.btn-warning {
    background-color: #e9ab2e;
    border: 1px solid #e9ab2e
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning.focus:active,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open>.dropdown-toggle.btn-warning.focus,
.open>.dropdown-toggle.btn-warning:focus,
.open>.dropdown-toggle.btn-warning:hover {
    background-color: #e9ab2e;
    border: 1px solid #e9ab2e
}

.btn-warning.active:not(:disabled):not(.disabled),
.btn-warning:active:not(:disabled):not(.disabled),
.show>.btn-warning.dropdown-toggle {
    background-color: #e9ab2e;
    border-color: #e9ab2e;
    color: #fff;
}

.btn-warning.active:focus:not(:disabled):not(.disabled),
.btn-warning:active:focus:not(:disabled):not(.disabled),
.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: unset;
}

.btn-warning.disabled,
.btn-warning:disabled {
    background-color: #ffbc34;
    border-color: #ffbc34;
    color: #fff;
}

.btn-danger {
    background-color: #ff0100;
    border: 1px solid #ff0100;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger.active,
.btn-danger:active,
.open>.dropdown-toggle.btn-danger {
    background-color: #e63333;
    border: 1px solid #e63333;
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger.focus:active,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open>.dropdown-toggle.btn-danger.focus,
.open>.dropdown-toggle.btn-danger:focus,
.open>.dropdown-toggle.btn-danger:hover {
    background-color: #e63333;
    border: 1px solid #e63333;
}

.btn-danger.active:not(:disabled):not(.disabled),
.btn-danger:active:not(:disabled):not(.disabled),
.show>.btn-danger.dropdown-toggle {
    background-color: #e63333;
    border-color: #e63333;
    color: #fff;
}

.btn-danger.active:focus:not(:disabled):not(.disabled),
.btn-danger:active:focus:not(:disabled):not(.disabled),
.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: unset;
}

.btn-danger.disabled,
.btn-danger:disabled {
    background-color: #f62d51;
    border-color: #f62d51;
    color: #fff;
}

.btn-light.active:focus:not(:disabled):not(.disabled),
.btn-light:active:focus:not(:disabled):not(.disabled),
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: unset;
}

.btn-dark.active:focus:not(:disabled):not(.disabled),
.btn-dark:active:focus:not(:disabled):not(.disabled),
.show>.btn-dark.dropdown-toggle:focus {
    box-shadow: unset;
}

.btn-outline-primary {
    color: #5c81fa;
    border-color: #5c81fa;
}

.btn-outline-primary:hover {
    background-color: #5c81fa;
    border-color: #5c81fa;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
    box-shadow: none;
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #5c81fa;
    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: #5c81fa;
    border-color: #5c81fa;
}

.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: #5c81fa;
    border-color: #5c81fa;
}

.pagination>li>a,
.pagination>li>span {
    color: #5c81fa;
}

.page-link:hover {
    color: #5c81fa;
}

.page-link:focus {
    box-shadow: unset;
}

.page-item.active .page-link {
    background-color: #5c81fa;
    border-color: #5c81fa;
}

.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: #5c81fa;
}

.navbar-nav .open .dropdown-menu {
    border: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.card {
    border: 1px solid #f0f0f0;
    margin-bottom: 1.875rem;
}

.card-body {
    padding: 1.5rem;
}

.card-title {
    margin-bottom: 15px;
}

.card-header {
    border-bottom: 1px solid #f0f0f0;
    padding: 1rem 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 {
    margin-bottom: 0;
}

.btn-light {
    border-color: #e6e6e6;
    color: #a6a6a6;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #5c81fa;
    text-shadow: unset;
}

.bootstrap-datetimepicker-widget table td.today::before {
    border-bottom-color: #5c81fa;
}

.bg-info-light {
    background-color: #0c2d49 !important;
    color: white !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: #5c81fa;
    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;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5c81fa;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #dcdcdc;
    min-height: 46px;
}

.select2-dropdown {
    border-color: #dcdcdc;
}

/*-----------------
	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: #5c81fa;
    border-color: #5c81fa;
    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: #5c81fa;
    border-color: #5c81fa;
    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: #5c81fa;
}

.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: #5c81fa;
    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.4;
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
}

.modal .card {
    box-shadow: unset;
}

/*-----------------
	8. Components
-----------------------*/

.comp-header {
    margin-bottom: 1.875rem;
}

.comp-header .comp-title {
    color: #272b41;
}

.line {
    background-color: #5c81fa;
    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;
    bottom: 0;
    display: block;
    width: 55px;
    height: 35px;
    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: 8px;
    cursor: pointer;
    border: none;
    outline: none;
    background: #0c2d49;
    margin: 0 -30px
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    background-color: #5c81fa;
    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: .85;
    color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: 47%;
    z-index: 1;
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: '←';
}

[dir='rtl'] .slick-prev:before {
    content: '→';
}

.slick-next {
    right: 47%;
}

[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;
    top: -8px;
    z-index: 1;
    color: #b8b8b8;
    margin-bottom: 0;
}

.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.min-header {
    position: relative;
    z-index: 9;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.min-header .top-header {
    padding: 15px 0;
    background-color: transparent;
}

.min-header .header-nav {
    background-color: #f6faff61;
}

.header-nav {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border: 0;
    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: 68px;*/
    padding: 0 30px;
    margin-bottom: 0;
}

.main-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center;
}

.main-nav>li.active>a {
    color: #5c81fa !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;
}

.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;
}

.min-header .main-nav li a {
    color: #fff;
}

.min-header .main-nav li a {
    font-size: 14px !important;
    font-weight: 400 !important;
}

.main-nav li a {
    display: block;
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    color: #183153;
}

.main-nav li.login-link {
    display: none;
}

.main-menu-wrapper {
    margin: 0;
    padding: 0;
}

.logo {
    display: inline-block;
    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 {
    color: #484848;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 2px;
    text-align: left;
}

.header-contact-detail p.contact-info-header {
    color: #000;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 0;
}

.header-navbar-rht {
    margin: 0;
    padding: 0;
    margin-left: 20px;
}

.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;
}

.min-header .header-navbar-rht li a.header-login:hover {
    background-color: #5c81fa;
    border-color: #5c81fa;
}

.header-navbar-rht li a.header-login:hover {
    background-color: #5c81fa;
    border-color: #5c81fa;
    color: #fff;
}

.header-navbar-rht li .dropdown-menu a:hover {
    color: #09dca4;
    letter-spacing: 0.5px;
    padding-left: 20px;
    background-color: #fff;
}

.min-header .header-navbar-rht li a.header-login {
    border-color: #fff;
    color: #fff;
}

.header-navbar-rht li a.header-login {
    border: 2px solid #5c81fa;
    border-radius: 4px;
    padding: 10px 15px !important;
    text-align: center;
    font-size: 15px;
    color: #5c81fa;
    text-transform: uppercase;
    font-weight: 500;
}

.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;
}

.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 5px;
}

.top-header {
    padding: 15px 0;
    background-color: #183153;
}

.top-header .container {
    padding: 0 30px;
    max-width: 100%;
}

.top-header .left {
    font-size: 14px;
    color: #fff;
}

.top-header .left ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.top-header ul li {
    font-weight: 600;
    float: left;
    padding-right: 20px;
}

.top-header ul li:last-child {
    padding-right: 0;
}

.top-header ul li i {
    color: #ffffff;
    margin-right: 5px;
}

.top-header .right {
    text-align: right;
    font-size: 14px;
    color: #fff;
    float: right;
}

.top-header .right ul {
    list-style: none;
    padding: 0;
    margin: 0;
    align-items: center;
    display: flex;
}

.top-header .right ul li {
    display: inline-block;
    padding: 0 8px;
}

.top-header .right ul li:last-child {
    padding-right: 0;
}

.language-select {
    cursor: pointer;
    background-color: #fff;
    padding: 2px 10px !important;
    color: #000;
    border-radius: 30px;
}

.language-select .dropdown-toggle:after {
    content: "\f078";
    border: 0;
    font-weight: 900;
    font-family: 'Font Awesome\ 5 Free';
    color: #000;
    font-size: 12px;
    position: relative;
    top: 4px;
}

/*-----------------
	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%;
    z-index: 99;
}

.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;
}

.top-header.min {
    padding: 15px 0;
    background-color: transparent;
}

.top-header {
    padding: 15px 0;
    background-color: #122852;
}

.top-header .left {
    font-size: 14px;
    color: #fff;
}

.top-header .left ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.top-header ul li {
    font-weight: 600;
    float: left;
    padding-right: 20px;
}

.top-header ul li i {
    color: #ffffff;
    margin-right: 5px;
}

.top-header ul li i:hover {
    color: #f3c41b;
}

.top-header ul li:last-child {
    padding-right: 0;
}

.top-header .right {
    text-align: right;
    font-size: 14px;
    color: #fff;
    float: right;
}

.top-header .right ul {
    list-style: none;
    padding: 0;
    margin: 0;
    align-items: center;
    display: flex;
}

.top-header .right ul li {
    display: inline-block;
    padding: 0 8px;
}

.top-header .right ul li:last-child {
    padding-right: 0;
}

.language-select {
    background-color: #fff;
    padding: 2px 10px !important;
    color: #000;
    border-radius: 30px;
}

.language-select .dropdown-toggle:after {
    content: "\f078";
    border: 0;
    font-weight: 900;
    font-family: 'Font Awesome\ 5 Free';
    color: #000;
    font-size: 12px;
    position: relative;
    top: 4px;
}

.menu-logo img {
    height: 40px;
}

.menu-close {
    font-size: 18px;
}

.bar-icon {
    display: inline-block;
    width: 31px;
}

.bar-icon span {
    background-color: #5c81fa;
    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;
}

html.menu-opened body {
    overflow: hidden;
}

/*-----------------
	13. Footer
-----------------------*/

.footer {
    background: #122852 url(../img/footer-bg.png) no-repeat bottom center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.footer .footer-top {
    padding: 30px 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;
    padding-left: 20px;
    position: relative;
    -ms-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.footer .footer-widget.footer-menu ul li a:hover {
    color: #fff;
    letter-spacing: 0.5px;
    padding-left: 30px;
}

.footer .footer-menu ul li a::before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    left: 0;
    margin-right: 5px;
    position: absolute;
    top: 0;
}

.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 {
    padding: 30px 0;
    border-top: 1px solid #143063;
}

.footer .footer-bottom .copyright-text p {
    color: #fff;
    font-size: 15px;
}

.footer .footer-bottom .copyright-text p a {
    color: #5c81fa;
    -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: #5c81fa;
}

.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: #5c81fa;
}

.policy-menu li::after {
    color: #fff;
    content: "|";
    font-weight: 300;
    position: relative;
    left: 10px;
}

.policy-menu li:last-child::after {
    content: "";
}

/*-----------------
	14. Login
-----------------------*/

.account-page {
    background-color: #fff;
}

.account-page .content {
    padding: 50px 0;
}

.login-right {
    background-color: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    padding: 25px;
}

.login-header {
    margin-bottom: 20px;
}

.login-header p {
    margin-bottom: 0;
}

.login-header h3 {
    font-size: 18px;
    margin-bottom: 3px;
}

.login-header h3 a {
    color: #5c81fa;
    float: right;
    font-size: 15px;
    margin-top: 2px;
}

.login-right .dont-have {
    color: #3d3d3d;
    margin-top: 20px;
    font-size: 13px;
}

.login-right .dont-have a {
    color: #5c81fa;
}

.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 {
    color: #3d3d3d;
    display: inline-block;
    font-size: 13px;
    margin-bottom: 10px;
    font-weight: 400;
}

.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
-----------------------*/

.section-search {
    /*	background: #f9f9f9 url(../img/card-bannerr.jpg) no-repeat bottom center; */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 400px;
    position: relative;
    z-index: 1;
    padding: 150px 0 130px;
}

.banner-wrapper {
    margin: 0 auto;
    width: 100%;
    padding: 120px 0 0;
}

.banner-wrapper .banner-header h1 {
    margin-bottom: 15px;
    font-size: 40px;
    font-weight: 600;
    color: #ffffff;
    max-width: 500px;
}

.banner-wrapper .banner-header p {
    color: #ffffff;
    font-size: 22px;
    margin-bottom: 15px;
}

.banner-wrapper .banner-header p.small-text {
    font-size: 16px;
    max-width: 550px;
    margin-bottom: 20px;
}

.btn-pink {
    background-color: #5c81fa;
    color: #ffffff;
    font-size: 18px;
    border-radius: 5px;
    text-align: center;
    display: inline-block;
    padding: 8px 25px;
    text-transform: uppercase;
    font-weight: 500;
}

.btn-pink i {
    background-color: #fff;
    border-radius: 50%;
    color: #5c81fa;
    font-size: 14px;
    width: 25px;
    height: 25px;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    margin-left: 10px;
}

.btn-pink:hover {
    color: #fff;
}

.section {
    padding: 60px 0;
}

.app-form {
    background-color: #f3f9ff;
}

.section-header {
    margin-bottom: 30px;
}

.section-header h2 {
    font-size: 25px;
    margin-bottom: 0;
    font-weight: 500;
    color: #5c81fa;
}

.section-header .sub-title {
    color: #757575;
    font-size: 16px;
    max-width: 600px;
}

.section-header p {
    color: #757575;
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 15px;
}

.section-header h6 {
    font-size: 20px;
    color: #5c81fa;
    font-weight: 600;
}

.section-treatment {
    background-color: #fff;
}

.section-treatment .placeholder {
    background: url(../img/effect.jpg) no-repeat bottom center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 500px;
    padding: 10px;
}

.section-treatment .placeholder:hover .inner-placeholder {
    opacity: 1;
}

.inner-placeholder {
    background-color: #f2426de8;
    min-height: 500px;
    justify-content: center;
    align-items: center;
    display: flex;
    opacity: 0;
    -ms-transition: ease all 0.5s;
    -webkit-transition: ease all 0.5s;
    transition: ease all 0.5s;
}

.inner-placeholder .inner-text {
    border: 2px solid #fff;
    padding: 10px 20px;
    text-align: center;
    background-color: #5c81fa;
}

.inner-placeholder .inner-text h2 {
    color: #fff;
    font-size: 26px;
    font-weight: 700;
}

.inner-placeholder .inner-text h5 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}

.about-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin: 0;
    color: #011946;
}

.child-care ul.left {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.child-care ul.left li {
    color: #011946;
    font-weight: 500;
    margin-bottom: 15px;
}

.child-care ul.left li:last-child {
    margin-bottom: 0;
}

.child-care ul.left li i {
    font-size: 14px;
    color: #5c81fa;
    margin-right: 8px;
}

.about-content p+p {
    margin-top: 20px;
}

.service-blog {
    border: 1px solid #f0f0f0;
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 30px;
    position: relative;
    min-height: 350px;
    cursor: pointer;
    box-shadow: 0px 2px 80px -5px rgb(0 0 0 / 14%);
}

.service-image img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 350px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.service-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    border-radius: 10px;
    -webkit-transition: ease all 0.5s;
    -ms-transition: ease all 0.5s;
    transition: ease all 0.5s;
}

.service-content .service-title {
    color: #324264;
    font-size: 20px;
    font-weight: 600;
    background-color: #fff;
    padding: 20px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.service-blog.active .service-image {
    height: 100%;
    background-color: #5c81fa;
}

.service-blog.active .service-image img {
    border-radius: 0;
    height: 100%;
}

.service-blog:hover .service-content {
    background-color: #5c81fa;
    opacity: .8;
    align-items: center;
    -webkit-align-items: center;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-transition: ease all 0.5s;
    -ms-transition: ease all 0.5s;
    transition: ease all 0.5s;
}

.service-blog:hover img.img-fluid .service-blog:hover .service-content .service-title {
    color: #fff;
    background-color: transparent;
}

.service-blog:hover .service-content>h3.service-title {
    color: white !important;
    background: transparent !important;
}

.section.service-section {
    padding: 60px 0 30px;
    background-color: #f3f9ff;
}

.why-section {
    background: url(../img/Why-Choose.png);
    background-position: right;
    display: flex;
    background-position: center;
    background-size: contain;
}

.why-section .left-section {
    background-color: #0e2550;
    opacity: 0.9;
    width: 50%;
    padding: 60px 0 100px;
    padding-left: 120px;
    background-image: linear-gradient(#d06dee, #9a66f6);
}

.why-section h2 {
    color: #fff;
    font-size: 30px;
}

.why-section p {
    color: #fff;
    max-width: 500px;
}

.why-section .child-care ul li {
    color: #fff;
}

.section-count {
    padding: 60px 0 0;
    position: relative;
    width: 100%;
    background-color: #f3f9ff;
}

.section-count h2 {
    font-size: 30px;
    color: #0c234e;
    text-align: center;
}

.section-count p {
    color: #6c6c6c;
    font-size: 18px;
    text-align: center;
}

.section-count .row {
    background-color: #fff;
    box-shadow: 2px 2px 13px rgba(0, 0, 0, 0.1);
    padding: 30px;
    border-radius: 3px;
    margin-top: -140px;
}

.doctor-section {
    background-color: #fff;
    padding: 60px 0 40px;
}

.profile-card {
    border: 1px solid #eef0f3;
    background-color: #fff;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1);
    padding: 20px;
    cursor: pointer;
    margin-bottom: 20px;
    -webkit-transition: ease all 0.5s;
    -ms-transition: ease all 0.5s;
    transition: ease all 0.5s;
}

.profile-image {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    margin-bottom: 10px;
}

.profile-image img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
}

.profile-content {
    text-align: center;
}

.profile-content h3 a {
    color: #0a1d47;
    font-size: 20px;
    font-weight: 500;
    -webkit-transition: ease all 0.5s;
    -ms-transition: ease all 0.5s;
    transition: ease all 0.5s;
}

.profile-content p {
    font-size: 14px;
    -webkit-transition: ease all 0.5s;
    -ms-transition: ease all 0.5s;
    transition: ease all 0.5s;
}

.profile-content .social-icon ul {
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: center;
    align-items: center;
    display: flex;
}

.profile-content .social-icon ul li {
    display: inline-block;
    padding: 0 8px;
    font-weight: 600;
    float: left;
}

.profile-content .social-icon ul li i {
    color: #5c81fa;
    margin-right: 5px;
    -webkit-transition: ease all 0.5s;
    -ms-transition: ease all 0.5s;
    transition: ease all 0.5s;
}

.profile-card:hover {
    background-color: #5c81fa;
    -webkit-transition: ease all 0.5s;
    -ms-transition: ease all 0.5s;
    transition: ease all 0.5s;
}

.profile-card:hover .profile-content h3 a,
.profile-card:hover .profile-content p,
.profile-card:hover .profile-content .social-icon i {
    color: #fff;
    -webkit-transition: ease all 0.5s;
    -ms-transition: ease all 0.5s;
    transition: ease all 0.5s;
}

.blog-sec .blog-content p {
    margin-bottom: 10px;
    font-weight: 500;
    color: #333333;
}

.blog-sec .blog-content h3 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #333333;
    line-height: 1.5;
}

.readmore {
    font-size: 15px;
    color: #0e224b;
    font-weight: 500;
}

.readmore::before {
    background: #5c81fa;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: 1px;
    position: absolute;
    width: 43px;
    transform: translateX(-50%);
}

.blog-section {
    background-color: #fff;
}

.member-btn {
    float: right;
    font-size: 16px;
    font-weight: 500;
    margin: 10px 0;
    color: #0e224b;
}

.test-image {
    margin-top: 20px;
}

.test-image .test-profile {
    width: 80px;
}

.test-image .img-fluid {
    border-radius: 50%;
    width: 60px;
    height: 60px;
}

.test-users h3 {
    font-size: 16px;
    color: #011946;
}

.test-users p {
    color: #898b8f;
    font-size: 14px;
}

.pro-footer i {
    font-size: 26px;
    color: #5c81fa;
}

.blog-sec {
    margin-bottom: 30px;
}

.section.blog-section {
    padding: 60px 0 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 5px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 5px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #C0C0C0;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    display: none;
    font-family: 'slick';
    font-size: 76px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '-';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button {
    background-color: #5c81fa;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #5c81fa;
}

.slick-slide {
    outline: none !important;
}

.specialities-slider .slick-slide {
    display: block;
    padding: 0 12px;
    margin-left: 0;
    margin-right: 20px;
    margin-top: 10px;
}

.specialities-slider .slick-dots {
    margin-top: 44px;
    position: unset;
}

.speicality-img {
    position: relative;
    height: 150px;
    box-shadow: 2px 2px 13px rgba(0, 0, 0, 0.1);
    border-radius: 100%;
    width: 150px;
    background: #fff;
}

.speicality-img img {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
}

.speicality-img span {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    bottom: 10px;
    right: 10px;
    box-shadow: 1px 6px 14px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    padding: 5px;
    background-color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
}

.speicality-img span i {
    font-size: 15px;
    color: #5c81fa;
}

.speicality-item p {
    font-size: 16px;
    font-weight: 500;
    margin: 30px 0 0;
}

.section-doctor {
    background-color: #f8f9fa;
    padding: 80px 0;
}

.section-doctor .section-header {
    margin-bottom: 30px;
}

.section-doctor .section-header p {
    margin-top: 10px;
}

.doctor-slider .slick-slide {
    display: block;
    margin-left: 0;
    padding: 10px;
    width: 350px;
}

.profile-widget {
    background-color: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 10px;
    margin-bottom: 30px;
    position: relative;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    padding: 0px;
}

.doc-img {
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 4px;
}

.doc-img img {
    border-radius: 4px;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    -moz-transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
    -ms-transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
    -o-transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
    -webkit-transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
    transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
    width: 100%;
}

.doc-img:hover img {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    transform: scale(1.15);
}

.profile-widget .fav-btn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: #fff;
    width: 30px;
    height: 30px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    border-radius: 3px;
    color: #2E3842;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0;
    visibility: hidden;
    z-index: 99;
}

.profile-widget:hover .fav-btn {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.profile-widget .fav-btn:hover {
    background-color: #fb1612;
    color: #fff;
}

.pro-content {
    padding: 15px 0 0;
}

.pro-content .title {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 5px;
}

.profile-widget .pro-content .title a {
    display: inline-block;
}

.profile-widget .verified {
    color: #28a745;
    margin-left: 3px;
}

.profile-widget p.speciality {
    font-size: 13px;
    color: #757575;
    margin-bottom: 5px;
    min-height: 40px;
}

.rating {
    list-style: none;
    margin: 0 0 7px;
    padding: 0;
    width: 100%;
}

.rating i {
    color: #dedfe0;
}

.rating i.filled {
    color: #f4c150;
}

.profile-widget .rating {
    color: #757575;
    font-size: 14px;
    margin-bottom: 15px;
}

.profile-widget .rating i {
    font-size: 14px;
}

.available-info {
    font-size: 13px;
    color: #757575;
    font-weight: 400;
    list-style: none;
    padding: 0;
    margin-bottom: 15px;
}

.available-info li+li {
    margin-top: 5px;
}

.available-info li i {
    width: 22px;
}

.row.row-sm {
    margin-left: -3px;
    margin-right: -3px;
}

.row.row-sm>div {
    padding-left: 3px;
    padding-right: 3px;
}

.view-btn {
    color: #5c81fa;
    font-size: 13px;
    border: 2px solid #5c81fa;
    text-align: center;
    display: block;
    font-weight: 500;
    padding: 6px;
}

.view-btn:hover,
.view-btn:focus {
    background-color: #5c81fa;
    color: #fff;
}

.book-btn {
    background-color: #5c81fa;
    border: 2px solid #5c81fa;
    color: #fff;
    font-size: 13px;
    text-align: center;
    display: block;
    font-weight: 500;
    padding: 6px;
}

.book-btn:hover,
.book-btn:focus {
    background-color: #5c81fa;
    border-color: #5c81fa;
    color: #fff;
}

.section-doctor .profile-widget {
    box-shadow: 2px 2px 13px rgba(0, 0, 0, 0.1);
    margin-bottom: 0;
}

.about-content a {
    background-color: #5c81fa;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    margin-top: 30px;
    min-width: 150px;
    padding: 15px 20px;
    text-align: center;
}

.about-content a:hover,
.about-content a:focus {
    background-color: #5c81fa;
    border-color: #5c81fa;
    color: #fff;
}

.section-features {
    background-color: #fff;
    padding: 80px 0;
}

.feature-item img {
    border-radius: 100%;
    box-shadow: 1px 6px 14px rgba(0, 0, 0, 0.2);
    height: 115px;
    object-fit: cover;
    width: 115px;
}

.feature-item p {
    font-weight: 500;
    margin: 20px 0 0;
}

.features-slider .slick-slide {
    margin-right: 62px;
}

.features-slider .slick-center {
    opacity: 1;
    transform: scale(1.20);
}

.features-slider .slick-list {
    padding: 16px 50px !important
}

.features-slider .slick-dots {
    margin-top: 44px;
    position: unset;
}

.section-blogs {
    background-color: #f8f9fa;
    padding: 80px 0;
}

/*-----------------
	16. Search
-----------------------*/

.breadcrumb-bar {
    padding: 15px 0;
}

.breadcrumb-bar .breadcrumb-title {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    margin: 5px 0 0;
}

.page-breadcrumb ol {
    background-color: transparent;
    font-size: 12px;
    margin-bottom: 0;
    padding: 0;
}

.page-breadcrumb ol li a {
    color: #fff !important;
}

.page-breadcrumb ol li.active {
    color: #fff !important;
}

.page-breadcrumb .breadcrumb-item+.breadcrumb-item:before {
    color: #fff;
    font-size: 10px;
}

.sort-by {
    float: right;
}

.sort-title {
    color: #fff;
    font-size: 14px;
    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: #fff;
}

.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: #5c81fa;
    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-size: 1rem;
    margin-bottom: 15px;
}

.filter-widget .custom_check {
    line-height: 18px;
}

.btn-search .btn {
    background-color: #5c81fa;
    border: 1px solid #5c81fa;
    color: #fff;
    height: 46px;
    font-weight: 500;
    font-size: 16px;
}

.doctor-widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.doc-info-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.doc-info-right {
    margin-left: auto;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    max-width: 200px;
}

.doctor-img {
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
    margin-right: 20px;
    width: 150px;
}

.doctor-img img {
    border-radius: 5px;
}

.doc-department {
    color: #5c81fa;
    font-size: 14px;
    margin-bottom: 8px;
}

.doc-department img {
    width: 19px;
    display: inline-block;
    margin-right: 10px;
}

.doc-location {
    color: #757575;
    font-size: 14px;
    margin-bottom: 25px;
}

.doc-location a {
    color: #5c81fa;
    font-weight: 500;
}

.doctor-widget .doc-name {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 3px;
}

.doc-speciality {
    font-size: 14px;
    color: #757575;
    margin-bottom: 15px;
}

.doctor-widget .rating i {
    font-size: 14px;
}

.doctor-widget .average-rating {
    font-size: 14px;
    font-weight: 500;
}

.clinic-details {
    margin-bottom: 15px;
}

.clinic-details h5 {
    font-weight: normal;
    color: #757575;
    margin-bottom: 25px;
}

.clinic-details ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.clinic-details ul li {
    display: inline-block;
    padding-right: 5px;
}

.clinic-details ul li:last-child {
    padding-right: 0;
}

.clinic-details ul li a {
    display: inline-block;
}

.clinic-details ul li a img {
    border-radius: 5px;
    width: 40px;
}

.clinic-services {
    color: #272b41;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 13px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.clinic-services span {
    border: 1px solid #ccc;
    border-radius: 4px;
    display: inline-block;
    font-size: 12px;
    padding: 3px 10px;
}

.clinic-services span+span {
    margin-left: 5px;
}

.clini-infos {
    margin-bottom: 15px;
}

.clini-infos ul {
    font-size: 14px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.clini-infos ul li {
    display: block;
    line-height: 30px;
    color: #4E4852;
}

.clini-infos ul li i {
    font-size: 15px;
    min-width: 30px;
}

.clinic-booking a+a {
    margin-top: 15px;
}

.clinic-booking a {
    background-color: #fff;
    border: 2px solid #5c81fa;
    border-radius: 4px;
    color: #5c81fa;
    display: block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 10px 15px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.clinic-booking a.view-pro-btn:hover,
.clinic-booking a.view-pro-btn:focus {
    background: #5c81fa;
    color: #fff;
}

.clinic-booking a.apt-btn {
    background-color: #5c81fa;
    color: #fff;
}

.clinic-booking a.apt-btn:hover,
.clinic-booking a.apt-btn:focus {
    background-color: #5c81fa;
    border-color: #5c81fa;
    color: #fff;
}

.load-more {
    margin-bottom: 30px;
}

/*-----------------
	17. Doctor Profile
-----------------------*/

.clinic-direction {
    color: #757575;
    font-size: 14px;
    margin-bottom: 25px;
}

.clinic-direction a {
    color: #5c81fa;
    font-weight: 500;
}

.doctor-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.doctor-action a+a {
    margin-left: 8px;
}

.doctor-action .fav-btn:hover {
    background-color: #fb1612;
    border-color: #fb1612;
    color: #fff;
}

.msg-btn:hover,
.msg-btn:focus {
    background-color: #5c81fa;
    border-color: #5c81fa;
    color: #fff;
}

.call-btn:hover,
.call-btn:focus {
    background-color: #5c81fa;
    border-color: #5c81fa;
    color: #fff;
}

.user-tabs .nav-tabs>li>a {
    border: 0;
    border-bottom: 3px solid transparent;
    color: #3e3e3e;
    font-weight: 600;
    padding: 20px;
}

.user-tabs .nav-tabs.nav-tabs-bottom>li>a.active,
.user-tabs .nav-tabs.nav-tabs-bottom>li>a.active:hover,
.user-tabs .nav-tabs.nav-tabs-bottom>li>a.active:focus {
    border-bottom-width: 3px;
    color: #5c81fa;
}

.user-tabs .med-records {
    display: inline-block;
    min-width: 130px;
}

.user-tabs .nav-tabs>li>a:hover {
    background-color: unset;
    color: #5c81fa;
}

.widget {
    margin-bottom: 30px;
}

.widget-title {
    margin-bottom: 15px;
}

.experience-box {
    position: relative;
}

.experience-list {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.experience-list::before {
    background: #ddd;
    bottom: 0;
    content: "";
    left: 8px;
    position: absolute;
    top: 8px;
    width: 2px;
}

.experience-list>li {
    position: relative;
}

.experience-list>li:last-child .experience-content {
    margin-bottom: 0;
}

.experience-user .avatar {
    height: 32px;
    line-height: 32px;
    margin: 0;
    width: 32px;
}

.experience-list>li .experience-user {
    background: #fff;
    height: 10px;
    left: 4px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 4px;
    width: 10px;
}

.experience-list>li .experience-content {
    background-color: #fff;
    margin: 0 0 20px 40px;
    padding: 0;
    position: relative;
}

.experience-list>li .experience-content .timeline-content {
    color: #757575;
}

.experience-list>li .experience-content .timeline-content a.name {
    font-weight: 500;
}

.experience-list>li .time {
    color: #757575;
    display: block;
    font-size: 13px;
}

.before-circle {
    background-color: rgb(254 35 91 / 18%);
    border-radius: 50%;
    height: 12px;
    width: 12px;
    border: 2px solid #5c81fa;
}

.exp-year {
    color: #5c81fa;
    margin-bottom: 2px;
}

.exp-title {
    font-size: 16px;
}

.awards-widget .experience-list>li:last-child p {
    margin-bottom: 0;
}

.service-list {
    margin-bottom: 30px;
}

.service-list:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.service-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.service-list ul li {
    float: left;
    margin: 6px 0;
    padding-left: 25px;
    position: relative;
    width: 33%;
}

.service-list ul li::before {
    color: #ccc;
    content: '\f30b';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    left: 0;
    position: absolute;
}

.location-list {
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    padding: 20px;
}

.location-list+.location-list {
    margin-top: 20px;
}

.clinic-content .clinic-name {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 3px;
}

.clinic-content .clinic-direction a {
    display: inline-block;
    margin-top: 8px;
}

.timings-days {
    font-weight: bold;
    color: #272b41;
    margin-bottom: 5px;
}

.timings-times span {
    display: block;
}

.location-list .consult-price {
    font-size: 20px;
    font-weight: 500;
    color: #272b41;
}

.review-listing {
    border-bottom: 1px solid #f5f7fc;
    margin-top: 20px;
    padding-bottom: 30px;
}

.review-listing>ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.review-listing>ul li+li {
    margin-top: 20px;
    border-top: 1px dashed #f0f0f0;
    padding-top: 20px;
}

.review-listing>ul li .comment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}

.review-listing>ul li .comment:last-child {
    margin-bottom: 0;
}

.review-listing>ul li .comment .comment-body {
    margin-left: 16px;
}

.review-listing>ul li .comment .comment-body .meta-data {
    position: relative;
    margin-bottom: 10px;
}

.review-listing>ul li .comment .comment-body .meta-data span {
    display: block;
    font-size: 16px;
    color: #757575;
}

.review-listing>ul li .comment .comment-body .meta-data span.comment-author {
    font-weight: 600;
    color: #272b41;
    text-transform: capitalize;
}

.review-listing>ul li .comment .comment-body .meta-data span.comment-date {
    font-size: 14px;
}

.review-listing>ul li .comment .comment-body .meta-data .review-count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 3px;
    right: 0;
    width: auto;
}

.review-listing>ul li .comment .comment-body .comment-content {
    color: #757575;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 14px;
}

.review-listing>ul li .comment .comment-body .comment-reply .comment-btn {
    color: #5c81fa;
    display: inline-block;
    font-weight: 500;
    font-size: 15px;
}

.review-listing .recommend-btn {
    float: right;
    color: #757575;
    font-size: 14px;
    padding: 5px 0;
    margin-bottom: 0;
}

.review-listing .recommend-btn a {
    border: 1px solid rgba(128, 137, 150, 0.4);
    border-radius: 4px;
    display: inline-block;
    padding: 4px 12px;
    color: #757575;
    margin-left: 3px;
    margin-right: 3px;
    transition: all .3s;
}

.review-listing .recommend-btn a.like-btn:hover {
    background-color: #28a745;
    border: 1px solid #28a745;
    color: #fff;
}

.review-listing .recommend-btn a.dislike-btn:hover {
    background-color: #dc3545;
    border: 1px solid #dc3545;
    color: #fff;
}

.review-listing .recommend-btn a i {
    font-size: 16px;
}

.review-listing>ul li .comments-reply {
    list-style: none;
    margin-left: 65px;
    padding: 0;
}

.recommended {
    color: #28a745;
    font-size: 15px;
    font-weight: 500;
    margin: 0;
}

.all-feedback {
    margin-top: 20px;
}

.star-rating {
    direction: rtl;
}

.star-rating input[type=radio] {
    display: none
}

.star-rating label {
    color: #bbb;
    cursor: pointer;
    font-size: 18px;
    padding: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.star-rating label:hover,
.star-rating label:hover~label,
.star-rating input[type=radio]:checked~label {
    color: #f2b600
}

.terms-accept a {
    color: #5c81fa;
    font-weight: 500;
}

.business-widget {
    background-color: #fcfcfc;
    border: 1px solid #f0f0f0;
    padding: 20px;
    margin-bottom: 0;
}

.listing-day {
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    color: #000;
    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;
    margin-bottom: 10px;
}

.listing-day:last-child {
    margin-bottom: 0;
}

.listing-day.current {
    border-bottom: 1px solid #ddd;
    padding-bottom: 13px;
    margin-bottom: 13px;
}

.listing-day .day {
    font-weight: 500;
}

.listing-day.current .day {
    font-weight: bold;
}

.listing-day.current .day span {
    display: block;
    font-weight: normal;
}

.time-items {
    color: #757575;
}

.time-items>span {
    display: block;
    text-align: right;
}

.time-items>span.open-status {
    margin-bottom: 3px;
}

.dropzone .dz-preview.dz-error:hover .dz-error-message {
    display: none;
}

/*-----------------
	18. Booking
-----------------------*/

.booking-doc-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.booking-doc-info .booking-doc-img {
    width: 80px;
    margin-right: 15px;
}

.booking-doc-info .booking-doc-img img {
    border-radius: 4px;
    height: 80px;
    width: 80px;
    object-fit: cover;
}

.schedule-widget {
    border-radius: 4px;
    min-height: 100px;
}

.schedule-header h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 3px 0 0;
}

.schedule-header {
    border-bottom: 1px solid #f0f0f0;
    border-radius: 4px 4px 0 0;
    padding: 10px 20px;
}

.day-slot ul {
    float: left;
    list-style: none;
    margin-bottom: 0;
    margin-left: -5px;
    margin-right: -5px;
    padding: 0;
    position: relative;
    width: 100%;
}

.day-slot li {
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    width: 14.28%;
}

.day-slot li span {
    display: block;
    font-size: 18px;
    text-transform: uppercase;
}

.day-slot li span.slot-date {
    display: block;
    color: #757575;
    font-size: 14px;
}

.day-slot li small.slot-year {
    color: #757575;
    font-size: 14px;
}

.day-slot li.left-arrow {
    left: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 20px !important;
    transform: translateY(-50%);
}

.day-slot li.right-arrow {
    right: -11px;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 20px !important;
    transform: translateY(-50%);
}

.schedule-cont {
    padding: 20px;
}

.time-slot ul {
    list-style: none;
    margin-right: -5px;
    margin-left: -5px;
    margin-bottom: 0;
    padding: 0;
}

.time-slot li {
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    width: 14.28%;
}

.time-slot li .timing {
    background-color: #e9e9e9;
    border: 1px solid #e9e9e9;
    border-radius: 3px;
    color: #757575;
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
    padding: 5px 5px;
    text-align: center;
    position: relative;
}

.time-slot li .timing:hover {
    background-color: #fff;
}

.time-slot li .timing:last-child {
    margin-bottom: 0;
}

.time-slot li .timing.selected {
    background-color: #ff5b85;
    border: 1px solid #ff5b85;
    color: #fff;
}

.time-slot li .timing.selected::before {
    color: #fff;
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    font-weight: 900;
    position: absolute;
    right: 6px;
    top: 6px;
}

.schedule-list {
    border-bottom: 1px solid #cfcfcf;
    margin-bottom: 50px;
    padding-bottom: 50px;
}

.schedule-list:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.submit-section.proceed-btn {
    margin: 0 0 30px;
}

/*-----------------
	19. Checkout
-----------------------*/

.info-widget {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.card-label>label {
    background-color: #fff;
    color: #959595;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    margin: 6px auto auto 8px;
    padding: 0 7px;
}

.card-label>input {
    background-color: #fff;
    border: 1px solid #dbdbdb;
    border-radius: 4px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .05);
    display: block;
    height: 50px;
    margin-top: -13px;
    padding: 5px 15px 0;
    transition: border-color .3s;
    width: 100%;
}

.exist-customer a {
    color: #5c81fa;
    font-weight: 500;
}

.payment-widget .payment-list+.payment-list {
    margin-bottom: 15px;
}

.payment-radio {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 600;
    color: #272b41;
    text-transform: capitalize;
}

.payment-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.payment-radio .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    width: 19px;
    height: 19px;
    margin: 3px 0 0 0;
    border: 2px solid #ddd;
    border-top-color: rgb(221, 221, 221);
    border-right-color: rgb(221, 221, 221);
    border-bottom-color: rgb(221, 221, 221);
    border-left-color: rgb(221, 221, 221);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.payment-radio input:checked~.checkmark {
    border-color: #5c81fa;
}

.payment-radio .checkmark::after {
    position: absolute;
    left: 3px;
    top: 3px;
    content: '';
    width: 9px;
    height: 9px;
    background-color: #5c81fa;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    -o-transform: scale(0.1);
    transform: scale(0.1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.payment-radio input:checked~.checkmark::after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}

.booking-date {
    padding: 0;
    list-style: none;
}

.booking-date li {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    color: #272b41;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.booking-date li span {
    float: right;
    color: #757575;
    font-weight: 400;
    font-size: 15px;
}

.booking-fee {
    padding: 0;
    list-style: none;
}

.booking-fee li {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    color: #272b41;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.booking-fee li span {
    float: right;
    color: #757575;
    font-weight: 400;
    font-size: 15px;
}

.booking-total {
    border-top: 1px solid #e4e4e4;
    margin-top: 20px;
    padding-top: 20px;
}

.booking-total ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.booking-total ul li span {
    font-size: 18px;
    font-weight: 600;
    color: #272b41;
}

.booking-total ul li .total-cost {
    color: #5c81fa;
    font-size: 16px;
    float: right;
}

/*-----------------
	20. Booking Success
-----------------------*/

.success-page-cont {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: flex;
}

.success-card .card-body {
    padding: 50px 20px;
}

.success-cont {
    text-align: center;
}

.success-cont i {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    width: 60px;
    height: 60px;
    border: 2px solid #5c81fa;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    font-size: 30px;
    margin-bottom: 30px;
    background-color: #5c81fa;
}

.success-cont h3 {
    font-size: 24px;
}

.success-cont p {
    margin-bottom: 30px;
}

.success-cont strong {
    font-weight: 600;
}

.view-inv-btn {
    font-size: 16px;
    font-weight: 600;
    padding: 12px 30px;
}

/*-----------------
	21. Invoice View
-----------------------*/

.invoice-content {
    background-color: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    margin-bottom: 30px;
    padding: 30px;
}

.invoice-item .invoice-logo {
    margin-bottom: 30px;
}

.invoice-item .invoice-logo img {
    width: auto;
    max-height: 52px;
}

.invoice-item .invoice-text h2 {
    color: #272b41;
    font-size: 36px;
    font-weight: 600;
}

.invoice-item .invoice-details {
    text-align: right;
    color: #757575;
    font-weight: 500
}

.invoice-item .invoice-details strong {
    color: #272b41
}

.invoice-item .invoice-details-two {
    text-align: left
}

.invoice-item .invoice-text {
    padding-top: 42px;
    padding-bottom: 36px
}

.invoice-item .invoice-text h2 {
    font-weight: 400
}

.invoice-info {
    margin-bottom: 30px;
}

.invoice-info p {
    margin-bottom: 0;
}

.invoice-info.invoice-info2 {
    text-align: right;
}

.invoice-item .customer-text {
    font-size: 18px;
    color: #272b41;
    font-weight: 600;
    margin-bottom: 8px;
    display: block
}

.invoice-table tr th,
.invoice-table tr td,
.invoice-table-two tr th,
.invoice-table-two tr td {
    color: #272b41;
    font-weight: 600;
    padding: 10px 20px;
    line-height: inherit
}

.invoice-table tr td,
.invoice-table-two tr td {
    color: #757575;
    font-weight: 500;
}

.invoice-table-two {
    margin-bottom: 0
}

.invoice-table-two tr th,
.invoice-table-two tr td {
    border-top: 0;
}

.invoice-table-two tr td {
    text-align: right
}

.invoice-info h5 {
    font-size: 16px;
    font-weight: 500;
}

.other-info {
    margin-top: 10px;
}

/*-----------------
	22. Schedule Timings
-----------------------*/

.tab-content.schedule-cont .card-title {
    margin-bottom: 10px;
}

.doc-times {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.doc-slot-list {
    background-color: #d9534f;
    border: 1px solid #d43f3a;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    margin: 10px 10px 0 0;
    padding: 6px 15px;
}

.doc-slot-list a {
    color: #e48784;
    display: inline-block;
    margin-left: 5px;
}

.doc-slot-list a:hover {
    color: #fff;
}

.schedule-nav .nav-tabs {
    border: 0 !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.schedule-nav .nav-tabs li {
    margin: 5px 15px 5px 0;
    display: inline-block;
}

.schedule-nav .nav-tabs li:last-child {
    margin-right: 0;
}

.schedule-nav .nav-tabs>li>a {
    border: 1px solid #dcddea;
    border-radius: 4px;
    padding: 6px 15px;
    text-transform: uppercase;
}

.schedule-nav .nav-tabs li a.active {
    background: #ff4877;
    border: 1px solid #ff4877 !important;
    color: #fff;
}

.hours-info .form-control {
    min-height: auto;
}

.hours-info .btn.btn-danger.trash {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 38px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
}

.edit-link {
    color: #5c81fa;
    font-size: 16px;
    margin-top: 4px;
}

/*-----------------
	23. Doctor Dashboard
-----------------------*/

.dash-widget {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.circle-bar {
    margin-right: 15px;
}

.dct-border-rht {
    border-right: 1px solid #f0f0f0;
}

.dash-widget h6 {
    font-size: 16px;
    font-weight: 400;
}

.dash-widget h3 {
    font-size: 24px;
    margin-bottom: 5px;
}

.dash-widget p {
    color: #757575;
    font-size: 14px;
    margin-bottom: 0;
}

.circle-bar>div {
    display: inline-block;
    position: relative;
    text-align: center;
}

.circle-bar>div img {
    left: 0;
    position: absolute;
    top: 50%;
    right: 0;
    text-align: center;
    margin: 0 auto;
    transform: translateY(-50%);
}

.circle-bar>div canvas {
    width: 90px !important;
    height: 90px !important;
}

.dash-card .row {
    margin-left: -10px;
    margin-right: -10px;
}

.dash-card .row>div {
    padding-left: 10px;
    padding-right: 10px;
}

.appointment-tab {
    margin-bottom: 30px;
}

.appointment-tab .nav-tabs {
    background-color: #fff;
    padding: 1.5rem;
    border: 1px solid #f0f0f0;
    border-radius: .25rem 0.25rem 0 0 !important;
    border-bottom: 0;
}

.appointment-tab .tab-content {
    padding-top: 0;
}

.appointment-tab .card {
    border-radius: 0;
}

.submit-btn-bottom {
    margin-bottom: 30px;
}

/*-----------------
	24. Patient Profile
-----------------------*/

.add-new-btn {
    background-color: #5c81fa;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    margin-bottom: 20px;
    padding: 10px 20px;
}

.add-new-btn:focus,
.add-new-btn:hover,
.add-new-btn:active {
    background-color: #5c81fa;
    color: #fff;
}

.patient-info {
    margin-top: 15px;
}

.patient-info ul {
    padding: 0;
    list-style: none;
    font-size: .875rem;
    margin: 0;
}

.patient-info ul li {
    position: relative;
    font-size: .875rem;
    font-weight: 500;
    color: #272b41;
    text-transform: capitalize;
}

.patient-info ul li+li {
    margin-top: 15px;
}

.patient-info ul li i {
    width: 18px;
}

.patient-info ul li span {
    color: #757575;
    float: right;
    font-weight: 400;
}

/*-----------------
	25. Add Billing
-----------------------*/

.biller-info,
.billing-info {
    margin-bottom: 15px;
}

.add-more-item {
    margin-bottom: 10px;
}

.add-more-item a {
    color: #5c81fa;
    font-weight: 500;
}

.signature-wrap {
    float: right;
    margin-bottom: 20px;
    text-align: center;
    width: 220px;
}

.signature {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px dashed #ccc;
    border-radius: 4px;
    color: #272b41;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    height: 85px;
    margin-bottom: 15px;
    width: 100%;
}

.signature:hover {
    background-color: #fcfcfc;
}

.sign-name {
    width: 100%;
    float: right;
}

.pat-widget-profile .pro-widget-content {
    padding: 0 0 20px;
}

.pat-widget-profile .booking-date li {
    font-size: .875rem;
}

.pat-widget-profile .booking-date li span {
    font-size: .875rem;
}

/*-----------------
	26. Chat
-----------------------*/

.chat-page .footer {
    display: none;
}

.chat-window {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}

.chat-cont-left {
    border-right: 1px solid #f0f0f0;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    left: 0;
    max-width: 35%;
    position: relative;
    z-index: 4;
}

.chat-cont-left .chat-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border-bottom: 1px solid #f0f0f0;
    color: #272b41;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 72px;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    padding: 0 15px;
}

.chat-cont-left .chat-header span {
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
}

.chat-cont-left .chat-header .chat-compose {
    color: #8a8a8a;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.chat-cont-left .chat-search {
    background-color: #f5f5f6;
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 15px;
    width: 100%;
}

.chat-cont-left .chat-search .input-group {
    width: 100%;
}

.chat-cont-left .chat-search .input-group .form-control {
    background-color: #fff;
    border-radius: 50px;
    padding-left: 36px;
}

.chat-cont-left .chat-search .input-group .form-control:focus {
    border-color: #ccc;
    box-shadow: none;
}

.chat-cont-left .chat-search .input-group .input-group-prepend {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    bottom: 0;
    color: #666;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 15px;
    pointer-events: none;
    position: absolute;
    top: 0;
    z-index: 4;
}

.chat-window .chat-scroll {
    min-height: 300px;
    max-height: calc(100vh - 224px);
    overflow-y: auto;
}

.chat-cont-left .chat-users-list {
    background-color: #fff;
}

.chat-cont-left .chat-users-list a.media {
    border-bottom: 1px solid #f0f0f0;
    padding: 10px 15px;
    transition: all 0.2s ease 0s;
}

.chat-cont-left .chat-users-list a.media:last-child {
    border-bottom: 0;
}

.chat-cont-left .chat-users-list a.media .media-img-wrap {
    margin-right: 15px;
    position: relative;
}

.chat-cont-left .chat-users-list a.media .media-img-wrap .avatar {
    height: 45px;
    width: 45px;
}

.chat-cont-left .chat-users-list a.media .media-img-wrap .status {
    bottom: 7px;
    height: 10px;
    right: 4px;
    position: absolute;
    width: 10px;
    border: 2px solid #fff;
}

.chat-cont-left .chat-users-list a.media .media-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
}

.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: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.chat-cont-left .chat-users-list a.media .media-body>div:first-child .user-name {
    color: #272b41;
    text-transform: capitalize;
}

.chat-cont-left .chat-users-list a.media .media-body>div:first-child .user-last-chat {
    color: #8a8a8a;
    font-size: 14px;
    line-height: 24px;
}

.chat-cont-left .chat-users-list a.media .media-body>div:last-child {
    text-align: right;
}

.chat-cont-left .chat-users-list a.media .media-body>div:last-child .last-chat-time {
    color: #8a8a8a;
    font-size: 13px;
}

.chat-cont-left .chat-users-list a.media:hover {
    background-color: #f5f5f6;
}

.chat-cont-left .chat-users-list a.media.read-chat .media-body>div:last-child .last-chat-time {
    color: #8a8a8a;
}

.chat-cont-left .chat-users-list a.media.active {
    background-color: #f5f5f6;
}

.chat-cont-right {
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%;
}

.chat-cont-right .chat-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border-bottom: 1px solid #f0f0f0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 72px;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    padding: 0 15px;
}

.chat-cont-right .chat-header .back-user-list {
    display: none;
    margin-right: 5px;
    margin-left: -7px;
}

.chat-cont-right .chat-header .media {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.chat-cont-right .chat-header .media .media-img-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 15px;
}

.chat-cont-right .chat-header .media .media-img-wrap .avatar {
    height: 50px;
    width: 50px;
}

.chat-cont-right .chat-header .media .media-img-wrap .status {
    border: 2px solid #fff;
    bottom: 0;
    height: 10px;
    position: absolute;
    right: 3px;
    width: 10px;
}

.chat-cont-right .chat-header .media .media-body .user-name {
    color: #272b41;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
}

.chat-cont-right .chat-header .media .media-body .user-status {
    color: #666;
    font-size: 14px;
}

.chat-cont-right .chat-header .chat-options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.chat-cont-right .chat-header .chat-options>a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    color: #8a8a8a;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 30px;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    margin-left: 10px;
    width: 30px;
}

.chat-cont-right .chat-body {
    background-color: #f5f5f6;
}

.chat-cont-right .chat-body ul.list-unstyled {
    margin: 0 auto;
    padding: 15px;
    width: 100%;
}

.chat-cont-right .chat-body .media .avatar {
    height: 30px;
    width: 30px;
}

.chat-cont-right .chat-body .media .media-body {
    margin-left: 20px;
}

.chat-cont-right .chat-body .media .media-body .msg-box>div {
    padding: 10px 15px;
    border-radius: .25rem;
    display: inline-block;
    position: relative;
}

.chat-cont-right .chat-body .media .media-body .msg-box>div p {
    color: #272b41;
    margin-bottom: 0;
}

.chat-cont-right .chat-body .media .media-body .msg-box+.msg-box {
    margin-top: 5px;
}

.chat-cont-right .chat-body .media.received {
    margin-bottom: 20px;
}

.chat-cont-right .chat-body .media:last-child {
    margin-bottom: 0;
}

.chat-cont-right .chat-body .media.received .media-body .msg-box>div {
    background-color: #fff;
}

.chat-cont-right .chat-body .media.sent {
    margin-bottom: 20px;
}

.chat-cont-right .chat-body .media.sent .media-body {
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: flex-end;
    margin-left: 0;
}

.chat-cont-right .chat-body .media.sent .media-body .msg-box>div {
    background-color: #e3e3e3;
}

.chat-cont-right .chat-body .media.sent .media-body .msg-box>div p {
    color: #272b41;
}

.chat-cont-right .chat-body .chat-date {
    font-size: 14px;
    margin: 1.875rem 0;
    overflow: hidden;
    position: relative;
    text-align: center;
    text-transform: capitalize;
}

.chat-cont-right .chat-body .chat-date:before {
    background-color: #e0e3e4;
    content: "";
    height: 1px;
    margin-right: 28px;
    position: absolute;
    right: 50%;
    top: 50%;
    width: 100%;
}

.chat-cont-right .chat-body .chat-date:after {
    background-color: #e0e3e4;
    content: "";
    height: 1px;
    left: 50%;
    margin-left: 28px;
    position: absolute;
    top: 50%;
    width: 100%;
}

.chat-cont-right .chat-footer {
    background-color: #fff;
    border-top: 1px solid #f0f0f0;
    padding: 10px 15px;
    position: relative;
}

.chat-cont-right .chat-footer .input-group {
    width: 100%;
}

.chat-cont-right .chat-footer .input-group .form-control {
    background-color: #f5f5f6;
    border: none;
    border-radius: 50px;
}

.chat-cont-right .chat-footer .input-group .form-control:focus {
    background-color: #f5f5f6;
    border: none;
    box-shadow: none;
}

.chat-cont-right .chat-footer .input-group .input-group-prepend .btn,
.chat-cont-right .chat-footer .input-group .input-group-append .btn {
    background-color: transparent;
    border: none;
    color: #9f9f9f;
}

.chat-cont-right .chat-footer .input-group .input-group-append .btn.msg-send-btn {
    background-color: #5c81fa;
    border-color: #5c81fa;
    border-radius: 50%;
    color: #fff;
    margin-left: 10px;
    min-width: 46px;
    font-size: 20px;
}

.msg-typing {
    width: auto;
    height: 24px;
    padding-top: 8px
}

.msg-typing span {
    height: 8px;
    width: 8px;
    float: left;
    margin: 0 1px;
    background-color: #a0a0a0;
    display: block;
    border-radius: 50%;
    opacity: .4
}

.msg-typing span:nth-of-type(1) {
    animation: 1s blink infinite .33333s
}

.msg-typing span:nth-of-type(2) {
    animation: 1s blink infinite .66666s
}

.msg-typing span:nth-of-type(3) {
    animation: 1s blink infinite .99999s
}

.chat-cont-right .chat-body .media.received .media-body .msg-box {
    position: relative;
}

.chat-cont-right .chat-body .media.received .media-body .msg-box:first-child:before {
    border-bottom: 6px solid transparent;
    border-right: 6px solid #fff;
    border-top: 6px solid transparent;
    content: "";
    height: 0;
    left: -6px;
    position: absolute;
    right: auto;
    top: 8px;
    width: 0;
}

.chat-cont-right .chat-body .media.sent .media-body .msg-box {
    padding-left: 50px;
    position: relative;
}

.chat-cont-right .chat-body .media.sent .media-body .msg-box:first-child:before {
    border-bottom: 6px solid transparent;
    border-left: 6px solid #e3e3e3;
    border-top: 6px solid transparent;
    content: "";
    height: 0;
    left: auto;
    position: absolute;
    right: -6px;
    top: 8px;
    width: 0;
}

.chat-msg-info {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    clear: both;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 5px 0 0;
}

.chat-msg-info li {
    font-size: 13px;
    padding-right: 16px;
    position: relative;
}

.chat-msg-info li:not(:last-child):after {
    position: absolute;
    right: 8px;
    top: 50%;
    content: '';
    height: 4px;
    width: 4px;
    background: #d2dde9;
    border-radius: 50%;
    transform: translate(50%, -50%)
}

.chat-cont-right .chat-body .media.sent .media-body .msg-box .chat-msg-info li:not(:last-child)::after {
    right: auto;
    left: 8px;
    transform: translate(-50%, -50%);
    background: #aaa;
}

.chat-cont-right .chat-body .media.received .media-body .msg-box>div .chat-time {
    color: rgba(50, 65, 72, 0.4);
}

.chat-cont-right .chat-body .media.sent .media-body .msg-box>div .chat-time {
    color: rgba(50, 65, 72, 0.4);
}

.chat-msg-info li a {
    color: #777;
}

.chat-msg-info li a:hover {
    color: #2c80ff
}

.chat-seen i {
    color: #00d285;
    font-size: 16px;
}

.chat-msg-attachments {
    padding: 4px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 0 -1px
}

.chat-msg-attachments>div {
    margin: 0 1px
}

.chat-cont-right .chat-body .media.sent .media-body .msg-box>div .chat-msg-info {
    flex-direction: row-reverse;
}

.chat-cont-right .chat-body .media.sent .media-body .msg-box>div .chat-msg-attachments {
    flex-direction: row-reverse
}

.chat-cont-right .chat-body .media.sent .media-body .msg-box>div .chat-msg-info li {
    padding-left: 16px;
    padding-right: 0;
    position: relative;
}

.chat-attachment img {
    max-width: 100%;
}

.chat-attachment {
    position: relative;
    max-width: 130px;
    overflow: hidden;
}

.chat-attachment {
    border-radius: .25rem;
}

.chat-attachment:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    content: "";
    opacity: 0.4;
    transition: all .4s;
}

.chat-attachment:hover:before {
    opacity: 0.6;
}

.chat-attach-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    padding: 7px 15px;
    font-size: 13px;
    opacity: 1;
    transition: all .4s;
}

.chat-attach-download {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all .4s;
    color: #fff;
    width: 32px;
    line-height: 32px;
    background: rgba(255, 255, 255, 0.2);
    text-align: center;
}

.chat-attach-download:hover {
    color: #495463;
    background: #fff;
}

.chat-attachment:hover .chat-attach-caption {
    opacity: 0;
}

.chat-attachment:hover .chat-attach-download {
    opacity: 1;
}

.chat-attachment-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -5px;
}

.chat-attachment-list li {
    width: 33.33%;
    padding: 5px;
}

.chat-attachment-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 5px solid rgba(230, 239, 251, 0.5);
    height: 100%;
    min-height: 60px;
    text-align: center;
    font-size: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
}

.chat-cont-right .chat-body .media.sent .media-body .msg-box>div:hover .chat-msg-actions {
    opacity: 1;
}

.chat-msg-actions {
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all .4s;
    z-index: 2;
}

.chat-msg-actions>a {
    padding: 0 10px;
    color: #495463;
    font-size: 24px;
}

.chat-msg-actions>a:hover {
    color: #2c80ff;
}

@keyframes blink {
    50% {
        opacity: 1
    }
}

.btn-file {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 20px;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    overflow: hidden;
    padding: 0 0.75rem;
    position: relative;
    vertical-align: middle;
}

.btn-file input {
    cursor: pointer;
    filter: alpha(opacity=0);
    font-size: 23px;
    height: 100%;
    margin: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

/*-----------------
	27. Doctor Profile Settings
-----------------------*/

.profile-image img {
    margin-bottom: 1.5rem;
}

.change-photo-btn {
    background-color: #0c2d49;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 13px;
    font-weight: 600;
    margin: 0 auto;
    padding: 10px 15px;
    position: relative;
    transition: .3s;
    text-align: center;
    width: 220px;
}

.change-photo-btn input.upload {
    bottom: 0;
    cursor: pointer;
    filter: alpha(opacity=0);
    left: 0;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 220px;
}

.dropzone {
    background-color: #fbfbfb;
    border: 2px dashed rgba(0, 0, 0, 0.1);
}

.btn-icon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    position: absolute;
    padding: 0;
    font-size: 10px;
    width: 20px;
    height: 20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    right: 3px;
    top: 3px;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
}

.upload-images {
    position: relative;
    width: 80px;
}

.upload-images img {
    border-radius: 4px;
    height: 80px;
    width: auto;
}

.upload-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.upload-wrap .upload-images+.upload-images {
    margin-left: 20px;
}

.contact-card .card-body {
    padding-bottom: 0.625rem;
}

.custom_price_cont {
    margin-top: 20px;
}

.btn.btn-danger.trash {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 46px;
    width: 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
}

.add-more a {
    color: #5c81fa;
}

.bootstrap-tagsinput {
    border-color: #dcdcdc;
    box-shadow: inherit;
    min-height: 46px;
    width: 100%;
    border-radius: 0;
}

.bootstrap-tagsinput.focus {
    border-color: #bbb;
}

.bootstrap-tagsinput .tag {
    background-color: #5c81fa !important;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    margin-right: 2px;
    padding: 11px 15px;
    border-radius: 0;
}

.services-card .bootstrap-tagsinput input {
    width: 160px;
}

.submit-section .submit-btn {
    padding: 12px 30px;
    font-weight: 600;
    font-size: 16px;
    min-width: 120px;
}

.submit-section .submit-btn+.submit-btn {
    margin-left: 15px;
}

/*-----------------
	28. Calendar
-----------------------*/

#calendar-events {
    background-color: #fcfcfc;
}

.calendar-events {
    border: 1px solid transparent;
    cursor: move;
    padding: 10px 15px;
}

.calendar-events:hover {
    border-color: #e9e9e9;
    background-color: #fff;
}

.calendar-events i {
    margin-right: 8px;
}

.calendar {
    float: left;
    margin-bottom: 0;
}

.fc-toolbar.fc-header-toolbar {
    margin-bottom: 1.5rem;
}

.none-border .modal-footer {
    border-top: none;
}

.fc-toolbar h2 {
    font-size: 18px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    line-height: 30px;
    text-transform: uppercase;
}

.fc-day-grid-event .fc-time {
    font-family: 'Roboto', sans-serif;
}

.fc-day {
    background: #fff;
}

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active,
.fc-toolbar button:focus,
.fc-toolbar button:hover,
.fc-toolbar .ui-state-hover {
    z-index: 0;
}

.fc th.fc-widget-header {
    background: #eeeeee;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 0;
    text-transform: uppercase;
}

.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-popover {
    border-color: #f3f3f3;
}

.fc-basic-view .fc-day-number,
.fc-basic-view .fc-week-number {
    padding: 2px 5px;
}

.fc-button {
    background: #f1f1f1;
    border: none;
    color: #797979;
    text-transform: capitalize;
    box-shadow: none !important;
    border-radius: 3px !important;
    margin: 0 3px !important;
    padding: 6px 12px !important;
    height: auto !important;
}

.fc-text-arrow {
    font-family: inherit;
    font-size: 16px;
}

.fc-state-hover {
    background: #f3f3f3;
}

.fc-state-highlight {
    background: #f0f0f0;
}

.fc-state-down,
.fc-state-active,
.fc-state-disabled {
    background-color: #5c81fa !important;
    color: #fff !important;
    text-shadow: none !important;
}

.fc-cell-overlay {
    background: #f0f0f0;
}

.fc-unthemed .fc-today {
    background: #fff;
}

.fc-event {
    border-radius: 2px;
    border: none;
    color: #fff !important;
    cursor: move;
    font-size: 13px;
    margin: 1px 7px;
    padding: 5px 5px;
    text-align: center;
}

.fc-basic-view td.fc-week-number span {
    padding-right: 8px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}

.fc-basic-view td.fc-day-number {
    padding-right: 8px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}

.event-form .input-group .form-control {
    height: 40px;
}

/*-----------------
	29. Patient Dashboard
-----------------------*/

.profile-sidebar {
    background-color: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    margin-bottom: 30px;
    overflow: hidden;
}

.pro-widget-content {
    border-bottom: 1px solid #f0f0f0;
    padding: 20px;
    text-align: center;
}

.profile-info-widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
}

.profile-info-widget .booking-doc-img {
    margin-right: 15px;
}

.profile-info-widget .booking-doc-img img {
    border-radius: 4px;
    height: 90px;
    width: 90px;
    object-fit: cover;
}

.profile-det-info {
    overflow: hidden;
}

.profile-det-info h3 {
    font-size: 17px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.patient-details h5 {
    color: #757575;
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.patient-details h5 i {
    width: 18px;
}

.dashboard-menu ul {
    color: #757575;
    font-size: 14px;
    line-height: 17px;
    list-style: none;
    margin: 0;
    padding: 0;
    text-transform: capitalize;
}

.dashboard-menu ul li {
    line-height: inherit;
}

.dashboard-menu>ul>li {
    border-bottom: 1px solid #f0f0f0;
    position: relative;
}

.dashboard-menu>ul>li:last-child {
    border-bottom: 0;
}

.dashboard-menu ul li a span,
.dashboard-menu ul li a i {
    display: inline-block;
    vertical-align: middle;
}

.dashboard-menu>ul>li>a {
    color: #757575;
    display: block;
    padding: 16px 20px;
}

.dashboard-menu>ul>li:hover>a,
.dashboard-menu>ul>li.active>a {
    color: #5c81fa;
}

.dashboard-menu ul li a i {
    font-size: 16px;
    margin-right: 10px;
    width: 16px;
}

.unread-msg {
    background-color: #5c81fa;
    border-radius: 2px;
    color: #ffffff;
    font-size: 10px;
    font-style: normal;
    padding: 0 5px;
    position: absolute;
    right: 20px;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}

/*-----------------
	30. Profile Settings
-----------------------*/

.change-avatar {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.change-avatar .profile-img {
    margin-right: 15px;
}

.change-avatar .profile-img img {
    border-radius: 4px;
    height: 100px;
    width: 100px;
    object-fit: cover;
}

.change-avatar .change-photo-btn {
    margin: 0 0 10px;
    width: 150px;
}

.widget-profile.pat-widget-profile .profile-info-widget .booking-doc-img {
    padding: 0;
}

.widget-profile.pat-widget-profile .profile-info-widget .booking-doc-img img {
    border-radius: 50%;
    height: 100px;
    width: 100px;
}

/*-----------------
	31. Appoitment List
-----------------------*/

.widget-profile {
    background-color: #fff;
    border-bottom: 1px solid #f0f0f0;
}

.widget-profile .profile-info-widget {
    display: block;
    text-align: center;
}

.widget-profile .profile-info-widget .booking-doc-img {
    display: inline-block;
    margin: 0 0 15px;
    width: auto;
    padding: 8px;
    background-color: #f7f7f7;
    border-radius: 50%;
}

.widget-profile .profile-info-widget .booking-doc-img img {
    border-radius: 50%;
    height: 120px;
    width: 120px;
}

.appointment-list .profile-info-widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    text-align: left;
}

.appointment-list .profile-info-widget .booking-doc-img img {
    border-radius: 4px;
    height: 120px;
    object-fit: cover;
    width: 120px;
}

.appointments .appointment-list {
    background-color: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
    padding: 20px;
}

.appointments .appointment-list:last-child {
    margin-bottom: 30px;
}

.appointments .appointment-action {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.appointment-action a+a {
    margin-left: 5px;
}

.appointment-action a {
    font-size: 13px;
}

.info-details {
    list-style: none;
    margin: 0;
    padding: 0;
}

.info-details li .title {
    color: #272b41;
    font-weight: 500;
}

.info-details li .text {
    color: #757575;
    display: block;
    font-size: 16px;
    overflow: hidden;
}

.info-details li {
    margin-bottom: 10px;
}

.info-details li:last-child {
    margin-bottom: 0;
}

/*-----------------
	32. Reviews
-----------------------*/

.doc-review.review-listing {
    margin: 0;
}

.review-listing.doc-review>ul>li {
    background-color: #fff;
    border: 1px solid #f0f0f0;
    padding: 20px;
}

/*-----------------
	33. Voice call
-----------------------*/

.modal-open .main-wrapper {
    -webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    -o-filter: blur(1px);
    -ms-filter: blur(1px);
    filter: blur(1px);
}

.call-main-row {
    bottom: 0;
    left: 0;
    overflow: auto;
    padding-bottom: inherit;
    padding-top: inherit;
    position: absolute;
    right: 0;
    top: 0;
}

.call-main-wrapper {
    display: table;
    height: 100%;
    table-layout: fixed;
    width: 100%;
}

.call-view {
    display: table-cell;
    height: 100%;
    float: none;
    padding: 0;
    position: static;
    vertical-align: top;
    width: 75%;
}

.call-window {
    display: table;
    height: 100%;
    table-layout: fixed;
    width: 100%;
    background-color: #fff;
    border: 1px solid #f0f0f0;
}

.fixed-header {
    background-color: #fff;
    border-bottom: 1px solid #f0f0f0;
    padding: 10px 15px;
}

.fixed-header .navbar {
    border: 0 none;
    margin: 0;
    min-height: auto;
    padding: 0;
}

.fixed-header .user-info a {
    color: #272b41;
    font-weight: 500;
}

.typing-text {
    color: #5c81fa;
    font-size: 12px;
    text-transform: lowercase;
}

.last-seen {
    color: #888;
    display: block;
    font-size: 12px;
}

.custom-menu {
    margin-top: 6px;
}

.fixed-header .custom-menu {
    margin: 0 0 1px;
}

.custom-menu.nav>li>a {
    color: #bbb;
    font-size: 26px;
    line-height: 32px;
    margin-left: 15px;
    padding: 0;
}

.custom-menu.navbar-nav>li>a:hover,
.custom-menu.navbar-nav>li>a:focus {
    background-color: transparent;
}

.custom-menu .dropdown-menu {
    left: auto;
    right: 0;
}

.call-contents {
    display: table-row;
    height: 100%;
}

.call-content-wrap {
    height: 100%;
    position: relative;
    width: 100%;
}

.voice-call-avatar {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -ms-flex: 2;
    flex: 2;
}

.voice-call-avatar .call-avatar {
    margin: 15px;
    width: 150px;
    height: 150px;
    border-radius: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 3px;
    background-color: #fff;
}

.call-duration {
    display: inline-block;
    font-size: 30px;
    margin-top: 4px;
    position: absolute;
    left: 0;
}

.voice-call-avatar .call-timing-count {
    padding: 5px;
}

.voice-call-avatar .username {
    font-size: 20px;
    font-weight: 500;
}

.call-footer {
    background-color: #fff;
    border-top: 1px solid #f0f0f0;
    padding: 15px;
}

.call-icons {
    text-align: center;
    position: relative;
}

.call-icons .call-items {
    border-radius: 5px;
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
}

.call-icons .call-items .call-item,
.call-icons .call-items li.end-call-new {
    display: inline-block;
    text-align: center;
    margin-right: 5px;
}

.call-icons .call-items .call-item:last-child {
    margin-right: 0;
}

.call-icons .call-items .call-item a {
    color: #777;
    border: 1px solid #ddd;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    display: inline-block;
    font-size: 20px;
}

.call-icons .call-items .call-item a i {
    width: 18px;
    height: 18px;
}

.user-video {
    bottom: 0;
    left: 0;
    overflow: auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
}

.user-video img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    display: block;
    margin: 0 auto;
}

.user-video video {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    display: block;
    margin: 0 auto;
}

.my-video {
    position: absolute;
    z-index: 99;
    bottom: 20px;
    left: 20px;
}

.my-video ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.my-video ul li {
    float: left;
    width: 120px;
    margin-right: 10px;
}

.my-video ul li img {
    border: 3px solid #fff;
    border-radius: 6px;
}

.end-call {
    position: absolute;
    top: 7px;
    right: 0;
}

.end-call a,
.call-icons .call-items .end-call-new a {
    background-color: #f06060;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    line-height: 10px;
    padding: 8px 25px;
    text-transform: uppercase;
}

.call-users {
    position: absolute;
    z-index: 99;
    bottom: 20px;
    right: 20px;
}

.call-users ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.call-users ul li {
    float: left;
    width: 80px;
    margin-left: 10px;
}

.call-users ul li img {
    border-radius: 6px;
    padding: 2px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.call-mute {
    width: 80px;
    height: 80px;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    text-align: center;
    line-height: 80px;
    border-radius: 6px;
    font-size: 30px;
    color: #fff;
    display: none;
    top: 0;
    border: 3px solid transparent;
}

.call-users ul li a:hover .call-mute {
    display: block;
}

.call-details {
    margin: 10px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.call-info {
    margin-left: 10px;
    width: 100%;
}

.call-user-details,
.call-timing {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.call-description {
    white-space: nowrap;
    vertical-align: bottom;
}

.call-timing {
    color: #727272;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    margin-top: 1px;
    overflow: hidden;
    white-space: pre;
}

/*-----------------
	34. Video Call
-----------------------*/

.content-full {
    height: 100%;
    position: relative;
    width: 100%;
}

.video-window .fixed-header {
    padding: 0;
    border: 0;
}

.video-window .fixed-header .nav>li>a {
    padding: 18px 15px;
}

/*-----------------
	35. Outgoing Call
-----------------------*/

.call-box .call-wrapper {
    height: auto;
    text-align: center;
}

.call-box .call-wrapper .call-avatar {
    margin-bottom: 30px;
    cursor: pointer;
    animation: ripple 2s infinite;
}

.call-box .call-wrapper .call-user {
    margin-bottom: 30px;
}

.call-box .call-wrapper .call-user span {
    display: block;
    font-weight: 500;
    text-align: center;
}

.call-box .call-wrapper .call-items {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
}

.call-box .call-wrapper .call-items .call-item {
    background-color: rgba(255, 255, 255, 0.2);
    border: 1px solid transparent;
    border-radius: 100%;
    color: #fff;
    line-height: 0;
    margin: 0 5px;
    padding: 15px;
}

.call-box .call-wrapper .call-items .call-item:hover {
    opacity: 0.9;
}

.call-box .call-wrapper .call-items .call-item:first-child {
    margin-top: -30px;
}

.call-box .call-wrapper .call-items .call-item:last-child {
    margin-top: -30px;
}

.call-box .call-wrapper .call-items .call-item.call-end {
    padding: 20px;
    margin: 30px 20px 0;
    background: #f06060;
    border: 1px solid #f06060;
    color: #fff;
    line-height: 0;
    border-radius: 100%;
}

.call-box .call-wrapper .call-items .call-item.call-start {
    padding: 20px;
    margin: 30px 20px 0;
    background: #55ce63;
    border: 1px solid #55ce63;
    color: #fff;
    line-height: 0;
    border-radius: 100%;
}

.call-box.incoming-box .call-wrapper .call-items .call-item.call-start {
    margin: 0 10px;
}

.call-box.incoming-box .call-wrapper .call-items .call-item.call-end {
    margin: 0 10px;
}

.call-box .call-avatar {
    border-radius: 100%;
    height: 140px;
    max-width: 140px;
    min-width: 140px;
    position: relative;
    width: 100%;
    border: 10px solid #fafafa;
}

.call-box .btn {
    background: rgba(0, 0, 0, 0);
    transition: all 0.3s ease 0s;
}

@-webkit-keyframes ripple {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
    }
    100% {
        -webkit-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0);
    }
}

@keyframes ripple {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
    }
    100% {
        -moz-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0);
        box-shadow: 0 0 0 30px rgba(0, 0, 0, 0);
    }
}

/*-----------------
	36. Incoming Call
-----------------------*/

.incoming-btns {
    margin-top: 20px;
}

.call-wrapper {
    position: relative;
    height: calc(100vh - 145px);
}

.call-page .footer {
    display: none;
}

.dropdown-action .dropdown-toggle::after {
    display: none;
}

.call-modal .modal-body {
    padding: 40px;
}

.call-modal .modal-content {
    border: 0;
    border-radius: 10px;
}

.call-box .call-wrapper .call-user h4 {
    font-size: 24px;
}

/*-----------------
	37. Terms and Conditions
-----------------------*/

.terms-text {
    margin-bottom: 20px;
}

.terms-text h4 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
}

.terms-text p {
    color: #666;
    display: inline-block;
    font-size: 16px;
}

/*-----------------
	38. Blog
-----------------------*/

.blog {
    border: 1px solid #f0f0f0;
    background-color: #fff;
    border-radius: 4px;
    margin-bottom: 30px;
    padding: 1.5rem;
    position: relative;
}

.blog-image {
    overflow: hidden;
}

.blog-image,
.blog-image>a,
.blog-image img {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
}

.blog-image img {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    -moz-transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
    -ms-transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
    -o-transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
    -webkit-transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
    transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
}

.blog-image a:hover img {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    transform: scale(1.15);
}

.blog-image {
    margin-bottom: 30px;
}

.blog-content {
    position: relative;
}

.blog-title {
    font-size: 22px;
    margin: 0 0 10px;
}

.blog-title a {
    color: #272b41;
}

.blog-title a:hover {
    color: #5c81fa;
}

.blog-content p {
    color: #666;
    font-size: 14px;
    margin: 0 0 30px;
}

.read-more {
    display: inline-block;
    font-size: 16px;
    padding: 0;
    color: #5c81fa;
    text-decoration: underline;
    font-weight: bold;
}

.blog-info {
    color: #757575;
    font-size: 14px;
    margin-bottom: 15px;
}

.blog-info a {
    color: #757575;
}

.blog-info a:hover {
    color: #757575;
}

.blog-info i {
    color: #5c81fa;
    font-size: 14px;
    margin-right: 5px;
}

.entry-meta {
    color: #757575;
    font-size: 14px;
    list-style: none;
    margin-bottom: 15px;
    padding: 0;
}

.entry-meta li {
    display: inline-block;
    margin-right: 15px;
}

.entry-meta li:last-child {
    margin-right: 0;
}

.blog-pagination .pagination {
    margin-bottom: 30px;
}

.blog-pagination .pagination li a {
    padding: 12px 20px;
    font-weight: 600;
    color: #2E3842;
    margin-right: 10px;
    border-radius: inherit !important;
    border-color: #f0f0f0;
}

.blog-pagination .pagination li.disabled a {
    border-color: #f0f0f0;
}

.blog-pagination .pagination li.active a {
    background: #5c81fa;
    border-color: transparent;
    color: #ffffff;
}

.post-left ul {
    margin: 0;
    padding-left: 0;
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.post-left ul li {
    margin-bottom: 5px;
    margin-right: 20px;
}

.post-left ul li:last-child {
    margin-right: 0;
}

.post-author a {
    display: flex;
    align-items: center;
}

.video {
    position: relative;
    padding-bottom: 56%;
    height: 0;
    overflow: hidden;
}

.video iframe,
.video object,
.video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.latest-posts {
    margin: 0;
    padding: 0;
}

.latest-posts li {
    display: table;
    width: 100%;
    margin-bottom: 20px;
}

.latest-posts li:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: none;
}

.post-thumb {
    border-radius: 4px;
    width: 80px;
    float: left;
    overflow: hidden;
}

.post-thumb a img {
    border-radius: 4px;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    -moz-transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
    -ms-transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
    -o-transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
    -webkit-transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
    transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
}

.post-thumb a:hover img {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    transform: scale(1.15);
}

.post-info {
    margin-left: 95px;
}

.post-info h4 {
    font-size: 15px;
    margin: 0 0 5px;
}

.post-info h4 a {
    color: #272b41;
}

.post-info h4 a:hover {
    color: #5c81fa;
}

.post-info p {
    color: #757575;
    font-size: 12px;
    margin: 0;
}

.post-info p i {
    color: #5c81fa;
    font-size: 14px;
    margin-right: 4px;
}

.category-widget .categories {
    list-style: none;
    margin: 0;
    padding: 0;
}

.category-widget .categories li {
    margin-bottom: 20px;
}

.category-widget .categories li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.category-widget .categories li a {
    color: #2E3842;
    font-size: 15px;
    font-weight: 500;
}

.category-widget .categories li a span {
    float: right;
    color: #757575;
}

.category-widget .categories li a:hover {
    color: #5c81fa;
}

.category-widget .categories>li>a>i {
    color: #5c81fa;
    font-size: 18px;
    margin-right: 10px;
}

.tags-widget .card-body {
    padding-bottom: 1rem;
}

.tags {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

.tags li {
    float: left;
}

.tag {
    background-color: #fff;
    border-radius: 4px;
    color: #272b41;
    padding: 5px 10px;
    position: relative;
    margin: 0 .5rem .5rem 0;
    font-size: 14px;
    border: 1px solid #ccc;
    display: inline-block;
}

.tag:hover {
    background-color: #5c81fa;
    border-color: #5c81fa;
    color: #fff;
}

.comment-by {
    display: block;
    font-size: 14px;
    line-height: 21px;
    margin: 0 0 10px;
}

.comments-list .comment-block p {
    font-size: 14px;
    margin-bottom: 5px;
}

/*-----------------
	39. Blog Details
-----------------------*/

.blog-view .blog-title {
    font-size: 24px;
}

.blog-content p:last-child {
    margin-bottom: 0;
}

.blog-view .blog-info {
    border: 0;
    margin-bottom: 20px;
    padding: 0;
}

.social-share {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
}

.social-share>li {
    display: inline-block;
    float: left;
    margin-left: 10px;
    text-align: center;
}

.social-share>li:first-child {
    margin-left: 0;
}

.social-share>li>a {
    border: 1px solid #dfdfdf;
    color: #666;
    display: inline-block;
    font-size: 22px;
    height: 40px;
    line-height: 40px;
    width: 40px;
}

.social-share>li>a:hover {
    background-color: #5c81fa;
    color: #fff;
    border-color: #5c81fa;
}

.blog-reply>a {
    color: #999;
    font-size: 12px;
    font-weight: 500;
}

.blog-date {
    color: #999;
    font-size: 12px;
}

.blog-comments .comments-list {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.blog-comments .comments-list li {
    clear: both;
    padding-left: 80px;
}

.blog-comments .comments-list li .comment {
    margin-bottom: 20px;
}

.blog-comments .comments-list li .comment-author {
    left: 0;
    position: absolute;
}

.blog-comments .comments-list li img.avatar {
    height: 58px;
    width: 58px;
    border-radius: 58px;
}

.blog-comments .comment-btn {
    color: #5c81fa;
    display: inline-block;
    font-weight: 500;
    font-size: 15px;
}

.blog-author-name {
    color: #272b41;
    font-size: 16px;
    font-weight: 600;
}

.new-comment label {
    font-weight: 500;
}

.comment-submit .btn {
    background-color: #5c81fa;
    border-color: #5c81fa;
    border-radius: 0;
    font-size: 18px;
    padding: 8px 26px;
    color: #fff;
}

.about-author-img {
    background-color: #fff;
    height: 100px;
    overflow: hidden;
    position: absolute;
    width: 100px;
}

.author-details {
    margin-left: 120px;
}

.about-author {
    min-height: 100px;
}

.author-details .blog-author-name {
    display: inline-block;
    margin-bottom: 10px;
}

.post-author img {
    border-radius: 100%;
    width: 28px;
    margin-right: 5px;
}

/*-----------------
	40. Blog Grid
-----------------------*/

.grid-blog .blog-title {
    font-size: 18px;
    margin: 0 0 5px;
    min-height: 43px;
}

.grid-blog .blog-content p {
    margin: 0 0 15px;
}

.grid-blog .blog-info {
    margin-bottom: 15px;
}

.grid-blog .blog-image {
    margin-bottom: 20px;
}

.blog.grid-blog {
    padding: 20px;
}

.grid-blog .entry-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 0;
}

.grid-blog .entry-meta li {
    margin-bottom: 10px;
}

.grid-blog .entry-meta li:last-child {
    flex: 0 0 100px;
    max-width: 100px;
}

.grid-blog .post-author {
    width: 189px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.grid-blog .post-author a:hover {
    color: #5c81fa
}

/*-----------------
	41. Map List & Grid
-----------------------*/

.map-page .footer {
    display: none;
}

.map-page .header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1030;
}

.map-page .content {
    padding-top: 160px;
}

.map-right {
    bottom: 0;
    height: 100%;
    min-height: 100%;
    padding-right: 30px;
    position: fixed;
    right: 0;
    top: 160px;
    z-index: 1029;
}

.map-listing {
    height: calc(100vh - 145px);
    width: 100%;
}

.map-listing .profile-widget {
    width: 200px !important;
    padding: 0;
    border: 0;
    margin-bottom: 0;
}

.map-right .available-info {
    margin-bottom: 0;
}

.view-icons {
    display: inline-flex;
    float: right;
}

.view-icons a {
    align-items: center;
    background-color: #5c81fa;
    border: 1px solid #5c81fa;
    border-radius: 4px;
    color: #ffffff;
    display: flex;
    font-size: 20px;
    justify-content: center;
    padding: 4px 10px;
    text-align: center;
    margin-left: 10px;
    width: 44px;
    height: 44px;
    opacity: 0.8;
}

.view-icons a:hover {
    color: #ffffff;
    opacity: 1;
}

.view-icons a.active {
    color: #ffffff;
    opacity: 1;
}

/*-----------------
	42. Loader
-----------------------*/

#loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999999;
}

.loader {
    display: inline-block;
    height: 50px;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
    width: 50px;
    position: absolute;
    top: 50%;
}

.loader span {
    -webkit-animation: loader 1.3s linear infinite;
    animation: loader 1.3s linear infinite;
    background-color: #5c81fa;
    border-radius: 100%;
    display: inline-block;
    height: 50px;
    position: absolute;
    width: 50px;
}

.loader span:last-child {
    animation-delay: -0.8s;
    -webkit-animation-delay: -0.8s;
}

@keyframes loader {
    0% {
        transform: scale(0, 0);
        opacity: 0.5;
    }
    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

@-webkit-keyframes loader {
    0% {
        -webkit-transform: scale(0, 0);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(1, 1);
        opacity: 0;
    }
}

/*-----------------
	43. 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: 22px;
    }
    .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: 225px;
        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 #f1f6fa;
        border-color: transparent transparent #f1f6fa #f1f6fa;
        box-shadow: -2px 2px 2px -1px rgb(0 0 0 / 10%);
        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: #5c81fa;
    }
    .main-nav .has-submenu.active .submenu li.active>a {
        color: #5c81fa;
    }
    .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;
        visibility: hidden;
    }
    .main-nav li .submenu a:hover {
        color: #5c81fa;
        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;
    }
    .header-navbar-rht li.contact-item {
        display: none;
    }
    .map-right {
        height: 450px;
        position: static;
        min-height: inherit;
        margin-bottom: 30px;
        padding-right: 15px;
    }
    .map-listing {
        height: 450px;
    }
    .map-page .content {
        padding-top: 100px;
    }
}

@media only screen and (max-width: 991.98px) {
    body {
        font-size: 0.885rem;
    }
    h1,
    .h1 {
        font-size: 1rem;
    }
    h2,
    .h2 {
        font-size: 1.75rem;
    }
    h3,
    .h3 {
        font-size: 1.5rem;
    }
    h4,
    .h4 {
        font-size: 1.25rem;
    }
    h5,
    .h5 {
        font-size: 1rem;
    }
    h6,
    .h6 {
        font-size: 0.875rem;
    }
    .header.min-header {
        position: unset;
        background-color: #0e2550;
    }
    .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: #1d3769;
        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: #5c81fa;
    }
    .main-nav .has-submenu.active .submenu li.active>a {
        color: #5c81fa;
    }
    .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: #0c2d49;
    }
    .menu-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .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-search {
        min-height: 330px;
        padding: 90px 0;
    }
    .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;
        padding: 0;
    }
    .section {
        padding: 40px 0;
    }
    .service-blog {
        margin-bottom: 20px;
    }
    .section.service-section {
        padding: 40px 0 20px;
    }
    .child-care ul.left {
        margin-bottom: 0;
    }
    .doctors-col.section {
        padding: 40px 0 10px;
    }
    .section.blog-section {
        padding: 40px 0 10px;
    }
    .footer .footer-top {
        padding: 40px 0;
    }
    .footer .footer-bottom .copyright {
        padding: 30px 0;
    }
    .search-box .search-info {
        -ms-flex: 0 0 410px;
        flex: 0 0 410px;
        width: 410px;
    }
    .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;
    }
    .why-section .left-section {
        width: 100%;
        padding: 40px 20px 90px;
    }
    .section-count {
        padding: 60px 0 40px;
    }
    .section.doctor-section {
        padding: 40px 0 20px;
    }
    .section-count .row {
        margin: 0 20px;
        margin-top: -120px;
    }
    .slick-prev,
    .slick-next {
        margin: 0 -45px;
    }
    .top-header {
        display: none;
    }
    .section-treatment .placeholder {
        margin-bottom: 20px;
    }
    .service-content .service-title {
        font-size: 17px;
    }
    .banner-wrapper .banner-header p {
        font-size: 20px;
    }
    .section-header h6 {
        font-size: 18px;
    }
    .section-header h2 {
        font-size: 30px;
    }
    .why-section p {
        max-width: 750px;
    }
    .section-count h2 {
        font-size: 28px;
    }
    .section-count p {
        font-size: 16px;
    }
    .Privacy-Policy {
        top: 86px;
        width: 100% !important;
        padding: 0px !important;
        /* height: 3247px; */
        margin-top: 74px !important;
    }
}

@media only screen and (max-width: 849.98px) {
    .row.row-grid>div {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .min-header .header-nav {
        background-color: #f6faff61;
        position: unset !important;
        background: rgba(255, 255, 255, 0.2);
        backdrop-filter: inherit !important;
    }
    .main-card {
        overflow: scroll;
    }
    .my-card {
        padding: 0px 17px;
    }
}

@media only screen and (max-width: 767.98px) {
    body {
        font-size: 0.875rem;
    }
    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;
    }
    .content {
        padding: 15px 0 0;
    }
    .account-page .content {
        padding: 15px 0;
    }
    .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
    .card {
        margin-bottom: 20px;
    }
    .profile-sidebar {
        margin-bottom: 20px;
    }
    .appointment-tab {
        margin-bottom: 20px;
    }
    .features-slider .slick-dots,
    .features-img img {
        text-align: center;
        margin: 0 auto;
    }
    .doctor-slider {
        margin-top: 25px;
    }
    .breadcrumb-bar {
        height: auto;
    }
    .login-right {
        margin: 0 15px;
        padding: 15px;
    }
    .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: 250px;
    }
    .chat-window .chat-cont-right .chat-header .media .media-body {
        display: none;
    }
    .banner-wrapper .banner-header h1 {
        font-size: 2rem;
    }
    .banner-wrapper .banner-header p {
        font-size: 1rem;
    }
    .section-header h2 {
        font-size: 1.875rem;
    }
    .section-header .sub-title {
        font-size: 0.875rem;
    }
    .speicality-item p {
        font-size: 0.875rem;
    }
    .section-header p {
        font-size: 0.9375rem;
    }
    .footer-title {
        font-size: 1.125rem;
    }
    .search-box {
        max-width: 535px;
        margin: 0 auto;
    }
    .search-box form {
        -ms-flex-direction: column;
        flex-direction: column;
        word-wrap: break-word;
        background-clip: border-box;
    }
    .search-box .search-location {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
    }
    .search-box .search-info {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
    }
    .search-box .search-btn {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        min-height: 46px;
        width: 100%;
    }
    .search-box .search-btn span {
        display: inline-block;
        margin-left: 5px;
        text-transform: uppercase;
    }
    .day-slot li span {
        font-size: 16px;
        text-transform: unset;
    }
    .time-slot li .timing span {
        display: block;
    }
    .submit-section.proceed-btn {
        margin-bottom: 20px;
    }
    .day-slot li small.slot-year {
        display: none;
    }
    .success-cont h3 {
        font-size: 22px;
    }
    .view-inv-btn {
        font-size: 14px;
        padding: 10px 30px;
    }
    .invoice-info.invoice-info2 {
        text-align: left;
    }
    .invoice-item .invoice-details {
        text-align: left;
    }
    .section-search,
    .section-doctor,
    .section-features {
        padding: 50px 0;
    }
    .slick-next {
        right: 45%;
    }
    .slick-prev {
        left: 45%;
    }
    .specialities-slider .slick-slide {
        margin-right: 15px;
    }
    .about-content a {
        padding: 12px 20px;
    }
    .submit-section .submit-btn {
        padding: 10px 20px;
        font-size: 15px;
        min-width: 105px;
    }
    .policy-menu {
        margin-top: 10px;
        text-align: left;
    }
    .booking-doc-info .booking-doc-img {
        width: 75px;
    }
    .booking-doc-info .booking-doc-img img {
        height: 75px;
        width: 75px;
    }
    .btn.btn-danger.trash {
        margin-bottom: 20px;
    }
    .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 {
        background-color: #f5f5f5;
    }
    .nav-tabs.nav-justified {
        border-bottom: 1px solid #ddd;
    }
    .nav-tabs.nav-justified>li>a.active,
    .nav-tabs.nav-justified>li>a.active:hover,
    .nav-tabs.nav-justified>li>a.active:focus {
        border-color: transparent transparent transparent #5c81fa;
        border-left-width: 2px;
    }
    .nav-tabs {
        border-bottom: 0;
        position: relative;
        background-color: #fff;
        padding: 5px 0;
        border: 1px solid #ddd;
        border-radius: 3px;
    }
    .nav-tabs .nav-item {
        margin-bottom: 0;
    }
    .nav-tabs>li>a {
        border-width: 2px;
        border-left-color: transparent;
    }
    .nav-tabs .nav-link {
        border-width: 2px;
    }
    .nav-tabs>li>a:hover,
    .nav-tabs>li>a:focus {
        background-color: #fafafa;
    }
    .nav-tabs .nav-item.show .nav-link,
    .nav-tabs .nav-link.active,
    .nav-tabs>li>a.active,
    .nav-tabs>li>a.active:hover,
    .nav-tabs>li>a.active:focus {
        border-color: transparent transparent transparent #5c81fa !important;
        border-left-width: 2px;
    }
    .nav-tabs>li.open:not(.active)>a,
    .nav-tabs>li.open:not(.active)>a:hover,
    .nav-tabs>li.open:not(.active)>a:focus {
        background-color: #fafafa;
    }
    .nav-tabs.nav-tabs-solid {
        padding: 5px;
    }
    .nav-tabs.nav-tabs-solid.nav-tabs-rounded {
        border-radius: 5px;
    }
    .nav-tabs.nav-tabs-solid>li>a {
        border-left-width: 0 !important;
    }
    .nav-tabs-justified {
        border-bottom: 1px solid #ddd;
    }
    .nav-tabs-justified>li>a.active,
    .nav-tabs-justified>li>a.active:hover,
    .nav-tabs-justified>li>a.active:focus {
        border-width: 0 0 0 2px;
        border-left-color: #5c81fa;
    }
    .review-listing>ul li .comment .comment-body .meta-data span.comment-date {
        margin-bottom: 5px;
    }
    .review-listing>ul li .comment .comment-body .meta-data .review-count {
        position: unset;
    }
    .my-video ul li {
        width: 50px;
    }
    .call-users ul li {
        width: 50px;
    }
    .call-mute {
        font-size: 20px;
        height: 50px;
        line-height: 50px;
        width: 50px;
    }
    .call-duration {
        font-size: 24px;
    }
    .voice-call-avatar .call-avatar {
        height: 100px;
        width: 100px;
    }
    .user-tabs {
        margin-top: 1.5rem;
    }
    .user-tabs .nav-tabs>li>a {
        border-left: 2px solid transparent;
        border-bottom: 0;
        padding: .5rem 1rem;
    }
    .user-tabs .nav-tabs.nav-tabs-bottom>li>a.active,
    .user-tabs .nav-tabs.nav-tabs-bottom>li>a.active:hover,
    .user-tabs .nav-tabs.nav-tabs-bottom>li>a.active:focus {
        border-left-width: 2px;
        color: #5c81fa;
    }
    .doctor-widget {
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }
    .doc-info-right {
        margin-left: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .doc-info-left {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .clinic-services {
        display: none;
    }
    .doctor-img {
        margin: 0 auto 20px;
    }
    .doctor-action {
        justify-content: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
    }
    .row.row-grid>div {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .breadcrumb-bar .breadcrumb-title {
        font-size: 18px;
    }
    .dash-widget h6 {
        font-size: 15px;
    }
    .dash-widget h3 {
        font-size: 20px;
    }
    .dash-widget p {
        font-size: 13px;
    }
    .doctor-widget .doc-name {
        font-size: 18px;
    }
    .exp-title,
    .booking-total ul li span,
    .booking-total ul li .total-cost {
        font-size: 14px;
    }
    .invoice-item .customer-text {
        font-size: 16px;
    }
    .call-wrapper {
        height: calc(100vh - 115px);
    }
    .appointment-tab .nav-tabs {
        padding: 1.5rem;
    }
    .submit-btn-bottom {
        margin-bottom: 20px;
    }
    .service-list ul li {
        width: 50%;
    }
    .grid-blog .blog-title {
        min-height: inherit;
    }
    .blog-title {
        font-size: 20px;
    }
    .blog-view .blog-title {
        font-size: 22px;
    }
    .footer .footer-widget .footer-logo {
        margin-bottom: 20px;
    }
    .footer-widget {
        margin-bottom: 20px;
    }
    .service-content .service-title {
        font-size: 16px;
    }
    .btn-pink {
        padding: 8px 20px;
        font-size: 16px;
    }
    .banner-wrapper .banner-header p.small-text,
    .about-content p {
        font-size: 14px;
    }
    .member-btn {
        font-size: 14px;
        display: block;
        float: unset;
    }
    .section-header h6 {
        font-size: 16px;
    }
}

@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;
    }
    .card-footer {
        padding: .75rem 1.25rem;
    }
    .header-nav {
        padding-left: 15px;
        padding-right: 15px;
    }
    .header-navbar-rht {
        display: none;
    }
    .main-nav li.login-link {
        display: block;
    }
    .navbar-header {
        width: 100%;
    }
    .navbar-brand.logo {
        width: 100%;
        margin-right: 0;
    }
    .search-box form {
        display: block;
    }
    .search-box .search-location {
        width: 100%;
        -ms-flex: none;
        flex: none;
    }
    .search-box .search-info {
        width: 100%;
        -ms-flex: none;
        flex: none;
    }
    .banner-wrapper .banner-header h1 {
        font-size: 28px;
    }
    .section-header h2 {
        font-size: 1.5rem;
    }
    .section-header .sub-title {
        font-size: 0.875rem;
    }
    .speicality-item p {
        font-size: 0.875rem;
    }
    .section-header p {
        font-size: 0.9375rem;
    }
    .footer-title {
        font-size: 1.125rem;
    }
    .booking-schedule.schedule-widget {
        overflow-x: auto;
    }
    .booking-schedule.schedule-widget>div {
        width: 730px;
    }
    .booking-schedule .day-slot ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .booking-schedule .day-slot li {
        -ms-flex: 0 0 100px;
        flex: 0 0 100px;
        width: 100px;
    }
    .booking-schedule .time-slot ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .booking-schedule .time-slot li {
        -ms-flex: 0 0 100px;
        flex: 0 0 100px;
        width: 100px;
    }
    .booking-schedule .time-slot li .timing span {
        display: inline-block;
    }
    .booking-schedule .day-slot li.right-arrow {
        right: -20px;
    }
    .booking-doc-info .booking-doc-img {
        width: 70px;
    }
    .booking-doc-info .booking-doc-img img {
        height: 70px;
        width: 70px;
    }
    .voice-call-avatar .call-avatar {
        height: 80px;
        width: 80px;
    }
    .call-duration {
        display: block;
        margin-top: 0;
        margin-bottom: 10px;
        position: inherit;
    }
    .end-call {
        margin-top: 10px;
        position: inherit;
    }
    .user-tabs .med-records {
        min-width: 110px;
    }
    .pagination-lg .page-link {
        font-size: 1rem;
        padding: 0.5rem 0.625rem;
    }
    .row.row-grid>div {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .edit-link {
        font-size: 14px;
        margin-top: 2px;
    }
    .invoice-content {
        padding: 1.25rem;
    }
    .change-avatar .profile-img img {
        height: 80px;
        width: 80px;
    }
    .submit-btn-bottom {
        margin-bottom: 0.9375rem;
    }
    .service-list ul li {
        width: 100%;
    }
    .blog {
        padding: 1.25rem;
    }
    .blog-title {
        font-size: 18px;
    }
    .blog-view .blog-title {
        font-size: 20px;
    }
    .blog-info i {
        font-size: 14px;
    }
    .post-left ul li {
        margin-right: 10px;
    }
    .post-left ul li:last-child {
        margin-right: 10px;
    }
    .about-author-img {
        height: 60px;
        width: 60px;
    }
    .author-details {
        margin-left: 80px;
    }
    .blog-comments .comments-list li img.avatar {
        border-radius: 40px;
        height: 40px;
        width: 40px;
    }
    .blog-comments .comments-list li {
        padding: 10px 0 0 50px;
    }
    .read-more {
        font-size: 14px;
    }
}

@media only screen and (max-width:479px) {
    .section-search {
        padding: 40px 0;
    }
    .specialities-slider .slick-slide {
        margin-right: 10px;
    }
    .speicality-img {
        width: 120px;
        height: 120px;
    }
    .speicality-img img {
        width: 50px;
    }
    .clinic-booking a.view-pro-btn {
        width: 100%;
        margin-bottom: 15px;
    }
    .clinic-booking a.apt-btn {
        width: 100%;
    }
    .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: 160px;
    }
    .section-features,
    .section-features,
    .section-specialities {
        background-color: #fff;
        padding: 30px 0;
    }
    .login-header h3 a {
        color: #5c81fa;
        float: none;
        font-size: 15px;
        margin-top: 10px;
        text-align: center;
        display: block;
    }
    .login-header h3 {
        text-align: center;
    }
    .appointments .appointment-list {
        text-align: center;
    }
    .appointment-list .profile-info-widget {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .appointment-list .profile-info-widget {
        text-align: center;
    }
    .appointment-list .profile-info-widget .booking-doc-img {
        margin: 0 0 15px;
    }
    .appointment-list .profile-info-widget .booking-doc-img img {
        border-radius: 50%;
        height: 100px;
        width: 100px;
    }
    .appointment-list .profile-det-info {
        margin-bottom: 15px;
    }
    .appointments .appointment-action {
        margin-top: 0;
    }
    .user-tabs .nav-tabs .nav-item {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
    .review-listing .recommend-btn span {
        display: block;
        margin-bottom: 10px;
    }
    .review-listing>ul li .comments-reply {
        margin-left: 0;
    }
    .schedule-nav .nav-tabs li {
        display: block;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-right: 0;
    }
    .fc-header-toolbar .fc-left {
        margin-bottom: 10px;
    }
    .fc-header-toolbar .fc-right {
        margin-bottom: 10px;
    }
}

/* dependent styles */

.dependent .help-title {
    text-align: center;
    padding-top: 70px;
    padding-bottom: 50px;
    font-size: 30px;
}

.card-body.dependent .row {
    padding-bottom: 50px;
}

.depedent-name {
    /* text-align: center; */
}

.dependent-img {
    padding: 0px;
    width: 130px;
    border-radius: 50%;
    border: 4px solid;
}

.add-dependent-link i.fa.fa-plus.add-dependent-img {
    font-size: 50px;
    border-radius: 50%;
    border: 4px solid;
    padding: 30px 35px;
    outline: unset;
}

.btn-group-toggle>.btn:first-child {
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
}

.btn-group-toggle>.btn:last-child {
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
}

.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn {
    /* border-radius: 30px; */
    border: 1px solid #6c757d;
    color: #6c757d;
    background-color: #fff;
    outline: unset;
}

.btn-group.btn-toggle.gender {
    width: 95%;
}

select#CustomSelect {
    outline: unset;
    border: 1px solid #6c757d;
    border-radius: 4px;
    box-shadow: unset;
}

.add-dependent input[type=text],
.add-dependent input[type=date] {
    width: 100%;
    padding: 8px;
    border-radius: 5px;
    outline: unset;
}

.add-title-one {
    font-size: 22px;
    font-weight: 500;
}

.add-title-two {
    font-size: 16px;
    font-weight: 500;
}

@media only screen and (min-width: 736px) and (max-width: 768px) {
    .card-body.add-dependent .col-md-6 {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .card-body.dependent .col-md-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

/* register */

.terms-and-policy span.terms,
.terms-and-policy a {
    color: #5c81fa;
}

span.agree {
    font-size: 16px;
    margin-left: 6px;
}

input[type=checkbox]#agree {
    vertical-align: middle;
}

.service-col .col-md-3 {
    text-align: center;
}

.service-col .service-btn {
    width: 100%;
    background-color: #5c81fa;
    color: #fff;
    border-radius: 5px;
    padding: 6px 0px 12px 0px;
    font-size: 18px;
    border-top: 1px;
    border-left: 1px;
    border-right: 1px;
}

.service-col .card {
    margin-left: 4px;
    margin-right: 4px;
    height: 720px;
}

.learn-more {
    color: #5c81fa;
}

.service-content-five .see-btn {
    background-color: #5c81fa;
    border-radius: 30px;
    width: 90%;
    padding: 6px 12px;
    border: 1px;
    color: #fff;
}

.service-content-six .schedule-btn {
    background-color: #fff;
    border-radius: 30px;
    width: 90%;
    padding: 6px 12px;
    border: 1px solid #5c81fa;
    color: #5c81fa;
}

.service-content-two span {
    font-size: 28px;
    margin-right: 10px;
}

.service-content-three .use {
    font-weight: 500;
}

.service-content-three p {
    margin-bottom: 4px;
}

.service-content-one p {
    min-height: 115px;
    overflow: hidden;
    padding: 0px 10px;
}

.service-content-two {
    background-color: #f7f7f7;
    min-height: 120px;
    overflow: hidden;
}

.service-content-two p {
    margin-bottom: 0px;
    font-size: 14px;
}

.service-content-two span.less {
    font-size: 16px;
    margin-right: 0px;
}

.choose-service .choose-text {
    font-size: 20px;
    text-align: center;
    font-weight: 500;
}

.visit-col .visit-btns {
    color: #272b41;
    background-color: #fff;
    width: 80%;
    margin-bottom: 15px;
    border: 1px solid #dcdcdc;
    border-radius: 30px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 8px 14px;
    outline: unset;
    cursor: pointer;
}

.visits input.form-check-input {
    margin-left: -40px;
}

.visits span.visit-rsn {
    text-align: center;
    display: block;
}

.visit-col .back-left {
    color: #5c81fa;
}

.visit-questions p {
    text-align: center;
}

.visit-questions p.ques {
    font-size: 20px;
}

.progress-text {
    color: #00e65b;
    text-align: center;
    font-size: 12px;
    display: block;
    margin-bottom: 5px;
}

.visit-progress .col-md-2:first-child {
    padding-left: 15px;
}

.visit-progress .col-md-2 {
    padding-left: 0px;
    padding-right: 10px;
    flex: 0 0 14%;
    max-width: 14%;
}

.ques-icon i.fa.fa-question:before {
    border: 4px solid;
    border-radius: 50%;
    padding: 16px 24px;
}

.ques-icon i.fa.fa-question {
    font-size: 55px;
    margin: 0 auto;
    display: block;
    text-align: center;
    color: #bdbdbd;
}

.upload-btns {
    background-color: #122852;
    border-radius: 30px;
    width: 60%;
    padding: 10px 12px;
    border: 1px;
    color: #fff;
    margin: 0 auto;
    display: block;
}

.photo {
    text-align: center;
}

.uploads p {
    text-align: center;
    padding: 0 50px;
}

.photo p.photo-help {
    font-size: 20px;
    font-weight: 500;
}

.bck-btn {
    background-color: transparent;
    border-radius: 50px;
    color: #5c81fa;
    cursor: pointer;
    display: block;
    font-size: 13px;
    font-weight: 600;
    margin: 0 auto;
    padding: 10px 15px;
    position: relative;
    transition: .3s;
    text-align: center;
    width: 220px;
    border: 2px solid #5c81fa;
}

.continue-btn {
    background-color: #5c81fa;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 13px;
    font-weight: 600;
    margin: 0 auto;
    padding: 10px 15px;
    position: relative;
    transition: .3s;
    text-align: center;
    width: 220px;
    border: 2px solid;
}

.health-questions p {
    text-align: center;
}

.health-questions p.ques {
    font-size: 20px;
}

.add-medical {
    color: #122852;
    cursor: pointer;
}

.next-btn {
    background-color: #122852;
    float: right;
    border: 1px solid #122852;
    color: #fff;
    padding: 3px 24px;
}

.doc-questions .ques {
    text-align: center;
    font-size: 22px;
}

.intake-box {
    border: 1px solid;
    text-align: center;
    padding: 4px 0px;
    margin-left: 6px;
}

.my-doc {
    margin-left: 60px;
}

.type-visit .visits {
    text-align: center;
}

.typess p {
    font-size: 20px;
    margin-bottom: 4px;
}

.visit-like {
    font-size: 20px;
}

.type-visit .visits i.fa,
.type-visit .visits i.fas {
    font-size: 30px;
    border: 1px solid;
    padding: 12px;
    border-radius: 40px;
}

.pay-ctn-btn {
    background-color: #122852;
    color: #fff;
    border: 1px solid;
    padding: 5px 24px;
}

.confirm-visit {
    text-align: center;
}

.google-cal,
.outlook-cal {
    background-color: transparent;
    border: 1px solid #122852;
    border-radius: 4px;
    padding: 4px 12px;
}

.yahoo-cal {
    background-color: transparent;
    border: 1px solid #5c81fa;
    border-radius: 4px;
    padding: 4px 12px;
}

.video-learn,
.need-tel {
    color: #122852;
}

.appoint-start-time {
    font-size: 18px;
}

.visit-input-wrapper .input-icon {
    position: absolute;
    left: 3px;
    top: calc(50% - 0.5em);
    color: #5c81fa;
}

.visit-input-wrapper input {
    padding-left: 30px;
    border-bottom: 2px solid #5c81fa !important;
    border: unset;
    width: 40%;
    outline: unset;
}

.visit-input-wrapper {
    position: relative;
    left: 30%;
}

.view-my-doc-profile .profile-doc-btn {
    border: 2px solid #5c81fa;
    background: transparent;
    color: #5c81fa;
    padding: 4px 18px;
    border-radius: 6px;
    float: right;
}

.doc-name i.fas.fa-check-circle.doc-check {
    color: #5c81fa;
}

.my-acc .acc-detail {
    font-size: 20px;
}

.go-visit {
    text-align: center;
    color: red;
}

i.fas.fa-video.appoint-video {
    font-size: 26px;
    text-align: center;
    display: block;
}

.any-intake-box {
    border: 1px solid;
    text-align: center;
    padding: 4px 4px;
    margin-left: 6px;
    width: 10%;
}

span.call-duration.float-right {
    display: inline-block;
    font-size: 22px;
    margin-top: 0px;
    position: absolute;
    right: 0;
    left: unset;
    color: #5c81fa;
}

.toggle-voice-video .switch {
    position: relative;
    display: inline-block;
    width: 90px;
    height: 34px;
}

.toggle-voice-video .switch input {
    display: none;
}

.toggle-voice-video .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #2196F3;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 34px;
}

.toggle-voice-video .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
}

.toggle-voice-video input:checked+.slider {
    background-color: #2ab934;
}

.toggle-voice-video input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

.toggle-voice-video input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(55px);
}

/*------ ADDED CSS ---------*/

.toggle-voice-video .slider:after {
    content: 'VOICE';
    color: white;
    display: block;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    font-size: 10px;
    font-family: Verdana, sans-serif;
}

.toggle-voice-video input:checked+.slider:after {
    content: 'VIDEO';
}

.toggle-voice-video {
    display: inline-block;
    font-size: 30px;
    margin-top: 4px;
    position: absolute;
    left: 0;
}

.health-profile-share {
    text-align: center;
    display: block;
    margin: 19px auto 35px auto;
    background-color: #5be3fe54;
    padding: 18px 100px 2px 20px;
}

.health-profile-share a {
    color: #122852;
}

.health-profile-share i.fa.fa-check.share-health-prof {
    background-color: #122852;
    padding: 2px;
    color: #fff;
    border: 1px solid #122852;
}

.find-doc .clinic-services span {
    border: 1px solid #f7f7f7;
    border-radius: 4px;
    display: inline-block;
    font-size: 12px;
    padding: 6px 10px;
    background: #f7f7f7;
}

.main-card {
    display: flex;
    padding: 10px;
    background: white;
    border-radius: 10px;
    margin: 10px;
}

.my-card {
    margin: auto;
    flex: 100%;
    text-align: center;
}

.my-card.n {
    display: flex;
}

.card-column {
    flex: 100%;
    margin: auto;
}

i.fa.fa-gift {
    font-size: 20px;
    color: #5c81fa;
}

.logo {
    display: inline-block;
    width: 101px;
}

.navbar-header {
    display: flex;
}

.logotxt {
    margin: auto;
    font-size: 28px;
    font-weight: 600;
    color: white;
}

.navbar-header {
    display: flex;
}

@media only screen and (max-width: 900px) {
    .navbar-brand.logo {
        width: 26% !important;
        text-align: left !important;
        margin-right: 0;
    }
    .main-section {
        background-image: url(https://wymarahotelandresorts.com/slearn1/public/assets/img/our-training1.jpg);
        position: relative;
        background-size: cover;
        background-position: center center;
        background-color: rgb(45 51 57 / 50%);
        min-height: 325px;
        background-blend-mode: multiply;
    }
    .breadcrumb-bar {
        margin-top: -4px !important;
    }
    .logotxt {
        font-size: 18px !important;
    }
    .main-card {
        margin: 20px 10px !important;
    }
    h2.spac {
        margin-top: 50px !important;
        ;
    }
}

.breadcrumb-bar {
    padding: 15px 0;
}

.main-card {
    margin: 40px 10px;
}

.row.gutter-left.gutter-right {
    margin: auto;
}

div#emicalculatorinnerform {
    background-image: linear-gradient(to right, #da6dec, #a467f3);
}

.section-count h2 {
    font-size: 46px;
}

.footer .footer-widget .footer-logo {
    margin-bottom: 8px;
}

.footer-logo>img {
    width: 25%;
}

.min-header .header-nav {
    background-color: #f6faff61;
    position: relative;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(30px);
    /* border: 2px solid rgba(255, 255, 255, 0.1); */
    box-shadow: 0 0 80px rgb(0 0 0 / 20%);
    overflow: hidden;
}

img.inner-img.n.n {
    margin: left;
    margin-left: 0px;
    margin-top: 0px;
    display: none !important;
}

.card-ser-box {
    display: flex;
    justify-content: center;
    text-align: center;
}

.card-ser-box {
    display: flex;
    justify-content: center;
    text-align: center;
    background: white;
    width: 80%;
    margin: auto;
}

.section-search {
    min-height: 665px !important;
}

.card-ser-box {
    margin-top: -140px;
}

.card-ser-box {
    width: 70%;
    padding: 0px 39px 10px;
    border-radius: 25px;
    box-shadow: 0px 2px 15px 0px rgb(0 0 0 / 8%);
}

.sub-ser {
    cursor: pointer;
    transition-duration: 1.5s;
}

section.allservice {
    position: absolute;
    width: 100%;
    z-index: 2;
}

.sub-ser>img {
    width: 60%;
    filter: grayscale(1);
}

a.sub-ser:hover>img {
    filter: grayscale(0);
    transition-duration: 1.5s;
}

.sub-ser>h4 {
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.sub-ser:hover:after {
    content: "";
    background: #5c81fa;
    height: 4px;
    width: 35px;
    position: absolute;
    margin-top: -5px;
    margin-left: -16px;
    border-radius: 50px;
    transition-duration: 1.5s;
}

/*
.mySlides {display: none}
img {vertical-align: middle;}


.slideshow-container {
    width: 50%;
    position: relative;
    margin: auto;
}


.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 45%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: 100;
    font-size: 44px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}


.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}



.active, .dot:hover {
  background-color: #717171;
}

.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}


@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}

.fade:not(.show) {
    opacity: 1;
}

.mySlides.fade {
    text-align: center;
}

.mySlides.fade>img {
    width: 60% !important;
    margin: auto;
    text-align: center;
}


*/

.section-header h2 {
    font-size: 32px;
    margin-bottom: 0;
    font-weight: 600;
    color: #011946;
    text-align: center;
}

.section-header {
    margin-bottom: 30px;
    text-align: left;
}

.my.loan-row {
    display: flex;
}

.service-blog {
    min-height: 235px;
}

.service-image img {
    height: auto !important;
}

.my.loan-row {
    display: flex;
    width: 90%;
    margin: auto;
}

.my.loan-row>a {
    padding: 10px;
}

.service-content .service-title {
    font-size: 17px;
    padding: 10px;
}

.service-blog {
    min-height: 215px;
    transition-duration: 1.5s;
}

.service-blog:hover>.service-image>img {
    transform: scale(1.3);
    transition-duration: 1.5s;
}

.service-blog {
    min-height: 215px;
    overflow: hidden;
}

.my.loan-row.second {
    width: 75%;
}

section.insurance {
    background: white;
    padding-top: 60px;
    padding-bottom: 50px;
}

.my.loan-row.insurance>a {
    padding: 0% 40px;
}

.my.loan-row.insurance {
    justify-content: center;
}

.my.loan-row.insurance {
    justify-content: center;
    width: 60%;
}

.service-content.text-center>h3 {
    font-weight: 400;
}

.section-header {
    margin-bottom: 0px;
}

section.credit-card.section {
    text-align: center;
}

.section {
    padding: 70px 0;
}

a.prev {
    left: 0px;
}

section.credit-score {
    background: #f3f9ff;
}

section.credit-score {
    display: flex;
    width: 80%;
    margin: auto;
    margin: 40px auto;
    border-radius: 20px;
    overflow: hidden;
}

section.credit-score {
    display: flex;
    width: 80%;
    margin: auto;
    margin: 40px auto;
    border-radius: 20px;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}

section.credit-score>img {
    max-width: 500px;
    border-radius: 20px;
}

section.credit-score {
    padding: 39px;
    background: white;
}

section.Calculator {
    background: #f3f9ff;
    padding-top: 50px;
}

.faq-header {
    font-size: 42px;
    border-bottom: 1px dotted #ccc;
    padding: 24px;
}

.faq-content {
    margin: 0 auto;
}

.faq-question {
    padding: 20px 0;
    border-bottom: 1px dotted #ccc;
}

.panel-title {
    font-size: 20px;
    width: 100%;
    position: relative;
    margin: 0;
    padding: 10px 10px 0 48px;
    display: block;
    cursor: pointer;
}

.panel-content {
    font-size: 18px;
    padding: 0px 14px;
    margin: 0 40px;
    height: 0;
    overflow: hidden;
    z-index: 2;
    position: relative;
    opacity: 0;
    -webkit-transition: .4s ease;
    -moz-transition: .4s ease;
    -o-transition: .4s ease;
    transition: .4s ease;
}

.panel:checked~.panel-content {
    height: auto;
    opacity: 1;
    padding: 14px;
}

.plus {
    position: absolute;
    margin-left: 20px;
    margin-top: 4px;
    z-index: 5;
    font-size: 42px;
    line-height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-transition: .2s ease;
    -moz-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
}

.panel:checked~.plus {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.panel {
    display: none;
}

section.myfaq {
    background: white;
    padding: 55px;
}

.panel-title {
    font-size: 19px;
}

@media only screen and (min-width: 800px) {
    .service-blog {
        min-height: auto;
    }
    .mcontent {
        padding-left: 30px;
    }
}

.breadcrumb-bar>.container-fluid {
    background-image: linear-gradient(to right, #8408bc, #e3824d);
    padding-top: 20px;
    padding-bottom: 10px;
}

.active,
.dot:hover {
    background: transparent;
}

.breadcrumb-bar {
    padding: 0px;
}

@media only screen and (max-width: 800px) {
    .section-search {
        min-height: 800px !important;
    }
    section.credit-score {
        display: block;
    }
    .card-ser-box {
        width: 98%;
        align-items: center;
    }
    a.sub-ser>h4 {
        font-size: 11px;
    }
    .card-ser-box {
        width: 94%;
        align-items: center;
        padding: 5px 10px;
    }
    .section-search {
        min-height: 750px !important;
    }
    .slideshow-container {
        width: 100%;
    }
    .prev,
    .next {
        top: 40%;
        font-size: 30px;
    }
    .section-header h2 {
        font-size: 22px;
    }
    .my.loan-row {
        display: grid;
        grid-template-columns: auto auto;
    }
    .service-blog {
        min-height: 170px;
    }
    .my.loan-row.insurance>a {
        padding: 0% 10px;
    }
    .my.loan-row.insurance {
        justify-content: center;
        width: 100%;
    }
    .service-content.text-center>h3 {
        font-weight: 400;
        font-size: 16px;
    }
    .my.loan-row.second {
        width: 90%;
    }
    section.credit-score>img {
        max-width: 100% !important;
        margin-bottom: 20px;
    }
    section.credit-score {
        padding: 15px;
    }
}

.main-top>p {
    margin: 6px 5px;
}

.main-top>p>span>a {
    color: white;
    font-size: 12px;
    margin: 0px;
}

.main-top {
    padding: 1% 0px;
}

section.ourpartners {
    background: #f8f8f8;
}

.card-bx {
    background: #f8f8f8;
}

section.cardex {
    background: #f8f8f8;
}

.section.service-section {
    background: #f8f8f8;
}

.app-form {
    background: #f8f8f8;
}

h2.footer-title {
    font-weight: 500;
}

.subsec>h4 {
    font-size: 16px;
}

.subsec {
    font-size: 15px;
}

@media only screen and (max-width: 800px) {
    .footer-logo {
        padding: 0px !important;
    }
    .footer-logo>img {
        width: 50% !important;
        margin: auto;
    }
}

.myback {
    height: 400px;
}

a.btn.book-btn.app {
    width: 60%;
    margin: auto;
}

ul.entry-meta.meta-item.bord {
    border-bottom: 1.5px solid gainsboro;
    margin-bottom: 8px;
}

.border.padding {
    padding: 10px;
    margin-bottom: 8px;
}

.Disclaimer {
    background: white;
    border-top: 1px solid #e1e2e2;
    padding: 6px;
    text-align: center;
}

section.mybanner {
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    font-size: 1.4em;
    line-height: 1.5;
    background-blend-mode: multiply;
    background-color: #00000042;
}

.secti article .content h1 {
    color: white;
}

.secti {
    padding: 3em 3em;
}

.secti article {
    margin-top: 2em;
    display: flex;
    align-items: center;
}

.secti article img {
    max-width: 100%;
}

.secti article .content {
    display: flex;
    flex: none;
    flex-direction: column;
    margin-left: 3em;
    width: 60%;
}

.secti article .content p {
    font-size: 17px;
    color: #eee;
}

.secti article .content button {
    margin-top: 1em;
    padding: 16px 0;
    font-size: 20px;
    background-color: white;
    border-radius: 50px;
    border: none;
    outline: none;
    color: var(--violet);
    box-shadow: 0 5px 10px 10px rgba(0, 0, 0, 0.123);
    text-decoration: none;
    text-align: center;
    display: inline-block;
    width: 39%;
}

a.btn.book-btn.ref {
    width: fit-content;
    font-size: 18px;
    font-weight: 400;
    padding: 6px 12px;
    color: white;
}

section.mybanner {
    margin-top: 5%;
}

@media (max-width: 1024px) {
    .secti {
        margin: 2em 1em 0 1em;
    }
    .secti article {
        margin-top: 1.2em;
    }
    .secti article .content {
        flex: 63%;
    }
    .secti article .content h1 {
        font-size: 32px;
    }
    a.btn.book-btn.ref {
        margin: auto;
    }
}

@media (max-width: 768px) {
    section.mybanner {
        background-image: url(https://alcs-huddle.netlify.app/images/bg-mobile.svg);
        background-size: cover;
    }
    .secti {
        padding: 1em 0em;
    }
    .secti.logo {
        height: auto;
    }
    .secti article {
        margin-top: 4.5em;
        display: flex;
        flex-flow: row wrap;
        justify-content: space-around;
    }
    .secti article .content {
        margin-left: 0;
        margin-top: 4em;
    }
    .secti article .content h1 {
        font-size: 50px;
        text-align: center;
    }
    .secti article .content p {
        text-align: center;
        font-size: 24px;
        line-height: 2;
    }
    .secti article .content button {
        margin-top: 2em;
        margin-bottom: 5em;
        width: 60%;
        margin-left: 20%;
    }
    section.mybanner {
        margin-top: -10%;
    }
}

@media (max-width: 425px) {
    .secti {
        padding: 1em 0em;
    }
    .secti article {
        margin-top: 2em;
    }
    .secti article .content {
        margin-top: 2em;
    }
    .secti article .content h1 {
        font-size: 26px;
    }
    .secti article .content p {
        font-size: 16.5px;
    }
    .secti article .content button {
        width: 70%;
        margin-left: 15%;
    }
}

.columns {
    display: grid;
    grid-template-columns: auto auto;
    width: 60%;
    margin: auto;
    justify-content: center;
    text-align: center;
    grid-column-gap: 20px;
}

.ben>img {
    width: 60px;
    background: #ffffff;
    padding: 6px;
    border-radius: 100%;
    border: 5px solid #5c81fa;
}

section.benfits-ref {
    padding: 4% 0%;
}

section.benfits-ref>h2 {
    text-align: center;
    margin-bottom: 3%;
}

section.faq {
    background: white;
}

.myfaq {
    width: 65%;
    margin: auto;
    padding: 35px 0px;
}

.faq-header {
    font-size: 42px;
    border-bottom: 1px dotted #ccc;
    padding: 24px;
}

.faq-content {
    margin: 0 auto;
}

.faq-question {
    padding: 20px 0;
    border-bottom: 1px dotted #ccc;
}

.panel-title {
    font-size: 20px;
    width: 100%;
    position: relative;
    margin: 0;
    padding: 10px 10px 0 48px;
    display: block;
    cursor: pointer;
}

.panel-content {
    font-size: 15px;
    padding: 0px 14px;
    margin: 0 40px;
    height: 0;
    overflow: hidden;
    z-index: 1;
    position: relative;
    opacity: 0;
    -webkit-transition: .4s ease;
    -moz-transition: .4s ease;
    -o-transition: .4s ease;
    transition: .4s ease;
}

.panel:checked~.panel-content {
    height: auto;
    opacity: 1;
    padding: 14px;
}

.plus {
    position: absolute;
    margin-left: 20px;
    margin-top: 4px;
    z-index: 5;
    font-size: 42px;
    line-height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-transition: .2s ease;
    -moz-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
}

.panel:checked~.plus {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    color: #5c81fa;
}

.modal-content.form {
    width: 35%;
    margin: 13% auto;
    padding: 15px;
}

.panel {
    display: none;
}

.modal-content.form>span.close {
    opacity: 1;
    text-align: right;
    cursor: pointer;
    font-size: 35px;
    font-weight: 400;
}

.secti article .content {
    min-height: auto !important;
}

.mybt-center {
    display: flex;
    justify-content: center;
    margin-top: 25px;
}

section.aboutc {
    display: grid;
    width: 80%;
    margin: auto;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 35px;
}

.myimg>img {
    width: 100%;
}

.myc>h2 {
    font-size: 32px;
    margin-bottom: 0;
    font-weight: 600;
    text-align: center;
    padding-bottom: 15px;
    border-bottom-style: solid;
    border-bottom-width: 4px;
    width: fit-content;
    border-color: #5c81fa;
    margin-bottom: 25px;
}

.timeline {
    position: relative;
    width: 660px;
    margin: 0 auto;
    margin-top: 20px;
    padding: 1em 0;
    list-style-type: none;
}

.timeline:before {
    position: absolute;
    left: 50%;
    top: 0;
    content: ' ';
    display: block;
    width: 6px;
    height: 100%;
    margin-left: -3px;
    background: rgb(80, 80, 80);
    background: -moz-linear-gradient(top, rgba(80, 80, 80, 0) 0%, rgb(80, 80, 80) 8%, rgb(80, 80, 80) 92%, rgba(80, 80, 80, 0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(30, 87, 153, 1)), color-stop(100%, rgba(125, 185, 232, 1)));
    background: -webkit-linear-gradient(top, rgba(80, 80, 80, 0) 0%, rgb(80, 80, 80) 8%, rgb(80, 80, 80) 92%, rgba(80, 80, 80, 0) 100%);
    background: -o-linear-gradient(top, rgba(80, 80, 80, 0) 0%, rgb(80, 80, 80) 8%, rgb(80, 80, 80) 92%, rgba(80, 80, 80, 0) 100%);
    background: -ms-linear-gradient(top, rgba(80, 80, 80, 0) 0%, rgb(80, 80, 80) 8%, rgb(80, 80, 80) 92%, rgba(80, 80, 80, 0) 100%);
    background: linear-gradient(to bottom, rgba(80, 80, 80, 0) 0%, rgb(80, 80, 80) 8%, rgb(80, 80, 80) 92%, rgba(80, 80, 80, 0) 100%);
    z-index: 5;
}

.timeline li {
    padding: 1em 0;
}

.timeline li:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.direction-l {
    position: relative;
    width: 300px;
    float: left;
    text-align: right;
}

.direction-r {
    position: relative;
    width: 300px;
    float: right;
}

.flag-wrapper {
    position: relative;
    display: inline-block;
    text-align: center;
}

.flag {
    position: relative;
    display: inline;
    background: rgb(248, 248, 248);
    padding: 6px 10px;
    border-radius: 5px;
    font-weight: 600;
    text-align: left;
}

.direction-l .flag {
    -webkit-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
}

.direction-r .flag {
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
}

.direction-l .flag:before,
.direction-r .flag:before {
    position: absolute;
    top: 50%;
    right: -36px;
    content: ' ';
    display: block;
    width: 12px;
    height: 12px;
    margin-top: -10px;
    background: #fff;
    border-radius: 10px;
    border: 4px solid #0c2d49;
    z-index: 10;
}

.direction-r .flag:before {
    left: -36px;
}

.direction-l .flag:after {
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    height: 0;
    width: 0;
    margin-top: -8px;
    border: solid transparent;
    border-left-color: rgb(248, 248, 248);
    border-width: 8px;
    pointer-events: none;
}

.direction-r .flag:after {
    content: "";
    position: absolute;
    right: 100%;
    top: 50%;
    height: 0;
    width: 0;
    margin-top: -8px;
    border: solid transparent;
    border-right-color: rgb(248, 248, 248);
    border-width: 8px;
    pointer-events: none;
}

.time-wrapper {
    display: inline;
    line-height: 1em;
    font-size: 0.66666em;
    color: #0c2d49;
    vertical-align: middle;
}

.direction-l .time-wrapper {
    float: left;
}

.direction-r .time-wrapper {
    float: right;
}

.time {
    display: inline-block;
    padding: 4px 6px;
    background: rgb(248, 248, 248);
}

.desc {
    margin: 1em 0.75em 0 0;
    font-size: 0.77777em;
    line-height: 1.5em;
}

.direction-r .desc {
    margin: 1em 0 0 0.75em;
}

/* ================ Timeline Media Queries ================ */

@media screen and (max-width: 660px) {
    .timeline {
        width: 100%;
        padding: 4em 0 1em 0;
    }
    .timeline li {
        padding: 2em 0;
    }
    .direction-l,
    .direction-r {
        float: none;
        width: 100%;
        text-align: center;
    }
    .flag-wrapper {
        text-align: center;
    }
    .flag {
        background: rgb(255, 255, 255);
        z-index: 15;
    }
    .direction-l .flag:before,
    .direction-r .flag:before {
        position: absolute;
        top: -30px;
        left: 53%;
        content: ' ';
        display: block;
        width: 12px;
        height: 12px;
        margin-left: -9px;
        background: #fff;
        border-radius: 10px;
        border: 4px solid rgb(255, 80, 80);
        z-index: 10;
    }
    .direction-l .flag:after,
    .direction-r .flag:after {
        content: "";
        position: absolute;
        left: 50%;
        top: -8px;
        height: 0;
        width: 0;
        margin-left: -8px;
        border: solid transparent;
        border-bottom-color: #5c81fa;
        border-width: 8px;
        pointer-events: none;
    }
    span.time {
        font-size: 11px;
    }
    .time-wrapper {
        display: block;
        position: relative;
        margin: 4px 0 0 0;
        z-index: 14;
    }
    .direction-l .time-wrapper {
        float: none;
    }
    .direction-r .time-wrapper {
        float: none;
    }
    .desc {
        position: relative;
        margin: 1em 0 0 0;
        padding: 1em;
        background: rgb(245, 245, 245);
        -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.20);
        -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.20);
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.20);
        z-index: 15;
    }
    .direction-l .desc,
    .direction-r .desc {
        position: relative;
        margin: 1em 1em 0 1em;
        padding: 1em;
        z-index: 15;
    }
}

section.mytimeline {
    background: white;
    padding: 60px 0px;
}

@media screen and (min-width: 400px ?? max-width: 660px) {
    .direction-l .desc,
    .direction-r .desc {
        margin: 1em 4em 0 4em;
    }
}

span.flag {
    color: white;
    background: #0c2d49;
    background-image: linear-gradient(43deg, #0d86d2, #21cd7b) !important;
}

@media (min-width: 900px) {
    span.time {
        padding: 10px;
        margin-top: -4px;
        font-size: 14px;
    }
}

.stick-sub {
    width: 100%;
    text-align: center;
    position: relative;
}

.dropdown-content {
    border-radius: 0;
    opacity: 1;
    width: 100%;
    float: left;
    position: absolute;
    z-index: 2;
    transition: all .4s cubic-bezier(.25, .8, .25, 1);
    transform: scaleY(0);
    transform-origin: 1% 1%;
    top: 33px;
    background: #fff;
    box-shadow: 0 2px 1px -2px rgb(0 0 0 / 20%), 0 1px 17px 0 rgb(0 0 0 / 14%), 0 1px 2px 0 rgb(0 0 0 / 12%);
    text-align: left;
    padding: 10px 30px;
}

.stick-sub>p {
    cursor: pointer;
}

.stick-sub>p>i:before {
    position: absolute;
    top: 2px;
    margin-left: 5px;
}

.show {
    transform: scaleY(1) !important;
}

.bg-success-light {
    background: transparent !important;
}

.my-card>p>img {
    width: 30px;
}

p.small-font {
    font-size: 10px;
}

@media (min-width: 900px) {
    #myclose {
        display: none;
    }
    .my-card.viewbt {
        flex: none;
        width: 0px;
    }
    .my-card.n {
        display: flex;
        flex: 0 0 25%;
    }
    .center-card {
        flex: 0 0 75%;
        display: flex;
    }
}

p.text-grey {
    margin-bottom: 0px;
    margin-top: -10px;
    color: grey;
    font-size: 12px;
    font-weight: 300;
}

@media (max-width: 900px) {
    .modal-content.form {
        width: 90%;
        margin: 45% auto;
    }
    section.aboutc {
        grid-template-columns: auto;
    }
    .secti article .content {
        min-height: auto !important;
    }
    .columns {
        width: 90%;
    }
    .myfaq {
        width: 100%;
    }
    section.benfits-ref {
        width: 90%;
        margin: auto;
    }
    .sticky-card-top {
        left: 0px;
        margin: 0px;
        height: 100vh;
        display: block;
        padding: 10px;
        top: 0px;
        z-index: 99;
    }
    #sidefillter {
        display: none;
        border-radius: 0px !important;
        width: 250px !important;
    }
    div#myclose>p {
        line-height: 0px;
        margin: auto;
        padding: 15px 11px;
    }
    div#myclose {
        background: #5c81fa;
        color: white;
        margin: auto;
        border-radius: 6px;
        display: inline-block;
        margin-bottom: 15px;
    }
    .stick-sub {
        margin-bottom: 30px;
    }
    .bar-icon span {
        background: linear-gradient(126deg, #f5a623, #f76b1c);
    }
    .main-card {
        display: block;
    }
    div#myBtnnnn {
        position: inherit;
        margin: auto;
        border-radius: 5px;
        background: #5c81fabf;
    }
    .my-card.n {
        display: block;
    }
    .center-card {
        display: grid;
        grid-row-gap: 10px;
        margin-top: 25px;
        grid-template-columns: repeat(2, 1fr);
    }
    .my-card.n {
        display: block !important;
    }
    .my-card {
        padding: 0px 10px;
    }
}

.ul-menu-ser>img {
    width: 80px;
}

.ul-menu-ser {
    display: flex;
}

.ul-txt>h3 {
    font-size: 14px;
}

.ul-txt>h4 {
    font-size: 12px;
}

.ul-txt>p {
    font-size: 11px;
    background: #5d81fa;
    display: inline-block;
    padding: 4px;
    color: white;
    border-radius: 4px;
}

.ul-menu-ser {
    display: flex;
    padding: 10px;
    border: 1px solid #cecece;
    border-radius: 5px;
}

.ul-txt {
    padding-left: 10px;
    width: 250px;
    white-space: initial;
}

li.has-submenu.my-menubt svg {
    fill: white;
    stroke: transparent;
}

li.has-submenu.my-menubt a.custom-bt-off {
    color: white !important;
}

@media (min-width: 992px) {
    ul.submenu.m-img {
        min-width: 400px;
        overflow: auto;
    }
    li.has-submenu.my-menubt>a {
        color: #5c81fa;
        font-weight: 400;
        margin: auto;
        padding: 0px;
        line-height: 1.3;
    }
    li.has-submenu.my-menubt {
        background: #0c2d49;
        opacity: 1;
        visibility: visible;
        padding: 10px;
        border-radius: 4px;
    }
    .main-nav>li.has-submenu:hover>.submenu>li.has-submenu:hover>.submenu {
        position: fixed;
        margin-top: -45px;
        top: auto;
    }
    .img-fluid {
        max-width: 34%;
        height: auto;
    }
    .main-menu-wrapper {
        flex: 1;
        display: flex;
        align-items: center;
        height: inherit;
        justify-content: space-between;
    }
    .outernav {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex: 1;
    }
}

@media (max-width: 992px) {
    li.has-submenu.my-menubt {
        padding: 0px;
        margin: 0px;
        width: 100%;
    }
    .main-nav>li .submenu ul li a {
        width: 100%;
        padding-left: 10px;
    }
    .ul-menu-ser {
        background: white;
    }
    .ul-menu-ser {
        flex-direction: column;
    }
    .ul-txt {
        padding-left: 0px;
        padding-top: 10px;
        white-space: initial;
        width: 100%;
    }
    .ul-txt>h3 {
        font-size: 12px;
        white-space: initial;
    }
    .ul-txt>h4 {
        font-size: 10px;
        white-space: initial;
    }
    .main-nav li+li {
        margin-left: 0;
        width: 100%;
    }
}

.tab {
    overflow: hidden;
    background-color: #ffffff;
    padding: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 4px 16px rgb(189 189 189 / 24%);
    box-shadow: 0 4px 16px rgb(189 189 189 / 24%);
}

.tab div {
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
    width: 100%;
    margin: 5px auto;
    position: relative;
}

/* Change background color of divs on hover */

.tab>div:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */

.tab div.active {
    background-color: #ccc;
}

/* Style the tab content */

.tabcontent {
    display: none;
    padding: 6px 12px;
    border-top: none;
}

section.study-slide {
    display: flex;
}

.tabcontent {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    animation: 1.5s forwards upanim;
    column-gap: 25px;
    row-gap: 25px;
}

@keyframes upanim {
    from {
        margin-top: 0px;
        opacity: 0;
    }
    to {
        margin-top: -20px;
        opacity: 1;
    }
}

.my-blog-ser>img {
    width: 100%;
}

div.tablinks.active {
    background: #5c81fa;
    color: white;
    box-shadow: 0 6px 10px rgb(51 54 68 / 5%), 0 10px 16px rgb(51 54 68 / 15%);
    margin: 10px;
    border-radius: 8px;
    margin: auto;
    width: 95%;
}

.tablinks:after {
    content: ">";
    margin-right: 20px;
    position: absolute;
    margin-top: 0px;
    right: 0px;
}

section.study-slide {
    width: 80%;
    margin: auto;
}

.tabs-wrap-left {
    flex: none;
    width: 30%;
}

.my-blog-ser {
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
    border-radius: 10px;
    -webkit-box-shadow: 0 4px 16px rgb(189 189 189 / 24%);
    box-shadow: 0 4px 16px rgb(189 189 189 / 24%);
}

.mybody-br {
    height: 75px;
}

.tabs-wrap-right {
    padding-top: 42px;
    padding-left: 20px;
}

.info-cart-text i.fa.fa-check {
    margin-right: 8px;
}

a.edu-btn.wide {
    width: 100%;
    display: block;
    text-align: center;
}

@media (min-width: 900px) {
    .tabs-wrap-right {
        padding-top: 42px;
        padding-left: 20px;
        height: auto;
        overflow: auto;
        padding-bottom: 25px;
        max-height: 600px;
    }
    .tabs-wrap-right::-webkit-scrollbar {
        width: 10px;
    }
    .tabs-wrap-right::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        border-radius: 10px;
    }
    .tabs-wrap-right::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background: #5c81fa;
    }
}

.text-area {
    padding: 20px;
}

.text-area>h3 {
    font-size: 17px;
    font-weight: 400;
    color: black;
    margin-top: 12px;
}

.my-blog-ser>img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}

a.btn-pink.tb {
    font-size: 11px;
    padding: 9px;
}

a.btn-pink.tb>i {
    font-size: 9px;
    margin: 0px;
    width: 15px;
    height: 15px;
}

/* form css start */

.form-bx>i {
    font-size: 25px;
    margin-bottom: 20px;
    margin-right: 0px;
    padding: 11px;
    color: white;
    background: #5d81fa;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border: 1px solid 5d81fa;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.myform {
    display: flex;
    justify-content: space-around;
    width: 80%;
    margin: auto;
}

.form-bx>input::placeholder {
    color: black;
}

.form-bx {
    display: flex;
}

.form-bx>input {
    font-size: 15px;
    padding: 0 10px;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid rgb(233, 233, 233);
    text-align: left;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #000000;
    letter-spacing: normal;
    height: 50px;
    line-height: 50px;
    background: #fff;
    margin-bottom: 20px;
    font-weight: 200;
}

.form-bx>select {
    font-size: 15px;
    padding: 0 10px;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid rgb(233, 233, 233);
    text-align: left;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #000000;
    letter-spacing: normal;
    height: 50px;
    line-height: 50px;
    background: #fff;
    margin-bottom: 20px;
    font-weight: 200;
}

input.submit {
    background: #5d81fa;
    color: white;
    border-radius: 5px;
    width: 100%;
    padding: 0px 40px;
    border: 4px solid #5d81fa;
    line-height: 1em;
}

section.myform-main>h3 {
    text-align: center;
}

section.myform-main {
    margin: 30px 0px;
}

/* form css end */

section.ourpartner {
    padding: 40px 5%;
    background: white;
}

img.partner-logo {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 4px 16px rgb(196 195 195 / 24%);
    background: white;
    padding: 0px 20px;
}

section.ourpartner {
    padding: 40px 10px;
}

.explore-grid {
    grid-template-columns: repeat(3, 1fr);
    display: grid;
    column-gap: 30px;
    row-gap: 30px;
    width: 80%;
    margin: auto;
}

.explore-wrapp>img {
    width: 100%;
}

.explore-wrapp {
    border-radius: 20px;
    background: white;
    text-align: center;
    overflow: hidden;
    -webkit-box-shadow: 0 4px 16px rgb(189 189 189 / 24%);
    box-shadow: 0 4px 16px rgb(189 189 189 / 24%);
}

.explore-content {
    padding: 10px;
}

.explore-content>p {
    font-size: 14px;
    line-height: 1.6;
}

.explore-content>p {
    font-size: 14px;
    line-height: 1.6;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

section.explore-ser {
    padding-bottom: 40px;
}

section.myslider-d {
    background: url(https://oskp.allservicework.com/public/assets/img/mba-slider.png);
    height: 500px;
    background-position: 100% 55%;
    display: flex;
    justify-content: left;
    align-items: center;
    padding-left: 10%;
}

.slider-content>h1,
.slider-content>h4 {
    margin-bottom: 25px;
}

.slider-content>h4 {
    line-height: 1.5;
}

.slider-content>h1 {
    font-size: 45px;
}

.test-image .img-fluid {
    border-radius: 50%;
    width: 70px;
    min-width: 70px;
    flex: none;
    height: 70px;
    object-fit: cover;
}

.test-image .test-profile {
    width: 100%;
}

section.about-sec {
    padding: 40px 0px;
    background: white;
}

.about-content {
    width: 80%;
    margin: auto;
}

section.study-slide {
    padding-bottom: 45px;
}

.app-form {
    background: #ffffff;
}

.boot-slide-txt {
    width: 50%;
    position: absolute;
    left: 12%;
    top: 35%;
    padding: 0px;
}

.boot-slide-txt>h1 {
    color: white;
    padding: 8PX;
    border-radius: 5px;
    background: linear-gradient(to left, #283593, #1976d2);
    color: white;
    font-weight: 500;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    background-color: #5c81fa;
    width: 40px;
    height: 40px;
    background-size: 65%;
    border-radius: 100%;
}

.boot-slide-txt>h4 {
    margin-bottom: 25px;
    line-height: 1.5em;
}

.mycircle {
    flex: none;
    width: 200px;
    height: 200px;
    background: #5d81fa;
    color: white;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    FONT-WEIGHT: 100;
    font-size: 18px;
    justify-content: center;
    text-align: center;
    FONT-WEIGHT: 100;
    font-size: 18px;
    border: 4px solid #a5b8f9;
}

.circle-box {
    display: flex;
    justify-content: space-around;
    width: 80%;
    margin: auto;
}

.counter-box>span,
.counter-box>i {
    font-size: 35px;
    font-weight: 500;
}

.counter-box>p {
    color: white;
}

section.myslide.course {
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-blend-mode: multiply;
    background-color: #00000073;
}

.course-slide-text,
.course-slide-text>h1 {
    color: white;
}

.course-slide-text {
    width: 70%;
}

.eligible-bx {
    display: flex;
    justify-content: center;
    background: white;
    width: 80%;
    margin: auto;
    padding: 15px;
    margin-top: -65px;
}

.sub-eligible {
    padding: 0px 15px;
}

section.dual-sec {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 25px;
}

.sub-eligible>i {
    width: 40px;
    height: 40px;
    background: #5c81fa;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    border-radius: 100%;
    font-size: 18px;
    margin-bottom: 10px;
}

.section-header.text-left {
    justify-content: left !important;
    text-align: left;
    margin-left: 0px;
    margin-bottom: 18px;
}

.mycontent {
    width: 80%;
    margin: auto;
}

.job-opp-bx {
    display: grid;
    row-gap: 20px;
    grid-template-columns: repeat(5, 1fr);
}

.sub-opp>img {
    width: 40px;
}

.job-opp-bx {
    width: 80%;
    margin: auto;
}

.sub-opp>h4 {
    font-weight: 400;
    font-size: 16px;
}

section.job-opp {
    background: white;
    padding-top: 50px;
    padding-bottom: 50px;
}

section.bullet>ul>li {
    display: block;
}

section.bullet {
    width: 80%;
    margin: auto;
}

section.bullet>ul>li>i {
    background: #5c81fa;
    color: white;
    padding: 5px;
    margin-bottom: 15px;
    margin-right: 8px;
    border-radius: 100%;
}

section.bullet>ul {
    margin: auto;
    padding: initial;
}

section.bullet {
    padding: 40px 20px;
}

section.dual-sec {
    background: white;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: auto;
    padding: 40px;
    padding-left: 10%;
    padding-right: 10%;
    column-gap: 30px;
}

.sub-dual {
    background: #f7f9fa;
    padding: 20px;
}

i.fa.fa-star-o {
    background: #5c81fa;
    color: white;
    padding: 5px;
    margin-right: 8px;
    border-radius: 100%;
}

section.pdf {
    background: white;
    display: flex;
    padding: 40px;
    padding-left: 20%;
    padding-right: 20%;
    align-items: center;
}

a.pdfbt {
    background: #5c81fa;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
}

.pdf-flex {
    width: 50%;
    text-align: center;
}

section.pdf.gey {
    background: #f7f9fa;
}

.carousel-item {
    background-image: linear-gradient(to right, #5c81fa, #011946);
}

.courses-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 25px;
    row-gap: 25px;
    width: 90%;
    margin: auto;
}

.grid-courses {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 25px;
    width: 85%;
    margin: auto;
}

img.side-img-slide {
    position: absolute;
    right: 11%;
    top: 11%;
    width: 400px;
}

h4.home-duration {
    font-size: 13px;
}

h4.home-specification {
    font-size: 14px;
    font-weight: 400;
}

.breadcrumb-bar>.container-fluid {
    background: black;
}

.myfaq.bottom {
    padding: 0px;
}

@media only screen and (min-width: 900px) {
    .logo {
        width: auto !important;
    }
    .form-bx {
        display: flex;
        margin-left: 20px;
    }
    .form-bx:first-child {
        margin-left: 0px;
    }
    a.btn-pink.sbt {
        color: blue;
        background: white;
        margin-top: 20px;
    }
    a.btn-pink.sbt>i {
        background: linear-gradient(to left, #283593, #1976d2);
        color: white;
    }
    .eligible-bx {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }
}

.whatsapp-button {
    position: fixed;
    width: 55px;
    bottom: 15%;
    left: 1%;
    background: white;
    border-radius: 100%;
    padding: 4px;
    z-index: 99999999;
}

.ul-menu-ser>img {
    width: 80px;
    height: 45px;
    object-fit: cover;
}

section.myslide.course {
    background-size: cover;
}

section.myslide.course {
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-blend-mode: multiply;
    background-color: #00000073;
    background-size: cover;
}

.sub-opp img {
    width: 40px !important;
}

.sub-opp {
    text-align: center;
}

.mycontent {
    background: transparent !important;
}

section.bullet {
    background: transparent !important;
}

img.timeline-img {
    width: 80%;
    margin: auto;
    display: flex;
    margin-top: 30px;
}

@media only screen and (max-width: 900px) {
    .whatsapp-button {
        bottom: 15%;
        right: 5%;
    }
    .eligible-bx {
        flex-direction: column;
        margin: 25px auto;
    }
    .pdf-flex {
        width: 90%;
    }
    section.dual-sec {
        grid-template-columns: repeat(1, 1fr);
        row-gap: 25px;
    }
    section.pdf {
        display: flex;
        padding: 10px;
        width: 100%;
        justify-content: center;
        padding-top: 30px;
        padding-bottom: 30px;
        flex-direction: column;
        row-gap: 20px;
    }
    section.bullet>ul>li {
        display: flex;
    }
    .sub-opp>img {
        width: 25px;
    }
    section.bullet {
        width: 100%;
    }
    .job-opp-bx {
        width: 90%;
        grid-template-columns: repeat(3, 1fr);
        column-gap: 10px;
    }
    .sub-opp>h4 {
        font-size: 13px;
    }
    .sub-opp {
        text-align: center;
    }
    .explore-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .circle-box {
        justify-content: center;
    }
    .mycircle {
        margin: auto;
    }
    .circle-box {
        flex-direction: column;
        row-gap: 25px;
    }
    .carousel-indicators {
        bottom: -39px;
    }
    .carousel-indicators li {
        background-color: #5c81fa;
        opacity: .2;
    }
    .carousel-control-next-icon,
    .carousel-control-prev-icon {
        width: 25px;
        height: 25px;
    }
    .boot-slide-txt {
        width: 80%;
        top: 6%;
        left: 13%;
    }
    .boot-slide-txt>h1 {
        font-size: 16px;
        line-height: 1.5em;
    }
    .boot-slide-txt>h4 {
        margin-bottom: 6px;
        line-height: 1.2em;
        font-size: 10px;
    }
    a.btn-pink.sbt {
        padding: 6px 15px;
        font-size: 11px;
    }
    a.btn-pink.sbt>i {
        font-size: 9px;
        width: 15px;
        height: 15px;
    }
    section.myslider-d {
        background: url(https://oskp.allservicework.com/public/assets/img/mba-slider.png);
        background-position: 95% 115%;
        justify-content: left;
        align-items: baseline;
        padding-left: 10%;
        background-size: 200%;
        background-repeat: no-repeat;
        padding-top: 40px;
    }
    .slider-content>h1 {
        font-size: 34px;
        margin-bottom: 15px;
    }
    .section-header.text-center {
        width: 100%;
    }
    section.study-slide {
        flex-direction: column;
    }
    .tabs-wrap-left {
        flex: none;
        width: 100%;
    }
    .tab {
        display: block;
        overflow: auto;
    }
    .tabs-wrap-left {
        flex: none;
        width: 100%;
        height: 210px;
        overflow: auto;
    }
    .tabs-wrap-left:before {
        content: "Scroll for more courses >";
        position: absolute;
        z-index: 99;
        margin-left: -24%;
        transform: rotateZ( 90deg);
        margin-top: 96px;
    }
    .tabcontent {
        grid-template-columns: repeat(1, 1fr);
    }
    .tabs-wrap-right {
        padding-left: 0px;
    }
    .tabs-wrap-left::-webkit-scrollbar {
        width: 10px;
    }
    .tabs-wrap-left::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        border-radius: 10px;
    }
    .tabs-wrap-left::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background: #5c81fa;
    }
    .tabs-wrap-left {
        padding-right: 5px;
    }
    .myform {
        display: block;
    }
    input.submit {
        text-align: revert;
    }
    section.pdf {
        display: block;
    }
    .pdf-flex {
        width: 90%;
        display: block;
        margin: auto;
        margin-top: 20px;
    }
    .carousel-item>img {
        height: 550px;
        object-fit: cover;
        object-position: 82%;
    }
    .boot-slide-txt {
        border-radius: 10px;
    }
    .boot-slide-txt>h1 {
        color: black;
    }
    .courses-grid {
        grid-template-columns: 1fr;
        width: 80%;
    }
    .grid-courses {
        grid-template-columns: 1fr;
        row-gap: 25px;
    }
    img.side-img-slide {
        position: absolute;
        right: 4%;
        top: 32%;
        width: 350px;
        max-width: 100%;
    }
    .boot-slide-txt h1 {
        padding: 8PX;
        border-radius: 5px;
        background: linear-gradient(to left, #283593, #1976d2);
        color: white;
        font-weight: 900;
    }
    a.btn-pink.sbt {
        color: blue;
        background: white;
    }
    a.btn-pink.sbt>i {
        background: linear-gradient(to left, #283593, #1976d2);
        color: white;
    }
    .my-blog-ser {
        flex: none;
        width: 100%;
        margin-right: 20px;
    }
    .tabcontent {
        overflow: scroll;
        column-gap: 0px;
    }
    section.bullet {
        max-width: 100%;
    }
    section {
        max-width: 100%;
    }
    .mycontent {
        max-width: 100%;
        padding: 10px 20px;
    }
    section.dual-sec {
        : 0px !important;
        grid-template-columns: repeat(1, 1fr) !important;
        padding: 20px !important;
    }
    .doctor-slider .slick-slide {
        width: 315px;
    }
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    background-color: #5c81fa;
    color: #fff;
    opacity: 1;
}

section.bullet ul li {
    display: flex !important;
}

section.bullet ul li span {
    height: max-content;
}

section.bullet ul li ul {
    margin: 0px !important;
}

.mycontent table {
    max-width: 100%;
    margin: auto;
}

.header-note-area {
    padding: 0px 15px;
    background: #141517;
    border-radius: 0px;
    margin: 0px;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
}

.alert.header-note-area div {
    color: white;
}

nav.navbar.navbar-expand-lg.header-nav {
    background: #ffffff;
    box-shadow: 0 0 10px rgb(0 0 0 / 12%);
}

span.closebtn {
    font-size: 29px;
    cursor: pointer;
    color: white;
}

.min-header .main-nav li a {
    color: #212121;
}

section.home-banner {
    height: 396px;
    background-size: 555px;
    background-repeat: no-repeat;
    background-position: 70% 100%;
    padding: 0% 10%;
        background-color: rgb(117 79 254);
}

li.has-submenu.my-menubt a {
    display: flex;
    align-items: center;
    column-gap: 15px;
}

section.home-banner .row.align-center {
    height: 100%;
    align-items: center;
}

.my-banner-contentn {
    padding-left: 30px;
}

section.home-banner h4.bannersub {
    color: #2467EC;
}
.my-banner-contentn p {
    font-weight: 100;
    font-size: 14px;
}

a.edu-btn {
    background: #0c2d49;
    padding: 7px 20px;
    border-radius: 5px;
    color: white;
    border: none;
    transition-duration: 0.5s;
    font-size: 15px;
}

a.edu-btn:hover svg {
    transition-duration: 0.5s;
    transform: translateX(10px);
}

.banner-cover {
    background-image: url(https://wymarahotelandresorts.com/slearn1/public/assets/img/shape-03.png);
    background-repeat: no-repeat;
    background-position: center left;
}

.enroll-anim-box {
    position: absolute;
    right: -30px;
    width: 300px;
    animation: MoveUpDown 5s linear infinite;
}

@keyframes MoveUpDown {
    0%,
    100% {
        bottom: -100px;
    }
    50% {
        bottom: -150px;
    }
}

.enroll-head {
    width: 60%;
    background: white;
    text-align: center;
    padding: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-left: 18px;
    padding-bottom: 0px;
}

.enroll-content {
    padding: 10px;
    background: white;
    border-radius: 10px;
}

.rated-anim-box {
    position: absolute;
    width: 125px;
    background: white;
    padding: 10px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgb(0 0 0 / 8%);
}

.global-education {
    position: absolute;
    top: -39vh;
    width: 125px;
    animation: rotateanim 8s linear infinite;
}

@keyframes rotateanim {
    0%,
    100% {
        transform: rotateZ(40deg);
    }
    50% {
        transform: rotateZ(0deg);
    }
}

.section-header.align-left {
    text-align: left !important;
}

.section-header.align-left h2 {
    text-align: left !important;
}

.alert-primary-hash {
    color: #ffffff;
    display: inline-block;
    padding: 3px 8px;
    border-radius: 4px;
    background: #0c2d49;
}

.couse-star i {
    color: #FFB013;
    margin-right: 0px;
    font-size: 15px;
}

.header-flex-course {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.course-price {
    font-size: 18px;
    margin-bottom: 15px;
}

.course-price span.price-now {
        color: #e4b313 !important;
    font-weight: 700;
}span.tutor-meta-level {
    margin-left: 5px;
}

/*.course-lessson-svg::before {
    position: absolute;
    height: 100%;
    width: 1px;
    background: #edeef2;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

*/

.course-footer {
    display: flex;
    justify-content: space-between;
    padding: 10px 30px;
    border-top: 1px solid #edeef2;
    position: relative;
    background-color: #ffffff;
    border-radius: 0px 0px 10px 10px;
}

.ms-2 {
    margin-left: 0.5rem !important;
}

.course-deteals-btn a {
    color: #5c81fa;
    font-weight: 500;
}

.course-deteals-btn a:hover {
    color: black;
}

.course-deteals-btn a:hover svg {
    stroke: black;
}

.course-cart {
    transition-duration: 1s;
    background: #ffffff;
    padding: 20px 20px;
    box-shadow: 0px 0px 70px rgb(15 38 71 / 20%);
    min-width: 100%;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    top: 0;
    right: 0;
    transition: 0.3s;
    z-index: 11;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
}

.category-color {
    font-size: 15px;
    font-weight: 600;
    background: #6f19c5;
    padding: 2px 10px;
    color: #ffffff;
    margin-bottom: 15px;
    height: 32px;
    border-radius: 3px;
    align-items: center;
    margin-bottom: 10px;
    display: inline-block;
    padding-top: 6px;
}

.cart-lavel h5 {
    font-size: 13px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 9px;
}

.cart-info-body h3 {
    font-size: 14px;
}

.cart-lavel p {
    margin-bottom: 8px;
    font-size: 14px;
}

.info-cart-text ul li {
    margin-bottom: 5px;
    display: block;
    margin-right: 15px;
    color: #2467EC;
    font-size: 13px;
}

.info-cart-text ul {
    padding-inline-start: 0px;
}

.category-color.category-color-1 a {
    color: white;
    margin: 0px;
    padding: 0px;
    line-height: 0px;
    font-weight: 400;
    font-size: 13px;
}

.my-blog-ser:hover .course-cart {
    transition-duration: 1s;
    opacity: 1;
    visibility: visible;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-pointer-events.swiper-vertical {
    touch-action: auto;
    height: 550px;
    overflow: hidden;
}

section.why-tromenz {
    padding: 0% 10%;
    margin: auto;
    background: white;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    height: 35px;
    border-radius: 10px;
}

section.threetop {
    display: flex;
    justify-content: space-between;
    column-gap: 50px;
    margin-bottom: 50px;
    background: white;
    align-items: center;
    padding: 36px 10%;
}

section.threetop svg {
    stroke: white;
}

section.threetop img {
    width: 30px;
    margin-right: 10px;
}

.verticle-box h4 {
    text-align: left;
    font-weight: 700;
    margin-top: 25px;
}

.verticle-box p {
    text-align: left;
}

.verticle-box p {
    text-align: left;
    font-size: 16px;
    font-weight: 100;
}

h2.whyhead {
    font-size: 45px;
    color: black;
    position: relative;
    z-index: 9;
    line-height: 1.5em;
    margin-left: 30px;
}

.profile-widget.testimonail {
    padding: 15px;
}

.doctor-slider.testimonail .slick-slide {
    width: 300px;
}

.doctor-slider.testimonail button.slick-prev {
    left: 45%;
}

.doctor-slider.testimonail button.slick-next {
    right: 45%;
}

img.trustpilot-logo {
    width: 300px;
    max-width: 100%;
    margin: auto;
    margin-bottom: 25px;
    display: block;
}

img.PMi-logo {
    width: 230px;
    max-width: 100%;
    display: block;
    margin-top: 20px;
}

img.trustpilot-logo.rating {
    transform: translate(1px, 25px);
    margin-top: 0px;
}

section.testimonail {
    padding: 80px 0px 60px;
}

section.ourpartner {
    padding: 40px 5%;
}

section.ourpartner h2 {
    text-align: left;
    font-size: 40px;
    margin-bottom: 30px;
    font-weight: 500;
}

footer .social-footer li a {
    display: block;
}

footer .social-footer li:last-child {
    padding-right: 0;
}

footer .social-footer .form-group .input-group {
    position: relative;
}

footer .social-footer .col-md-2 .form-group {
    border: 1px solid #303030;
    border-radius: 4px;
}

footer .social-footer .col-md-5 .form-group .form-control {
    border-radius: 4px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    color: #fff;
    background-color: #191919;
    border: 1px solid #303030 !important;
    border: 0;
    font-size: 16px;
    padding: 12px;
    height: 46px;
}

footer .social-footer .col-md-2 .form-group .form-control {
    border-radius: 4px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    color: #fff;
    background-color: #191919;
    border: 10px solid #191919 !important;
    border: 0;
    font-size: 16px;
    padding: 0px;
    padding-right: 10px;
    height: 46px;
}

footer .social-footer .form-group button {
    border: transparent;
}

footer .social-footer .form-group .input-group-append.btn {
    border: 0;
    line-height: 0;
    background-color: #0c2d49;
    display: flex;
    align-items: center;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

footer .social-footer .form-group .form-control:focus {
    box-shadow: none;
}

footer .social-footer .form-group .form-control::placeholder {
    font-size: 16px;
    color: #fff;
}

footer .social-footer .form-group button {
    padding: 0;
}

footer .social-footer .form-group .input-group-append {
    text-decoration: none;
}

footer .social-footer .form-group .input-group-text {
    background-color: #0c2d49;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    border: 0;
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}

footer .social-footer .form-group .error {
    color: #f00;
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 5px;
    font-size: 12px;
    font-weight: 500;
}

footer .country-footer {
    border-top: 1px solid #222;
    padding-top: 30px;
    padding-bottom: 30px;
}

footer .country-footer .col-md-3 {
    padding: 0 15px;
    border-right: 1px solid #222;
}

footer .country-footer .col-md-3:first-child {
    margin-left: 0;
}

footer .country-footer .col-md-3:first-child .country-phone:last-child {
    display: flex;
}

footer .country-footer .col-md-3:first-child .country-phone:last-child .icon-india {
    position: relative;
    top: 4px;
}

footer .country-footer .col-md-3:last-child {
    border-right: 0 none;
}

footer .country-footer .col-md-3 .country-phone {
    padding-bottom: 23px;
    display: flex;
}

footer .country-footer .col-md-3 .country-phone:last-child {
    padding-bottom: 0;
}

footer .country-footer .col-md-3 .country-phone i {
    margin-right: 20px;
    display: inline-block;
    vertical-align: middle;
}

footer .country-footer .country-phone-summary {
    color: #fff;
    font-size: 13px;
    display: inline-block;
    line-height: 18px;
}

footer .country-footer .country-phone-summary a {
    text-decoration: none;
    color: #fff;
    font-size: 13px;
}

footer .services-footer {
    border-top: 1px solid #222;
    padding-top: 40px;
    padding-bottom: 40px;
}

footer .services-footer .services-footer-summary {
    width: 25%;
    float: left;
    padding-left: 14px;
}

footer .services-footer .services-footer-summary.categories-column {
    margin-top: 16px;
    width: 26%;
}

footer .services-footer .services-footer-summary.courses-column {
    width: 24%;
}

footer .services-footer .services-footer-summary.courses-column-two {
    margin-top: 16px;
}

footer .services-footer .services-footer-summary .foot-sub-head {
    color: #fff;
    font-size: 21px;
    font-weight: 600;
    display: block;
}

footer .services-footer .services-footer-summary ul {
    padding-top: 23px;
}

footer .services-footer .services-footer-summary li a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
}

footer .services-footer .services-footer-summary li {
    color: #fff;
    font-size: 13px;
    line-height: 28px;
}

footer .readmore-footer {
    border-top: 1px solid #222;
    padding-top: 30px;
    padding-bottom: 30px;
        display: none;
}

footer .readmore-footer p {
    color: #fff;
    font-size: 14px;
    line-height: 28px;
}

footer .readmore-footer a {
    text-decoration: none;
    color: #26d400;
    font-weight: 600;
    outline: none;
}

footer .readmore-footer .morecontent span {
    display: none;
}

footer .copyright-footer {
    padding-top: 30px;
    padding-bottom: 60px;
    display: block;
    border-top: 1px solid #222;
}

footer .copyright-footer .copyright-summary {
    float: left;
    color: #fff;
    font-size: 14px;
}

footer .copyright-footer .copyright-summary-content {
    float: right;
}

footer .copyright-footer li {
    float: left;
    padding-right: 40px;
}

footer .copyright-footer li:last-child {
    padding-right: 0;
}

footer .copyright-footer li a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
}

footer .footer-padding {
    padding: 0 50px;
}

footer .readmore-footer {
    font-size: 14px;
    line-height: 28px;
    color: #fff;
}

footer .readmore-footer .addReadMore.showlesscontent .SecSec,
.addReadMore.showlesscontent .readLess {
    display: none;
}

footer .readmore-footer .addReadMore.showmorecontent .readMore {
    display: none;
    transition: all .5s;
}

footer .readmore-footer .addReadMore .readMore,
.addReadMore .readLess {
    font-weight: 600;
    font-size: 14px;
    line-height: 28px;
    color: #26d400;
    cursor: pointer;
    text-transform: uppercase;
}

footer .readmore-footer .addReadMoreWrapTxt.showmorecontent .SecSec,
.addReadMoreWrapTxt.showmorecontent .readLess {
    display: block;
    font-size: 14px;
    line-height: 28px;
    color: #fff;
}

.fixed-cookie {
    padding: 22px 60px;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    background-color: #000;
    height: 90px;
}

.coockie-details .col-md-3.col-3 {
    display: flex;
}

.coockie-details p {
    font-size: 14px;
    color: #fff;
    line-height: 19px;
}

.coockie-details a {
    margin-left: 30px;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    padding: 15px 26px;
    color: #fff !important;
    cursor: pointer;
    text-transform: uppercase;
}

.coockie-details a:last-child {
    border: 1px solid #fff;
    border-radius: 5px;
}

.cookie-link {
    margin: 0 5px 0 0 !important;
    color: #26d400 !important;
    font-size: 14px;
    font-weight: normal !important;
    padding: 0 !important;
    border: 0 none !important;
    text-align: left !important;
    text-transform: none !important;
}

.hide {
    display: none !important;
}

.fixed-right-bottom {
    position: fixed;
    left: 15px;
    bottom: 40px;
    z-index: 9;
    right: 15px;
}

#return-to-top {
    padding-top: 5px;
    background: rgba(255, 255, 255, .36);
    z-index: 9;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60px;
    height: 72px;
    display: block;
    display: none;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#return-to-top span {
    position: absolute;
    bottom: -3px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    font-size: 14px;
    font-weight: 700;
    color: #000;
}

.common-icon-europe {
    width: 27px;
    height: 15px;
    background-position: -187px -308px;
}

.common-icon-ireland {
    width: 27px;
    height: 15px;
    background-position: -221px -308px;
}

.common-icon-afterpay {
    background-position: -551px -1850px;
    width: 69px;
    height: 24px;
    display: inline-block;
    vertical-align: top;
}

.common-payment-icon-mobile {
    margin-bottom: 10px;
    margin-right: 5px;
}

footer .services-footer .services-footer-summary.courses-column .foot-sub-head,
footer .services-footer .services-footer-summary.categories-column .foot-sub-head,
footer .services-footer .services-footer-summary.categories-column-one .foot-sub-head {
    color: #ccc;
    font-size: 16px;
}

footer .services-footer .services-footer-summary.courses-column li a,
footer .services-footer .services-footer-summary.categories-column li a,
footer .services-footer .services-footer-summary.categories-column-one li a,
footer .services-footer .services-footer-summary.courses-column-two li a {
    font-size: 13px;
    color: #ccc;
}

footer .services-footer .services-footer-summary.categories-column-one {
    width: 26%;
}

@media only screen and (min-width: 1540px) {
    footer .footer-padding {
        margin: 0 auto;
        padding-left: 12%;
        margin: auto;
    }
    footer .footer-padding {
        padding: 0 15px;
    }
}

@media only screen and (max-width:1366px) {
    footer .footer-padding {
        padding: 0 50px;
    }
}

@media only screen and (max-width:1024px) {
    .trending-courses h2 {
        padding-bottom: 30px;
    }
}

@media only screen and (max-width: 1199px) and (min-width: 1025px) {
    footer .footer-padding {
        padding: 0 16px;
    }
    footer .social-footer .row .col-md-2:last-child .form-group {
        width: 100%;
        max-width: 100%;
        flex: auto;
    }
    footer .social-footer .row div:nth-child(odd) {
        width: 50%;
        max-width: 50%;
        flex: auto;
    }
    footer .social-footer .row div:nth-child(even) {
        width: 50%;
        max-width: 50%;
        flex: auto;
    }
    footer .social-footer .row .col-md-2 {
        padding-top: 20px;
        flex: auto;
    }
    footer .country-footer {
        padding-bottom: 30px;
        padding-top: 10px;
    }
    footer .country-footer .row .flex-fill:nth-child(even) {
        margin-left: 0;
        width: 50%;
        padding-top: 20px;
        border-right: none;
    }
    footer .country-footer .row .flex-fill:nth-child(odd) {
        margin-left: 0;
        width: 50%;
        padding-top: 20px;
    }
    footer .country-footer .row .flex-fill:nth-child(3) {
        padding-top: 0;
        margin-top: -12px;
    }
    footer .services-footer .services-footer-summary h4 {
        height: 42px;
    }
    footer .services-footer .services-footer-summary li {
        line-height: 19px;
        margin-bottom: 6px;
        height: 38px;
    }
    .coockie-details .col-md-3.col-3 {
        display: block;
    }
}

@media only screen and (min-width: 767px) and (max-width:1024px) {
    footer .footer-padding {
        padding: 0 16px;
    }
    footer .social-footer .row .col-md-2:last-child .form-group {
        width: 100%;
        max-width: 100%;
        flex: auto;
    }
    footer .social-footer .row div:nth-child(odd) {
        width: 50%;
        max-width: 50%;
        flex: auto;
    }
    footer .social-footer .row div:nth-child(even) {
        width: 50%;
        max-width: 50%;
        flex: auto;
    }
    footer .social-footer .row .col-md-2 {
        padding-top: 20px;
        flex: auto;
    }
    footer .country-footer {
        padding-bottom: 30px;
        padding-top: 10px;
    }
    footer .country-footer .row .flex-fill:nth-child(even) {
        margin-left: 0;
        width: 50%;
        padding-top: 20px;
        border-right: none;
    }
    footer .country-footer .row .flex-fill:nth-child(odd) {
        margin-left: 0;
        width: 50%;
        padding-top: 20px;
    }
    footer .country-footer .row .flex-fill:nth-child(3) {
        padding-top: 0;
        margin-top: -12px;
    }
    footer .services-footer .services-footer-summary .foot-sub-head {
        height: 42px;
    }
    footer .services-footer .services-footer-summary li {
        line-height: 19px;
        margin-bottom: 6px;
        height: 38px;
    }
    .coockie-details .col-md-3.col-3 {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    footer .footer-padding {
        padding: 24px 15px;
    }
    footer .social-footer {
        padding: 10px 0;
    }
    footer .social-footer .foot-head {
        padding-bottom: 16px;
        font-size: 14px;
    }
    footer .social-footer .week-footer {
        padding-top: 27px;
    }
    footer .social-footer .col-md-2 .form-group .form-control::placeholder {
        font-size: 14px;
    }
    footer .social-footer .accept-footer {
        padding-top: 26px;
    }
    footer .country-footer .col-md-3 .country-phone img {
        padding-right: 8px;
    }
    footer .country-footer .col-md-3 .country-phone {
        padding-bottom: 18px;
    }
    footer .country-footer .col-md-3 .country-phone:last-child {
        padding-bottom: 18px;
    }
    footer .country-footer .country-phone-summary {
        font-size: 12px;
        line-height: 17px;
    }
    footer .country-footer .col-md-3 {
        margin: 0;
    }
    footer .country-footer {
        padding-bottom: 7px;
        padding-top: 26px;
    }
    footer .country-footer .col-md-3 .country-phone i {
        margin-right: 8px;
    }
    footer .readmore-footer p {
        font-size: 12px;
        line-height: 22px;
    }
    footer .services-footer .services-footer-summary {
        width: 100%;
        padding: 20px 0;
    }
    footer .services-footer .services-footer-summary .foot-sub-head {
        font-size: 14px;
    }
    footer .services-footer .services-footer-summary li {
        font-size: 12px;
        color: #ebebeb;
    }
    footer .copyright-footer .copyright-summary {
        float: none;
        font-size: 12px;
    }
    footer .copyright-footer .copyright-summary-content {
        float: none;
    }
    footer .copyright-footer li {
        float: none;
        padding-top: 16px;
    }
    footer .copyright-footer li a {
        font-size: 12px;
    }
    footer .copyright-footer {
        padding: 24px 0px 60px;
    }
    footer .footer-padding {
        padding-bottom: 0;
    }
    footer .readmore-footer {
        border: 0;
        padding-top: 24px;
    }
    footer .services-footer {
        padding-bottom: 8px;
        padding-top: 0px;
        border-top: 0;
    }
    footer .services-footer .service-accordion .card {
        background: transparent;
        border-bottom: 1px solid #222;
    }
    footer .services-footer .service-accordion .card .card-header {
        padding: 16px 0;
    }
    footer .services-footer .service-accordion .card .card-header .card-link {
        display: block;
        font-weight: 600;
        font-size: 14px;
        color: #ebebeb;
        text-decoration: none;
        position: relative;
    }
    footer .services-footer .service-accordion .card .card-header .card-link:after {
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
        background: url("https://cdn-cllme.nitrocdn.com/fsJtPHuAIrjqkSrOmOGUpPSluVVKYWgR/assets/static/optimized/rev-2bdf2f7/assets/icons/f-icon-sprite.png") no-repeat -154px -78px;
        width: 14px;
        height: 9px;
    }
    footer .services-footer .service-accordion .card .card-header .card-link.collapsed:after {
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
        background: url("https://cdn-cllme.nitrocdn.com/fsJtPHuAIrjqkSrOmOGUpPSluVVKYWgR/assets/static/optimized/rev-2bdf2f7/assets/icons/f-icon-sprite.png") no-repeat -213px -78px;
        width: 14px;
        height: 9px;
    }
    footer .services-footer .service-accordion .card .card-body {
        padding-top: 0;
    }
    footer .services-footer .service-accordion .card .card-body li a {
        color: #ebebeb;
        font-size: 12px;
        line-height: 30px;
        text-decoration: none;
    }
    footer .readmore-footer .addReadMore .readMore,
    footer .readmore-footer .addReadMore .readLess {
        font-size: 12px;
        text-transform: none;
    }
}

@media only screen and (max-width:767px) and (orientation: landscape) {
    footer .country-footer .col-md-3 {
        width: 100%;
    }
    footer .services-footer .services-footer-summary {
        width: 20%;
    }
    footer .services-footer .services-footer-summary li {
        height: 38px;
        line-height: 15px;
    }
    footer .copyright-footer {
        display: flex;
    }
    footer .copyright-footer .copyright-summary,
    footer .copyright-footer .copyright-summary-content {
        width: 50%;
    }
    footer .copyright-footer .copyright-summary-content ul {
        display: flex;
        width: 100%;
        justify-content: flex-end;
    }
    footer .copyright-footer li {
        padding-top: 0px;
    }
}

.fixed-sticky-bar {
    position: fixed;
    bottom: -34px;
    right: 0;
    left: 0;
    height: 34px;
    background-color: #fff;
    z-index: 99;
    border-top: 1px solid #e9e9e9;
    transition: all .7s;
}

.fixed-sticky-bar .container {
    padding: 0 15px;
}

input#news-letter::-webkit-input-placeholder {
    font-weight: 100 !important;
    font-size: 15px;
}

input#news-letter {
    background-color: #191919;
    border: 1px solid #303030 !important;
    color: white;
}

footer {
    background: #141517;
    z-index: 2;
    position: relative;
}

section.social-footer li {
    display: flex;
    font-size: 25px;
    border: 2px solid #ffffff91;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}

span.foot-head {
    color: white;
    display: block;
    margin-bottom: 15px;
    margin-top: 50px;
    font-size: 21px;
    font-weight: 600;
}

footer .social-footer li a {
    display: block;
}

section.social-footer ul {
    display: flex;
    column-gap: 13px;
    padding: 0px;
}

footer .social-footer li a {
    display: block;
    color: white;
}

footer .social-footer li a:hover {
    color: #ffb013;
}

footer .readmore-footer a {
    color: #0c2d49;
}

.search {
    position: relative;
    box-shadow: 0 0 40px rgb(51 51 51 / 10%);
    width: 100%;
    min-width: 300px;
    max-width: 100%;
}

.search input {
    height: 50px;
    text-indent: 25px;
    border: 2px solid #d6d4d4;
}

.search input:focus {
    box-shadow: none;
    border: 2px solid blue;
}

.search .fa-search {
    position: absolute;
    top: 20px;
    left: 16px;
}

.search button {
    position: absolute;
    top: 5px;
    right: 2%;
    height: 40px;
    width: 110px;
    background: blue;
}

a.loginbt {
    padding: 8px 25px;
    border-radius: 4px;
    color: white;
    background-color: #0c2d49;
    font-size: 13px;
}

.b-space {
    padding-bottom: 15px;
}

.gradient-box {
    display: flex;
    padding: 15px;
    column-gap: 10px;
    position: relative;
        padding: 50px !important;
}.gradient-img {
    display: none;
}

.gradient-img img {
    width: 70px;
}

.gradient-content h4 {
    color: white;
    font-weight: 300;
    font-size: 16px;
}

.gradient-content img {
    position: absolute;
    top: 0px;
    right: 12px;
    width: 25px;
}

.gradient-content {
    padding-right: 20px;
}

section.newsupdate.section-padding.dark-theme {
    background: #141517 !important;
}

section.newsupdate.section-padding.dark-theme h2 {
    color: white;
}

section.newsupdate.section-padding.dark-theme.layout {
    background: white !important;
}

section.newsupdate.section-padding.dark-theme.layout h2 {
    color: black;
}

section.newsupdate.section-padding.dark-theme .alert-primary-hash {
    background: black;
}

section.newsupdate.section-padding.dark-theme .slick-prev,
section.newsupdate.section-padding.dark-theme .slick-next,
section.testimonail.dark-theme .slick-prev,
section.testimonail.dark-theme .slick-next {
    background: linear-gradient(31deg, rgb(12 137 221) 0%, rgb(2 228 112) 100%);
}

section.testimonail.dark-theme {
    background: #141517;
}

section.testimonail.dark-theme img {
    padding: 10px;
    background: white;
    border-radius: 5px;
}

h2.whyhead.blue:before {
    background: #29a8eb;
}

.search-container input {
    border: none;
}

.search-container button {
    background: white;
    border: none;
}

.search-container {
    background: white;
    padding: 6px 10px;
    border-radius: 3px;
    border: 1.5px solid #dbd8e9;
}

.search-container button {
    background: white;
    border: none;
    color: grey;
}

.search-container input:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}

a.loginbt svg {
    width: 15px;
    height: 15px;
    stroke-width: 2px;
    margin-right: 2px;
    stroke: white;
}

a.loginbt.white-bt svg {
    stroke: black;
}

a.loginbt.white-bt {
    color: black;
    background-color: #ffffff;
    box-shadow: 0 1px 3px rgba(3, 0, 71, .09) !important;
}

.loginbt-top-button {
    column-gap: 15px;
    display: flex;
}

.gradient-img img {
    position: relative;
    z-index: 9;
    background: #ffffff5e;
}
.gradient-img.text-center {
    display: none;
}
.swiper-slide:nth-child(4n-2) .gradient-box,
.swiper-slide:nth-child(4n-2) .category-color {
    background-image: linear-gradient(150deg, #f6a0ee, #cc8f71);
}

.swiper-slide:nth-child(4n-1) .gradient-box,
.swiper-slide:nth-child(4n-1) .category-color {
    background-image: linear-gradient(180deg, #e994d4, #9378cc);
}

.swiper-slide:nth-child(4n) .gradient-box,
.swiper-slide:nth-child(4n) .category-color {
    background-image: linear-gradient(150deg, #d0e090, #d76aa2);
}

.gradient-img img {
    border: 2px solid #ffffff8a;
    padding: 8px;
    border-radius: 10px;
}

.top_site_main .banner-wrapper.container {
    padding: 80px 0px 80px 0px;
}

.top_site_main .banner-wrapper.container h2 {
    border-left: 5px solid #f7941e;
    color: white;
    padding-left: 10px;
}

.top_site_main .banner-wrapper.container h1 {
    border-left: 5px solid #f7941e;
    color: white;
    padding-left: 10px;
}

.top_site_main {
    background-color: #000000a3;
    background-blend-mode: multiply;
    background-size: 100%;
}

.pagefx {
    background: white !important;
    z-index: 2;
    position: relative;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 0.5rem;
    color: white;
}

li::marker {
    color: #5c81fa;
    font-size: 18px;
}

.card-body-course {
    padding: 5px;
    background: white;
    margin: 35px 0px;
    border-radius: 10px;
}

.card-body-course img {
    border-radius: 10px;
}

.card-text-course {
    padding: 10px;
}

.myborder-theme {
    box-shadow: 0 1px 3px rgb(3 0 71 / 9%);
    border: none;
    border-radius: 10px;
    overflow: hidden;
}

.thim-course-menu-landing {
    position: sticky;
    z-index: 99;
    background: white;
    bottom: 0px;
    width: 100%;
    padding: 10px 0px;
    box-shadow: 0 1px 6px rgb(3 0 71 / 38%);
}

.thim-course-menu-landing .thim-course-landing-button {
    display: flex;
    align-items: center;
    column-gap: 30px;
}

.lp-course-buttons button {
    background: #0c2d49;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
}

.course-price .value {
    font-size: 28px;
    line-height: 0px;
    padding-top: 15px;
    font-weight: 600;
    color: black;
}

ul.thim-course-landing-tab {
    padding: 0px;
    margin: 0px;
    display: flex;
    align-items: center;
}

.thim-course-menu-landing .container {
    display: flex;
    justify-content: space-between;
    padding: 0% 12%;
    min-width: 100%;
}

section.home-banner.mydark h1 {
    color: white;
    font-size: 35px;
}

section.home-banner.mydark p {
    color: white;
    font-size: 15px;
}

section.home-banner.mydark a.edu-btn {
    background: white;
    color: #0c2d49;
    margin-top: 20px;
    padding: 4px 10px;
    line-height: 0px;
    display: inline-flex;
    align-items: center;
}

section.home-banner.mydark a.edu-btn svg {
    stroke: #7550fe;
}

.enroll-content p {
    color: black !important;
}

section.home-banner h4.bannersub {
    color: #ffffff;
    background: #141517;
    display: inline-block;
    padding: 8px 10px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 300;
}

section.newsupdate.section-padding .doctor-slider.slider.slick-initialized.slick-slider {
    position: relative;
}

section.newsupdate.section-padding button.slick-prev.slick-arrow {
    position: absolute;
    top: 42%;
    left: 4px;
}

section.newsupdate.section-padding button.slick-next.slick-arrow {
    position: absolute;
    top: 42%;
    right: 4px;
}

.card-body h4 {
    color: black;
}

.course-highlights li {
    padding-right: 7px;
    padding-left: 7px;
    margin-bottom: 12px;
    float: left;
    width: 50%;
}

ul.course-highlights.clearfix {
    list-style: none;
    padding: 0px;
}

.course-highlights-summary i {
    width: 28px;
    height: 28px;
    display: inline-block;
    align-self: center;
}

.icon-highlights-1 {
    background-position: -769px -117px;
}

.course-highlights-summary.media {
    column-gap: 10px;
}

.icon-highlights-2 {
    background-position: -665px -117px;
}

.icon-highlights-6 {
    background-position: -447px -228px;
}

.icon-highlights-7 {
    background-position: -555px -118px;
}

.icon-highlights-26 {
    background-position: -429px -1230px;
}

.icon-highlights-5 {
    background-position: -123px -342px;
}

.media-body.align-self-center p {
    margin: 0px;
}

.global-card.media {
    background: #141517;
    padding: 10px;
    margin-bottom: 25px;
    color: white;
    border-radius: 5px;
}

a.btn.btn-success.align-self-center {
    background: #0c2d49;
    border: #0c2d49;
}

i.fa.fa-check.program {
    color: #0c2d49;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    border: 2px solid #0c2d49a1;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0px;
    flex: none;
    margin-right: 6px;
    font-size: 14px;
}

h4.inner-div-list {
    font-size: 15px;
    font-weight: 500;
    margin-top: 4px;
}

.myfaq {
    width: AUTO;
}

.myfaq input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.myfaq .row {
    display: flex;
}

.myfaq .row .col {
    flex: 1;
}

.myfaq .row .col:last-child {
    margin-left: 1em;
}

/* Accordion styles */

.myfaq .tabs {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: none;
    background: transparent;
}

.myfaq .tab {
    width: 100%;
    color: white;
    overflow: hidden;
    padding: 0px;
    margin-bottom: 10px;
}

.myfaq .tab-label {
    display: flex;
    justify-content: space-between;
    padding: 1em;
    background: #2c3e50;
    font-weight: 200;
    cursor: pointer;
    font-size: 14px;
}

.myfaq label.tab-label.my-theme {
    background: #0c2d49;
}

.myfaq .tab-label:hover {
    background: #1a252f;
}

.myfaq .tab-label::after {
    content: "\276F";
    width: 1em;
    height: 1em;
    text-align: center;
    transition: all 0.35s;
}

.myfaq .tab-content {
    max-height: 0;
    padding: 0 1em;
    color: #2c3e50;
    background: white;
    transition: all 0.35s;
    font-size: 14px;
}

.myfaq .tab-close {
    display: flex;
    justify-content: flex-end;
    padding: 1em;
    font-size: 0.75em;
    background: #2c3e50;
    cursor: pointer;
}

.myfaq .tab-close:hover {
    background: #1a252f;
}

.myfaq input:checked+.tab-label {
    background: black;
}

.myfaq input:checked+.tab-label.my-theme {
    background: linear-gradient(31deg, rgb(12 137 221) 0%, rgb(2 228 112) 100%);
}

.myfaq input:checked+.tab-label::after {
    transform: rotate(90deg);
}

.myfaq input:checked~.tab-content {
    max-height: 100vh;
}

.global-card.media.white-theme {
    background: transparent;
    color: black;
}

.global-card.media.white-theme a {
    background: white;
}

.global-card.media.white-theme p {
    font-size: 19px;
    font-weight: 500;
}

.myfaq .tab-content:hover {
    background: transparent;
    box-shadow: none;
    color: #404040;
    padding: 0px;
    margin: 5px 0px;
}

.myform {
    display: flex;
    justify-content: space-around;
    width: 100%;
    margin: auto;
    flex-direction: column;
}

.in-form input {
    width: 100%;
    border: 2px solid #80808042;
    padding: 4px;
    border-radius: 4px;
    margin-bottom: 13px;
}

.mybt input {
    background: red;
    border: none;
    width: 100%;
    border-radius: 5px;
    background: #0c2d49;
    color: white;
    padding: 10px;
}

.gradient-content img {
    display: none;
}

.myfaq.bottom .tab div {
    margin: 0px;
}

section.newsupdate.section-padding.my-width .gradient-box {
    /* background-image: linear-gradient(43deg, #0d86d2, #21cd7b) !important;*/
}

section.newsupdate.section-padding button.slick-prev.slick-arrow,
section.newsupdate.section-padding button.slick-next.slick-arrow {
    border: 1px solid grey;
    background: transparent !important;
}

section.newsupdate.section-padding button.slick-prev.slick-arrow:before,
section.newsupdate.section-padding button.slick-next.slick-arrow:before {
    color: black;
}

img.PMi-logo-landscape {
    width: 180px;
    margin-bottom: 20px;
}

img.flag-logo {
    width: 50px;
}

.banner-wrapper.container p {
    max-width: 800px;
    color: white;
    margin-top: 20px;
}

.pmp-exam-buttons {
    display: flex;
    align-items: center;
    column-gap: 15px;
}

.pmp-exam-buttons img {
    width: 30px;
    margin-right: 10px;
}

a.btn-orange.open-popup.enquiryJS {
    background-image: linear-gradient(43deg, #0d86d2, #21cd7b) !important;
    padding: 12px 20px;
    border-radius: 5px;
    color: white;
    font-weight: 500;
}

a.btn-white.open-popup.enquiryJS {
    padding: 10px 20px;
    border-radius: 5px;
    color: #5817d2;
    font-weight: 500;
}

.my-logo-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-content: center;
    text-align: center;
    margin: auto;
    column-gap: 20px;
    row-gap: 20px;
    padding: 40px 0px 0px 30px;
}

.main .form_wrapper #login:checked~.login_tab {
    background: transparent;
}

.main .form_wrapper .tab.signup_tab {
    background: transparent;
}

div#proform {
    background: #ffffff40;
    padding: 13px;
    border-radius: 10px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.mytheme-bt {
    background: #0c2d49 !important;
    border-color: #0c2d49 !important;
    color: white !important;
}

section.ourpartner.my-width {
    margin: auto;
    padding: 5% 12% 5% !important;
}

.landing-contents.bg-white {
    box-shadow: 0px 0px 8px 1px #e0e0e7;
}

.row.mybox-d {
    padding: 30px;
    background: linear-gradient(to left, #283593, #1976d2);
    margin: 25px 0px;
    /* border-radius: 10px; */
    padding-left: 13%;
    padding-right: 13%;
    margin-bottom: 0px;
}

.global-card.media.more {
    padding: 20px !important;
    width: 1110px;
    margin: auto;
    display: flex;
    max-width: 100%;
    justify-content: center;
}

.bottom-container,
.top-container {
    /*  justify-content: center;  */
    /* align-items: center;  */
    position: absolute;
    /* display: flex; */
    padding: 30px 0px;
}

h2.animation-layer {
    position: relative;
    height: 90px;
}

.bottom-container {
    color: #232323;
}

/* .top-container {
    color: white;
    clip-path: circle(13% at 85% 50%);
    animation: circleMove 10s ease-in-out infinite;
background-image: linear-gradient(43deg, #0d86d2, #21cd7b) !important;
}
 */

@keyframes circleMove {
    0%,
    100% {
        clip-path: circle(13% at 85% 50%);
    }
    50% {
        clip-path: circle(13% at 15% 50%);
    }
}

.top_site_main {
    background-position: center;
    -webkit-animation: backzoom 8s linear infinite;
}

@keyframes backzoom {
    0%,
    100% {
        background-size: 100%;
    }
    50% {
        background-size: 110%;
    }
}

.flex-container {
    height: 60vh;
    width: 100%;
    display: -webkit-flex;
    /* Safari */
    display: flex;
    overflow: hidden;
    margin: 50px 0px;
}

.myfloat-bar {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0px 12%;
    background: white;
    z-index: 999;
    box-shadow: 0px 0px 8px 1px #e0e0e7;
}

.myfloat-bar a {
    padding: 10px;
    position: relative;
}

.myfloat-bar a:before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 0%;
    height: 3px;
    border-radius: 20px;
    transition-duration: 0.5s;
}

.myfloat-bar a.bar.active:before {
    width: 100%;
}

.myfaq .tab-content:hover {
    padding: 0px 14px;
}

@media screen and (max-width: 768px) {
    .flex-container {
        flex-direction: column;
    }
    .myfloat-bar a {
        padding: 8px;
        width: fit-content;
        flex: none;
        font-size: 10px;
    }
    div#mybarr {
        padding: 0px 10px;
    }
    .myfloat-bar a:before {
        height: 2px;
    }
    .myfloat-bar a {
        padding: 6px 0px;
    }
}

.flex-title {
    color: #f1f1f1;
    position: relative;
    font-size: 6vw;
    margin: auto;
    text-align: center;
    transform: rotate(90deg);
    top: 40%;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

@media screen and (max-width: 768px) {
    .flex-title {
        transform: rotate(0deg) !important;
    }
}

.flex-about {
    opacity: 0;
    color: #f1f1f1;
    position: relative;
    width: 70%;
    font-size: 16px;
    padding: 15px;
    top: 22%;
    border: 2px solid #f1f1f1;
    border-radius: 10px;
    line-height: 1.3;
    margin: auto;
    text-align: left;
    transform: rotate(0deg);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

@media screen and (max-width: 768px) {
    .flex-about {
        padding: 0%;
        border: 0px solid #f1f1f1;
    }
}

.flex-slide {
    -webkit-flex: 1;
    /* Safari 6.1+ */
    -ms-flex: 1;
    /* IE 10 */
    flex: 1;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

@media screen and (max-width: 768px) {
    .flex-slide {
        overflow: auto;
        overflow-x: hidden;
    }
}

@media screen and (max-width: 768px) {
    .flex-slide p {
        font-size: 2em;
    }
}

@media screen and (max-width: 768px) {
    .flex-slide ul li {
        font-size: 2em;
    }
}

.flex-slide:hover {
    -webkit-flex-grow: 3;
    flex-grow: 3;
}

.home {
    height: 100vh;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

@media screen and (min-width: 768px) {
    .home {
        -moz-animation: aboutFlexSlide;
        -moz-animation-duration: 3s;
        -moz-animation-iteration-count: 1;
        -moz-animation-delay: 0s;
        -webkit-animation: aboutFlexSlide;
        -webkit-animation-duration: 3s;
        -webkit-animation-iteration-count: 1;
        -webkit-animation-delay: 0s;
        animation: aboutFlexSlide;
        animation-duration: 3s;
        animation-iteration-count: 1;
        animation-delay: 0s;
    }
}

@keyframes aboutFlexSlide {
    0% {
        -webkit-flex-grow: 1;
        flex-grow: 1;
    }
    50% {
        -webkit-flex-grow: 3;
        flex-grow: 3;
    }
    100% {
        -webkit-flex-grow: 1;
        flex-grow: 1;
    }
}

@media screen and (min-width: 768px) {
    .flex-title-home {
        transform: rotate(90deg);
        top: 20%;
        -moz-animation: homeFlextitle;
        -moz-animation-duration: 3s;
        -moz-animation-iteration-count: 1;
        -moz-animation-delay: 0s;
        -webkit-animation: homeFlextitle;
        -webkit-animation-duration: 3s;
        -webkit-animation-iteration-count: 1;
        -webkit-animation-delay: 0s;
        animation: homeFlextitle;
        animation-duration: 3s;
        animation-iteration-count: 1;
        animation-delay: 0s;
    }
}

@keyframes homeFlextitle {
    0% {
        transform: rotate(90deg);
        top: 15%;
    }
    50% {
        transform: rotate(0deg);
        top: 15%;
    }
    100% {
        transform: rotate(90deg);
        top: 15%;
    }
}

.flex-about-home {
    opacity: 0;
}

@media screen and (min-width: 768px) {
    .flex-about-home {
        -moz-animation: flexAboutHome;
        -moz-animation-duration: 3s;
        -moz-animation-iteration-count: 1;
        -moz-animation-delay: 0s;
        -webkit-animation: flexAboutHome;
        -webkit-animation-duration: 3s;
        -webkit-animation-iteration-count: 1;
        -webkit-animation-delay: 0s;
        animation: flexAboutHome;
        animation-duration: 3s;
        animation-iteration-count: 1;
        animation-delay: 0s;
    }
}

@keyframes flexAboutHome {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.about {
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.contact-form {
    width: 100%;
}

input {
    width: 100%;
}

textarea {
    width: 100%;
}

.contact {
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.contact input[type="text"] {
    border-radius: 10px;
    height: 40px;
}

.contact textarea[type="text"] {
    height: 40px;
    border-radius: 10px;
}

.contact input[type="submit"] {
    width: 150px;
    height: 40px;
    border-radius: 5px;
    background-color: orangered;
    color: white;
    font-weight: 800;
    text-align: center;
    align-content: center;
}

.price {
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.cube1,
.cube2 {
    background-color: #fff;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
    animation: sk-cubemove 1.8s infinite ease-in-out;
}

.cube2 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

@-webkit-keyframes sk-cubemove {
    25% {
        -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
    }
    50% {
        -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
    }
    75% {
        -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    }
    100% {
        -webkit-transform: rotate(-360deg);
    }
}

@keyframes sk-cubemove {
    25% {
        transform: translateX(42px) rotate(-90deg) scale(0.5);
        -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
    }
    50% {
        transform: translateX(42px) translateY(42px) rotate(-179deg);
        -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
    }
    50.1% {
        transform: translateX(42px) translateY(42px) rotate(-180deg);
        -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
    }
    75% {
        transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
        -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    }
    100% {
        transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg);
    }
}

.flex-slide:hover .flex-about {
    opacity: 1;
}

.flex-slide:hover .flex-title {
    transform: rotate(0deg);
    top: 20%;
}

.flex-title {
    font-size: 28px;
    line-height: 1.8em;
}

.myswiper {
    overflow: hidden;
}

.swiper-button-prev,
.swiper-button-next {
    background: #0c2d49 !important;
    color: white !important;
    padding: 10px !important;
    width: 30px !important;
    height: 30px !important;
    display: flex !important;
    align-items: center !important;
    font-size: 20px !important;
    border-radius: 100% !important;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    font-size: 15px !important;
    color: white;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: -30px !important;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: -30px !important;
}

.row.mycal-width {
    width: calc(100% - 60px);
    margin: auto;
}

.swiper-slide {
    background: transparent;
}

.card-text-course h3 {
    font-size: 16px;
    margin: 0px;
}

footer .card .card-header {
    background: #141517;
}

.testiswiper {
    overflow: hidden;
    max-width: 100%;
}

.profile-widget.testimonail .test-content {
    font-size: 14px;
}

.fix-heading {
    font-size: 30px !important;
    font-weight: 700 !important;
}

section.light-bg {
    background: #fcfcfc !important;
}

section.testimonail.my-width.light-bg {
    background-image: url(https://wymarahotelandresorts.com/slearn1/public/assets/img/skill-bg-1.webp) !important;
    background-size: 30% !important;
}

.pro-heading {
    font-size: 20px;
    font-weight: 500 !important;
}

.pro-main {
    font-size: 28px;
    background: linear-gradient(31deg, rgb(12 137 221) 0%, rgb(2 228 112) 100%);
    width: max-content;
    color: white;
    margin: auto;
    padding: 5px 20px;
    border-radius: 5px;
}

section.threetop p {
    font-weight: 300;
    font-size: 14px;
}

.myflex-center {
    display: flex;
    align-items: flex-end;
}

.card-img-body img {
    height: 190px;
    object-fit: cover;
}

section.newsupdate .section-header h2.fix-heading {
        text-align: center !important;
}

.my-blog-ser .text-area {
    min-height: 185px;
}

.my-blog-ser .text-area ul.mb-3.list-inline {
    display: flex;
    font-size: 13px;
    justify-content: space-between;
        text-align: left !important;
}.my-blog-ser .text-area a {
    font-size: 13px;
    border: none !important;
}.course-price span.price-now {
    font-size: 16px !important;
}
del.price-old {
    font-size: 12px !important;
}

.flex-slide {
    border-right: 1px solid #ffffffa8;
}

.testiswiper.product .test-content p {
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}

section.testimonail.my-width.light-bg.home .test-content p {
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}

section.testimonail.my-width.light-bg.home {
    display: block;
    height: auto;
}

footer .footer-padding {
    padding: 0 12%;
}

section.readmore-footer.nitro-offscreen.f-info {
    border-top: 1px solid #222;
    padding-top: 15px;
    padding-bottom: 2px;
}

footer .country-footer .country-phone-summary i {
    margin-right: 8px !important;
}

footer .services-footer .services-footer-summary ul li {
    display: block;
    padding: 0px !important;
    margin: 0px !important;
    text-transform: capitalize;
}

footer .services-footer .services-footer-summary ul {
    padding-top: 23px;
    padding-left: 0px;
    margin-bottom: 0px !important;
}

footer {
    background: black;
}

img.img-fluid.img-thumbnail.rounded-circle {
    border-radius: 15px !important;
    max-width: 60% !important;
}

.course-price.lg {
    font-size: 25px;
    margin-bottom: 0px;
}

img.loginimage {
    width: 100%;
    margin-top: 50px;
}

.cardd .card:before {
    content: "";
    background: #ffffff3d;
    width: 300px;
    height: 300px;
    position: absolute;
    top: 30%;
    right: -20%;
    border-radius: 100%;
    z-index: 0;
}

.cardd .card {
    height: 310px;
    width: 500px;
    background: #0c2d49;
    border-radius: 20px;
    color: white;
    margin: 20px;
    font-size: 16px;
    box-shadow: 2px 2px 20px #e9e9e9;
    margin: auto;
    overflow: hidden;
}

.cardd .top-block {
    display: inline-block;
    width: 500px;
    height: 155px;
}

.cardd .bottom-block {
    display: inline-block;
    width: 500px;
    height: 155px;
}

.cardd .card-chip {
    float: left;
    margin: 20px;
}

.cardd .card-name {
    float: right;
    margin: 20px;
    position: relative;
    font-size: 28px;
    font-weight: 550;
}

.cardd .card-number {
    font-size: 28px;
    margin: -15px 0 0 0;
    text-align-last: center;
}

.cardd .balance {
    float: left;
    margin: 20px;
    position: relative;
    top: 38px;
}

.cardd .card-balance {
    font-weight: 700;
    font-size: 30px;
    margin-top: 10px;
}

.cardd .card-icon {
    float: right;
    margin: 0 20px 0 0;
    margin-top: 75px;
}

.cardd .circle-left {
    margin-right: -15px;
    opacity: 0.7;
}

.main .form_wrapper .form_wrap .form_fild .input_group textarea {
    border: solid #f1f1f1 2px;
    border-radius: 5px;
    width: 100%;
    padding: 5px 10px;
    font-size: 15px;
    font-weight: 500;
    outline: none;
    transition: all 0.3s linear;
}

.cardd .star-rating {
    line-height: 32px;
    font-size: 1.25em;
}

.cardd .star-rating .fa-star {
    color: yellow;
}

h2.breadcrumb-tittle {
    padding: 0px;
}

@media only screen and (min-width: 900px) {
    .testi-right {
        flex: 0 0 43.666667%;
        max-width: 43.666667%;
    }
    .card-text-course .button-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    .card-body-course.mb-3.myborder-theme {
        margin-top: 110px !important;
    }
    .card-text-course .button-grid a {
        font-size: 12px;
        padding: 8px 0px !important;
        margin: 0px !important;
        margin-top: 0px !important;
    }
    .swiper-pointer-events.swiper-vertical {
        padding-left: 25%;
    }
    .row.justify-content-md-right {
        justify-content: right;
    }
    section.ourpartner.my-width .col-md-5 {
        justify-content: left !important;
        text-align: left !important;
    }
    .desk-none {
        display: none;
    }
    .search-container {
        width: 100% !important;
    }
    .search-container input {
        font-size: 13px;
    }
    .search-container button {
        background: transparent;
        border: none;
        color: grey;
        display: block;
        font-size: 13px;
    }
    section.my-width {
        padding-left: 10%;
        margin: auto;
        padding-right: 10%;
    }
    section.newsupdate.section-padding.my-width .doctor-slider .slick-slide {
        width: 285px;
    }
    section.newsupdate.section-padding.my-width .course-deteals-btn {
        font-size: 14px;
    }
    section.newsupdate.section-padding.my-width .course-footer {
        justify-content: space-between;
        padding: 10px 10px;
    }
    section.newsupdate.section-padding.my-width svg {
        width: 15px;
        height: 15px;
    }
    section.newsupdate.section-padding.my-width span.couse-star.ms-2 {
        font-size: 13px;
    }
    .two-testi img {
        height: 90px;
        width: auto;
    }
    .two-testi {
        flex: 1;
        width: 100%;
        display: flex;
        display: flex;
        align-items: baseline;
        column-gap: 70px;
    }
    div#proform {
        width: 80%;
    }
    .swiper-pagination-vertical.swiper-pagination-bullets,
    .swiper-vertical>.swiper-pagination-bullets {
        right: 44px !important;
    }
    .padding-right-desk {
        padding-right: 0px;
    }
    footer .country-footer .col-md-3:after {
        content: "";
        width: 100%;
        position: absolute;
        height: 100%;
        border-right: 1px solid #222;
        top: 0px;
        right: 5px;
    }
    footer .country-footer .col-md-3 {
        border: 0px solid #222;
    }
    footer .country-footer .col-md-3:last-child:after {
        border: 0px solid #222;
    }
    .col-md-6.col-sm-6.mynewsbox {
        padding: 0px 80px;
    }
    .rounded.padding-web {
        padding-left: 35px;
    }
    .rounded.padding-web iframe {
        height: 570px !important;
        border-radius: 10px;
    }
    li.has-submenu.my-menubt ul.submenu {
        background: #f1f6fa !important;
    }
    li.has-submenu.my-menubt ul.submenu>li:hover {
        background: white !important;
    }
}

@media only screen and (max-width: 900px) {
    .flex-slide {
        border-right: 0px solid #ffffffa8;
        border-bottom: 1px solid #ffffffa8;
    }
    section.home-banner {
        max-width: 100%;
        background-position: 100% 100% !important;
        background-size: 89% !important;
        background-color: #7550fe;
        height: 340px !important;
    }
    .my-logo-grid {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .foot-center>h4 span {
        width: 100%;
        display: block;
    }
    .course-price .value {
        font-size: 21px;
        font-weight: 400;
    }
    .top_site_main .banner-wrapper.container {
        padding: 70px 0px 60px;
        padding-left: 20px;
    }
    .myform {
        width: 90%;
    }
    .mycontent table {
        max-width: 100%;
        margin: auto;
        overflow: scroll;
        font-size: 9px !important;
    }
    .course-cart {
        min-width: 100%;
    }
    .mob-none,
    h2.whyhead:before {
        display: none;
    }
    section.threetop {
        flex-direction: column;
        width: 80%;
        margin: auto;
        margin-bottom: 50px;
        row-gap: 20px;
        margin-top: 20px;
    }
    .card .card-header {
        border: none;
    }
    div#accordion .card {
        display: block;
        border: none;
    }
    section.why-tromenz {
        display: none;
    }
    a.loginbt {
        background: black;
        margin-top: 10px;
    }
    .main-nav ul {
        background: black !important;
    }
    .search-container {
        margin: 10px auto;
    }
    a.loginbt svg {
        width: 15px;
        height: 15px;
        stroke-width: 2px;
        margin-right: 2px;
        stroke: white;
    }
    a.loginbt.white-bt svg {
        stroke: black;
    }
    a.loginbt.white-bt {
        color: black;
        background-color: #ffffff;
        box-shadow: 0 1px 3px rgba(3, 0, 71, .09) !important;
    }
    .loginbt-top-button {
        justify-content: center;
        align-items: center;
        margin-bottom: 10px;
    }
    .min-header .main-nav li a {
        color: #ffffff;
    }
    section.threetop h4 div {
        align-items: center;
    }
    .course-highlights li {
        float: none;
        width: 100%;
    }
    .global-card.media {
        flex-direction: column;
        text-align: left;
        display: flex;
        justify-content: left;
        row-gap: 14px;
    }
    .top_site_main {
        background-size: cover;
    }
    .top_site_main .banner-wrapper.container {
        padding: 20px;
    }
    .pmp-exam-buttons img {
        width: 17px;
        margin-right: 8px !important;
    }
    .pmp-exam-buttons img {
        width: 17px;
        margin-right: 8px !important;
    }
    .pmp-exam-buttons {
        font-size: 10px;
    }
    .pmp-exam-buttons a {
        padding: 13px !important;
    }
    img.partner-logo {
        padding: 0px;
    }
    .my-logo-grid {
        padding: 0px;
    }
    form.proform {
        display: block;
        width: 80%;
        margin: auto;
        margin-bottom: 20px;
    }
    .flex-slide:hover {
        -webkit-flex-grow: 3;
        flex-grow: 20;
    }
    .flex-slide:hover .flex-about {
        opacity: 1;
        font-size: 9px;
        font-weight: 200;
    }
    .flex-slide:hover .flex-title {
        top: 10%;
    }
    .flex-slide:hover .flex-about {
        top: 20%;
    }
    .flex-title {
        font-size: 24px;
    }
    .course-footer {
        font-size: 13px;
    }
    img.timeline-img {
        width: 80%;
        margin: auto;
        display: flex;
        margin-top: 25px;
    }
    img.timeline-img {
        width: 90%;
        margin-top: 20px;
    }
    .top_site_main {
        background-size: cover !important;
        -webkit-animation: none;
    }
    section.threetop h4 {
        padding: 0px 0px;
        width: 80%;
    }
    section.threetop {
        padding: 25px 0px;
    }
    img.trustpilot-logo {
        width: 200px;
    }
    img.trustpilot-logo.rating {
        width: 90px;
    }
    .sub-con {
        width: 100% !important;
    }
    .sticky-card-top {
        height: auto;
        margin-bottom: 25px;
    }
}

.breadcrumb-bar img {
    height: 400px;
    width: 100%;
    object-fit: cover;
}

.icon {
    display: flex;
}

.icon i {
    margin: 0px 6px;
}

.icon i {
    font-size: 22px !important;
}

form.contact-form.mb-4 {
    background: white;
    padding: 12px 7px;
    box-shadow: 2px 2px 13px rgb(0 0 0 / 10%);
    border-radius: 8px;
}

.icon i {
    font-size: 22px !important;
    color: #0c2d49;
}

.display-form {
    display: flex;
    width: 50%;
}

.rounded.padding-web iframe {
    height: 418px !important;
    border-radius: 10px;
}

.sub-con {
    padding: 30px 18px !important;
}

.icon p {
    margin-top: 7px;
}

.section-header p {
    width: 88%;
    margin-top: 20px !important;
    margin-bottom: 34px !important;
    margin: auto;
    text-align: center;
}

.form-control {
    border-color: #dcdcdc;
    color: #333;
    font-size: 15px;
    min-height: 34px;
    padding: 9px 4px;
}

textarea.form-control {
    height: 74px;
}

.rounded.padding-web {
    padding-left: 3px;
}

.col-sm-12 {
    padding-left: 19px !important;
}

section.newsupdate .profile-widget {
    flex: 1;
}

.section-header.wpara p {
    margin: 0;
    text-align: left;
}

/* #login form  */

.main {
    width: 403px;
    background: white;
    border-radius: 3px;
    padding: 30px;
    position: relative;
    display: flex;
    margin: auto;
}

.main .form_wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.main .form_wrapper .tile {
    text-align: center;
    margin-bottom: 20px;
    width: 100%;
    overflow: hidden;
}

.main .form_wrapper .tile h3 {
    font-size: 22px;
    margin: 0px;
    transition: all 0.3s ease;
}

.main .form_wrapper .radio {
    display: none;
}

.main .form_wrapper .tab {
    width: 50%;
    border: solid 2px #f1f1f1;
    height: 40px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 500;
    transition: color 0.3s ease;
    user-select: none;
}

.main .form_wrapper .tab.login_tab {
    border-right: none;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    overflow: initial;
}

.main .form_wrapper .tab.signup_tab {
    border-left: none;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.main .form_wrapper .shape {
    background: linear-gradient(to left, #283593, #1976d2);
    width: 50%;
    height: calc(40px - 1px);
    border-radius: 5px;
    position: absolute;
    top: 55.5px;
    left: 0px;
    opacity: 0.9;
    transition: all 0.4s ease;
}

.main .form_wrapper .shape:hover {
    background: linear-gradient(to left, #283593, #1976d2);
}

.main .form_wrapper #login:checked~.shape {
    left: 0px;
}

.main .form_wrapper #login:checked~.login_tab {
    border-color: transparent;
    z-index: 1;
    color: white;
}

.main .form_wrapper #login:checked~.tile .signup {
    display: none;
}

.main .form_wrapper #login:checked~.form_wrap {
    transform: translateX(0);
}

.main .form_wrapper #login:checked~.form_wrap .signup_form {
    opacity: 0;
}

.main .form_wrapper #signup:checked~.shape {
    left: 50%;
}

.main .form_wrapper #signup:checked~.signup_tab {
    border-color: transparent;
    z-index: 1;
    overflow: initial;
    color: white;
}

.main .form_wrapper #signup:checked~.tile .login {
    display: none;
}

.main .form_wrapper #signup:checked~.form_wrap {
    transform: translateX(-100%);
}

.main .form_wrapper #signup:checked~.form_wrap .login_form {
    opacity: 0;
}

.main .form_wrapper a {
    color: #0c2d49;
    text-decoration: none;
    transition: all 0.3s linear;
}

.main .form_wrapper a:hover {
    color: #a547b1;
}

.main .form_wrapper .form_wrap {
    display: flex;
    width: 100%;
    flex: 0 0 100%;
    transition: transform 0.3s ease, opacity 0.2s ease;
}

.main .form_wrapper .form_wrap .form_fild {
    width: 100%;
    flex: 0 0 100%;
    transition: all 0.5s ease;
}

.main .form_wrapper .form_wrap .form_fild .input_group {
    width: 100%;
    margin-bottom: 12px;
}

.main .form_wrapper .form_wrap .form_fild .input_group .input {
    border: solid #f1f1f1 2px;
    border-radius: 5px;
    width: 100%;
    height: 40px;
    padding: 5px 10px;
    font-size: 15px;
    font-weight: 500;
    outline: none;
    transition: all 0.3s linear;
}

.main .form_wrapper .form_wrap .form_fild .input_group .input::placeholder {
    color: #adadad;
}

.main .form_wrapper .form_wrap .form_fild .input_group .input:hover {
    border-color: rgba(248, 66, 151, 0.3);
}

.main .form_wrapper .form_wrap .form_fild .input_group .input:focus {
    border-color: rgba(248, 66, 151, 0.3);
}

.main .form_wrapper .form_wrap .form_fild .forgot {
    display: block;
    margin-bottom: 15px;
    padding: 0px 2px;
}

.main .form_wrapper .form_wrap .form_fild .btn {
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
    border: none;
    outline: none;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.8px;
    color: white;
    background: linear-gradient(to left, #283593, #1976d2);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s linear;
}

.main .form_wrapper .form_wrap .form_fild .btn:hover {
    background: linear-gradient(to left, #283593, #1976d2);
}

.main .form_wrapper .form_wrap .form_fild .btn:active {
    transform: scale(0.95);
}

.main .form_wrapper .form_wrap .form_fild .not_mem {
    text-align: center;
}

.main .form_wrapper .form_wrap .form_fild .not_mem label {
    pointer-events: none;
}

.main .form_wrapper .form_wrap .form_fild .not_mem label span {
    pointer-events: all;
    color: #0c2d49;
    text-decoration: none;
    transition: all 0.3s linear;
}

.main .form_wrapper .form_wrap .form_fild .not_mem label span:hover {
    color: #a547b1;
}

.formspace {
    margin: 14% 0px;
}

.main .form_wrapper .shape {
    top: 48.5px;
}

.loginform {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    min-height: 100vh;
    z-index: 999999999999999999;
    background: #00000054;
    display: none;
    align-items: center;
}

a.closelogin {
    background: #0c2d49;
    color: white;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 0px;
    right: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    font-weight: 100 !important;
    z-index: 2;
}

form.auth-form input,
form.auth-form select {
    padding: 10px;
    height: 40px;
    border: 1px solid #ced4da;
    width: 100%;
    border-radius: 4px;
}

.loginform:target {
    display: flex;
}

.ratingbx .rating {
    position: relative;
    width: 100%;
    background: transparent;
    display: flex;
    align-items: center;
    gap: 0.3em;
    padding: 5px;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 0 2px #b3acac;
    justify-content: space-evenly;
    max-width: 75%;
    margin: 5px auto 20px;
}

.ratingbx .rating__result {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-10px) translateX(-5px);
    z-index: -9;
    font: 3em Arial, Helvetica, sans-serif;
    color: #ebebeb8e;
    pointer-events: none;
}

.ratingbx .rating__star {
    font-size: 1.3em;
    cursor: pointer;
    color: #dabd18b2;
    transition: filter linear .3s;
}

.ratingbx .rating__star:hover {
    filter: drop-shadow(1px 1px 4px gold);
}

.ratingbx i.fa.fa-star {
    font-size: 1.3em;
    cursor: pointer;
    color: #dabd18b2;
    transition: filter linear .3s;
}

.rating i.fa.fa-star-o {
    background: transparent;
    font-size: 1.3em;
    cursor: pointer;
    color: #dabd18b2;
    transition: filter linear .3s;
}

.rating i.fa.fa-star-o:hover {
    filter: drop-shadow(1px 1px 4px gold);
    background: transparent;
    font-size: 1.3em;
    cursor: pointer;
    color: #dabd18b2;
    transition: filter linear .3s;
}

.rating i {
    padding: 2px 0px !important;
    font-size: 25px !important;
    margin: 0px !important;
}

.form_fild.login_form .profile-img img {
    display: flex;
    justify-content: center;
    margin: auto;
    margin-bottom: 10px;
    width: 80px;
    height: 80px;
    border-radius: 10px;
}

span.form-text.resultspec {
    position: absolute;
    top: 30px;
    width: 100%;
    left: 0px;
}

.search-container {
    position: relative;
}

div#proform input[type=number]::-webkit-outer-spin-button,
div#proform input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */

div#proform input[type=number] {
    -moz-appearance: textfield;
}

.cart-info-body p {
    font-size: 12px !important;
    margin-bottom: 5px !important;
    text-align: left !important;
    display: flex;
    align-items: baseline;
}

.cart-info-body .course-action {
    margin-top: 15px;
}

.course-cart {
    display: flex;
    align-items: center;
}

.my-blog-ser {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.gradient-img img {
    width: 70px;
    height: 70px;
    object-fit: cover;
}

.my-blog-ser .text-area {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 5px 20px;
    text-align: left !important;
}.course-footer.d-flex.justify-content-between.align-items-center {
    display: none !important;
}

.pagefx .container {
    padding: 0 12%;
    width: 100%;
    min-width: 100%;
}

.page-title-wrapper.container {
    padding: 0 12%;
    min-width: 100%;
}

.card.sticky-card-top {
    margin: 10px;
}

.row.myfq {
    margin-bottom: 50px;
}

div#signup_form_height {
    transition-duration: 0.5s;
    height: 0px;
}

button.btn.btn-secondary {
    background: #0c2d49 !important;
    border-color: #0c2d49 !important;
}

@media only screen and (min-width: 900px) {
    .ul-menu-ser {
        display: flex;
        padding: 0px;
        border: 0px solid #cecece;
        border-radius: 0px;
    }
    li.has-submenu.my-menubt ul.submenu ul.submenu.m-img li h3 {
        font-size: 13px !important;
        font-weight: 300 !important;
    }
    li.has-submenu.my-menubt ul.submenu ul.submenu.m-img li {
        border-bottom: 1px solid #f0f0f0;
    }
    li.has-submenu.my-menubt ul.submenu ul.submenu.m-img li:hover a {
        margin: 0px !important;
    }
    li.has-submenu.my-menubt ul.submenu ul.submenu.m-img {
        background: white !important;
    }
}

ol.breadcrumb {
    top: 165px;
    left: 129px;
}

.breadcrumb-bar>.container-fluid {
    padding: 90px !important;
}

.Privacy-Policy li {
    color: gray;
}

.Privacy-Policy {
    /* top: 186px; */
    padding: 40px;
}

ol.breadcrumb li a {
    color: gray;
}

.page-breadcrumb ol li.active {
    /* color: #fff; */
    color: gray;
}

.breadcrumb-bar .breadcrumb-title {
    color: #fff;
    font-size: 39px;
    font-weight: 700;
    margin: 5px 0 0;
}

.breadcrumb-title::before {
    content: '';
    width: 3px;
    line-height: 54px;
    bottom: 0;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
    margin-right: 22px;
    background-color: white;
}

h2.breadcrumb-tittle {
    position: absolute;
    color: white;
    font-size: 34px;
    left: 12%;
    top: 42%;
}

h2.breadcrumb-tittle::before {
    content: '';
    width: 3px;
    line-height: 54px;
    bottom: 0;
    height: auto;
    position: absolute;
    left: 22px;
    top: 0;
    margin-right: 22px;
    background-color: white;
}

.content-text {
    margin: 34px;
    font-size: medium;
    color: gray;
}

.content-tex {
    margin: 45px;
}

.main-content img {
    width: 504px;
    padding: 34px;
}

.text-page {
    margin: 30px;
    text-align: center;
    width: 86%;
}

.page-section {
    background-image: url(https://wymarahotelandresorts.com/slearn1/public/assets/img/training-Partner.jpg);
    position: relative;
    background-size: cover;
    background-position: center center;
    background-color: rgb(45 51 57 / 50%);
    min-height: 325px;
    background-blend-mode: multiply;
}

.row.form-page {
    width: 96%;
    margin: auto;
}

label.required-field {
    color: white;
}

.form-group label {
    color: white;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 0.5rem;
    /* color: white; */
    color: gray;
}

.gradient-brand-color {
    background-image: -webkit-linear-gradient(0deg, #376be6 0%, #6470ef 100%);
    background-image: -ms-linear-gradient(0deg, #376be6 0%, #6470ef 100%);
    color: #fff;
}

.contact-info__wrapper {
    overflow: hidden;
    border-radius: .625rem .625rem 0 0
}

@media (min-width: 1024px) {
    .contact-info__wrapper {
        border-radius: 0 .625rem .625rem 0;
        padding: 5rem !important
    }
}

.contact-info__list span.position-absolute {
    left: 0
}

.z-index-101 {
    z-index: 101;
}

.list-style--none {
    list-style: none;
}

.contact__wrapper {}

@media (max-width: 1024px) {
    .contact__wrapper {
        border-radius: .625rem 0 .625rem .625rem
    }
    .display-form {
        width: 100%;
    }
    .container-fluid .row.align-center {
        margin: 0px;
    }
    .row.client-logo img {
        width: 100%;
    }
    .row.client-logo {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    .row.client-logo>.col-2 {
        width: 100%;
        display: block;
        flex: none;
        max-width: 100%;
        text-align: center;
    }
    .page-section {
        padding-left: 10px !important;
    }
}

@media (min-width: 1350px) {
    .contact-form__wrapper {
        padding: 5rem !important;
        background: radial-gradient(black, transparent);
        background: #0c2d49;
        border-radius: 23px;
    }
}

section.section-content {
    margin-top: 50px;
}

span.category-color {
    background: #0c2d49 !important;
    background-image: none !important;
}

.shadow-lg,
.shadow-lg--on-hover:hover {
    box-shadow: 0 1rem 3rem rgba(132, 138, 163, 0.1) !important;
}

.contact__wrapper.shadow-lg.mt-n9 {
    /* margin-top: -148px; */
    margin: 34px;
}

.position-absolute {
    /* position: absolute!important; */
    /* top: -16px; */
    /* margin: -15px; */
}

.contact-form__wrapper {
    padding: 5rem !important;
    background: radial-gradient(black, transparent);
    background: #0c2d49;
    border-radius: 23px;
}

button.btn.btn-primary {
    /* color: #007bff; */
    background: #007bff;
}

.col-md-6.row.gap-3.justify-content-right {
    margin-left: auto;
}

.row.gap-3 {
    gap: 10px;
}

.justify-content-right {
    justify-content: right;
}

input.submit-button {
    width: 20%;
    margin-top: 20px;
    padding: 10px;
    border-radius: 3px;
    border: 0px;
    color: white;
    background: #0c2d49;
}

section.custom-padding {
    padding-top: 30px;
    padding-bottom: 30px !important;
}

.main-content .display-form,
.main-content .input-block.textarea {
    margin-top: 10px;
}

.blog-image img {
    margin: auto;
    height: auto;
    max-width: 100%;
}

h4#clientName {
    text-align: center;
}

.breadcrumb-bar .container-fluid {
    background-image: url(https://wymarahotelandresorts.com/slearn1/public/assets/img/privacy-policy.jpg);
    color: #fff;
    background-size: cover;
    background-position: top center;
    background-color: rgb(45 51 57 / 50%);
    min-height: 325px;
    background-blend-mode: multiply;
}

.main-sections {
    background-image: url(https://wymarahotelandresorts.com/slearn1/public/assets/img/become-our-partner.jpg);
    position: relative;
    background-size: cover;
    background-position: center center;
    background-color: rgb(45 51 57 / 50%);
    height: 100%;
    background-blend-mode: multiply;
}

h2.breadcrumb-tittle {
    position: relative;
}

h2.breadcrumb-tittle::before {
    left: -22px;
}

.page-section {
    display: flex;
    align-items: center;
    padding-left: 10%;
}

.main-nav li.has-submenu>.submenu {
    display: none;
}

.main-nav li.has-submenu:hover>.submenu {
    display: block;
}

ul.submenu.m-img a {
    border: 0px !important;
}

ul.submenu.m-img li {
    border: 0px !important;
}

.profile-widget.testimonail {
    MIN-HEIGHT: 300PX;
    DISPLAY: FLEX !important;
    FLEX-DIRECTION: COLUMN;
    JUSTIFY-CONTENT: space-between;
}

.test-image.d-flex.align-items-center {
    DISPLAY: GRID !IMPORTANT;
    GRID-TEMPLATE-COLUMNS: 1FR 1FR;
}

.col-md-6.ml-auto.payment.bt>* img {
    height: 40px;
    transform: translate(0px, -4px);
    margin-right: 10px;
    border-radius: 2px;
}

.col-md-6.ml-auto.payment.bt>* {
    display: flex;
    align-items: center;
    justify-content: right;
}

.loginpop-form .auth-form {
    padding-bottom: 30px;
    border-bottom: 1px solid #e9ecf1;
    margin-top: 33px;
    margin-bottom: 28px;
}

.loginpop-form h2 {
    font-size: 32px;
    line-height: 48px;
}

.loginpop-form button.bt-theme {
    background: #764ff8;
    border-color: #764ff8;
}

.loginpop-form .color-theme {
    color: #764ff8;
}

.loginpop-form .auth-form-section {
    width: 100%;
    max-width: 330px;
    margin-left: auto;
    margin-right: auto;
}

main.auth.loginpop-form {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 99;
    width: 100%;
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0000005e;
}

main.auth.loginpop-form>* {
    background: white;
    width: 55%;
    overflow: hidden;
    border-radius: 20px;
    padding: 0px;
}

.auth.loginpop-form:target {
    display: flex !Important;
}

.auth-form-section .form-group {
    margin-bottom: 1rem;
}

main#openvideo iframe {
    width: 800px !important;
    margin: auto;
    max-width: 100%;
    height: 400px;
}

@media (max-width: 900px) {
    h2.breadcrumb-tittle {
        font-size: 28px !important;
    }
    .col-md-6.ml-auto.payment.bt>* {
        display: flex;
        align-items: baseline;
        justify-content: left;
        flex-direction: column;
        gap: 10px;
    }
    .thim-course-menu-landing .container {
        padding: 0% 20% 0% 10%;
    }
    main.auth.loginpop-form>* {
        width: 95%;
    }
    main#openvideo iframe {
        height: 230px;
    }
    section.home-banner.mydark img {
    display: none;
}
}

article.card-body.mx-auto {
    width: 500px;
    max-width: 100%;
    background: white;
    margin: 40px 0px;
    border-radius: 8px;
}

select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    width: 409px;
}

.form-group.input-group span i {
    color: #5c81fa;
}

main#paypal>div {
    width: auto;
}

@media screen and (max-width: 480px) {
    select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
        width: 265px !important;
    }
}

.formcontainer {
    background: url(https://wymarahotelandresorts.com/learn/public/assets/img/blog-banner-img.jpg);
    padding: 40px;
}

li.list-group-item.d-flex.justify-content-between span {
    text-align: center;
}

li.list-group-item.d-flex.justify-content-between {
    flex-direction: column;
}

li.list-group-item.d-flex.justify-content-between span {
    display: flex;
    justify-content: space-between;
}

li.list-group-item.d-flex.justify-content-between.lh-condensed {
    flex-direction: row;
}

.my-banner-contentn span {
    background: transparent !important;
}

.footer-icon i {
    font-size: 30px;
}a.navbar-brand.logo img {
    width: 120px;
}

.hero-content {
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: baseline;
    text-align: left;
    animation: fadeIn 2s 
ease-out;
}

        .hero-content h1 {
            font-size: 3rem;
            margin-bottom: 20px;
            font-weight: 600;
        }

        .hero-content p {
            font-size: 1.2rem;
            margin-bottom: 30px;
        }

.cta-button {
    background-color: white;
    color: black;
    font-weight: 600;
    padding: 12px 25px;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    transition: background-color 0.3s;
}

        .cta-button:hover {
            background-color: #e67e22;
        }

        .feature-box {
            display: flex;
            justify-content: space-around;
            margin-top: 30px;
            opacity: 0;
            animation: fadeInUp 2s ease-out forwards;
        }

        .feature-box div {
            text-align: center;
            width: 30%;
        }

        .feature-box img {
            width: 100px;
            margin-bottom: 10px;
        }

        .feature-box h4 {
            margin: 10px 0;
            font-size: 1.2rem;
            font-weight: 600;
        }

        .feature-box p {
            font-size: 1rem;
            color: #f39c12;
        }
        
    /* Custom class for col-md-7 */
        .content-left {
            display: flex;
            justify-content: center;
            align-items: center;
            text-align: center;
                gap: 34px;
        }

   .content-left img {
    width: 100%;
    width: 400px;
}

        /* Fade In Animation */
        @keyframes fadeIn {
            0% {
                opacity: 0;
                transform: translateY(20px);
            }
            100% {
                opacity: 1;
                transform: translateY(0);
            }
        }

        /* Fade In Up Animation */
        @keyframes fadeInUp {
            0% {
                opacity: 0;
                transform: translateY(20px);
            }
            100% {
                opacity: 1;
                transform: translateY(0);
            }
        }
        
    .course-main-wrapper.mb-30 {
    display: none;
}
/* Container for the marquee */
        .marquee-container {
            position: relative;
            width: 100%;
            overflow: hidden;
        }

        /* The actual marquee effect */
        .marquee {
            display: flex;
            animation: marquee 20s linear infinite;
        }

        /* Individual logo style */
        .marquee img {
            height: 84px;
            margin: 0 20px;
        }

        /* Blurry effect on left and right edges */
        .marquee-container::before,
        .marquee-container::after {
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            width: 50px;
            background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
        }

        /* Left side */
        .marquee-container::before {
            left: 0;
        }

        /* Right side */
        .marquee-container::after {
            right: 0;
            background: linear-gradient(to left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
        }

        /* Marquee scrolling animation */
        @keyframes marquee {
            0% {
                transform: translateX(100%);
            }
            100% {
                transform: translateX(-100%);
            }
        }
        
           /* General Section Style */
        .why-choose-us {
            padding: 60px 0;
            background-color: #f4f4f4;
            text-align: center;
        }

        .why-choose-us h2 {
            font-size: 2.5rem;
            font-weight: 600;
            margin-bottom: 40px;
            color: #333;
        }

        /* Container for all the reasons */
        .why-choose-us .container {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            gap: 40px;
        }

        /* Individual Reason Box Style */
        .reason-box {
            background-color: #fff;
            padding: 17px;
            width: 250px;
            border-radius: 15px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
            text-align: center;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .reason-box:hover {
            transform: translateY(-10px);
            box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
        }

        .reason-box i {
            font-size: 40px;
            color: #0c2d49;
            margin-bottom: 20px;
        }
section.country-footer.clearfix {
    display: none;
}

section.readmore-footer.nitro-offscreen.f-info {
    display: none;
}

        /* Responsive Design */
        @media (max-width: 768px) {
            .why-choose-us .container {
                flex-direction: column;
                align-items: center;
            }
        }
    .reason-box h3 {
    font-size: 18px;
}
   .login-logo {
    display: none;
}  
.styles__WidgetLauncherContainer-sc-f7xurm-0.hBTpyH {
    display: none !important;
}
@media screen and (max-width: 900px) {
    .my-banner-contentn {
        display: none;
    }
    .reversesec {
        display: flex;
        flex-direction: column-reverse;
        padding-top: 12px;
    }
}

  .hero-slider{
    position:relative;
    width:100%;
    height:var(--slider-h);
    overflow:hidden;
    font-family:system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial;
  }
  .hero-track{
    display:flex;
    height:100%;
    transition:transform .6s ease;
    will-change:transform;
  }
  .hero-slide{
    position:relative;
    min-width:100%;
    height:100%;
    user-select:none;
  }
  .hero-slide picture,
  .hero-slide img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
  }
  /* Soft vignette + bottom gradient for text */
  .hero-slide::after{
    content:"";
    position:absolute; inset:0;
    background:
      radial-gradient(120% 100% at 50% 0%, rgba(0,0,0,.18) 0%, rgba(0,0,0,0) 55%),
      linear-gradient(to top, rgba(0,0,0,.45), rgba(0,0,0,0) 45%);
    pointer-events:none;
  }
  /* Caption */
  .hero-caption{
    position:absolute; inset:auto 0 6% 0;
    display:grid; place-items:center;
    text-align:center; color:#fff; padding:0 16px;
  }
  .hero-caption .cap-inner{
    max-width:1100px; margin:auto;
  }
  .hero-caption h2{ 
    margin:0 0 .35rem; 
    font-weight:800; 
    line-height:1.15; 
    font-size: clamp(24px, 3.5vw, 48px);
    letter-spacing:.2px;
  }
  .hero-caption p{
    margin:0 0 1rem;
    opacity:.95;
    font-size: clamp(14px, 1.4vw, 18px);
  }
  .hero-btn{
    display:inline-block; 
    padding:.85rem 1.25rem; 
    border-radius:999px;
    background:var(--accent); 
    color:#fff; 
    text-decoration:none; 
    font-weight:700;
    box-shadow:0 8px 24px rgba(138,71,203,.35);
    transition:transform .2s ease, box-shadow .2s ease, background .2s ease;
  }
  .hero-btn:hover{ transform:translateY(-1px); box-shadow:0 10px 28px rgba(138,71,203,.45); }
  /* Arrows */
  .hero-arrow{
    position:absolute; top:50%; transform:translateY(-50%);
    width:44px; height:44px; display:grid; place-items:center;
    border-radius:999px; background:var(--arrow-bg); color:#fff; 
    backdrop-filter:saturate(1.2) blur(2px);
    cursor:pointer; z-index:3; transition:background .2s ease, transform .2s ease;
        background: black;
  }
  .hero-arrow:hover{ background:rgba(0,0,0,.6); transform:translateY(-50%) scale(1.05); }
  .hero-prev{ left:14px; } .hero-next{ right:14px; }
  .hero-arrow svg{ width:18px; height:18px; }
  /* Dots */
  .hero-dots{
    position:absolute; left:0; right:0; bottom:14px;
    display:flex; gap:8px; justify-content:center; z-index:3;
  }
  .hero-dot{
    width:9px; height:9px; border-radius:50%; background:var(--dot); cursor:pointer; border:none;
    transition:transform .2s ease, background .2s ease; 
  }
  .hero-dot[aria-current="true"]{ background:var(--dot-active); transform:scale(1.25); }
  /* Pause indicator (optional tiny bar) */
  .hero-slider[data-paused="true"]::before{
    content:""; position:absolute; left:50%; transform:translateX(-50%);
    bottom:0; height:3px; width:120px; background:linear-gradient(90deg, var(--accent), #c19bff);
    border-radius:999px; opacity:.6;
  }

  .topbar {
    background-color: #0c2d49;   /* deep red tone */
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    padding: 6px 0;
  }
  .topbar a {
    color: #fff;
    text-decoration: none;
  }
  .topbar i {
    color: #fff;
    margin-right: 6px;
  }
  .topbar span {
    margin-right: 16px;
    display: inline-flex;
    align-items: center;
  }
  /* Hide extra items on mobile */
  @media (max-width: 768px) {
    .topbar .hide-mobile { display: none !important; }
    .topbar { font-size: 14px; text-align: center; }
  }

@media screen and (max-width: 600px) {
section.why-OSA.Global.my-width {
    display: none;
}.reason-box {
    margin: auto;
    margin-bottom: 30px;
}
    .section-header.text-center {
        width: 100%;
        margin: auto;
    }
}

  .top-card{
    display:flex; gap:14px; align-items:flex-start; background:var(--bg);
    padding:18px; border-radius:14px; border:1px solid #f0eef8;
    transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
  }
  .top-card:hover{
    transform:translateY(-2px);
    box-shadow:0 10px 24px rgba(138,71,203,.12);
    border-color:#e7e1f6;
  }
  .icon-badge{
    width:48px; height:48px; border-radius:12px; display:grid; place-items:center;
    background: #0c2d49;
    color:#fff; flex:0 0 48px;
    box-shadow:0 6px 14px rgba(138,71,203,.25);
  }
  .top-card h4{
    margin:0; font-size:1.05rem; color:var(--ink); font-weight:500; letter-spacing:.2px;
  }
  .top-card p{
    margin:.25rem 0 0; color:var(--muted); font-size:.92rem; line-height:1.35;
  }
  .top-card .meta{
    margin-top:.35rem; display:inline-block; font-weight:700; color:var(--accent);
    background:#f3ecff; padding:.15rem .5rem; border-radius:999px; font-size:.8rem;
  }
    /* Mobile */
  @media (max-width: 991px){ .threetop { grid-template-columns:1fr; } }
  
  h2.fix-heading img {
    display: none;
}.service-card {
    margin-bottom: 40px;
        background: white;
}.service-card img {
    width: 56px;
    margin-bottom: 22px;
}section#testimonial {
    padding-top: 0px;
    padding-bottom: 10px;
}
    .why-us .fa-check-circle {
        color: #8a47cb;
    }
    .why-us ul {
        font-size: 1rem;
        color: #666;
    }
    .why-us .d-flex {
        margin-bottom: 1rem;
    }
    .why-us .d-flex i {
        color: #8a47cb;
    }
    .why-us .img-fluid {
        border-radius: 12px;
    }.why-us .d-flex i {
    color: #0c2d49 !important;
    font-size: 22px;
    margin-right: 12px;
}section.why-us.py-5 img {
    margin-bottom: 22px;
}.top-card i {
    color: #e3b313;
}

/* HERO BASE */
.osa-hero {
    position: relative;
    padding: 24px 7%;
    background-color: #0c2d49;
    color: var(--osa-white);
    overflow: hidden;
    display: flex;
    align-items: center;
    background-image: url(https://tigertravelers.com/osaglobal/public/assets/img/bghero.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: multiply;
}

/* World map background */
.osa-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("world-map-light.png"); /* replace with your image */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.09;
  pointer-events: none;
}

.osa-hero-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top left, rgba(228, 179, 19, 0.25), transparent 60%),
              radial-gradient(circle at bottom right, rgba(103, 148, 29, 0.25), transparent 60%);
  pointer-events: none;
}

.osa-hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.1fr 1.4fr 1.1fr;
  gap: 40px;
  align-items: center;
}

/* LEFT: STUDENT IMAGE & FLOATING BADGES */
.osa-hero-left {
  display: flex;
  justify-content: center;
  align-items: center;
}

.student-wrapper {
  position: relative;
  max-width: 100%;
  animation: floatUpDown 4.5s ease-in-out infinite;
}

.student-img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.45);
  border: 4px solid rgba(228, 179, 19, 0.9);
  object-fit: cover;
}

/* BADGES */
.floating-badge {
  position: absolute;
  background: rgba(12, 45, 73, 0.95);
  color: var(--osa-text-light);
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 12px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 6px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(228, 179, 19, 0.7);
}

.badge-1 {
  top: -10px;
  left: -10px;
  animation: floatBadge1 5s ease-in-out infinite;
}
.badge-2 {
  bottom: 10px;
  right: -20px;
  animation: floatBadge2 5.5s ease-in-out infinite;
}
.badge-3 {
  top: 40%;
  left: -30px;
  animation: floatBadge3 6s ease-in-out infinite;
}

/* CENTER: TEXT */
.osa-hero-center {
  max-width: 540px;
}

.hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(228, 179, 19, 0.1);
  color: var(--osa-gold);
  font-size: 12px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border: 1px solid rgba(228, 179, 19, 0.6);
  margin-bottom: 16px;
}

.hero-title {
    font-size: 30px;
    line-height: 1.2;
    margin: 0 0 16px;
    color: white;
    font-weight: 800;
}

.hero-title span {
  color: var(--osa-gold);
}

.hero-subtitle {
  font-size: 15px;
  line-height: 1.7;
  color: var(--osa-text-light);
  margin-bottom: 16px;
}

.hero-points {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}

.hero-points li {
  font-size: 14px;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.hero-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

/* BUTTONS */
.btn-primary-osa {
  background: linear-gradient(135deg, var(--osa-gold), #f7d94c);
  color: #2f1d00;
  padding: 10px 22px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  border: none;
  outline: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.btn-primary-osa:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.5);
}

.btn-ghost-osa {
  background: transparent;
  color: var(--osa-text-light);
  padding: 10px 20px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  font-size: 14px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s ease, border-color 0.15s ease;
}

.btn-ghost-osa:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.6);
}

/* RIGHT: FORM CARD */
.osa-hero-right {
  display: flex;
  justify-content: flex-end;
}

.apply-card {
  background: rgba(12, 45, 73, 0.96);
  border-radius: 18px;
  padding: 22px 20px;
  max-width: 100%;
  width: 100%;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.55);
  border: 1px solid rgba(228, 179, 19, 0.5);
  backdrop-filter: blur(8px);
  animation: slideInRight 0.8s ease-out;
}

.apply-card h3 {
  margin: 0 0 6px;
  font-size: 20px;
    color: white;
}

.apply-subtitle {
  margin: 0 0 18px;
  font-size: 13px;
  color: #c3d4e7;
}

.form-group {
  margin-bottom: 12px;
}

.form-group label {
  display: block;
  font-size: 12px;
  margin-bottom: 4px;
  color: #e3ecf7;
}

.form-group input,
.form-group select {
  width: 100%;
  padding: 8px 10px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: white;
  color: var(--osa-text-light);
  font-size: 13px;
  outline: none;
}.hero-cta-row button {
    background: white;
    color: black;
}

.form-group input::placeholder {
  color: #8fa3bc;
}

.form-group input:focus,
.form-group select:focus {
  border-color: var(--osa-gold);
  box-shadow: 0 0 0 1px rgba(228, 179, 19, 0.6);
}

.btn-submit-osa {
  width: 100%;
  margin-top: 4px;
  padding: 10px 16px;
  border-radius: 999px;
  border: none;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  background: linear-gradient(135deg, var(--osa-gold), var(--osa-green));
  color: #2f1d00;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.btn-submit-osa:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 35px rgba(0, 0, 0, 0.7);
}

.form-note {
  margin-top: 8px;
  font-size: 11px;
  color: #b8cae2;
}

/* ANIMATIONS */
@keyframes floatUpDown {
  0% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
  100% { transform: translateY(0); }
}

@keyframes floatBadge1 {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(4px, -6px); }
}

@keyframes floatBadge2 {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(-6px, 4px); }
}

@keyframes floatBadge3 {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(3px, -4px); }
}

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .osa-hero-inner {
    grid-template-columns: 1fr 1.2fr;
    grid-template-areas:
      "center center"
      "left right";
  }

  .osa-hero-left {
    grid-area: left;
    order: 2;
  }

  .osa-hero-center {
    grid-area: center;
    order: 1;
  }

  .osa-hero-right {
    grid-area: right;
    order: 3;
    justify-content: flex-start;
  }
}

/* ABOUT SECTION BASE */
.osa-about {
  position: relative;
  overflow: hidden;
}

.osa-about-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.4fr 1.2fr;
  gap: 50px;
  align-items: center;
}

/* LEFT CONTENT */
.osa-about-left {
  animation: fadeInUp 0.9s ease-out;
}

.about-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(103, 148, 29, 0.12);
  color: var(--osa-green);
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border: 1px solid rgba(103, 148, 29, 0.7);
  margin-bottom: 14px;
}

.about-title {
    font-size: 30px;
    line-height: 1.3;
    margin: 0 0 16px;
    font-weight: 700;
}

.about-title span {
  color: var(--osa-gold);
}

.about-text {
  font-size: 14px;
  line-height: 1.8;
  color: black;
  margin-bottom: 10px;
}

/* HIGHLIGHTS */
.about-highlights {
  margin-top: 18px;
  display: flex;
  /*flex-direction: column;*/
  gap: 12px;
}

.about-highlight {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(4, 20, 36, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.07);
}

.icon-circle {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  background: linear-gradient(135deg, rgba(228, 179, 19, 0.9), rgba(244, 220, 118, 0.9));
  color: #2d1d00;
  flex-shrink: 0;
}

.icon-circle.green {
  background: linear-gradient(135deg, rgba(103, 148, 29, 0.9), rgba(187, 226, 121, 0.9));
  color: #071201;
}

.icon-circle.gold {
  background: linear-gradient(135deg, rgba(228, 179, 19, 0.95), rgba(255, 237, 188, 0.95));
}

.about-highlight h4 {
  font-size: 14px;
  margin: 0 0 2px;
  color: var(--osa-white);
}

.about-highlight p {
  font-size: 12px;
  margin: 0;
  color: #c1d1ea;
}

/* RIGHT VISUAL */
.osa-about-right {
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-img-card {
  position: relative;
  max-width: 100%;
  width: 100%;
  animation: floatCard 4.5s ease-in-out infinite;
}

.about-img {
  width: 100%;
}

/* Floating stats */
.about-stat-card {
  position: absolute;
  background: rgba(12, 45, 73, 0.96);
  border-radius: 14px;
  padding: 10px 14px;
  min-width: 180px;
  border: 1px solid rgba(228, 179, 19, 0.7);
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(6px);
  color: var(--osa-text-light);
  font-size: 12px;
}

.about-stat-card h5 {
  margin: 0 0 3px;
  font-size: 13px;
  color: var(--osa-gold);
}

.about-stat-card p {
  margin: 0;
  font-size: 11px;
  color: #c0d4ec;
}

.stat-1 {
  top: 80PX;
  left: -10px;
  animation: floatBadge1 5s ease-in-out infinite;
}

.stat-2 {
    bottom: 55px;
    right: 24px;
    animation: floatBadge2 5.5s 
ease-in-out infinite;
}

/* ANIMATIONS */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes floatCard {
  0% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
  100% { transform: translateY(0); }
}

@keyframes floatBadge1 {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(4px, -5px); }
}

@keyframes floatBadge2 {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(-5px, 4px); }
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .osa-about-inner {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .osa-about-right {
    order: -1;
  }

  .osa-about {
    padding: 60px 20px 70px;
  }

  .about-title {
    font-size: 26px;
  }
}

@media (max-width: 600px) {
  .about-img-card {
    max-width: 280px;
  }

  .about-stat-card {
    min-width: 150px;
  }

  .stat-1 {
    top: -12px;
    left: -4px;
  }

  .stat-2 {
    bottom: -6px;
    right: -4px;
  }
}

/* SERVICES SECTION BASE */
.osa-services {
  position: relative;
  padding: 80px 7% 90px;
  background: radial-gradient(circle at top, #15385a, #0c2d49 55%, #061421);
  color: var(--osa-white);
  overflow: hidden;
}

/* subtle pattern / texture */
.osa-services::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 1px 1px, rgba(255, 255, 255, 0.04) 1px, transparent 0);
  background-size: 18px 18px;
  opacity: 0.5;
  pointer-events: none;
}

.osa-services-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at bottom right, rgba(228, 179, 19, 0.15), transparent 60%);
  pointer-events: none;
}

.osa-services-inner {
  position: relative;
  z-index: 2;
}

/* HEADER */
.services-header {
  max-width: 700px;
  margin: 0 auto 40px;
  text-align: center;
}

.services-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(228, 179, 19, 0.12);
  color: var(--osa-gold);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 1px solid rgba(228, 179, 19, 0.7);
  margin-bottom: 14px;
}

.services-title {
    font-size: 30px;
    margin: 0 0 10px;
    line-height: 1.3;
    font-weight: 800;
    color: white;
}
.services-title span {
  color: var(--osa-gold);
}

.services-subtitle {
  margin: 0;
  font-size: 14px;
  color: #d0def1;
  line-height: 1.7;
}

/* GRID */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 20px;
}

/* CARD */
.service-card {
  position: relative;
  background: rgba(5, 23, 42, 0.96);
  border-radius: 18px;
  padding: 18px 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.55);
  overflow: hidden;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.service-card::before {
  content: "";
  position: absolute;
  inset: -40%;
  background: radial-gradient(circle at top left, rgba(228, 179, 19, 0.2), transparent 55%);
  opacity: 0;
  transition: opacity 0.2s ease;
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 45px rgba(0, 0, 0, 0.75);
  border-color: rgba(228, 179, 19, 0.65);
}

.service-card:hover::before {
  opacity: 1;
}

.service-icon-circle {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-bottom: 10px;
  background: linear-gradient(135deg, #214365, #0c2d49);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.service-icon-circle.gold {
  background: linear-gradient(135deg, var(--osa-gold), #f7e393);
  color: #3a2900;
}

.service-icon-circle.green {
  background: linear-gradient(135deg, var(--osa-green), #c9ee8e);
  color: #081402;
}

.service-card h3 {
  margin: 0 0 8px;
  font-size: 16px;
  color: var(--osa-text-light);
}

.service-card p {
  margin: 0 0 10px;
  font-size: 13px;
  color: #c5d5ed;
  line-height: 1.7;
}

/* POINTS */
.service-points {
  list-style: none;
  padding: 0;
  margin: 0;
}

.service-points li {
  position: relative;
  padding-left: 16px;
  font-size: 12px;
  color: #e0ebff;
  margin-bottom: 4px;
}

.service-points li::before {
  content: "•";
  position: absolute;
  left: 4px;
  top: 0;
  color: var(--osa-gold);
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .services-title {
    font-size: 26px;
  }
}

@media (max-width: 640px) {
  .osa-services {
    padding: 60px 20px 70px;
  }

  .services-grid {
    grid-template-columns: 1fr;
  }

  .service-card {
    padding: 16px 14px 18px;
  }
}

/* SECTION BASE */
.osa-founder {
  position: relative;
  padding: 90px 7% 100px;
  overflow: hidden;
}

.osa-founder-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(228, 179, 19, 0.18), transparent 65%),
              radial-gradient(circle at bottom left, rgba(103,148,29,0.18), transparent 60%);
  pointer-events: none;
}

.osa-founder-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.2fr 1.5fr;
  gap: 50px;
  align-items: center;
}

/* LEFT IMAGE CARD */
.founder-left {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.founder-img-card {
  position: relative;
  max-width: 100%;
  animation: floatProfile 4.5s ease-in-out infinite;
}

.founder-img {
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}

/* FLOATING BADGES */
.founder-badge {
  position: absolute;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(12, 45, 73, 0.95);
  color: var(--osa-text-light);
  font-size: 12px;
  border: 1px solid rgba(228,179,19,0.7);
  white-space: nowrap;
  box-shadow: 0 10px 25px rgba(0,0,0,0.45);
}

.badge-1 { top: -15px; left: -10px; animation: floatBadge1 5s infinite; }
.badge-2 { bottom: -10px; right: -12px; animation: floatBadge2 5.5s infinite; }
.badge-3 { top: 40%; left: -30px; animation: floatBadge3 6s infinite; }

/* RIGHT CONTENT */
.founder-right {
  animation: fadeInUp 0.9s ease-out;
}

.founder-tag {
  display: inline-flex;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(228, 179, 19, 0.12);
  color: var(--osa-gold);
  font-size: 12px;
  text-transform: uppercase;
  border: 1px solid rgba(228, 179, 19, 0.7);
  margin-bottom: 12px;
}

.founder-title {
  font-size: 28px;
  line-height: 1.3;
  margin-bottom: 14px;
  font-weight: 700;
}

.founder-title span {
  color: var(--osa-gold);
}

.founder-quote {
  font-size: 17px;
  font-weight: 600;
  padding: 12px 18px;
  margin-bottom: 18px;
  border-left: 3px solid var(--osa-gold);
  background: rgba(231, 189, 46, 0.1);
  border-radius: 6px;
  color: var(--osa-gold);
  font-style: italic;
}

.founder-text {
  font-size: 14px;
  line-height: 1.8;
  color: black;
  margin-bottom: 12px;
}

.founder-name {
  margin-top: 10px;
  font-size: 14px;
  color: var(--osa-gold);
  font-weight: 600;
}

/* ANIMATIONS */
@keyframes floatProfile {
  0% { transform: translateY(0px); }
  50% { transform: translateY(-10px); }
  100% { transform: translateY(0px); }
}

@keyframes floatBadge1 {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(4px, -5px); }
}

@keyframes floatBadge2 {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(-5px, 4px); }
}

@keyframes floatBadge3 {
  0%,100% { transform: translate(0,0); }
  50% { transform: translate(4px, -4px); }
}

@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .osa-founder-inner {
    grid-template-columns: 1fr;
  }

  .founder-right {
    text-align: left;
  }
}

@media (max-width: 600px) {
  .osa-founder {
    padding: 60px 20px 70px;
  }

  .founder-img-card {
    max-width: 260px;
  }

  .founder-title {
    font-size: 24px;
  }
}.osa-founder-section {
  background: var(--light-bg);
  padding: 60px 5%;
  border-radius: 10px;
}

.founder-container {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 40px;
  align-items: center;
}

/* LEFT SIDE */
.founder-photo-wrap {
  width: 340px;
  height: 340px;
  border-radius: 50%;
  overflow: hidden;
  border: 6px solid var(--osa-gold);
  margin-bottom: 18px;
}

.founder-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.founder-quote-box {
  font-size: 14px;
  font-style: italic;
  color: var(--osa-blue);
  margin-bottom: 10px;
  line-height: 1.6;
}

.founder-name {
  font-size: 14px;
  font-weight: 600;
  color: var(--osa-blue);
}

/* RIGHT SIDE */
.founder-heading {
  color: var(--osa-gold);
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 14px;
}

.osa-btn {
  background: var(--osa-gold);
  color: var(--osa-blue);
  padding: 12px 26px;
  border: none;
  border-radius: 30px;
  font-size: 14px;
  cursor: pointer;
  margin-top: 10px;
  font-weight: 600;
  transition: 0.2s ease-in-out;
}

.osa-btn:hover {
  background: #f3c933;
  transform: translateY(-2px);
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .founder-container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .founder-photo-wrap {
    margin: 0 auto 18px;
  }
}
/* Outer strip */


.osa-stats-inner {
  max-width: 1100px;
  margin: 0 auto;
  background: #e9f0f8;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 18px 40px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.04);
}

/* Each item */
.osa-stat-item {
  text-align: center;
  padding: 0 10px;
}

.osa-stat-number {
  font-size: 22px;
  font-weight: 700;
  color: var(--osa-blue);
}

.osa-stat-label {
  font-size: 13px;
  color: #111;
  margin-top: 4px;
}

/* Divider */
.osa-stat-divider {
  width: 1px;
  height: 36px;
  background: rgba(12, 45, 73, 0.16);
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .osa-stats-inner {
    flex-direction: column;
    padding: 20px 24px;
    border-radius: 24px;
  }

  .osa-stat-divider {
    width: 60%;
    height: 1px;
    margin: 10px 0;
  }

  .osa-stat-number {
    font-size: 20px;
  }
}
.osa-team {
  background: var(--osa-bg-light);
  padding: 70px 7% 80px;
}


/* HEADER */
.team-header {
  text-align: center;
  max-width: 650px;
  margin: 0 auto 40px;
}

.team-tag {
  display: inline-flex;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(12, 45, 73, 0.06);
  border: 1px solid rgba(12, 45, 49, 0.2);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--osa-blue);
  margin-bottom: 10px;
}

.team-header h2 {
  font-size: 28px;
  color: var(--osa-blue);
  margin-bottom: 8px;
  font-weight: 700;
}

.team-header p {
  font-size: 14px;
  color: #444;
}

/* GRID */
.team-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px;
}

/* CARD */
.team-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 16px 14px 18px;
  text-align: center;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(12, 45, 73, 0.06);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.team-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
  border-color: rgba(228, 179, 19, 0.7);
}

/* PHOTO */
.team-photo-wrap {
  width: 110px;
  height: 110px;
  margin: 0 auto 10px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid var(--osa-gold);
}

.team-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* TEXT */
.team-name {
  font-size: 15px;
  font-weight: 600;
  color: var(--osa-blue);
  margin: 6px 0 3px;
}

.team-role {
  font-size: 12px;
  color: var(--osa-green);
  margin-bottom: 6px;
}

.team-bio {
  font-size: 12px;
  color: #555;
  line-height: 1.5;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .team-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .osa-team {
    padding: 60px 20px 70px;
  }
}

@media (max-width: 480px) {
  .team-grid {
    grid-template-columns: 1fr;
  }
}/* SECTION BASE */
.osa-why {
  background: linear-gradient(135deg, #f4f6fb, #e9f0f8);
  padding: 70px 7% 80px;
}

.osa-why-inner {
  max-width: 1200px;
  margin: 0 auto;
}

/* HEADER */
.osa-why-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 40px;
}

.why-tag {
  display: inline-flex;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(12, 45, 73, 0.06);
  border: 1px solid rgba(12, 45, 73, 0.22);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--osa-blue);
  margin-bottom: 10px;
}

.osa-why-header h2 {
  font-size: 26px;
  color: var(--osa-blue);
  margin-bottom: 8px;
      font-weight: 700;
}

.osa-why-header p {
  font-size: 14px;
  color: #444;
  line-height: 1.7;
}

/* GRID */
.osa-why-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

/* CARD */
.why-card {
  background: var(--osa-white);
  border-radius: 18px;
  padding: 18px 16px 20px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(12, 45, 73, 0.07);
  position: relative;
  overflow: hidden;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.why-card::before {
  content: "";
  position: absolute;
  inset: -40%;
  background: radial-gradient(circle at top left,
              rgba(228, 179, 19, 0.2),
              transparent 55%);
  opacity: 0;
  transition: opacity 0.2s ease;
}

.why-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.13);
  border-color: rgba(228, 179, 19, 0.7);
}

.why-card:hover::before {
  opacity: 1;
}

/* ICON CIRCLE */
.why-icon-circle {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin-bottom: 8px;
  background: linear-gradient(135deg, #0c2d49, #214365);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.why-icon-circle.gold {
  background: linear-gradient(135deg, var(--osa-gold), #f5df87);
  color: #3b2800;
}

.why-icon-circle.green {
  background: linear-gradient(135deg, var(--osa-green), #c7ec8b);
  color: #061402;
}

.why-card h3 {
  font-size: 15px;
  font-weight: 600;
  color: var(--osa-blue);
  margin-bottom: 6px;
}

.why-card p {
  font-size: 13px;
  color: #555;
  line-height: 1.6;
}

/* ghost filler card (optional) */
.ghost-card {
  background: transparent;
  box-shadow: none;
  border: none;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .osa-why-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .osa-why {
    padding: 60px 20px 70px;
  }

  .osa-why-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  .osa-why-grid {
    grid-template-columns: 1fr;
  }
}
/* SECTION BASE */
.osa-achievements {
  background: linear-gradient(135deg, #0c2d49, #08192b);
  padding: 70px 7% 80px;
  color: var(--osa-white);
  position: relative;
  overflow: hidden;
}

.osa-achievements::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top left, rgba(228, 179, 19, 0.16), transparent 60%),
              radial-gradient(circle at bottom right, rgba(103, 148, 29, 0.16), transparent 60%);
  pointer-events: none;
}

.osa-achievements-inner {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
}

/* HEADER */
.achievements-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 40px;
}

.achievements-tag {
  display: inline-flex;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(228, 179, 19, 0.7);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--osa-gold);
  margin-bottom: 10px;
}

.achievements-header h2 {
    font-size: 26px;
    margin-bottom: 8px;
    font-weight: 700;
    color: white;
}

.achievements-header p {
  font-size: 14px;
  color: #d4e1f3;
  line-height: 1.7;
}

/* GRID */
.achievements-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

/* CARD */
.achievement-card {
  background: rgba(5, 22, 40, 0.96);
  border-radius: 18px;
  padding: 18px 16px 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 16px 35px rgba(0, 0, 0, 0.5);
  position: relative;
  overflow: hidden;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.achievement-card::before {
  content: "";
  position: absolute;
  inset: -35%;
  background: radial-gradient(circle at top left,
              rgba(228, 179, 19, 0.23),
              transparent 60%);
  opacity: 0;
  transition: opacity 0.2s ease;
}

.achievement-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 45px rgba(0, 0, 0, 0.7);
  border-color: rgba(228, 179, 19, 0.75);
}

.achievement-card:hover::before {
  opacity: 1;
}

/* ICON */
.achievement-icon {
  width: 38px;
  height: 38px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-bottom: 8px;
  background: linear-gradient(135deg, #153a5d, #0c2d49);
  border: 1px solid rgba(255, 255, 255, 0.35);
}

.achievement-icon.gold {
  background: linear-gradient(135deg, var(--osa-gold), #f5df87);
  color: #3c2800;
}

.achievement-icon.green {
  background: linear-gradient(135deg, var(--osa-green), #c6eb8a);
  color: #071402;
}

.achievement-card h3 {
  font-size: 15px;
  margin-bottom: 6px;
  color: var(--osa-white);
}

.achievement-card p {
  font-size: 13px;
  color: #c8d7f0;
  line-height: 1.6;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .achievements-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .osa-achievements {
    padding: 60px 20px 70px;
  }

  .achievements-grid {
    grid-template-columns: 1fr;
  }
}/* SECTION BASE */
.osa-resources {
  background: var(--osa-bg-light);
  padding: 70px 7% 80px;
}

.osa-resources-inner {
  max-width: 1100px;
  margin: 0 auto;
}

/* HEADER */
.resources-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 40px;
}

.resources-tag {
  display: inline-flex;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(12, 45, 73, 0.06);
  border: 1px solid rgba(12, 45, 73, 0.2);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--osa-blue);
  margin-bottom: 10px;
}

.resources-header h2 {
  color: var(--osa-blue);
  margin-bottom: 8px;
  font-weight: 700;
}

.resources-header p {
  color: #444;
  line-height: 1.7;
}

/* GRID */
.resources-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

/* CARD */
.resource-card {
  background: var(--osa-white);
  border-radius: 18px;
  padding: 20px 18px 22px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(12, 45, 73, 0.08);
  position: relative;
  overflow: hidden;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.resource-card::before {
  content: "";
  position: absolute;
  inset: -40%;
  background: radial-gradient(circle at top left,
              rgba(228, 179, 19, 0.2),
              transparent 55%);
  opacity: 0;
  transition: opacity 0.2s ease;
}

.resource-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12);
  border-color: rgba(228, 179, 19, 0.7);
}

.resource-card:hover::before {
  opacity: 1;
}

/* ICON */
.resource-icon {
  width: 38px;
  height: 38px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  background: linear-gradient(135deg, #0c2d49, #214365);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.35);
}

.resource-icon.gold {
  background: linear-gradient(135deg, var(--osa-gold), #f5df87);
  color: #3c2800;
}

.resource-icon.green {
  background: linear-gradient(135deg, var(--osa-green), #c6eb8a);
  color: #071402;
}

/* TEXT */
.resource-card h3 {
  color: var(--osa-blue);
  margin-bottom: 8px;
}

.resource-card p {
  color: #555;
  line-height: 1.7;
  margin-bottom: 10px;
}

/* POINTS */
.resource-points {
  list-style: none;
  padding: 0;
  margin: 0;
}

.resource-points li {
  position: relative;
  padding-left: 16px;
  color: #333;
  margin-bottom: 4px;
}

.resource-points li::before {
  content: "•";
  position: absolute;
  left: 4px;
  top: 0;
  color: var(--osa-gold);
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .osa-resources {
    padding: 60px 20px 70px;
  }

  .resources-grid {
    grid-template-columns: 1fr;
  }
}/* SECTION BASE */
.osa-contact {
  background: linear-gradient(135deg, #0c2d49, #081829);
  padding: 70px 7% 80px;
  color: var(--osa-white);
}

.osa-contact-inner {
  max-width: 1100px;
  margin: 0 auto;
}

/* HEADER */
.contact-header {
  text-align: center;
  max-width: 650px;
  margin: 0 auto 40px;
}

.contact-tag {
  display: inline-flex;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(228, 179, 19, 0.7);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--osa-gold);
  margin-bottom: 10px;
}

.contact-header h2 {
    font-size: 26px;
    margin-bottom: 8px;
    color: white;
    font-weight: 700;
}

.contact-header p {
  font-size: 14px;
  color: #d2e0f4;
}

/* GRID */
.contact-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 24px;
  align-items: stretch;
}

/* LEFT CARD */
.contact-details-card {
  background: rgba(5, 23, 42, 0.96);
  border-radius: 18px;
  padding: 20px 18px 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.55);
}

.contact-details-card h3 {
  font-size: 18px;
  margin-bottom: 14px;
  color: var(--osa-gold);
}

.contact-row {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-bottom: 12px;
}

.contact-icon-circle {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  background: linear-gradient(135deg, #153b5d, #0c2d49);
  border: 1px solid rgba(255, 255, 255, 0.35);
  flex-shrink: 0;
}

.contact-row h4 {
  font-size: 14px;
  margin: 0 0 2px;
  color: var(--osa-white);
}

.contact-row p {
  font-size: 13px;
  margin: 0;
  color: #c9d7ee;
}

/* RIGHT CARD: QR */
.contact-qr-card {
  background: rgba(5, 23, 42, 0.96);
  border-radius: 18px;
  padding: 20px 18px 24px;
  border: 1px solid rgba(228, 179, 19, 0.7);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.65);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.contact-qr-card h3 {
  font-size: 18px;
  margin-bottom: 6px;
  color: var(--osa-gold);
}

.contact-qr-card p {
  font-size: 13px;
  color: #d3e0f2;
  margin-bottom: 14px;
}

/* QR BOX */
.qr-box {
  background: rgba(3, 15, 27, 0.95);
  border-radius: 14px;
  padding: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}


/* WhatsApp text */
.contact-whatsapp-text .wa-label {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(103, 148, 29, 0.12);
  border: 1px solid rgba(103, 148, 29, 0.7);
  font-size: 11px;
  color: var(--osa-green);
  margin-bottom: 6px;
}

.contact-whatsapp-text p {
  font-size: 12px;
  color: #c9d7ee;
  margin: 0;
}

/* PAGE WRAPPER */
.about-page {
  position: relative;
  background: #f1f4fa;
  font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
  color: #222;
}

/* Soft education shapes in background */
.edu-shape {
  position: fixed;
  font-size: 70px;
  opacity: 0.04;
  pointer-events: none;
  z-index: 0;
}

.edu-shape-top {
  content: "🎓 📚";
  top: 8%;
  left: 3%;
}
.edu-shape-bottom {
  content: "🌍 ✈️";
  bottom: 6%;
  right: 4%;
}

/* Helper */
.about-section-inner {
  margin: 0 auto;
  padding: 50px 7%;
  position: relative;
  z-index: 1;
}

.section-heading {
  margin-bottom: 25px;
}

.section-heading.center {
  text-align: center;
  max-width: 650px;
  margin: 0 auto 30px;
}

.section-heading.light h2,
.section-heading.light p {
  color: #eaf1ff;
}

.section-tag {
  display: inline-flex;
  padding: 5px 13px;
  border-radius: 999px;
  background: rgba(12, 45, 73, 0.06);
  border: 1px solid rgba(12, 45, 73, 0.22);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--osa-blue);
  margin-bottom: 8px;
}

.section-tag.gold {
  background: rgba(228, 179, 19, 0.12);
  border-color: rgba(228, 179, 19, 0.7);
  color: var(--osa-gold);
}

.section-heading h2 {
  color: var(--osa-blue);
}

/* HERO */
.about-hero {
  background: radial-gradient(circle at top, #1b4063, #0c2d49 60%, #061726);
  color: var(--osa-white);
  padding: 70px 7% 60px;
  position: relative;
  overflow: hidden;
}

.about-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("world-map-light.png"); /* replace if needed */
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.08;
  pointer-events: none;
}

.about-hero-inner {
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 40px;
  position: relative;
  z-index: 1;
}

.about-pill {
  display: inline-flex;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(228, 179, 19, 0.1);
  border: 1px solid rgba(228, 179, 19, 0.7);
  color: var(--osa-gold);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.about-hero-left h1 {
  margin-bottom: 10px;
  color: white;
}

.about-hero-left h1 span {
  color: var(--osa-gold);
}

.about-hero-left p {
  color: #d7e5ff;
  max-width: 520px;
  margin-bottom: 12px;
}

.about-hero-points {
  list-style: none;
  color: #e7f0ff;
  padding-left: 0px;
}

.about-hero-points li {
  margin-bottom: 4px;
}

/* hero visual */
.about-hero-right {
  display: flex;
  justify-content: flex-end;
}

.about-hero-visual {
  position: relative;
  animation: floatHero 4.5s ease-in-out infinite;
}

.about-hero-img-wrap {
  border-radius: 22px;
  overflow: hidden;
  border: 3px solid rgba(228, 179, 19, 0.8);
  box-shadow: 0 25px 55px rgba(0, 0, 0, 0.7);
}

.about-hero-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-hero-badge {
  position: absolute;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(12, 45, 73, 0.95);
  color: #f5f7fb;
  font-size: 11px;
  border: 1px solid rgba(228, 179, 19, 0.7);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.55);
}

.badge-1 {
  top: -14px;
  left: -10px;
}
.badge-2 {
  bottom: -12px;
  right: -16px;
}

/* MAIN ABOUT STORY */
.about-story {
  background: #f6f8fd;
}

.about-story-grid {
  display: grid;
  grid-template-columns: 1.6fr 1.1fr;
  gap: 30px;
}

.about-story-text p {
  color: #333;
  margin-bottom: 8px;
}

.about-highlight-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 16px 14px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(12, 45, 73, 0.08);
  margin-bottom: 16px;
}

.about-highlight-card h3 {
  color: var(--osa-blue);
  margin-bottom: 8px;
}

.about-highlight-card ul {
  list-style: none;
  color: #444;
  padding-left: 0;
}

.about-highlight-card li {
  margin-bottom: 4px;
}

.about-mini-stats {
  display: flex;
  gap: 18px;
}

.about-mini-stats .mini-number {
  display: block;
  font-weight: 700;
  color: var(--osa-blue);
}

.about-mini-stats .mini-label {
  color: #555;
}

/* FOUNDER NOTE */
.founder-note {
  background: radial-gradient(circle at top, #15385a, #0c2d49);
  color: #e9f2ff;
}

.founder-inner {
  display: grid;
  grid-template-columns: 1.1fr 1.6fr;
  gap: 40px;
  align-items: center;
}

.founder-photo-card {
  position: relative;
}

.founder-img {
  width: 100%;
  border-radius: 22px;
  border: 4px solid rgba(228, 179, 19, 0.8);
  box-shadow: 0 25px 55px rgba(0, 0, 0, 0.7);
  object-fit: cover;
}

.founder-chip {
  position: absolute;
  background: rgba(5, 23, 42, 0.95);
  color: #f5f7fb;
  padding: 7px 12px;
  border-radius: 999px;
  font-size: 11px;
  border: 1px solid rgba(228, 179, 19, 0.7);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.55);
}

.chip-1 {
  top: -14px;
  left: -8px;
}
.chip-2 {
  bottom: -14px;
  right: -10px;
}

.founder-right h2 {
  font-size: 24px;
  margin-bottom: 10px;
      color: white;
}

.founder-quote {
  font-style: italic;
  border-left: 3px solid var(--osa-gold);
  padding: 8px 12px;
  background: rgba(231, 189, 46, 0.1);
  border-radius: 6px;
  margin-bottom: 12px;
}

.founder-right p {
  margin-bottom: 8px;
}

.founder-sign {
  margin-top: 8px;
  color: var(--osa-gold);
  font-weight: 600;
}

/* TEAM */
.about-team {
  background: #f4f6fb;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.team-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 14px 12px 16px;
  text-align: center;
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(12, 45, 73, 0.08);
}

.team-photo-wrap {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid var(--osa-gold);
  margin: 0 auto 8px;
}

.team-photo-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team-card h3 {
  color: var(--osa-blue);
  margin-bottom: 2px;
}

.team-card .role {
  color: var(--osa-green);
  margin-bottom: 5px;
}

.team-card .bio {
  color: #555;
}

/* WHY CHOOSE US */
.about-why {
  background: #ffffff;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.why-card {
  background: #f8fafc;
  border-radius: 16px;
  padding: 14px 12px 16px;
  border: 1px solid rgba(12, 45, 73, 0.08);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.04);
}

.why-icon {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 6px;
  background: linear-gradient(135deg, #0c2d49, #214365);
  color: #ffffff;
}

.why-icon.gold {
  background: linear-gradient(135deg, var(--osa-gold), #f5df87);
  color: #3b2800;
}

.why-icon.green {
  background: linear-gradient(135deg, var(--osa-green), #c7ec8b);
  color: #061402;
}

.why-card h3 {
  color: var(--osa-blue);
  margin-bottom: 4px;
}

.why-card p {
  color: #555;
}

/* ACHIEVEMENTS */
.about-achievements {
  background: linear-gradient(135deg, #0c2d49, #08192b);
  color: var(--osa-white);
}

.achievements-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.ach-card {
  background: rgba(5, 23, 42, 0.96);
  border-radius: 16px;
  padding: 16px 14px 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.5);
}

.ach-icon {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin-bottom: 6px;
  background: linear-gradient(135deg, #153a5d, #0c2d49);
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.ach-icon.gold {
  background: linear-gradient(135deg, var(--osa-gold), #f5df87);
  color: #3c2800;
}

.ach-icon.green {
  background: linear-gradient(135deg, var(--osa-green), #c6eb8a);
  color: #071402;
}

.ach-card h3 {
  margin-bottom: 4px;
  color: white;
}

.ach-card p {
  color: #d3e3ff;
}

/* RESOURCES */
.about-resources {
  background: #f4f6fb;
}

.resources-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.resource-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 16px 14px 18px;
  border: 1px solid rgba(12, 45, 73, 0.08);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.resource-icon {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin-bottom: 6px;
  background: linear-gradient(135deg, #0c2d49, #214365);
  color: #ffffff;
}

.resource-icon.gold {
  background: linear-gradient(135deg, var(--osa-gold), #f5df87);
  color: #3c2800;
}

.resource-icon.green {
  background: linear-gradient(135deg, var(--osa-green), #c6eb8a);
  color: #071402;
}

.resource-card h3 {
  color: var(--osa-blue);
  margin-bottom: 6px;
}

.resource-card p {
  color: #555;
  margin-bottom: 6px;
}

.resource-card ul {
  list-style: none;
  padding-left: 0;
  font-size: 12px;
  color: #444;
}

.resource-card ul li {
  margin-bottom: 3px;
}

/* CONTACT CTA */
.about-contact-cta {
  background: #0c2d49;
  color: var(--osa-white);
}

.contact-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.contact-cta-inner h2 {
  margin-bottom: 4px;
}

.contact-cta-inner p {
  color: #d5e2ff;
}

.cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--osa-gold), #f7df75);
  color: #2d1b00;
  font-weight: 600;
}

/* ANIMATIONS & RESPONSIVE */
@keyframes floatHero {
  0% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
  100% { transform: translateY(0); }
}.contact-page {
  background: #eef3fb;
  font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
  color: #222;
  position: relative;
}

/* Soft education-style background emojis */
.contact-edu {
  position: fixed;
  opacity: 0.04;
  pointer-events: none;
  z-index: 0;
}

.contact-edu-top {
  top: 8%;
  left: 4%;
}

.contact-edu-bottom {
  bottom: 8%;
  right: 5%;
}

/* HERO */
.contact-hero {
  background: radial-gradient(circle at top, #1b4063, #0c2d49 60%, #061726);
  color: var(--osa-white);
  padding: 70px 7% 60px;
  position: relative;
  overflow: hidden;
}

.contact-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("images/world-map-light.png"); /* optional */
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.08;
  pointer-events: none;
}

.contact-hero-inner {
  max-width: 1150px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.5fr 1.1fr;
  gap: 40px;
  position: relative;
  z-index: 1;
}

.contact-pill {
  display: inline-flex;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(228, 179, 19, 0.1);
  border: 1px solid rgba(228, 179, 19, 0.7);
  color: var(--osa-gold);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.contact-hero-text h1 {
  margin-bottom: 10px;
  color: white;
}

.contact-hero-text h1 span {
  color: var(--osa-gold);
}

.contact-hero-text p {
  color: #d7e5ff;
  max-width: 520px;
  margin-bottom: 12px;
}

.contact-hero-points {
  list-style: none;
  color: #e7f0ff;
      padding: 0px;
}

.contact-hero-points li {
  margin-bottom: 4px;
}

/* Hero right highlight card */
.contact-hero-highlight {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.highlight-card {
  background: rgba(5, 23, 42, 0.96);
  border-radius: 18px;
  padding: 16px 15px;
  border: 1px solid rgba(228, 179, 19, 0.7);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.7);
  max-width: 320px;
}

.highlight-card h3 {
  color: var(--osa-gold);
  margin-bottom: 4px;
}

.highlight-card p {
  color: #dce7ff;
  margin-bottom: 10px;
}

.highlight-row {
  display: flex;
  gap: 10px;
  align-items: center;
}

.qr-small-box {
  width: 90px;
  height: 90px;
  border-radius: 12px;
  background: #020e1c;
  display: flex;
  align-items: center;
  justify-content: center;
}

.qr-small-box img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}

.highlight-info {
  flex: 1;
}

.wa-label {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 999px;
  border: 1px solid rgba(103, 148, 29, 0.7);
  background: rgba(103, 148, 29, 0.12);
  color: var(--osa-green);
  margin-bottom: 3px;
}

.wa-number {
  margin-top: 4px;
  color: #f7ffcb;
}

/* MAIN CONTACT SECTION */
.contact-main {
  padding: 60px 7%;
}

.contact-main-inner {
  max-width: 1150px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.5fr 1.1fr;
  gap: 28px;
}

/* FORM CARD */
.contact-form-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 22px 18px 24px;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.07);
  border: 1px solid rgba(12, 45, 73, 0.08);
}

.contact-form-card h2 {
  color: var(--osa-blue);
  margin-bottom: 6px;
}

.contact-form-card > p {
  color: #555;
  margin-bottom: 14px;
}

.form-row {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

.form-group {
  flex: 1;
}

.form-group.full-width {
  width: 100%;
  margin-top: 4px;
}

.form-group label {
  color: #333;
  display: block;
  margin-bottom: 3px;
}

.form-group label span {
  color: #c0392b;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 9px 10px;
  border-radius: 10px;
  border: 1px solid rgba(12, 45, 73, 0.3);
  outline: none;
  background: #f9fbff;
}

.form-group textarea {
  resize: vertical;
}

.btn-contact-submit {
  margin-top: 6px;
  width: 100%;
  padding: 10px 18px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  font-weight: 600;
  background: linear-gradient(135deg, var(--osa-gold), var(--osa-green));
  color: #2f1b00;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.2);
}

.form-note {
  margin-top: 8px;
  color: #666;
}

/* CONTACT INFO CARD */
.contact-info-card {
  background: #0c2d49;
  border-radius: 18px;
  padding: 22px 18px 24px;
  color: var(--osa-white);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.contact-info-card h2 {
  margin-bottom: 6px;
      color: white;
}

.info-intro {
  color: #d5e2ff;
  margin-bottom: 12px;
}

.info-block {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-bottom: 10px;
}

.info-icon {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #153b5d, #0c2d49);
  border: 1px solid rgba(255, 255, 255, 0.35);
  flex-shrink: 0;
}

.info-block h4 {
  margin: 0 0 2px;
}

.info-block p {
  color: #e0ecff;
  margin: 0;
}

.info-highlight {
  margin-top: 12px;
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(228, 179, 19, 0.13);
  border: 1px solid rgba(228, 179, 19, 0.7);
  color: #fff4c7;
}

.info-badge {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 999px;
  background: rgba(3, 13, 26, 0.9);
  margin-bottom: 4px;
}

/* EXTRA SECTION: MAP + QUICK SUPPORT */
.contact-extra {
  padding: 50px 7% 60px;
  background: var(--osa-bg-light);
}

.contact-extra-inner {
  max-width: 1150px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr 1.3fr;
  gap: 24px;
}

.map-box h3,
.quick-support h3 {
  color: var(--osa-blue);
  margin-bottom: 10px;
}

.map-placeholder {
  background: #dfe7f5;
  border-radius: 14px;
  border: 1px dashed rgba(12, 45, 73, 0.4);
  padding: 40px 10px;
  text-align: center;
  color: #555;
}

/* quick support */
.quick-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.quick-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 12px 10px;
  border: 1px solid rgba(12, 45, 73, 0.08);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.04);
}

.quick-card h4 {
  color: var(--osa-blue);
  margin-bottom: 4px;
}

.quick-card p {
  font-size: 12px;
  color: #555;
}
.destination-page.usa {
  font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
  background: #eef3fb;
  color: #222;
}

/* HERO */
.dest-hero-usa {
  position: relative;
  padding: 80px 7% 70px;
  color: var(--osa-white);
  background:
    linear-gradient(135deg, rgba(6, 23, 38, 0.95), rgba(12, 45, 73, 0.9)),
    url("https://tigertravelers.com/osaglobal/public/assets/img/backusa.webp") center/cover no-repeat; /* BACKGROUND IMAGE */
}

.dest-hero-inner {
  max-width: 1150px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.4fr 1.1fr;
  gap: 40px;
  align-items: center;
}

.dest-pill {
  display: inline-flex;
  padding: 6px 14px;
  border-radius: 999px;
  border: 1px solid rgba(228, 179, 19, 0.7);
  background: rgba(228, 179, 19, 0.1);
  color: var(--osa-gold);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.dest-hero-left h1 {
  font-size: 32px;
  margin-bottom: 12px;
  color: white;
}

.dest-hero-left h1 span {
  color: var(--osa-gold);
}

.dest-hero-left p {
  font-size: 14px;
  color: #d7e5ff;
  max-width: 520px;
  margin-bottom: 12px;
}

.dest-hero-points {
  list-style: none;
  font-size: 13px;
  color: #e7f0ff;
  margin-bottom: 14px;
  padding: 0px;
}

.dest-hero-points li {
  margin-bottom: 4px;
}

.dest-hero-badges {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.hero-badge {
  padding: 8px 10px;
  border-radius: 12px;
  background: rgba(5, 23, 42, 0.9);
  border: 1px solid rgba(228, 179, 19, 0.6);
  font-size: 11px;
}

.hero-badge span {
  display: block;
  color: #d8e4ff;
}

.hero-badge strong {
  display: block;
  color: var(--osa-gold);
}

/* hero right – student image */
.dest-hero-right {
  display: flex;
  justify-content: flex-end;
}

.hero-student-wrap {
  position: relative;
  animation: floatHero 4.5s ease-in-out infinite;
}

.hero-student-img {
  border-radius: 26px;
  overflow: hidden;
  border: 3px solid rgba(228, 179, 19, 0.8);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.7);
}

.hero-student-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-floating-card {
  position: absolute;
  bottom: -12px;
  left: -14px;
  display: flex;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 16px;
  background: rgba(5, 23, 42, 0.96);
  border: 1px solid rgba(228, 179, 19, 0.7);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.75);
  max-width: 230px;
}

.hero-flag {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    object-fit: cover;
    background: white;
}

.hero-floating-title {
  font-size: 12px;
  color: var(--osa-gold);
  margin-bottom: 2px;
}

.hero-floating-text {
  font-size: 11px;
  color: #dde8ff;
}

/* QUICK FACTS STRIP */
.dest-facts-strip {
  background: #0c2d49;
  color: #eaf1ff;
  padding: 18px 7%;
}

.dest-facts-inner {
  max-width: 1150px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.3fr 0.9fr 1.1fr;
  gap: 14px;
}

.fact-item {
  font-size: 12px;
}

.fact-label {
  display: inline-block;
  margin-bottom: 3px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #f7df75;
}

/* MAIN CONTENT */
.dest-main-usa {
  padding: 60px 7% 80px;
}

.dest-main-inner {
  max-width: 1150px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.6fr 1.2fr;
  gap: 24px;
}

/* Generic card */
.dest-card {
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(12, 45, 73, 0.08);
  margin-bottom: 18px;
  display: flex;
  flex-direction: column;
}

.card-media img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}

.side-media img {
  height: 100%;
}

.small-media img {
  height: 140px;
}

.card-body {
  padding: 16px 14px 18px;
}

.card-header {
  margin-bottom: 14px;
}

.card-tag {
  display: inline-flex;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(12, 45, 73, 0.06);
  border: 1px solid rgba(12, 45, 73, 0.22);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--osa-blue);
  margin-bottom: 6px;
}

.card-tag.green {
  background: rgba(103, 148, 29, 0.12);
  border-color: rgba(103, 148, 29, 0.7);
  color: var(--osa-green);
}

.card-tag.gold {
  background: rgba(228, 179, 19, 0.12);
  border-color: rgba(228, 179, 19, 0.7);
  color: var(--osa-gold);
}

.card-header h2 {
  font-size: 20px;
  color: var(--osa-blue);
  margin-bottom: 5px;
}

.card-header p {
  font-size: 13px;
  color: #555;
}

/* Tuition */
.tuition-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 4px;
}

.tuition-item {
  background: #f6f8fd;
  border-radius: 12px;
  padding: 10px;
  border: 1px solid rgba(12, 45, 73, 0.08);
}

.tuition-level {
  font-size: 12px;
  font-weight: 600;
  color: var(--osa-blue);
}

.tuition-range {
  font-size: 13px;
  font-weight: 600;
  color: #1a3a5b;
  margin: 2px 0 4px;
}

.tuition-note {
  font-size: 11px;
  color: #555;
}

/* Living split layout */

.living-split .card-body {
  flex: 1.4;
}

.living-split .card-media.side-media {
  flex: 1;
  min-width: 180px;
}

.living-grid {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.living-item {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  background: #f8fafc;
  border-radius: 12px;
  padding: 10px;
  border: 1px solid rgba(12, 45, 73, 0.05);
}

.living-icon {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #0c2d49, #214365);
  color: #ffffff;
  font-size: 18px;
  flex-shrink: 0;
}

.living-item h4 {
  font-size: 13px;
  color: var(--osa-blue);
  margin-bottom: 2px;
}

.living-item p {
  font-size: 12px;
  color: #555;
}

/* Entry requirements */
.entry-list {
  list-style: none;
  padding-left: 0;
  font-size: 12.5px;
  color: #444;
}

.entry-list li {
  margin-bottom: 8px;
}

.entry-note {
  display: block;
  font-size: 11px;
  color: #666;
}

/* Intakes split */

.intake-split .card-body {
  flex: 1.5;
}

.intake-split .card-media.side-media {
  flex: 1;
  min-width: 160px;
}

.intake-timeline {
  position: relative;
  margin-top: 6px;
  padding-left: 18px;
  border-left: 2px solid rgba(12, 45, 73, 0.25);
}

.intake-item {
  position: relative;
  margin-bottom: 12px;
}

.intake-dot {
  position: absolute;
  left: -15px;
  top: 3px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #d0d9e8;
  border: 2px solid #0c2d49;
}.dest-card .intake-dot.main {
    padding: inherit;
}

.intake-dot.main {
  background: var(--osa-gold);
}

.intake-content h4 {
  font-size: 13px;
  color: var(--osa-blue);
  margin-bottom: 2px;
}

.intake-content p {
  font-size: 12px;
  color: #555;
}

/* Scholarships – background image card */
.bg-image-card {
  position: relative;
  background:
    linear-gradient(135deg, rgba(6, 23, 38, 0.9), rgba(12, 45, 73, 0.98)),
    url("images/usa-scholarship-bg.jpg") center/cover no-repeat;
  color: #eaf1ff;
}

.bg-image-card .card-body {
  position: relative;
}

.bg-overlay {
  display: none; /* kept for structure if needed */
}

.scholarship-list {
  list-style: none;
  padding-left: 0;
  font-size: 12.5px;
}

.scholarship-list li {
  margin-bottom: 8px;
}

.dest-small {
  margin-top: 8px;
  font-size: 11px;
  color: #555;
}

.dest-small.light {
  color: #fcefb5;
}

/* WORK & POST-STUDY */
.dest-work-usa {
  padding: 50px 7% 60px;
  background: #f5f7fc;
}

.dest-work-inner {
  max-width: 1150px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.work-card {
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(12, 45, 73, 0.08);
  display: flex;
  flex-direction: column;
}

.work-media img {
  width: 100%;
  height: 170px;
  object-fit: cover;
}

.work-body {
  padding: 16px 14px 18px;
}

.work-body h2 {
  font-size: 20px;
  color: var(--osa-blue);
  margin-bottom: 6px;
}

.work-intro {
  font-size: 13px;
  color: #555;
  margin-bottom: 10px;
}

.work-list {
  list-style: none;
  padding-left: 0;
  font-size: 12.5px;
  color: #444;
}

.work-list li {
  margin-bottom: 6px;
}

/* COURSES & WHY */
.dest-courses-usa {
  padding: 50px 7% 60px;
  background: #eef3fb;
}

.dest-courses-inner {
  max-width: 1150px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 1.3fr;
  gap: 22px;
  align-items: stretch;
}

.courses-card,
.why-card {
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(12, 45, 73, 0.08);
  overflow: hidden;
}

.courses-content {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 10px;
  padding: 12px 12px 16px;
}

.courses-list ul {
  list-style: disc;
  margin-left: 18px;
  font-size: 13px;
  color: #444;
}

.courses-media img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 12px;
}


.why-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.why-body {
  padding: 14px 14px 16px;
}

.why-list {
  list-style: disc;
  margin-left: 18px;
  font-size: 13px;
  color: #444;
}

/* TOP UNIVERSITIES */
.dest-unis-usa {
  padding: 50px 7% 60px;
  background: #f5f7fc;
}

.dest-unis-inner {
  max-width: 1150px;
  margin: 0 auto;
}

.unis-header {
  margin-bottom: 18px;
}

.unis-header h2 {
  font-size: 22px;
  color: var(--osa-blue);
}

.unis-header h2 span {
  font-size: 14px;
  color: #555;
}

.unis-header p {
  font-size: 13px;
  color: #555;
}

.unis-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.uni-card {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(12, 45, 73, 0.06);
  text-align: center;
}

.uni-card img {
  width: 100%;
  height: 120px;
  object-fit: cover;
}

.uni-card h3 {
  font-size: 13px;
  padding: 8px 10px 10px;
  color: var(--osa-blue);
}

/* APPLICATION STEPS */
.dest-steps-usa {
  padding: 50px 7% 70px;
  background: #0c2d49;
  color: #eaf1ff;
}

.dest-steps-inner {
  max-width: 1150px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 22px;
  align-items: center;
}

.steps-left h2 {
  font-size: 22px;
  margin: 6px 0;
}

.steps-left p {
  font-size: 13px;
  color: #d7e5ff;
}

.steps-timeline {
  margin-top: 10px;
  border-left: 2px solid rgba(247, 223, 117, 0.7);
  padding-left: 16px;
}

.step-item {
  position: relative;
  margin-bottom: 12px;
}

.step-number {
  position: absolute;
  left: -36px;
  top: -2px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--osa-gold), #f7df75);
  color: #2f1b00;
  font-size: 11px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.step-content h4 {
  font-size: 13px;
  color: #fff;
  margin-bottom: 2px;
}

.step-content p {
  font-size: 12px;
  color: #d7e5ff;
}

.steps-right img {
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.6);
}.destination-page.uk {
  font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
  background: #eef3fb;
  color: #222;
}

/* ===========================
   UK HERO
   =========================== */
.dest-hero-uk {
  position: relative;
  padding: 80px 7% 70px;
  color: var(--osa-white);
  background:
    linear-gradient(135deg, rgba(6, 23, 38, 0.95), rgba(12, 45, 73, 0.9)),
    url("images/uk-hero-bg.jpg") center/cover no-repeat;  /* change path */
}

.dest-hero-uk-overlay {
  position: absolute;
  inset: 0;
  background-image: url("images/world-map-light.png"); /* optional, change path */
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.08;
  pointer-events: none;
}

.dest-hero-uk-inner {
  max-width: 1150px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.4fr 1.1fr;
  gap: 40px;
  align-items: center;
}

/* Shared pill */
.dest-pill {
  display: inline-flex;
  padding: 6px 14px;
  border-radius: 999px;
  border: 1px solid rgba(228, 179, 19, 0.7);
  background: rgba(228, 179, 19, 0.1);
  color: var(--osa-gold);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

/* Hero left content */
.dest-hero-left h1 {
  font-size: 32px;
  margin-bottom: 12px;
}

.dest-hero-left h1 span {
  color: var(--osa-gold);
}

.dest-hero-left p {
  font-size: 14px;
  color: #d7e5ff;
  max-width: 520px;
  margin-bottom: 12px;
}

.dest-hero-points {
  list-style: none;
  font-size: 13px;
  color: #e7f0ff;
  margin-bottom: 14px;
  padding-left: 0;
}

.dest-hero-points li {
  margin-bottom: 4px;
}

/* Hero right – student image, floating card */
.dest-hero-right {
  display: flex;
  justify-content: flex-end;
}

.hero-student-wrap {
  position: relative;
  max-width: 330px;
  animation: floatHero 4.5s ease-in-out infinite;
}

.hero-student-img {
  border-radius: 26px;
  overflow: hidden;
  border: 3px solid rgba(228, 179, 19, 0.8);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.7);
}

.hero-student-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-floating-card {
  position: absolute;
  bottom: -12px;
  left: -14px;
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 8px 10px;
  border-radius: 16px;
  background: rgba(5, 23, 42, 0.96);
  border: 1px solid rgba(228, 179, 19, 0.7);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.75);
  max-width: 230px;
}

.hero-flag {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
}

.hero-floating-title {
  font-size: 12px;
  color: var(--osa-gold);
  margin-bottom: 2px;
}

.hero-floating-text {
  font-size: 11px;
  color: #dde8ff;
}

/* ===========================
   UK MAIN WRAPPER
   =========================== */
.dest-main-uk {
  padding: 50px 7% 70px;
  background: #eef3fb;
}

.dest-main-uk-inner {
  max-width: 1150px;
  margin: 0 auto;
}

/* ===========================
   UK QUICK FACTS
   =========================== */
.uk-facts-card {
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(12, 45, 73, 0.08);
  margin-bottom: 22px;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  overflow: hidden;
}

.uk-facts-left {
  padding: 16px 14px 18px;
}

.uk-facts-left h2 {
  font-size: 20px;
  color: var(--osa-blue);
  margin-bottom: 10px;
}

.facts-row {
  display: flex;
  flex-direction: column;
  margin-bottom: 8px;
}

.facts-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #777;
}

.facts-value {
  font-size: 13px;
  color: #333;
}

.uk-facts-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Tuition + Living cards grid */
.uk-fees-living-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

/* Generic card style used across page */
.dest-card {
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(12, 45, 73, 0.08);
  padding: 16px 14px 18px;
}

.card-header {
  margin-bottom: 10px;
}

.card-tag {
  display: inline-flex;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(12, 45, 73, 0.06);
  border: 1px solid rgba(12, 45, 73, 0.22);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--osa-blue);
  margin-bottom: 6px;
}

.card-tag.green {
  background: rgba(103, 148, 29, 0.12);
  border-color: rgba(103, 148, 29, 0.7);
  color: var(--osa-green);
}

.card-tag.gold {
  background: rgba(228, 179, 19, 0.12);
  border-color: rgba(228, 179, 19, 0.7);
  color: var(--osa-gold);
}

.card-header h2 {
  font-size: 20px;
  color: var(--osa-blue);
  margin-bottom: 4px;
}

.card-header p {
  font-size: 13px;
  color: #555;
}

.entry-list {
  list-style: none;
  padding-left: 0;
  font-size: 12.5px;
  color: #444;
}

.entry-list li {
  margin-bottom: 8px;
}

.entry-note {
  display: block;
  font-size: 11px;
  color: #666;
}

.dest-small {
  margin-top: 8px;
  font-size: 11px;
  color: #555;
}

.dest-small.light {
  color: #fcefb5;
}

/* ===========================
   UK ENTRY REQUIREMENTS SECTION
   =========================== */
.uk-entry-section {
  padding: 40px 7% 50px;
  background: #f5f7fc;
}

.uk-entry-inner {
  max-width: 1150px;
  margin: 0 auto;
}

.uk-entry-card {
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(12, 45, 73, 0.08);
  display: grid;
  grid-template-columns: 1.3fr 1.7fr;
  overflow: hidden;
}

.uk-entry-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.uk-entry-body {
  padding: 16px 14px 18px;
}

/* ===========================
   UK INTAKES
   =========================== */
.uk-intakes {
  padding: 40px 7% 50px;
  background: #eef3fb;
}

.uk-intakes-inner {
  max-width: 1150px;
  margin: 0 auto;
}

.uk-intake-card {
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(12, 45, 73, 0.08);
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  overflow: hidden;
}

.intake-body {
  padding: 16px 14px 18px;
}

.uk-intake-timeline {
  position: relative;
  margin-top: 8px;
  padding-left: 18px;
  border-left: 2px solid rgba(12, 45, 73, 0.25);
}

.intake-item {
  position: relative;
  margin-bottom: 12px;
}

.intake-dot {
  position: absolute;
  left: -11px;
  top: 3px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #d0d9e8;
  border: 2px solid #0c2d49;
}

.intake-dot.main {
  background: var(--osa-gold);
}

.intake-content h4 {
  font-size: 13px;
  color: var(--osa-blue);
  margin-bottom: 2px;
}

.intake-content p {
  font-size: 12px;
  color: #555;
}

.intake-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ===========================
   UK SCHOLARSHIPS
   =========================== */
.uk-scholarships {
  padding: 40px 7% 50px;
  background: #f5f7fc;
}

.uk-scholar-inner {
  max-width: 1150px;
  margin: 0 auto;
}

.uk-scholar-card {
  border-radius: 18px;
  overflow: hidden;
}

.bg-uk-scholar {
  background:
    linear-gradient(135deg, rgba(6, 23, 38, 0.9), rgba(12, 45, 73, 0.98)),
    url("images/uk-scholarship-bg.jpg") center/cover no-repeat; /* change path */
  color: #eaf1ff;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.uk-scholar-body {
  padding: 18px 16px 20px;
}

.scholarship-list {
  list-style: none;
  padding-left: 0;
  font-size: 12.5px;
  color: #f2f4ff;
}

.scholarship-list li {
  margin-bottom: 8px;
}

/* ===========================
   UK WORK SECTION
   =========================== */
.uk-work-section {
  padding: 40px 7% 50px;
  background: #eef3fb;
}

.uk-work-inner {
  max-width: 1150px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.work-card {
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(12, 45, 73, 0.08);
  display: flex;
  flex-direction: column;
}

.work-media img {
  width: 100%;
  height: 170px;
  object-fit: cover;
}

.work-body {
  padding: 16px 14px 18px;
}

.work-body h2 {
  font-size: 20px;
  color: var(--osa-blue);
  margin-bottom: 6px;
}

.work-list {
  list-style: none;
  padding-left: 0;
  font-size: 12.5px;
  color: #444;
}

.work-list li {
  margin-bottom: 6px;
}

/* ===========================
   UK POPULAR COURSES
   =========================== */
.uk-courses {
  padding: 40px 7% 50px;
  background: #f5f7fc;
}

.uk-courses-inner {
  max-width: 1150px;
  margin: 0 auto;
}

.uk-course-card {
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(12, 45, 73, 0.08);
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
}

.course-content {
  padding: 16px 14px 18px;
}

.uk-course-list {
  list-style: disc;
  margin: 10px 0 0 18px;
  font-size: 13px;
  color: #444;
}

.course-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ===========================
   WHY STUDY IN UK
   =========================== */
.uk-why {
  padding: 40px 7% 50px;
  background: #eef3fb;
}

.uk-why-inner {
  max-width: 1150px;
  margin: 0 auto;
}

.uk-why-card {
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(12, 45, 73, 0.08);
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.2fr 1.6fr;
}

.uk-why-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.uk-why-body {
  padding: 16px 14px 18px;
}

.why-list {
  list-style: disc;
  margin-left: 18px;
  font-size: 13px;
  color: #444;
}

/* ===========================
   TOP UK UNIVERSITIES
   =========================== */
.uk-top-unis {
  padding: 40px 7% 60px;
  background: #f5f7fc;
}

.uk-top-unis-inner {
  max-width: 1150px;
  margin: 0 auto;
}

.unis-header {
  margin-bottom: 18px;
}

.unis-header h2 {
  font-size: 22px;
  color: var(--osa-blue);
}

.unis-header h2 span {
  font-size: 14px;
  color: #555;
}

.unis-header p {
  font-size: 13px;
  color: #555;
}

.unis-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.uni-card {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(12, 45, 73, 0.06);
  text-align: center;
}

.uni-card img {
  width: 100%;
  height: 120px;
  object-fit: cover;
}

.uni-card h3 {
  font-size: 13px;
  padding: 8px 10px 10px;
  color: var(--osa-blue);
}

/* ===========================
   UK APPLICATION STEPS
   =========================== */
.uk-steps {
  padding: 50px 7% 70px;
  background: #0c2d49;
  color: #eaf1ff;
}

.uk-steps-inner {
  max-width: 1150px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 22px;
  align-items: center;
}

.uk-steps .steps-left h2 {
  font-size: 22px;
  margin: 6px 0;
}

.uk-steps .steps-left p {
  font-size: 13px;
  color: #d7e5ff;
}

.steps-timeline {
  margin-top: 10px;
  border-left: 2px solid rgba(247, 223, 117, 0.7);
  padding-left: 16px;
}

.step-item {
  position: relative;
  margin-bottom: 12px;
}

.step-number {
  position: absolute;
  left: -36px;
  top: -2px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--osa-gold), #f7df75);
  color: #2f1b00;
  font-size: 11px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.step-content h4 {
  font-size: 13px;
  color: #fff;
  margin-bottom: 2px;
}

.step-content p {
  font-size: 12px;
  color: #d7e5ff;
}

.uk-steps .steps-right img {
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.6);
}

/* ===========================
   ANIMATION
   =========================== */
@keyframes floatHero {
  0% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
  100% { transform: translateY(0); }
}

/* ===========================
   RESPONSIVE
   =========================== */
@media (max-width: 1024px) {
  .dest-hero-uk-inner {
    grid-template-columns: 1.2fr 1fr;
  }
  .uk-facts-card {
    grid-template-columns: 1fr 1fr;
  }
  .uk-fees-living-grid {
    grid-template-columns: 1fr 1fr;
  }
  .uk-entry-card {
    grid-template-columns: 1fr 1fr;
  }
  .uk-intake-card {
    grid-template-columns: 1.4fr 1fr;
  }
  .uk-work-inner {
    grid-template-columns: 1fr;
  }
  .uk-course-card {
    grid-template-columns: 1fr 1fr;
  }
  .uk-why-card {
    grid-template-columns: 1fr 1fr;
  }
  .unis-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .uk-steps-inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .dest-hero-uk-inner {
    grid-template-columns: 1fr;
  }
  .dest-hero-right {
    justify-content: flex-start;
    margin-top: 18px;
  }
  .uk-facts-card {
    grid-template-columns: 1fr;
  }
  .uk-fees-living-grid {
    grid-template-columns: 1fr;
  }
  .uk-entry-card {
    grid-template-columns: 1fr;
  }
  .uk-intake-card {
    grid-template-columns: 1fr;
  }
  .uk-course-card {
    grid-template-columns: 1fr;
  }
  .uk-why-card {
    grid-template-columns: 1fr;
  }
  .unis-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  .dest-hero-uk,
  .dest-main-uk,
  .uk-entry-section,
  .uk-intakes,
  .uk-scholarships,
  .uk-work-section,
  .uk-courses,
  .uk-why,
  .uk-top-unis,
  .uk-steps {
    padding: 40px 16px;
  }
  .unis-grid {
    grid-template-columns: 1fr;
  }
}

/* RESPONSIVE FOR NEW SECTIONS */
@media (max-width: 1024px) {
  .dest-work-inner {
    grid-template-columns: 1fr;
  }
  .dest-courses-inner {
    grid-template-columns: 1fr;
  }
  .unis-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .dest-steps-inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .courses-content {
    grid-template-columns: 1fr;
  }
  .why-card {
    grid-template-columns: 1fr;
  }
  .unis-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  .unis-grid {
    grid-template-columns: 1fr;
  }
}


/* RESPONSIVE */
@keyframes floatHero {
  0% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
  100% { transform: translateY(0); }
}

@media (max-width: 1024px) {
  .dest-hero-inner {
    grid-template-columns: 1.1fr 1fr;
  }
  .dest-main-inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .living-split,
  .intake-split {
    flex-direction: column;
  }
  .card-media.side-media img {
    height: 180px;
  }
}

@media (max-width: 768px) {
  .dest-hero-inner {
    grid-template-columns: 1fr;
  }
  .dest-hero-right {
    justify-content: flex-start;
    margin-top: 18px;
  }
  .dest-facts-inner {
    grid-template-columns: 1fr;
  }
  .tuition-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .dest-hero-usa,
  .dest-main-usa,
  .dest-facts-strip {
    padding: 40px 16px;
  }
}



/* RESPONSIVE */
@media (max-width: 1024px) {
  .contact-hero-inner {
    grid-template-columns: 1.4fr 1fr;
  }
  .contact-main-inner {
    grid-template-columns: 1fr;
  }
  .contact-info-card {
    max-width: 480px;
    margin: 0 auto;
  }
  .contact-extra-inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .contact-hero-inner {
    grid-template-columns: 1fr;
  }
  .contact-hero-highlight {
    justify-content: flex-start;
    margin-top: 16px;
  }
  .quick-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 520px) {
  .contact-hero,
  .contact-main,
  .contact-extra {
    padding: 40px 16px;
  }
  .highlight-card {
    max-width: 100%;
  }
  .form-row {
    flex-direction: column;
  }
  .quick-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1024px) {
  .about-hero-inner {
    grid-template-columns: 1fr;
  }
  .about-hero-right {
    justify-content: flex-start;
  }
  .about-story-grid {
    grid-template-columns: 1fr;
  }
  .founder-inner {
    grid-template-columns: 1fr;
  }
  .team-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .why-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .achievements-grid,
  .resources-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .why-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  .about-hero,
  .about-section-inner {
    padding: 40px 16px;
  }
  .team-grid,
  .why-grid,
  .achievements-grid,
  .resources-grid {
    grid-template-columns: 1fr;
  }
  .contact-cta-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .osa-contact {
    padding: 60px 20px 70px;
  }    .navbar-brand.logo img {
        height: 65px !important;
        width: auto !important;
    }
}

@media (max-width: 768px) {
  .osa-hero {
    padding: 40px 20px 50px;
  }

  .osa-hero-inner {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  .osa-hero-left {
    order: 2;
  }

  .osa-hero-right {
    order: 3;
    width: 100%;
  }

  .apply-card {
    max-width: 100%;
  }

  .hero-title {
    font-size: 28px;
  }

  .student-wrapper {
    max-width: 220px;
  }.osa-hero-left {
    display: none;
}.about-highlights {
    flex-wrap: wrap;
}.myfaq {
    width: 80% !important;
    margin: auto !important;
}
}

section#founder h2 {
    color: black;
}
