/*
Author       : Dreamguys
Template Name: Mentoring - Bootstrap Template
Version      : 1.0
*/

/*============================
 [Table of CSS]

1. General
2. Table
3. Bootstrap Classes
4. Avatar
5. Select2
6. Nav Tabs
7. Modal
8. Components
10. Focus Label
11. Header
12. Mobile Menu
13. Footer
14. Footer two
15. Footer three
16. Footer four
17. Footer five
18. Footer six
19. Login
20. Home
21. Home two
22. Home three
23. Home four
24. Home five
25. Home six
26. Search
27. Profile
28. Booking
29. Checkout
30. Booking Success
31. Invoice View
32. Schedule Timings
33. Mentor Dashboard
34. Mentor Profile
35. Add Billing
36. Chat
37. Mentor Profile Settings
38. Calendar
39. Mentee Dashboard
40. Profile Settings
41. Appoitment List
42. Reviews
43. Voice call
44. Video Call
45. Outgoing Call
46. Incoming Call
47. Terms and Conditions
48. Blog
49. Blog Details
50. Blog Grid
51. Map List & Grid
52. Loader
53. Dashboard
54. Header Top
55. Header Seven
56. Home Banner Seven
57. All Course
58. Instructor
59. Training Section
60. Tab Section
61. Testimonial
62. Blog Section Seven
63. Footer Seven
64. Header Eight
65. Home Banner Eight
66. Work Flow
67. Popular Mendors
68. Path Section
69. Profile Section
70. Statistics Section
71. Blog Section Eight
72. Footer Eight
73. Customer Reviews
74. Mentors Near You
75. Student Testimonial
76. Faq
77. Popular mentor
78. Job Location
79. News Blog
80. Footer
81. Home Eight
82. Home-Two Bg
83. Responsive

========================================*/

/*----------------- 1. General -----------------------*/

@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,700,900');
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

@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';
}

@font-face {
    font-family: 'Impact';
    font-style: normal;
    font-weight: 400;
    src: local('Impact'), url('../fonts/impact.ttf') format('ttf');
}

html {
    height: 100%;
}

body {
    background-color: #fff;
    color: #26292c;
    font-family: "Poppins", sans-serif;
    font-size: .875rem;
    height: 100%;
    overflow-x: hidden;
}

.body-home-one {
    color: #0B0B0B;
    font-size: 16px;
    height: 100%;
    overflow-x: hidden;
}

.body-home-one h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}

h1, h2, h3, h4, h5, h6 {
    color: #26292c;
    font-weight: 500;
}

.h1, h1 {
    font-size: 2.25rem;
}

.h2, h2 {
    font-size: 1.875rem;
}

.h3, h3 {
    font-size: 1.5rem;
}

.h4, h4 {
    font-size: 1.125rem;
}

.h5, h5 {
    font-size: 1rem;
}

.h6, h6 {
    font-size: 0.875rem;
}

a {
    color: #26292c;
    text-decoration: none;
}

a:hover {
    color: #1e88e5;
}

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

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

input,
button,
a {
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}

button:focus {
    outline: 0;
}

input[type=text],
input[type=password] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.btn.focus, .btn:focus {
    box-shadow: inherit;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

.form-group {
    margin-bottom: 1rem;
}
.text_icon:after {
    color: #fff;
    mix-blend-mode: difference;
}
.form-control {
    border-color: #dce0eb;
    color: #26292c;
    font-size: 15px;
    min-height: 42px;
    padding: 6px 15px;
}

.table .form-control {
    font-size: 14px;
    min-height: 38px;
}

.container-fluid {
    padding-left: 30px;
    padding-right: 30px;
}

.form-control::-webkit-input-placeholder {
    color: #6e82a3;
    font-size: 14px;
}

.form-control::-moz-placeholder {
    color: #6e82a3;
    font-size: 14px;
}

.form-control:-ms-input-placeholder {
    color: #6e82a3;
    font-size: 14px;
}

.form-control::-ms-input-placeholder {
    color: #6e82a3;
    font-size: 14px;
}

.form-control::placeholder {
    color: #6e82a3;
    font-size: 14px;
}

.list-group-item {
    border: 1px solid #f0f0f0;
}

.content {
    min-height: 200px;
    padding: 30px 0 0;
}

/*-----------------
	2. Table
-----------------------*/

.table {
    color: #26292c;
    max-width: 100%;
    margin-bottom: 0;
    width: 100%;
}

.table > :not(:first-child) {
    border-top: 1px solid rgb(0 0 0 / 13%);
}

.table > :not(caption) > * > * {
    box-shadow: unset;
}

.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 > thead > tr > th {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.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: #26292c;
}

table.table td h2 a:hover {
    color: #1879cd;
}

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 rgb(0 0 0 / 13%);
}

.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-block {
    width: 100%;
}

.btn-link {
    text-decoration: none;
}

.btn-link:hover {
    text-decoration: underline;
}

.btn-white {
    background-color: #fff;
    border: 1px solid #ccc;
    color: #26292c;
}

.btn.btn-rounded {
    border-radius: 50px;
}

.bg-primary,
.badge-primary {
    background-color: #1e88e5 !important;
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #1879cd !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: #1e88e5 !important;
}

.text-primary-seven {
    color: #009DA6;
}

.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: #1e88e5;
    border: 1px solid #1e88e5;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
    background-color: #1879cd;
    border: 1px solid #1879cd;
}

.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: #1879cd;
    border: 1px solid #1879cd;
}

.btn-primary.active:not(:disabled):not(.disabled),
.btn-primary:active:not(:disabled):not(.disabled),
.show > .btn-primary.dropdown-toggle {
    background-color: #1879cd;
    border-color: #1879cd;
    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: #1e88e5;
    border-color: #1e88e5;
    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: #004aad;
    border: 1px solid #004aad;
}

.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: #1e88e5;
    border-color: #1e88e5;
}

.btn-outline-primary:hover {
    background-color: #1e88e5;
    border-color: #1e88e5;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
    box-shadow: none;
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #1e88e5;
    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: #1e88e5;
    border-color: #1e88e5;
}

.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: #1e88e5;
    border-color: #1e88e5;
}

.pagination > li > a,
.pagination > li > span {
    color: #1e88e5;
}

.page-link:hover {
    color: #1e88e5;
}

.page-link:focus {
    box-shadow: unset;
}

.page-item.active .page-link {
    background-color: #1e88e5;
    border-color: #1e88e5;
}

.dropdown-menu {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    box-shadow: inherit;
    font-size: 14px;
    transform-origin: left top 0;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #0de0fe;
}

.navbar-nav .open .dropdown-menu {
    border: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.card {
    border: 1px solid #e3e8eb;
    margin-bottom: 1.875rem;
    border-radius: 0;
}

.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: #1e88e5;
    text-shadow: unset;
}

.bootstrap-datetimepicker-widget table td.today::before {
    border-bottom-color: #1e88e5;
}

.bg-info-light {
    background-color: rgba(2, 182, 179, 0.12) !important;
    color: #1db9aa !important;
}

.bg-primary-light {
    background-color: rgba(17, 148, 247, 0.12) !important;
    color: #2196f3 !important;
}

.bg-danger-light {
    background-color: rgba(242, 17, 54, 0.12) !important;
    color: #e63c3c !important;
}

.bg-warning-light {
    background-color: rgba(255, 152, 0, 0.12) !important;
    color: #f39c12 !important;
}

.bg-success-light {
    background-color: rgba(15, 183, 107, 0.12) !important;
    color: #26af48 !important;
}

.bg-purple-light {
    background-color: rgba(197, 128, 255, 0.12) !important;
    color: #c580ff !important;
}

.bg-default-light {
    background-color: rgba(40, 52, 71, 0.12) !important;
    color: #283447 !important;
}

.text-xs {
    font-size: .75rem !important;
}

.text-sm {
    font-size: .875rem !important;
}

.text-lg {
    font-size: 1.25rem !important;
}

.text-xl {
    font-size: 1.5rem !important;
}

.form-control:focus {
    border-color: #bbb;
    box-shadow: none;
    outline: 0 none;
}

/*-----------------
	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: #1e88e5;
    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: #26292c;
    font-size: 15px;
    font-weight: normal;
    line-height: 44px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #1e88e5;
    color: #fff;
}

.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 #dce0eb;
}

.card-header-tabs {
    border-bottom: 0;
}

.nav-tabs > li > a {
    margin-right: 0;
    color: #555;
    border-radius: 0;
}

.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
    border-color: transparent;
    color: #26292c;
}

.nav-tabs.nav-tabs-solid > li > a {
    color: #26292c;
}

.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: #1e88e5;
    border-color: #1e88e5;
    color: #fff;
}

.tab-content {
    padding-top: 30px;
}

.nav-tabs .nav-link {
    border-radius: 0;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    background-color: #eee;
    border-color: transparent;
    color: #26292c;
}

.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: #26292c;
}

.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: #1e88e5;
    border-color: #1e88e5;
    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: #1e88e5;
}

.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: #1e88e5;
    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: 1px solid #a0a0a0;
    border-radius: 50%;
    color: #fff;
    font-weight: 700;
    font-size: 17px;
    height: 20px;
    line-height: 19px;
    margin: 0;
    opacity: 1;
    padding: 0;
    position: absolute;
    right: 20px;
    top: 26px;
    width: 20px;
    z-index: 99;
    float: unset;
    text-shadow: unset;
}

.custom-modal .close:hover {
    opacity: .75;
}

.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: #26292c;
}

.line {
    background-color: #1e88e5;
    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;
}

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 0.75rem 1.25rem;
    color: inherit;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

/*-----------------
	10. Focus Label
-----------------------*/

.form-focus {
    height: 54px;
    position: relative;
}

.form-focus .focus-label {
    font-size: 16px;
    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: 15px;
    top: -8px;
    z-index: 1;
    color: #b8b8b8;
    margin-bottom: 0;
}

.form-focus.focused .focus-label {
    opacity: 1;
    top: -32px;
    font-size: 13px;
    z-index: 1;
    background-color: #fff;
    left: 11px;
    padding: 0 7px;
}

.form-focus .form-control:focus ~ .focus-label,
.form-focus .form-control:-webkit-autofill ~ .focus-label {
    opacity: 1;
    font-weight: 400;
    top: -32px;
    font-size: 13px;
    z-index: 1;
}

.form-focus .form-control {
    height: 54px;
    padding: 6px 17px 6px;
}

.form-focus input[type="password"] {
    font-size: 22px;
}

.form-focus .form-control::-webkit-input-placeholder {
    color: transparent;
    transition: 240ms;
}

.form-focus .form-control:focus::-webkit-input-placeholder {
    transition: none;
}

.form-focus.focused .form-control::-webkit-input-placeholder {
    color: #bbb;
}

.form-focus.select-focus .focus-label {
    opacity: 1;
    font-weight: 300;
    top: -20px;
    font-size: 12px;
    z-index: 1;
}

.form-focus .select2-container .select2-selection--single {
    border: 1px solid #e3e3e3;
    height: 50px;
}

.form-focus .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 48px;
    right: 7px;
}

.form-focus .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #ccc transparent transparent;
    border-style: solid;
    border-width: 6px 6px 0;
    height: 0;
    left: 50%;
    margin-left: -10px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

.form-focus .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #ccc;
    border-width: 0 6px 6px;
}

.form-focus .select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 30px;
    padding-left: 12px;
    padding-top: 10px;
}

.form-focus .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #676767;
    font-size: 14px;
    font-weight: normal;
    line-height: 38px;
}

.form-focus .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #fc6075;
}

/*-----------------
	11. Header
-----------------------*/
.header-nav {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border: 0;
    border-bottom: 1px solid #e3e8eb;
    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: 70px;
    padding: 0 20px;
    margin-bottom: 0;
}

.main-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-nav > li.active > a {
    color: #1e88e5;
}

.main-nav > li .submenu li a {
    display: block;
    padding: 10px 15px;
    clear: both;
    white-space: nowrap;
    font-size: 14px;
    color: #26292c;
    -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;
}

.main-nav li a {
    display: block;
    font-size: 15px;
    font-weight: 500;
    color: #26292c;
}

.main-nav li.login-link {
    display: none;
}

.logo {
    display: inline-block;
    margin-right: 30px;
    width: 210px;
}
/* .img-logo {
    height: 80px;
} */

.header-navbar-rht {
    margin: 0;
    margin-left: auto;
    padding: 0;
}

.header-navbar-rht li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-right: 20px;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
}

.header-navbar-rht li:last-child {
    padding-right: 0px;
}

.header-navbar-rht > li > a {
    font-size: 15px;
    font-weight: 500;
    color: #26292c;
    padding: 12px 40px;
}

.header-one .header-navbar-rht > li > a {
    background: #1D2C5B;
    border-radius: 5px;
    padding: 13px 30px;
    font-size: 15px;
    color: #fff;
    display: flex;
    align-items: center;
    transition: 0.5s all;
}

.header-one .header-navbar-rht > li > a:hover {
    background: #1E88E5;
}

.header-one .header-navbar-rht > li > a img {
    margin-right: 10px;
}

.home-slide-face .bg-search {
    background: #1E88E5;
    border-color: #1E88E5;
}

.home-slide .search-box .search-btn.bg-search:hover {
    background: #1D2C5B;
    border-color: #1D2C5B;
}

.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: 18px;
    border: 7px solid #fff;
    border-color: transparent transparent #ffffff #ffffff;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    box-shadow: -2px 2px 2px -1px rgba(0, 0, 0, 0.1);
}

.header-navbar-rht li .dropdown-menu .dropdown-item {
    border-top: 1px solid #f0f0f0;
    padding: 10px 15px;
}

.header-navbar-rht li .dropdown-menu .dropdown-item:first-child {
    border-top: 0;
    border-radius: 5px 5px 0 0;
}

.header-navbar-rht li .dropdown-menu .dropdown-item:last-child {
    border-radius: 0 0 5px 5px;
}

.header-navbar-rht li a.header-login:hover {
    background-color: #1e88e5;
    border-color: #1e88e5;
    color: #fff;
}

.header-navbar-rht li a.header-one-register:hover {
    background-color: #C1E2FF;
    color: #1e88e5;
}

.header-navbar-rht li .dropdown-menu a:hover {
    color: #1879cd;
    letter-spacing: 0.5px;
    padding-left: 20px;
    background-color: #fff;
}

.header-navbar-rht li a.header-login {
    background-color: #C1E2FF;
    color: #1E88E5;
    border-radius: 5px;
    text-align: center;
    font-size: 15px;
    color: #1e88e5;
    font-weight: 500;
}

.header-navbar-rht li a.header-one-register {
    background: #1E88E5;
    border-radius: 5px;
    color: #FFFFFF;
}

.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: #1879cd;
}

.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: 70px;
    padding: 0 10px;
}

.header-one {
    height: 80px;
}

.header-one .header-nav {
    height: 80px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.08);
    border: 0;
}

.header-one .header-navbar-rht li a.header-login:hover {
    background: #1D2C5B;
}

.header-one .main-menu-wrapper {
    margin-left: auto;
}

.header-one .header-navbar-rht {
    margin-left: 0;
}

.header-one .header-navbar-rht li a.header-login {
    background: #1E88E5;
    padding: 13px 30px;
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
    display: flex;
    align-items: center;
}

.header-one .header-navbar-rht li a.header-login img {
    margin-right: 10px;
}

.header-one .main-nav li a {
    color: #202124;
    font-size: 14px;
}

.header-one .main-nav > li.active > a {
    color: #1E88E5;
}

.header-one .main-nav li .submenu a:hover {
    color: #1E88E5;
}

.header.header-two {
    height: 80px;
}

.header-two .header-nav {
    height: 80px;
    border: 0;
}

.header-two .main-nav li a {
    color: #202124;
    font-size: 14px;
}

.header-two .main-menu-wrapper {
    margin-left: auto;
}

.header-two .main-nav > li.active > a {
    color: #1E88E5;
    font-weight: 400;
}

.header-two .main-nav li .submenu a:hover {
    color: #1E88E5;
}

.header-two .header-navbar-rht li a.header-login {
    background-color: #1E88E5;
    border-radius: 50px;
    padding: 14px 40px !important;
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
    border: 1px solid #1E88E5;
}

.header-two .header-navbar-rht li a.header-login:hover {
    background-color: #fff;
    color: #3E4B51;
}

.header-two .header-navbar-rht li a.header-login-two {
    background-color: #fff;
    padding: 14px 30px;
    font-size: 15px;
    color: #3E4B51;
    font-weight: 500;
    text-transform: capitalize;
    border-radius: 50px;
    transition: 0.5s all;
}

.header-two .header-navbar-rht li a.header-login-two:hover {
    background-color: #1E88E5;
    color: #fff;
}

.header-three .main-menu-wrapper {
    margin-left: auto;
}

.header-three .header-navbar-rht {
    margin-left: 0;
}

.header-three .header-nav.add-header-three {
    border: 0;
    height: 75px;
    /* height: 95px; */
    padding-top: 0;
    box-shadow: 0px 4px 15px rgb(0 0 0 / 8%);
    transition-duration: 0.4s;
}

.header.header-three {
    height: 100px;
}

.header-three .header-nav {
    height: 100px;
}

.header-three .header-nav {
    background-color: #004aad;
    border-bottom: 1px solid #004aad;
}

.header-three .header-navbar-rht li a.header-login {
    /* background-color: #FFB54A;
    border-radius: 5px;
    padding: 9px 32px !important;
    font-size: 15px;
	color: #fff;
    text-transform: capitalize; */
    background: transparent;
    color: #fff;
    border: 2px solid #FFFFFF;
    border-radius: 0;
    margin-right: 0;
    padding: 12px 0;
    display: inline-block;
    min-width: 170px;
    font-weight: 600;
    font-size: 15px;
    transition: 0.5s all;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-three .header-navbar-rht li a.header-login-two:hover img {
    filter: brightness(0) invert(1);
}

.header-three .header-navbar-rht li a.header-login:hover {
    background: #fff;
    color: #1E88E5;
}

.header-three .header-navbar-rht li a.header-login-two {
    /* background-color: #FFFFFF;
    padding: 9px 32px;
    font-size: 15px;
    color: #000;
    font-weight: 500;
    text-transform: capitalize;
    border-radius: 5px; */
    background: #fff;
    border: 2px solid #FFFFFF;
    color: #1E88E5;
    padding: 12px 0;
    display: inline-block;
    min-width: 170px;
    font-weight: 600;
    font-size: 15px;
    transition: 0.5s all;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-three .header-navbar-rht li a.header-login-two:hover {
    background: transparent;
    color: #fff;
}

.header-three .main-nav li a {
    color: #fff;
    font-weight: 500;
}

.header-three .main-nav > li.active > a {
    font-weight: 700;
    color: #fff;
}

.header.header-four {
    height: 100px;
}

.header-four .header-nav {
    height: 100px;
    border: 0;
}

.header-four .main-menu-wrapper {
    margin-left: auto;
}

.header-four .header-navbar-rht {
    margin-left: 0;
}

.header-four .header-nav {
    background: rgba(68, 77, 170, 0.05);
    border: 0;
}

.header-four .add-header-bg {
    background: #fff;
    border-bottom: 1px solid #e3e8eb;
    height: 80px;
    padding-top: 0;
    box-shadow: 0px 4px 15px rgb(0 0 0 / 8%);
    transition-duration: 0.4s;
}

.header-four .header-navbar-rht li a.header-login {
    background: #FF875A;
    color: #fff;
    text-transform: capitalize;
    padding: 9px 32px !important;
    border: 1px solid #FF875A;
    transition: 0.5s all;
}

.header-four .header-navbar-rht li a.header-login:hover {
    background: #fff;
    color: #FF875A;
    transition: 0.5s all;
    border-color: #fff;
}

.header-four .main-nav li a {
    color: #1A1A1A;
    font-size: 16px;
}

.header-four .main-nav > li.active > a {
    color: #444DAA;
    font-weight: 500;
}

.header-four .header-login-two {
    color: #444DAA;
    font-weight: 500;
    border-radius: 5px;
    transition: 0.5s all;
}

.main-wrapper-eight .header-four .header-login-two:hover {
    background: #FF875A;
    border-radius: 5px;
    color: #fff;
}

.header-four .main-nav li .submenu a:hover {
    color: #444DAA;
}

.header.header-five {
    height: 91px;
    background-color: #1E88E5;
}

.header-five .header-nav {
    height: 91px;
    border: 0;
    background-color: #1E88E5;
}

/* .header-five .main-menu-wrapper {
	margin-left: auto;
} */
.header-five .header-navbar-rht {
    margin-left: 0;
}

.header-five .main-nav li a {
    color: #fff;
}

.header-five .main-nav .has-submenu.active > a {
    color: #fff;
}

.header-five .header-navbar-rht > li > a {
    color: #fff;
    border-radius: 40px;
}

.header-five .header-navbar-rht > li > a:hover {
    color: #1E88E5;
    background: #fff;
    border-radius: 40px;
}

.header-five .header-navbar-rht li a.header-login {
    background: #fff;
    border-radius: 40px;
    color: #1E88E5;
    text-transform: capitalize;
    padding: 11px 35px !important;
}

.header-five .header-navbar-rht li a.header-login:hover {
    background: #1E88E5;
    color: #fff;
}

.header-five .main-nav > li > a > i {
    color: #fff;
}

.header-five .main-nav li .submenu a:hover {
    color: #296ed6;
}

/*-----------------
	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: 1040;
}

.menu-opened .main-menu-wrapper {
    transform: translateX(0);
}

.menu-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    height: 60px;
    padding: 0 20px;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    border-bottom: 1px solid #f0f0f0;
    display: none;
}

.menu-logo img {
    height: 40px;
}

.menu-close {
    font-size: 18px;
}

.main-wrapper-eight .menu-close:hover {
    color: #e97549;
}

.bar-icon {
    display: inline-block;
    width: 31px;
}

.bar-icon span {
    background-color: #1e88e5;
    display: block;
    float: left;
    height: 3px;
    margin-bottom: 7px;
    width: 31px;
    border-radius: 2px;
}

.bar-icon span:nth-child(2) {
    width: 16px;
}

.bar-icon span:nth-child(3) {
    margin-bottom: 0;
}

#mobile_btn {
    display: none;
    margin-right: 30px;
}

html.menu-opened body {
    overflow: hidden;
}

/*-----------------
	13. Footer
-----------------------*/

.footer {
    background: #FAFBFF;
    border-top: 1px solid #eceff0;
    position: relative;
}

.footer:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 253px;
    background-image: url(../img/footer-bg.png);
    background-repeat: repeat;
    background-position: center;
}

.footer .footer-top {
    padding-top: 40px;
    position: relative;
    z-index: 9;
}

.footer .footer-top .footer-about-content {
    max-width: 315px;
}

.footer .footer-bottom {
    position: relative;
    z-index: 9;
}

.footer-title {
    color: #26292c;
    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-logo img {
    max-height: 50px;
    max-width: 100%;
}

.footer .footer-widget .footer-about-content p {
    color: #26292c;
}

.footer .footer-widget .footer-about-content p:last-child {
    margin-bottom: 0;
}

.footer .footer-menu ul li {
    margin-bottom: 20px;
    position: relative;
}

.footer .footer-menu ul li:last-child {
    margin-bottom: 0;
}

.footer .footer-menu ul li a {
    color: #26292c;
    transition: all 0.4s ease 0s;
}

.footer .footer-menu ul li a i {
    margin-right: 5px;
}

.footer .footer-widget.footer-menu ul li a:hover {
    color: #1E88E5;
    letter-spacing: 0.5px;
}

.footer-one.footer-five.footer-six .term-privacy ul li a:hover {
    color: #1E88E5;
}

.footer-contact-info {
    color: #26292c;
}

.footer-contact-info .footer-address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer-contact-info span {
    margin-right: 15px;
}

.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: 40px 0;
}

.home-page .footer .footer-bottom .copyright {
    border-top: 1px solid #eceff0;
}

.footer .footer-bottom .copyright-text p {
    color: #26292c;
}

.footer .footer-bottom .copyright-text p a {
    color: #09e5ab;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.footer .footer-bottom .copyright-text p a:hover {
    color: #26292c;
}

.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: #26292c;
    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: #1e88e5;
}

/*-----------------
	13. Footer Two
-----------------------*/

.footer-one {
    background-color: #F9F8FF;
}

.footer-one .footer-top {
    padding: 80px 0px;
}

.footer-one:after {
    background-image: none;
}

.footer-one .footer-menu ul li a {
    font-size: 16px;
    font-weight: 400;
    color: #7D858F;
}

.footer-one .footer-menu ul li a i {
    margin-right: 5px;
}

.footer-one .footer-widget.footer-menu ul li a:hover {
    color: #1E88E5;
    opacity: 0.9;
}

.footer-one .footer-bottom .copyright {
    padding: 30px 0px;
}

.home-page .footer-one .footer-bottom .copyright {
    border-top: 1px solid #eceff0;
}

.footer-one .footer-bottom .copyright-text p {
    color: #26292c;
}

.footer-one .footer-bottom .copyright-text p a {
    color: #09e5ab;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.footer-one .footer-bottom .copyright-text p a:hover {
    color: #26292c;
}

.footer-one .footer-bottom .copyright-text p.title {
    font-weight: 400;
    margin: 10px 0 0;
}

.footer-one .footer-bottom .copyright-text p {
    color: #26292c;
}

.footer-one .footer-bottom .copyright-text p a {
    color: #09e5ab;
}

.footer-one .footer-bottom .copyright-text p a:hover {
    color: #26292c;
}

.footer-one .social-icon ul li {
    margin-right: 15px;
}

.footer-one .social-icon ul li:last-child {
    margin-right: 0;
}

.footer-one .social-icon ul li a {
    color: #26292c;
    font-weight: 500;
    font-size: 14px;
}

.footer-one .social-icon ul li a:hover {
    color: #6255A4;
}

.footer-one .footer-mail .bg-path {
    background: #159F46;
}

.footer-one .footer-sub-text {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    color: #000000;
    opacity: 0.6;
}

.footer-one .subscribe-text {
    font-size: 16px;
    font-style: normal;
    color: #3E4B51;
    margin-top: 20px;
    margin-bottom: 0;
}

.footer-one .copyright-border {
    border: 1px solid #0A142F;
    opacity: 0.06;
}

.footer-one .social-icon-space {
    width: 35px;
    height: 35px;
    border: 1px solid #e2e2eb;
    border-radius: 50px;
}

.footer-one .social-icon-space:hover {
    background: #e2e2eb;
}

.footer-one .bg-subscrib e {
    background: rgba(32, 60, 134, 0.05);
}

.footer-one .footer-bottom .term-privacy {
    text-align: right;
}

.footer-one .bg-path i {
    color: #fff;
}

.footer-one .footer-mail .bg-path:hover {
    background: #0e8b3a;
}

.footer-mail .btn {
    padding: 10px;
    font-weight: 600;
}

.footer-mail .form-control {
    padding: 15px 15px;
}

.footer-one .social-icon {
    padding: 0;
    margin: 30px 0 0 0;
    display: flex;
}

.footer-one .social-icon li {
    list-style: none;
    margin-right: 10px;
}

.footer-one .social-icon li:last-child {
    margin: 0;
}

.footer-one .social-icon li a {
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border: 0;
}

.footer-one .social-icon li a .fa-facebook-f {
    color: #1E88E5;
}

.footer-one .social-icon li a .fa-instagram {
    color: #E74D89;
}

.footer-one .social-icon li a .fa-linkedin {
    color: #006699;
}

.footer-one .social-icon li a .fa-twitter {
    color: #33CCFF;
}
.content-section p{
    font-size: 15px;
}
ul li {
    /* list-style: none; */
    font-size: 16px;
}
.policy-section ul li,
.content-section ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    line-height: 1.6;
}
.policy-section ul li:before,
.content-section ul li:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 2px;
    color: #1e88e5;
    font-size: 16px;
    line-height: 1.6;
}

.footer-one .bottom-links ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding: 0;
}

.footer-one {
    background: #FAFBFF;
}

.footer-one .bottom-links li a {
    font-weight: 400;
    font-size: 14px;
    color: #1F2938;
}

/*-----------------
	13. Footer Three
-----------------------*/

.footer-two {
    background: #282834;
    color: #fff;
}

.footer-two .footer-two-top {
    padding-top: 60px;
}

.footer-two .footer-logo img {
    width: 256px;
    margin-bottom: 30px;
}

.footer-two:after {
    background-image: none;
}

.foot-eight .footer-two-top {
    padding: 60px 0;
}

.foot-eight.footer-four .footer-bottom {
    border-top: 1px solid #A8A8A8;
}

.foot-eight.footer-four .footer-bottom .copyright {
    padding: 20px 0;
}

.footer-social-list {
    padding: 0;
    list-style: none;
    display: flex;
}

.footer-social-list li {
    padding: 0px 10px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

.footer-social-list li a {
    color: #fff;
    font-weight: 400;
}

.footer-social-list li a:hover {
    color: #F66962;
}

.footer-social-list li:nth-child(1) {
    padding-left: 0;
}

.footer-two .term-privacy {
    text-align: right;
}

.footer-two .social-icon ul li a {
    color: #26292c;
    font-weight: 500;
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
}

.footer-two .footer-widget .footer-about-content p {
    color: #ffffff;
    opacity: 0.75;
}

.footer-two .footer-menu ul li a {
    color: #ffffff;
    opacity: 0.75;
}

.footer-two .footer-title {
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
}

.footer-two .footer-bottom .copyright-text p {
    font-size: 14px;
    color: #ffff;
    font-weight: 400;
}

.footer-two .social-icon ul li a:hover {
    color: #1E88E5;
}

.footer-two .footer-widget.footer-menu ul.icon-socials li a:hover {
    background: #1E88E5;
    color: #fff;
    border-color: #1E88E5;
}

.footer-two .footer-bottom .copyright {
    padding: 50px 0 20px 0;
}

.footer-two .subscriber-two .bg-path i {
    color: #fff;
    transform: rotate(45deg);
    font-size: 23px;
}

.footer-two .subscriber-two-head {
    margin-top: 89px;
}

.footer-two .subscriber-two-head h2 {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
}

.footer-two .subscriber-two .input-group .form-control {
    background: #282834;
    border: 0;
    color: #fff;
    min-height: 70px;
}

.footer-two .subscriber-two .input-group .form-control::placeholder,
.footer-two .subscriber-two .input-group .form-control:focus {
    color: #fff;
}

.footer-two .subscriber-two .bottom-border-two {
    border: 1px solid #fff;
    opacity: 0.25;
}

.footer-two .form-control {
    padding-left: 0;
}

.footer-two .back-to-top-icon {
    background: #1E88E5;
}

/*-----------------
	13. Footer Four
-----------------------*/

.footer-three {
    background: #F9F8FF;
    color: #fff;
}

.footer-three .footer-two-top {
    padding-top: 80px;
}

.footer-three:after {
    background-image: none;
}

.footer-three .footer-about-content .footer-sub-text {
    font-size: 16px;
    color: #0A142F;
    opacity: 0.75;
}

.footer-three .social-icon ul li a {
    font-size: 18px;
    font-weight: 300;
}

.footer-three .social-icon ul li a {
    color: #0A142F;
}

.footer-three .social-icon ul li a:hover {
    color: #5754F6;
}

.footer-three .copyright-text {
    text-align: right
}

.footer-three .copyright-text p {
    font-size: 14px;
    color: #0A142F;
    font-weight: 300;
}

.footer-three .footer-widget.footer-menu ul li a {
    color: #0A142F;
    opacity: 0.75;
    font-size: 16px;
}

.footer-three .footer-widget.footer-menu ul li a:hover {
    color: #dcfe06;
}

.footer-three .subscriber-two .input-group .form-control {
    background: #F9F8FF;
    border: 0;
    color: #0A142F;
    min-height: 70px;
    z-index: 0;
    border-radius: 2px !important;
    padding-right: 80px;
}

.footer-three .subscriber-two .bottom-border-two {
    border: 1px solid #0A142F;
    opacity: 0.25;
}

.footer-three .subscriber-two .bg-path i {
    color: #5754F3;
    font-size: 23px;
}

.footer-three .footer-three-contact p {
    font-size: 14px;
    color: #5754F3;
    margin-top: 20px;
    font-weight: 300;
    margin-bottom: 0;
    padding-bottom: 8px;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    width: fit-content;
}

.footer-three .footer-three-contact span {
    color: #0A142F;
}

.footer-three .form-control {
    padding-left: 0;
}

.footer-three .social-icon ul li a {
    font-size: 14px;
}

/*-----------------
	13. Footer Five
-----------------------*/

.footer-four {
    background: #1F1F1F;
}

.footer-four .footer-two-top {
    padding-top: 60px;
}

.footer-four .footer-logo img {
    width: 198px;
    margin-bottom: 30px;
}

.footer-four:after {
    background-image: none;
}

.footer-four .social-icon ul li a {
    color: #26292c;
    font-weight: 500;
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
}

.footer-four .footer-widget .footer-about-content p {
    color: #ffffff;
    opacity: 0.75;
}

.footer-four .footer-menu ul li a {
    color: #ffffff;
    opacity: 0.75;
}

.footer-four .footer-title {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
}

.footer-four .footer-bottom .copyright-text p {
    font-size: 14px;
    color: #ffffff;
}

.footer-four .term-privacy {
    text-align: right;
}

.footer-four .footer-bottom .copyright-text p {
    text-align: left;
}

.footer-four .subscriber-two .input-group .form-control {
    background: #1f1f1f;
}

.footer-four .footer-widget.footer-menu ul li a:hover,
.footer-four .social-icon ul li a:hover {
    color: #ff875a;
}

.footer-four .footer-list {
    margin-top: 40px;
}

.footer-four .footer-top .footer-about-content {
    max-width: 100%;
}

.footer-four .social-icon ul li a:hover {
    color: #F66962;
}

.footer-four .footer-widget.footer-menu ul li a:hover {
    color: #F66962;
}

.footer-four .footer-bottom .copyright {
    padding: 50px 0;
}

.footer-four .subscriber-two .bg-path i {
    color: #fff;
    transform: rotate(45deg);
    font-size: 23px;
}

.footer-four .subscriber-two-head {
    margin-top: 89px;
}

.footer-four .subscriber-two-head h2 {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
}

.footer-four .subscriber-two .input-group .form-control {
    background: #1f1f1f;
    border: 0;
    color: #fff;
    min-height: 70px;
}

.footer-four .subscriber-two .input-group .form-control::placeholder {
    color: #fff;
}

.footer-four .subscriber-two .input-group .form-control:focus {
    color: #fff;
}

.footer-four .subscriber-two .bottom-border-two {
    border: 1px solid #fff;
    opacity: 0.25;
}

.footer-four .form-control {
    padding-left: 0;
}

.footer-four .back-to-top-icon {
    background: #f66962
}

.back-to-top-icon.show {
    opacity: 1;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.back-to-top-icon {
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 9999;
    width: 52px;
    height: 52px;
    text-align: center;
    background: #1e88e5;
    color: #fff;
    cursor: pointer;
    border: 0;
    border-radius: 50px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.back-to-top-icon:hover {
    color: #1e88e5;
    background: #dcfe07;
}

.footer-four .form-control {
    padding-left: 0;
}

.footer-one.footer-five {
    background: #D7E3FF;
}

.footer-one.footer-five .footer-widget ul li a {
    color: #7D858F;
    font-size: 16px;
}

.footer-one.footer-five .footer-bottom {
    background: #1E88E5;
}

.footer-one.footer-five .footer-bottom .copyright {
    border: 0;
}

.footer-one.footer-five.footer-six {
    background: #fff;
}

.footer-one.footer-five.footer-six .footer-bottom {
    background: #1D2C5B;
}

/*-----------------
	13. Footer Six
-----------------------*/

.footer-five {
    background: #185DC6;
    color: #fff;
}

.footer-five .footer-top {
    padding: 60px 0px;
}

.footer-five:after {
    background-image: none;
}

.footer-five .footer-title {
    color: #fff;
}

.footer-five .social-icon ul li i {
    color: #fff;
}

.footer-five .footer-widget .footer-about-content p {
    color: #fff;
    font-weight: 300;
}

.footer-five .footer-menu ul li a {
    color: #fff;
    font-weight: 300;
}

.footer-five .footer-contact-info span,
.footer-five .footer-contact-info p {
    color: #fff;
    font-weight: 300;
}

.footer-five .term-privacy {
    text-align: right
}

.footer-five .term-privacy ul li a {
    color: #fff;
    font-size: 14px;
}

.footer-five .footer-bottom .copyright-text p {
    color: #fff;
    font-size: 14px;
}

.footer-five .footer-bottom .copyright {
    padding: 30px 0;
    border-top: 2px solid #FFFFFF;
}

.footer-five .social-icon ul li a:hover {
    color: #000;
}

.footer-five .footer-widget.footer-menu ul li a:hover {
    color: #1e88e5
}

/*-----------------
	14. Login
-----------------------*/

.account-page {
    background-color: #fff;
}

.account-page .content {
    padding: 50px 0;
}

.login-header {
    margin-bottom: 20px;
}

.login-header p {
    margin-bottom: 0;
}

.login-header h3 {
    font-size: 20px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.login-header h3 span {
    color: #1e88e5;
}

.login-header h3 a {
    color: #1e88e5;
    float: right;
    font-size: 15px;
    margin-top: 2px;
}

.login-right .dont-have {
    color: #3d3d3d;
    margin-top: 20px;
    font-size: 14px;
}

.login-right .dont-have a {
    border-bottom: 1px dashed;
    color: #1e88e5;
}

.login-btn {
    font-size: 16px;
    font-weight: 500;
    display: block;
    width: 100%;
    color: #fff;
    padding: 8px 15px;
    border-radius: 5px;
    text-align: center;
}

.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: 14px;
    margin-bottom: 20px;
    font-weight: 400;
    border-bottom: 1px solid;
}

.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;
    background-color: #1e88e5;
}

.bg-pattern-style {
    background: url(../img/home_art.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100vh;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.bg-pattern-style:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: linear-gradient(to right, rgba(255, 255, 255, .50) 20%, rgba(255, 255, 255, .01) 85%);
}

.bg-pattern-style .content {
    height: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

/*-----------------
	15. Home
-----------------------*/

.section-search {
    background: #f8f8f8;
    min-height: 650px;
    background-image: url(../img/banner-img.jpg);
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    background-blend-mode: Darken;
    padding: 180px 0 0;
}

.section-search:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0, 0.7);
}

.section-header {
    margin-bottom: 50px;
    position: relative;
}

.section-header h2 {
    font-size: 36px;
    margin-bottom: 0;
    font-weight: 700;
    color: #05264E;
}

.section-header .sub-title {
    color: #66789C;
    font-size: 16px;
    max-width: 550px;
    font-weight: 500;
    margin-top: 15px;
}

.section-header p {
    color: #26292c;
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 15px;
}

.banner-wrapper {
    max-width: 962px;
    width: 100%;
    position: relative;
}

.banner-wrapper .banner-header {
    margin-bottom: 30px;
}

.banner-wrapper .banner-header h1 {
    margin-bottom: 5px;
    font-size: 54px;
    font-weight: bold;
    color: #ffffff;
}

.banner-wrapper .banner-header h1 span {
    color: #1e88e5;
}

.index-three .banner-wrapper .banner-header p {
    font-size: 18px;
    color: #C1E2FF;
    font-weight: 500;
}

.index-three .banner-wrapper .banner-header {
    margin-bottom: 40px;
}

.banner-wrapper .banner-header p {
    font-size: 24px;
    margin-bottom: 0;
    color: #fff;
}

.banner-wrapper .banner-header.banner-header-one p {
    font-weight: 500;
    font-size: 16px;
}

.search-box form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}

.search-box .form-group {
    margin-bottom: 0;
}

.search-box .form-control {
    border: 1px solid #e3e8eb;
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
    border-radius: 50px;
    padding-left: 45px;
    min-height: 54px;
    box-shadow: 0 0 1.25rem rgba(31, 45, 61, .05);
    font-size: 14px;
}

.search-box .form-control::-webkit-input-placeholder {
    color: #6c757d;
    font-size: 14px;
}

.search-box .form-control::-moz-placeholder {
    color: #6c757d;
    font-size: 14px;
}

.search-box .form-control:-ms-input-placeholder {
    color: #6c757d;
    font-size: 14px;
}

.search-box .form-control::-ms-input-placeholder {
    color: #6c757d;
    font-size: 14px;
}

.search-box .form-control::placeholder {
    color: #6c757d;
    font-size: 14px;
}

.search-box .search-location {
    -ms-flex: 0 0 240px;
    flex: 0 0 240px;
    margin-right: 12px;
    position: relative;
    width: 269px;
}

.search-location .form-control {
    background: #fff url(../img/location.svg) no-repeat 17px center;
}

.search-box .search-info {
    -ms-flex: 0 0 490px;
    flex: 0 0 490px;
    margin-right: 12px;
    position: relative;
    width: 569px;
}

.search-info .form-control {
    background: #fff url(../img/icon/search-home.svg) no-repeat 15px 13px;
    padding-left: 50px;
}

.search-box .search-btn {
    width: 54px;
    -ms-flex: 0 0 54px;
    flex: 0 0 54px;
    height: 54px;
    border-radius: 100px;
    font-size: 15px;
    font-weight: 600;
}

.home-slide .search-box .search-info.location-search-four input::placeholder {
    color: #7D858F;
    font-size: 14px;
}

.search-box .search-btn span {
    display: none;
    font-weight: 500;
}

.search-box .form-text {
    color: #757575;
    font-size: 13px;
}

.section-mentor {
    background-color: #f8f9fa;
    padding: 80px 0;
}

.section-mentor .section-header {
    margin-bottom: 30px;
}

.section-mentor .section-header p {
    margin-top: 10px;
}

.profile-widget {
    background-color: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 0;
    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;
}

.user-avatar {
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 0px;
}

.user-avatar img {
    border-radius: 0;
    -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%;
}

.user-avatar: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: #26292c;
    -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 15px;
}

.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: #1e88e5;
    font-size: 13px;
    border: 2px solid #1e88e5;
    text-align: center;
    display: block;
    font-weight: 500;
    padding: 6px;
}

.view-btn:hover, .view-btn:focus {
    background-color: #1879cd;
    border-color: #1879cd;
    color: #fff;
}

.book-btn {
    background-color: #1e88e5;
    border: 2px solid #1e88e5;
    color: #fff;
    font-size: 13px;
    text-align: center;
    display: block;
    font-weight: 500;
    padding: 6px;
}

.book-btn:hover, .book-btn:focus {
    background-color: #1879cd;
    border-color: #1879cd;
    color: #fff;
}

.section-mentor .profile-widget {
    box-shadow: 2px 2px 13px rgba(0, 0, 0, 0.1);
    margin-bottom: 0;
}

.about-content p {
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    margin: 0;
}

.about-content p + p {
    margin-top: 20px;
}

.about-content a {
    background-color: #0de0fe;
    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: #01cae4;
    border-color: #01cae4;
    color: #fff;
}

.section-blogs {
    padding: 80px 0;
}

.section-blogs .section-header span {
    text-transform: inherit;
}

.section-blogs .grid-blog .blog-title {
    font-size: 16px;
}

.section-header span {
    color: #1E88E5;
    font-weight: 600;
    font-size: 15px;
    padding-bottom: 8px;
    display: block;
    text-transform: uppercase;
}

.section-header.text-center .sub-title {
    font-weight: 500;
    margin: 15px auto 0;
}

/*-----------------
	16. Home-two
-----------------------*/

.home-slide {
    position: relative;
    background-color: #FAFBFF;
    background-image: url(../img/bg-slide.png);
    background-repeat: no-repeat;
    background-position: right 50px center;
    background-size: 500px;
    min-height: 700px;
}

.section-header.section-head-one .sub-title {
    color: #66789C;
    font-size: 16px;
    font-weight: 500;
    max-width: 760px;
}

.selection-cource .section-header.section-head-one .sub-title {
    max-width: 100%;
}

.section-header.section-head-one h2 {
    color: #05264E;
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 10px;
}

.home-slide-text {
    line-height: 36px;
}

.home-slide-text h1 {
    font-weight: 700;
    font-size: 54px;
    margin-bottom: 10px;
    color: #05264E;
}

.home-slide-text p {
    font-weight: 500;
    font-size: 18px;
    color: #66789C;
    margin-bottom: 40px;
}

.main-wrapper-two .poular-search p {
    color: #3E4B51;
    margin-bottom: 0;
}

.main-wrapper-two .poular-search p span {
    color: #202124;
    font-weight: 500;
}

.home-slide-text h1 span {
    color: #6255A4;
}

.girl-slide-img img {
    width: 100%;
}

.bg-stop-learn {
    background-color: #159f46;
    border: 1px solid #159f46;
    color: #fff;
    margin-bottom: 29px;
    font-size: 18px;
    padding: 2px 9px;
}

.bg-stop-learn:hover {
    color: #fff;
    background-color: #0db74a;
    border: 1px solid #0db74a;
}

.location-search .form-control {
    padding-right: 160px;
}

.home-slide .search-box form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.home-slide .search-box .form-group {
    margin-bottom: 0;
}

.home-slide .search-box .form-control {
    border: 1px solid #e3e8eb;
    border-radius: 5px;
    padding-left: 45px;
    min-height: 54px;
    box-shadow: 0px 25px 22px rgba(98, 85, 164, 0.11);
    font-size: 16px;
}

.home-slide .search-box .form-control::-webkit-input-placeholder {
    color: #6c757d;
    font-size: 16px;
}

.home-slide .search-box .form-control::-moz-placeholder {
    color: #6c757d;
    font-size: 16px;
}

.home-slide .search-box .form-control:-ms-input-placeholder {
    color: #6c757d;
    font-size: 16px;
}

.home-slide .search-box .form-control::-ms-input-placeholder {
    color: #6c757d;
    font-size: 16px;
}

.home-slide .search-box .form-control::placeholder {
    color: #6c757d;
    font-size: 16px;
}

.home-slide .search-box .search-location {
    margin-right: 12px;
    position: relative;
    width: 100%;
}

.home-slide .search-box .search-info {
    flex: 0 0 569px;
    margin-right: 12px;
    position: relative;
    width: 569px;
}

.home-slide .search-box .search-info.location-search-four {
    display: flex;
    flex: 1;
    margin-right: 0;
    width: 100%;
    padding: 20px;
    background: #FFFFFF;
    border-radius: 5px;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.home-slide .search-box .search-info.location-search-four input {
    background-color: transparent;
    border: none;
    box-shadow: none;
    padding: 0 27px 0;
    height: auto;
    flex: 1;
}

.home-slide .search-info .form-control {
    background: #fff url(../img/map-pin.png) no-repeat 15px 24px;
    height: 70px;
}

.home-slide .search-box .search-btn {
    width: 150px;
    height: 50px;
    border-radius: 5px;
    top: 15px;
    right: 15px;
    padding: 0px;
    flex: 1;

}

.home-slide .search-box .search-btn span {
    display: none;
    font-weight: 500;
}

.home-slide .search-box .form-text {
    color: #757575;
    font-size: 13px;
}

.bg-search a {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}

.bg-search {
    background-color: #6255a4;
    border: 1px solid #6255a4;
    color: #fff;
}

.bg-search:hover {
    background-color: #54469f;
    border: 1px solid #54469f;
    color: #fff;
}

.home-slide .location-search .form-control::placeholder {
    font-size: 14px;
    color: #C0C0C0;
}

.most-popular {
    padding: 80px 0px;
    position: relative;
}

.most-popular .browse-cat-slider .sub-categories {
    border: 1px solid #E4E4E4;
    border-radius: 5px;
    background: #fff;
    padding: 15px;
    display: flex;
    align-items: center;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.most-popular .browse-cat-slider .sub-categories .categories-text h4 {
    font-weight: 500;
    font-size: 18px;
    color: #1D2C5B;
}

.most-popular .browse-cat-slider .sub-categories .categories-text h5 {
    font-weight: 400;
    font-size: 15px;
    color: #7D858F;
    margin: 0;
}

.most-popular .browse-cat-slider .sub-categories .categories-text h5 span {
    color: #1E88E5;
    font-weight: 600;
}

.browse-cat-slider.owl-carousel .owl-nav button {
    width: 35px;
    height: 35px;
    background: #E9F0FF;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.browse-cat-slider.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 40%;
    left: -45px;
    transform: translateY(-50%);
}

.browse-cat-slider.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 40%;
    right: -45px;
    transform: translateY(-50%);
}

.lets-work {
    background: #004aad;
    padding: 50px 0;
    /* padding: 80px 0; */
}

.lets-work .lets-work-card {
    border: 1px solid #E4E4E4;
    border-radius: 14px;
    background: #dcfe07;
    padding: 40px;
}

.lets-work .lets-work-card .explore-title h2 {
    font-weight: 600;
    font-size: 40px;
    color: #1D2C5B;
}

.lets-work .lets-work-card .explore-title h2 span {
    display: block;
    color: #1E88E5;
    font-size: 24px;
    margin-top: 5px;
}

.work-btns {
    display: flex;
}

.work-btns a {
    padding: 13px 35px;
    display: inline-block;
    font-size: 15px;
}

.work-btns .btn-reg a {
    background: #1D2C5B;
    border-radius: 85px;
    color: #FFFFFF;
    margin-right: 10px;
    border: 1px solid #1D2C5B;
}

.work-btns .btn-reg a:hover {
    color: #1D2C5B;
    border-color: #C1E2FF;
    background: #fff;
}

.work-btns .btn-log a {
    border: 1px solid #C1E2FF;
    border-radius: 110px;
    color: #1D2C5B;
}

.work-btns .btn-log a:hover {
    background: #1D2C5B;
    color: #FFFFFF;
    border-color: #1D2C5B;
}

.trending-courses-two .course-box-three .product {
    border: 1px solid #E4E4E4;
    border-radius: 10px;
    box-shadow: none;
}

.trending-courses-two.home-three-course .course-box-three .product {
    border: 1px solid #C1E2FF;
    padding: 15px;
}

.trending-courses-two .course-box-three .product:hover {
    background: #FAFBFF;
}

.trending-courses-two .course-box-three .product h3.title a {
    color: #1F2938;
    font-size: 20px;
    line-height: 30px;
}

.trending-courses-two .broad-course-tab .nav-link {
    color: #3E4B51;
}

.course-box.course-box-three .product-content span {
    font-size: 14px;
    color: #66789C;
    display: flex;
    align-items: center;
}

.course-box.course-box-three .product-content span img {
    margin-right: 5px;
    width: auto;
}

.course-box.course-box-three .product-content .course-info .user-student {
    margin-right: 10px;
}

.course-box.course-box-three .product-content .course-info {
    border: 0;
    margin: 0;
    padding: 0;
}

.course-box.course-box-three .product-content .book a {
    background: #3E4B51;
    border-radius: 65px;
    padding: 13px 30px;
    display: inline-block;
    color: #FFFFFF;
    transition: 0.5s all;
    font-weight: 600;
}

.course-box.course-box-three .product-content {
    margin-top: 0;
}

span.rate-point.three-rate {
    color: #FFFFFF;
}

.course-box.course-box-three .rating-img {
    margin-right: 20px;
    text-align: right;
    margin-top: -30px;
    position: relative;
    z-index: 1;
    float: right;
}

.fav-star {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 30px;
    left: 35px;
    right: 35px;
    z-index: 1;
}

.course-box.course-box-three .rating-img img {
    width: 52px;
    height: 52px;
    border: 3px solid #FFFFFF;
}

.course-box.course-box-three .rating-img.price-img {
    margin: 0;
}

.course-box.course-box-three .rating-img.price-img img {
    border: 0;
}

.trending-courses .product-img.product-img-three {
    margin-bottom: 20px;
}

.trending-courses.trending-courses-two .owl-dots {
    display: none;
}

.popular-course-two.same-dots .owl-carousel.popular-course-slide-two .owl-nav button.owl-prev {
    width: 35px;
    height: 35px;
    background: #E9F0FF;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #7D858F;
    position: absolute;
    top: -100px;
    right: 50px;
    left: unset;
}

.popular-course-two.same-dots .owl-carousel.popular-course-slide-two .owl-nav button.owl-prev:hover, .popular-course-two.same-dots .owl-carousel.popular-course-slide-two .owl-nav button.owl-next:hover {
    background-color: #1E88E5;
    color: #fff;
}

.popular-course-two.same-dots .owl-carousel.popular-course-slide-two .owl-nav button.owl-next {
    width: 35px;
    height: 35px;
    background: #E9F0FF;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #7D858F;
    position: absolute;
    top: -100px;
    right: 0;
    margin: 0;
}

.trending-courses-two .view-course {
    min-width: auto;
    padding: 12px 30px;
    border-radius: 50px;
    display: inline-block;
    background: #1D2C5B;
    color: #fff;
    margin: auto;
    margin-top: 20px;
    font-weight: 600;
    border: 1px solid #1D2C5B;
}

.trending-courses-two .view-course:hover {
    background: #fff;
    color: #1D2C5B;
}

.course-box.course-box-three .product-content .book a:hover {
    background: #1E88E5;
}

.course-box.course-box-three .product-content .rating {
    justify-content: space-between;
    margin: 0;
}

.course-box.course-box-three .product-content .rating h4 {
    color: #1E88E5;
    font-size: 20px;
}

.course-box.course-box-three .favourite {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50px;
    color: #66789C;
    transition: 0.5s all;
}

.course-box.course-box-three .favourite:hover {
    background: #3E4B51;
    color: #fff;
    transition: 0.5s all;
}

.broad-course-tab.trending-tab {
    display: flex;
    justify-content: center;
}

.trending-courses-two .tab-content {
    padding-top: 0;
}

.join-mentor.join-mentor-two {
    background: #fff;
}

.join-mentor.join-mentor-two .join-mentor-details h2 {
    color: #202124;
    font-weight: 700;
    font-size: 54px;
}

.join-mentor.join-mentor-two .join-mentor-details h2 span {
    color: #1E88E5;
}

.join-mentor.join-mentor-two .join-mentor-details .sub {
    color: #66789C;
    font-weight: 500;
    font-size: 18px;
    display: block;
    margin-bottom: 10px;
}

.join-mentor.join-mentor-two .join-mentor-details p {
    color: #1F2938;
}

.join-mentor.join-mentor-two .reg-log-btn a {
    min-width: auto;
    padding: 13px 30px;
    border-radius: 50px;
    display: inline-block;
}

.join-mentor.join-mentor-two .reg-log-btn a.find-ment {
    background: #fff;
    color: #05264E;
    border: 1px solid #C1E2FF;
    margin-right: 15px;
}

.course-counter {
    padding-top: 80px;
    border-top: 1px solid #E8F4FF;
}

.course-counter h5 {
    color: #1E88E5;
    font-weight: 600;
    font-size: 48px;
}

.course-counter h4 {
    color: #1D2C5B;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.course-counter p {
    color: #66789C;
    margin-bottom: 0;
}

.rating-instructor.istructor-taring-three {
    background: #FAFBFF;
}

.mentor-slide-card {
    border: 1px solid #C1E2FF;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 24px;
}

.slide-mentor-info .slide-img {
    border-radius: 4px;
    margin-right: 15px;
}

.slide-mentor-info .slide-img img {
    border-radius: 4px;
}

.slide-location {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.slide-name .average-rating.rate-point.three-rate {
    color: #3E4B51;
    font-size: 14px;
}

.slide-location span {
    color: #66789C;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.slide-location span img {
    width: auto;
    margin-right: 5px;
}

.rating-instructor-slide .owl-dots {
    display: none;
}

.istructor-taring-three .rating-instructor-slide.owl-carousel .owl-nav button.owl-prev {
    width: 35px;
    height: 35px;
    background: #E9F0FF;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #7D858F;
    position: absolute;
    top: -100px;
    right: 50px;
    left: unset;
}

.istructor-taring-three .rating-instructor-slide.owl-carousel .owl-nav button.owl-next {
    width: 35px;
    height: 35px;
    background: #E9F0FF;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #7D858F;
    position: absolute;
    top: -100px;
    right: 0;
    margin: 0;
}

.most-popular .sub-categories:hover {
    box-shadow: 0 0 13px rgb(0 0 0 / 30%);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.sub-categories {
    display: flex;
    border: 1px solid #E8E8E8;
    margin-bottom: 24px;
    padding: 20px;
    border-radius: 10px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.popular-cat-one .sub-categories {
    border: 1px solid #E4E4E4;
    background: #FAFBFF;
}

.popular-cat-one .categories-img img {
    border-radius: 5px;
}

.categories-text h4 {
    color: #1F2938;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
}

.bg-explore {
    background-color: #6255A4;
    border: 1px solid #6255A4;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 15px 30px;
}

.bg-explore:hover {
    background-color: #FF875A;
    border-color: #FF875A;
    color: #fff;
}

.categories-text p {
    font-size: 14px;
    color: #66789C;
    margin-bottom: 0;
}

.categories-text p span {
    color: #1E88E5;
}

.categories-img {
    margin-right: 10px;
}

.explore-more {
    margin-top: 26px;
}

.explore-more .all-browse {
    color: #1D2C5B;
    font-weight: 600;
    font-size: 15px;
    display: inline-block;
    border-bottom: 2px solid #1D2C5B;
    transition: 0.5s all;
}

.explore-more .all-browse:hover {
    color: #1E88E5;
    transition: 0.5s all;
    border-color: #1E88E5;
}

.explore-more .all-browse:hover i {
    color: #1E88E5;
    transition: 0.5s all;
}

.explore-more .all-browse i {
    font-size: 12px;
    color: #1D2C5B;
    margin-left: 5px;
}

.trending-courses .product .rating i {
    font-size: 13px;
    line-height: normal;
    color: #575757;
}

.trending-courses.selection-cource .product .rating {
    margin: 0;
}

.trending-courses.selection-cource .most-trend-two .rating.rating-two {
    margin: 10px 0;
}

.trending-courses-two.trend-two {
    padding-bottom: 56px;
}

.most-popular.most-popular-two {
    padding-bottom: 56px;
}

.broad-course-tab .nav-link {
    border: 1px solid #E4E4E4;
    border-radius: 5px;
    padding: 10px 30px;
    color: #66789C;
    font-weight: 500;
}

.broad-course-tab .nav-item {
    margin-right: 10px;
}

.selection-cource .tab-content {
    padding-top: 0;
}

.broad-course-tab .nav-item:last-child {
    margin-right: 0;
}

.broad-course-tab {
    margin-bottom: 40px;
}

.broad-course-tab .nav-link.active {
    background: #FFFFFF;
    color: #1E88E5;
}

.broad-course-tab .nav-link:hover {
    background: #FFFFFF;
    color: #1E88E5;
}

.trending-courses .rate-point {
    color: #3E4B51;
}

.trending-courses.selection-cource {
    background: #E9F0FF;
}

.trending-courses .most-trend-two .rate-point {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #3E4B51;
    gap: 3px;
}

.trending-courses .most-trend-two .rate-point i {
    color: #F5B716;
}

.trending-courses .most-trend-two .rating {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.trending-courses .most-trend-two .rating.rating-two {
    margin: 0;
}

.trending-courses .most-trend-two .rating .course-btn span {
    color: #1E88E5;
    font-size: 20px;
    font-weight: 600;
}

.trending-courses .most-trend-two .rating span
.trending-courses .most-trend-two .rating span i {
    margin-right: 5px;
}

.trending-courses .rate-star-point {
    color: #000000;
}

.trending-courses .product:hover {
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    box-shadow: 0px 4px 24px rgba(239, 243, 252, 0.5);
}

.trending-courses .product {
    background-color: #ffffff;
    border: 1px solid #E4E4E4;
    border-radius: 10px;
    margin-bottom: 50px;
    position: relative;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    box-shadow: 0px 4px 24px rgba(239, 243, 252, 0.5);
    padding: 20px;
}

.trending-courses .product-img {
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 10px;
}

.trending-courses .product-img img {
    width: 100%;
    border-radius: 10px;
    transform: translateZ(0);
    transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
}

.product-img.trend-course a::before {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 1;
}

.feature-texts {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    margin: 15px 15px 0 0;
    z-index: 1;
}

.feature-texts.bgs-blue span:first-child {
    background: #10B94A;
}

.feature-texts span:first-child {
    background: #1E88E5;
    color: #fff;
    padding: 5px 15px;
    display: inline-block;
    border-radius: 3px;
    margin-right: 10px;
}

.feature-texts span:nth-child(2) {
    background: #F5B716;
    padding: 5px 7px;
    display: inline-block;
    border-radius: 3px;
}

.trending-courses.product-img:hover img {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    transform: scale(1.15);
}

.trending-courses .product-content {
    margin-top: 10px;
    padding: 0;
    display: inline-block;
    width: 100%;
}

.trending-courses .author-name a {
    color: #656565;
    display: inline-block;
}

.trending-courses .author-name img {
    border-radius: 50%;
    display: inline-block;
    height: 30px;
    width: 30px;
    margin-right: 3px;
}

.trending-courses .product .rating {
    margin-left: auto;
    margin: 10px 0px;
    width: auto;
}

.trending-courses .rating {
    margin-bottom: 10px;
}

.trending-courses .rating-star {
    display: flex;
}

.trending-courses .rating i {
    color: #dedfe0;
    font-size: 16px;
}

.trending-courses .rating-img img {
    width: 36px;
    height: 36px;
    border-radius: 25px;
}

.trending-courses .rate-star-point {
    margin-left: 2px;
}

.trending-courses .rating-img {
    margin-right: 8px;
}

.trending-courses .rating i.filled {
    color: #febe42;
}

.trending-courses .rating .rating-number {
    color: #29303b;
    margin-bottom: 0;
    font-size: 12px;
}

.trending-courses .rating-number span {
    font-weight: 600;
    color: #a1a7b3;
    margin-left: 5px;
}

.trending-courses .price {
    color: #26292c;
    font-size: 30px;
    font-weight: bolder;
    margin: 0;
}

.trending-courses .price small {
    color: #767676;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    line-height: inherit;
    text-transform: lowercase;
}

.trending-courses .product .product-content .title {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 700;
    word-wrap: break-word;
    overflow: hidden;
}

.trending-courses .product .product-content .title a {
    color: #1F2938;
}

.trending-courses .product .product-content .title a:hover {
    color: #1E88E5;
}

.trending-courses .product-img.trend-course a::before {
    display: none;
}

.trending-courses {
    /* padding: 80px 0px; */
    padding: 40px 0px;
    background-color: #Fafbff;
    position: relative;
}

.trending-courses .course-box {
    -ms-flex: 0 0 100%;
    flex: 100%;
    max-width: 100%;
}

.trending-courses .owl-nav {
    display: none;
}

.course-box .rating span {
    font-size: 14px;
    color: #3E4B51;
    display: flex;
    align-items: center;
}

.selection-cource.trending-courses .product .rating i {
    margin-right: 5px;
}

.course-box .rating span.card-arrow {
    width: 35px;
    height: 35px;
    justify-content: center;
    background: #fff;
    border: 2px solid #1E88E5;
    border-radius: 50%;
}

.course-box .rating span img {
    width: auto;
    margin-right: 5px;
}

.trending-courses .owl-theme .owl-dots .owl-dot:hover span {
    background: #6255A4;
}

.trending-courses .owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 0px 5px;
    border-radius: 16px;
    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;
}

.trending-courses .owl-theme .owl-dots .owl-dot.active span {
    width: 15px;
    background: #6255A4;
    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;
}

.trending-courses .join-now {
    background-color: #159F46;
    border: 1px solid #159F46;
    color: #fff;
    font-weight: 500;
    padding: 7px 29px
}

.trending-courses .join-now:hover {
    color: #fff;
    background-color: #0db74a;
    border: 1px solid #0db74a;
}

.trending-courses .course-price {
    color: #6255A4;
    font-weight: 700;
    font-size: 20px;
}

.trending-courses .course-info {
    display: flex;
    padding-bottom: 5px;
    border-bottom: 1px solid #eceff0;
}

.trending-courses .course-info .course-view {
    margin-left: auto;
    display: flex;
    padding: 5px 0px;
    font-weight: normal;
    color: #777777;
}

.trending-courses .course-info .course-view img {
    width: 15px;
    height: 20px;
    margin: 0px 5px;
}

.trending-courses .course-view i {
    color: #159f46;
    margin-right: 10.5px;
    line-height: 27px;
}

.trending-courses .course-point span {
    margin-right: 9.5px;
}

.trending-courses .trend-explore-more {
    margin-top: 50px;
}

.course-point, .graduate-point {
    display: flex;
    align-items: end;
}

.featured-instructor {
    padding: 40px 0px;
    /* padding: 80px 0px; */
}

.featured-instructor.feature-instructor-one {
    background: #1D2C5B;
    position: relative;
}

.featured-instructor.feature-instructor-one .section-head-one h2 {
    color: #fff;
}

.featured-instructor.feature-instructor-one .section-head-one p {
    color: #C1E2FF;
}

.student-img img {
    width: 100%;
}

.team-name h4 {
    color: #6255A4;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 20px;
}

.featured-instructor-head .team-name span {
    color: #3E4B51;
}

.team-name span {
    font-size: 14px;
    color: #66789C;
    font-weight: 400;
}

.large-team {
    background: #FFFFFF;
    border: 1px solid #E4E4E4;
    border-radius: 10px;
    margin-bottom: 50px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    padding: 20px;
}

.view-student {
    position: relative;
    z-index: 99;
}

.view-student-list {
    list-style: none;
    display: flex;
    background: #6255A4;
    border-radius: 10px;
    padding: 13px 0px;
    position: absolute;
    top: 0px;
    left: 50%;
    webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 70%;
}

.view-student-list li {
    padding-right: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}

.view-student-list li:nth-child(1) {
    padding-left: 10px;
}

.large-team:hover .view-student-list {
    background: #fff;
}

/* .large-team:hover {
	background: #6255A4;
	box-shadow: 0 0 13px rgb(0 0 0 / 30%);
	transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
} */
.large-team:hover .view-student-list li:nth-child(1) i {
    color: #159F46;
}

.large-team:hover .view-student-list li:nth-child(3) i {
    color: #6255A4;
}

.large-team:hover .view-student-list li {
    color: #000;
}

.become-instructor-bg {
    background: #6255A4;
    color: #fff;
    padding: 15px 30px;
    font-size: 18px;
    font-weight: 700;
}

.become-instructor-bg:hover {
    background-color: #54469f;
    border: 1px solid #54469f;
    color: #fff;
}

.featured-instructor .student-img:hover img {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    transform: scale(1.15);
}

.featured-instructor .student-img img {
    width: 100%;
    border-radius: 10px;
    transform: translateZ(0);
    transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
}

.featured-instructor .student-img {
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 10px;
}

.join-mentor {
    position: relative;
    background: #1E88E5;
    padding: 80px 0;
}

.head-join-us .join-mentor-details h2 {
    color: #ffff;
    font-weight: 700;
    font-size: 50px;
    margin-bottom: 40px;
}

.head-join-us .join-mentor-details p {
    color: #FFFFFF;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 40px;
}

.head-join-us .reg-log-btn a {
    padding: 13px 30px;
    background: #1D2C5B;
    color: #fff;
    border-radius: 5px;
    background: #1D2C5B;
    font-weight: 600;
    font-size: 15px;
    min-width: 160px;
    display: inline-flex;
    text-align: center;
    justify-content: center;
    transition: 0.5s all;
    border: 1px solid #1D2C5B;
}

.head-join-us .reg-log-btn a:hover {
    background: #fff;
    color: #1D2C5B;
    border-color: #fff;
    transition: 0.5s all;
    box-shadow: inset 0 50px 0 0 #fff;
}

.join-mentor.join-mentor-two .reg-log-btn a.find-ment:hover {
    background: #1D2C5B;
    color: #fff;
    box-shadow: inset 0 50px 0 0 #1D2C5B;
    border-color: #1D2C5B;
}

.head-join-us .reg-log-btn a.log-btn:hover {
    background: #1D2C5B;
    color: #fff;
    transition: 0.5s all;
    box-shadow: inset 0 50px 0 0 #1D2C5B;
    border-color: #1D2C5B;
}

.head-join-us .reg-log-btn a.log-btn {
    background: #fff;
    margin-left: 10px;
    color: #1D2C5B;
    transition: 0.5s all;
    border: 1px solid #fff;
}

.join-mentor-detail,
.best-course-detail {
    background: #fff;
    border-radius: 10px;
    padding: 33px;
}

.join-mentor-detail h2 {
    color: #6255A4;
    font-weight: 700;
    margin-bottom: 6px;
    font-size: 30px;
}

.join-mentor-detail {
    margin-bottom: 50px;
}

.best-course-detail h2 {
    color: #FFB54A;
    font-weight: 700;
    margin-bottom: 6px;
    font-size: 30px;
}

.join-mentor-detail .bg-find {
    background: #6255A4;
    color: #fff;
    padding: 7px 29px;
    font-weight: 700;
}

.join-mentor-detail .bg-find:hover {
    background-color: #54469f;
    border: 1px solid #54469f;
    color: #fff;
}

.best-course-detail .bg-find {
    background: #FFB54A;
    color: #fff;
    padding: 7px 29px;
    font-weight: 700;
}

.best-course-detail .bg-find:hover {
    background: #f9ab3b;
    border: 1px solid #f9ab3b;
    color: #fff;
}

/* .join-mentor-img img {
	width: 100%;
} */
.join-sub-text {
    color: #777777;
    font-size: 18px;
    margin-bottom: 15px;
}

.student-say-about {
    padding-top: 80px;
}

/* .student-slide-testimoni {
	max-width: 70%;
} */
.student-say-about .say-text {
    font-size: 14px;
    color: #3D3D3D;
    font-weight: 500;
    line-height: 23px;
    padding: 0px 40px;
    margin: 30px 0;
}

.testimonial-section {
    background-color: #ffffff;
}

.testimonial-section.testi-mon-one {
    background: #E9F0FF;
    padding-bottom: 50px;
}

.testimonial-section.testi-mon-one .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    background: #A8A8A8;
    border-radius: 10px;
    border: none;
    margin-right: 5px;
}

.testimonial-section.testi-mon-one .owl-dots .owl-dot.active {
    width: 40px;
    height: 8px;
    background: #1E88E5;
    border: none;
}

.testi-img .img-box {
    max-width: 360px;
    margin: auto;
    text-align: center;
    position: relative;
}

.testi-img .circle {
    height: 360px;
    width: 360px;
    background-color: #fb9c9a;
    position: absolute;
    border-radius: 50%;
    left: 0;
    bottom: 0;
    transition: all 0.5s ease;
}

.testi-img .img-box-inner {
    position: relative;
    border-radius: 0 0 180px 180px;
    overflow: hidden;
}

.testi-img .img-box-inner img {
    max-width: 310px;
}

.testimonial-section .carousel-inner {
    padding-bottom: 30px;
}

.testimonial-section .carousel-control-prev {
    margin-right: 10px;
}

.testimonial-section .carousel-control-next {
    position: absolute;
    height: 60px;
    width: 60px;
    display: inline-flex;
    border-radius: 50px;
    top: 50%;
    right: -120px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    opacity: 1;
}

.testimonial-section .carousel-control-prev {
    position: absolute;
    height: 60px;
    width: 60px;
    display: inline-flex;
    border-radius: 50px;
    top: 50%;
    left: -120px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    opacity: 1;
}

.testimonial-section .student-testimonial-prev i,
.testimonial-section .student-testimonial-next i {
    color: #3D3D3D;
    font-size: 25px;
}

.testimonial-section .carousel-control-prev img,
.testimonial-section .carousel-control-next img {
    width: 16px;
}

.testi-item span {
    font-size: 18px;
    color: #3D3D3D;
    margin-bottom: 16px;
}

.testi-item h3 {
    font-size: 24px;
    text-transform: capitalize;
    margin: 14px 0px 6px;
}

.student-bg-fix img {
    position: absolute;
    top: -58px;
    right: -45px;
    z-index: -3;
}

.testimonial-section .carousel-inner .student-group {
    background: #FFF;
    border-radius: 20px;
    padding: 20px;
    position: relative;
}

.testi-mon-one .reviewer-detail {
    display: flex;
    align-items: center;
    justify-content: center;
}

.testi-mon-one .reviewer-detail .student-about-img {
    margin-right: 17px;
}

.testi-mon-one .reviewer-detail h3 {
    margin: 0;
}

.testimonial-section .carousel-inner .student-group:before {
    /* content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background: #FFF;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    border-radius: 20px;
    width: 107%;
    height: 92%;
	margin: 0 auto;
	z-index: -1; */
}

.testimonial-section .carousel-inner .student-group:after {
    /* content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background: #FFF;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    border-radius: 20px;
    width: 115%;
    height: 85%;
	margin: 0 auto;
	z-index: -2; */
}

.about-space {
    margin-bottom: 68px;
}

.student-about-img img {
    border-radius: 50px;
    max-width: 100%;
}

.new-course {
    padding: 80px 0px;
}

.new-course-background {
    padding: 25px;
}

.new-course.subscribe-course {
    padding-bottom: 0;
}

.new-course .new-course-background {
    background-color: #07002D;
    border-radius: 30px;
}

.new-course-background .new-course-text h1 {
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0px;
    font-size: 36px;
}

.page-sub-text {
    padding: 24px 0px 54px;
    margin-bottom: 0px;
}

.new-course-text .page-sub-text {
    font-style: normal;
    font-weight: 400;
    color: #ffffff;
}

.bg-course-subscribe {
    background: #159f46;
    color: #fff;
    line-height: 2.9;
    padding: 5px 34px;
}

.bg-course-subscribe:hover {
    color: #fff;
    background-color: #0db74a;
    border: 1px solid #0db74a;
}

.course-text-bg::placeholder {
    color: #fff;
}

.course-text-bg {
    background: #6255a4;
    border: 1px solid #6255a4;
    height: 60px;
}

.course-text-bg:focus {
    background: #6255a4;
    border: 1px solid #6255a4;
    color: #fff;
}

.new-course-img img {
    width: 100%;
}

/*-----------------
	16. Home-three
-----------------------*/
.section-search.home-slider-two {
    background-image: url(../img/banner-img-03.jpg);
}

.section-search.home-slider-two:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #1F2938;
    opacity: 0.8;
}

.search-three .form-group .form-control {
    background-color: transparent;
    box-shadow: none;
    border: 0;
    border-radius: 0;
}

.search-three .form-group.search-location .form-control {
    background-image: url(../img/icon/search-03.svg);
}

.search-three .form-group.search-info .form-control {
    background-image: url(../img/icon/location-03.svg);
    background-position: 30px 15px;
}

.search-box.search-three .search-info {
    flex: 1;
}

.search-box.search-three .search-location {
    flex: 1;
}

.home-slider-two .search-box.search-three {
    background: #fff;
    padding: 10px;
    border-radius: 125px;
    margin-bottom: 30px;
}

.home-slider-two .poular-search p {
    color: #F9F9F9;
    margin-bottom: 0;
}

.home-slider-two .poular-search p span {
    color: #A8A8A8;
}

.section-top-head.top-head-three {
    justify-content: center;
    align-items: center;
    text-align: center;
}

.main-wrapper-three .section-top-head.top-head-three h2 {
    color: #05264E;
    font-size: 32px;
    font-weight: 700;
}

.main-wrapper-three .section-top-head .section-header .sub-title {
    font-size: 16px;
}

.section-top-head.top-head-three p {
    font-weight: 500;
    font-size: 16px;
    color: #66789C;
}

.home-slide-two {
    background-color: #33333D;
    margin: 0px 40px;
    border-radius: 30px;
    min-height: 700px;
}

/* .object-slide-img img {
    width: 100%;
} */
.home-slide-search .search-box .form-group {
    margin-bottom: 0;
}

.home-slide-search .search-box .form-control {
    border: 1px solid #e3e8eb;
    border-radius: 5px;
    padding-left: 29px;
    min-height: 54px;
    box-shadow: 0px 25px 22px rgba(98, 85, 164, 0.11);
    font-size: 16px;
}

.home-slide-search .search-box .form-control::-webkit-input-placeholder {
    color: #6c757d;
    font-size: 16px;
}

.home-slide-search .search-box .form-control::-moz-placeholder {
    color: #6c757d;
    font-size: 16px;
}

.home-slide-search .search-box .form-control:-ms-input-placeholder {
    color: #6c757d;
    font-size: 16px;
}

.home-slide-search .search-box .form-control::-ms-input-placeholder {
    color: #6c757d;
    font-size: 16px;
}

.home-slide-search .search-box .form-control::placeholder {
    color: #6c757d;
    font-size: 16px;
}

.home-slide-search .search-box .search-location {
    margin-right: 12px;
    position: relative;
    width: 100%;
}

.home-slide-search .search-box .search-info {
    flex: 0 0 569px;
    margin-right: 12px;
    position: relative;
    width: 569px;
}

.home-slide-search .search-info .form-control {
    background: #fff;
    background-image: none;
    height: 70px;
}

.home-slide-search .search-box .search-btn {
    width: 70px;
    height: 70px;
    -ms-flex: 0 0 150px;
    flex: 0 0 70px;
    border-radius: 5px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
}

.home-slide-search .search-box .search-btn span {
    display: none;
    font-weight: 500;
}

.home-slide-search .search-box .form-text {
    color: #757575;
    font-size: 13px;
}

.home-slide-search .location-search .form-control::placeholder {
    font-size: 14px;
    color: #C0C0C0;
}

.hometwo-slide-text h1 {
    font-weight: 700;
    font-size: 54px;
    margin-bottom: 5px;
    color: #ffffff;
}

.hometwo-slide-text p {
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    margin-bottom: 40px;
}

.home-slide-two .bg-stop-learn {
    background: none;
    border: 0;
    margin-bottom: 14px;
    padding: 0;
}

.home-slide-search .bg-search {
    background-color: #F66962;
    border: 1px solid #F66962;
    color: #fff;
}

.home-slide-search .bg-search a i {
    font-size: 22px;
}

.home-slide-search .bg-search:hover {
    background-color: #e75c55;
    border: 1px solid #e75c55;
}

.banner-counter ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
}

.banner-counter ul li {
    list-style: none;
    color: #E8F4FF;
    font-size: 14px;
}

.banner-counter ul li h5 {
    font-weight: 700;
    font-size: 32px;
    color: #fff;
    margin: 0;
}

.section-top-head {
    display: flex;
}

.section-top-head .section-header .sub-title {
    font-size: 14px;
}

.section-top-head .section-header h2 {
    margin-bottom: 0px;
    color: #0B0B0B;
}

.section-btn {
    margin-left: auto;
}

.section-btn .btn-primary {
    background-color: #F66962;
    border: 1px solid #F66962;
    color: #fff;
    padding: 17px 37px;
}

.section-btn .btn-primary:hover {
    background-color: #e75c55;
    border: 1px solid #e75c55;
    color: #fff;
}

.most-popular-two .popular-categories {
    margin-top: 0;
}

.most-popular-two .sub-categories {
    padding: 35px 0px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.most-popular-two .categories-text h4 {
    color: #000000;
}

.most-popular-two .categories-img {
    background: #1E88E5;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    margin-right: 16px;
}

.most-popular-two .categories-img img {
    width: 30px;
}

.bg-design {
    background: #EFEFF7;
}

.bg-development {
    background: #FDF3E9;
}

.bg-software {
    background: #DCF7FE;
}

.bg-business {
    background: #E5FAE9;
}

.bg-marketing {
    background: #EFEFF7;
}

.bg-photography {
    background: #DCF7FE;
}

.bg-design .categories-img {
    background: #5444A6;
}

.bg-development .categories-img {
    background: #EF8746;
}

.bg-software .categories-img {
    background: #3BBCF0;
}

.bg-business .categories-img {
    background: #5FD46C;
}

.bg-marketing .categories-img {
    background: #5444A6;
}

.bg-photography .categories-img {
    background: #3BBCF0;
}

.trending-courses-two {
    background: #F9F9F9;
}

.trending-courses-two .section-btn .btn-primary {
    padding: 17px 34px;
}

.course-two-all {
    margin-top: 20px;
}

.rating-two .course-btn {
    margin-left: auto;
}

.rating-two .course-btn span {
    color: #1E88E5;
    font-weight: 600;
    font-size: 28px;
}

.rating-two .course-btn a {
    padding: 10px 30px;
    color: #66789C;
    background: #C1E2FF;
    display: block;
    font-size: 14px;
    transition: 0.5s all;
}

.rating-two .course-btn a:hover {
    background: #1E88E5;
    color: #fff;
}

.rating-two h5 {
    margin-bottom: 0;
    font-size: 14px;
    color: #202124;
    font-weight: 400;
}

.trending-courses-two .rating-img {
    margin-right: 10px;
}

.trending-courses-two .product .product-content .title a:hover {
    color: #1E88E5;
}

.trending-courses-two .product .product-content .title {
    padding: 15px 0px;
    margin-bottom: 0px;
}

.rating-two .course-price h4 {
    font-size: 22px;
    margin-bottom: 0;
    color: #F66962;
    font-weight: 700;
}

.rating-two .course-price span {
    font-size: 14px;
    color: #777777;
    margin-right: 11px;
    text-decoration: line-through;
}

.trending-courses-two .course-view .file-pink {
    color: #DF615C;
}

.trending-courses-two .product {
    margin-bottom: 24px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.trending-courses-two .product:hover {
    box-shadow: 0 0 13px rgb(0 0 0 / 30%);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.trend-course-tab-slider .owl-dots {
    text-align: center;
}

.trend-course-tab-slider .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    background: #202124;
    border: 2px solid #202124;
    border-radius: 10px;
    margin-right: 10px;
}

.owl-dots {
    line-height: 0;
}

.trend-course-tab-slider .owl-dots .owl-dot.active {
    width: 18px;
    height: 18px;
    border: 2px solid #202124;
    background: #fff;
}

.trending-courses-two .owl-theme .owl-dots .owl-dot:hover span {
    background: #F66962;
}

.rating-instructor {
    padding: 80px 0px 56px;
}

.rating-instructor-slide {
    margin-top: 20px;
}

.trend-course-tab-slider.most-trend-two .owl-dots .owl-dot, .feature-instructor-one .instructor-slider .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    background: #A8A8A8;
    border-radius: 10px;
    border: none;
}

.trend-course-tab-slider.most-trend-two .owl-dots .owl-dot.active, .feature-instructor-one .instructor-slider .owl-dots .owl-dot.active {
    width: 40px;
    height: 8px;
    background: #1E88E5;
    border: none;
}

.rating-instructor .large-team {
    padding: 15px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.rating-instructor .large-team:hover {
    background: none;
    color: #0B0B0B;
    box-shadow: 0 0 13px rgb(0 0 0 / 30%);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.rating-instructor .team-name h4 {
    color: #0B0B0B;
    font-size: 18px;
    font-weight: 600;
    margin: 0px 0px 5px;
}

.ins-content .team-name {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #E4E4E4;
}

.instructor-four-face .large-team {
    padding: 0;
}

.instructor-four-face .team-name {
    padding: 20px;
}

.ins-content .rating {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
}

.ins-content .rating span.rate-point {
    color: #3E4B51;
}

.ins-content .rating span.rate-point i {
    color: #F5B716;
    margin-right: 5px;
}

.ins-content .rating span {
    font-size: 14px;
    color: #1E88E5;
    display: flex;
    align-items: center;
}

.ins-content .rating span img {
    width: auto;
    margin-right: 5px;
}

.rating-instructor .team-name span {
    color: #777777;
    font-size: 14px;
    font-weight: 500;
}

.rating-instructor .large-team:hover .team-name h4 a {
    color: #0B0B0B;
}

.rating-instructor .large-team:hover .team-name span {
    color: #777777;
}

.rating-instructor .team-name {
    padding: 15px 0px 0px;
}

.same-dots .owl-carousel .owl-nav {
    position: static;
}

.same-dots .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: 0;
    background: #FFFFFF;
    border: 1px solid #EFEFF7;
    width: 40px;
    height: 40px;
    font-size: 0;
    line-height: 0px;
    border-radius: 10px;
    color: #3D3D3D;
    margin: 0;
}

.same-dots .owl-carousel .owl-nav button.owl-prev span:before,
.student-feedback .owl-nav .owl-prev span:before {
    content: "\f053";
    font-family: "Font Awesome 5 Free";
    font-size: 17px;
    font-weight: 900;
}

.same-dots .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: 0;
    background: #FFFFFF;
    border: 1px solid #EFEFF7;
    width: 40px;
    height: 40px;
    font-size: 0;
    line-height: 20px;
    border-radius: 10px;
    color: #3D3D3D;
}

.same-dots .owl-carousel .owl-nav button.owl-next span:before,
.student-feedback .owl-nav .owl-next span:before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 17px;
}

.same-dots .owl-carousel .owl-nav button.owl-prev span,
.same-dots .owl-carousel .owl-nav button.owl-next span {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.same-dots .owl-carousel .owl-nav button.owl-prev:hover {
    background: #1E88E5;
    color: #FFFFFF;
}

.same-dots .owl-carousel .owl-nav button.owl-next:hover {
    background: #1E88E5;
    color: #FFFFFF;
}

.same-dots .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #F66962;
}

.same-dots .owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    border-radius: 0px;
}

.same-dots .owl-theme .owl-dots .owl-dot {
    padding: 15px 0px !important;
}

.rating-instructor .student-img:hover img {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    transform: scale(1.15);
}

.rating-instructor .student-img img {
    width: 100%;
    border-radius: 4px 4px 0 0;
    transform: translateZ(0);
    transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
}

.rating-instructor .student-img {
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 4px 4px 0 0;
}

.popular-course-two {
    padding: 80px 0px;
    background: #fff;
}

.popular-course-slide-two {
    margin-top: 20px;
}

.same-dots .owl-carousel .owl-nav {
    display: block;
}

.blog-home-two {
    padding: 80px 0px;
}

.blog-view:hover {
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.blog-view {
    /* padding: 15px;
    border: 1px solid #EFEFF7; */
    border-radius: 10px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    margin-bottom: 1.875rem;
}

.blog-two-all {
    margin-top: 20px;
}

.blog-view-list {
    padding: 15px 0px;
}

.blog-view-list p {
    margin-bottom: 0;
    color: #777777;
    font-size: 14px;
    font-weight: 500;
}

.blog-admin-view span {
    color: #F66962;
}

.blog-admin-view {
    margin-left: auto;
}

.blog-bottom-head h4 {
    font-size: 18px;
    font-weight: 600;
    color: #0B0B0B;
    margin-bottom: 0;
}

.blog-bottom-head {
    padding: 15px 0px 0;
    border-top: 1px solid #E8E8E8;
}

.blog-home-two .blog-view-img:hover img {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    transform: scale(1.15);
}

.blog-home-two .blog-view-img img {
    width: 100%;
    border-radius: 4px 4px;
    transform: translateZ(0);
    transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
}

.blog-home-two .blog-view-img {
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 4px 4px;
}

.blog-home-two .blog-bottom-head h4 a:hover {
    color: #F66962;
}

.new-course-join .new-course-background {
    background-color: #FAAF3A;
    border-radius: 10px;
}

.new-course-join .new-course-img img {
    width: 100%;
}

.join-more-two .btn-primary {
    background: #FFFFFF;
    border: 1px solid #ffffff;
    color: #000;
    padding: 7px 29px;
    font-weight: 600;
}

.join-more-two .btn-primary:hover {
    background: #f1e6e6;
    border: 1px solid #f1e6e6;
}

.new-course-join .page-sub-text {
    padding: 3px 0px 14px;
}

.new-course-join .new-course-background {
    padding: 0;
}

.new-course-join .every-new-course {
    padding: 40px;
}

.new-course-join .new-course-text h1 {
    line-height: 48px;
}

.testimonial-two {
    padding: 80px 0px;
    background: #f9f9f9;
}

.testimonial-all {
    margin-top: 30px;
    padding-bottom: 50px;
    position: relative;
}

.testimonial-all:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 50px solid #fff;
}

.testimonial-two.testimonial-four .testimonial-all:after {
    display: none;
}

.testimonial-thumb {
    padding: 20px 0;
}

.testimonial-thumb img {
    width: 60px;
    border-radius: 60px;
}

.testimonial-two-head {
    max-width: 60%;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 30px;
    position: relative;
}

.testimonial-two-head:before {
    content: "";
    position: absolute;
    right: -39px;
    top: -22px;
    background-image: url(../img/white-dotted.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 141px;
    height: 154px;
    z-index: -1;
}

.testimonial-two-head:after {
    content: "";
    position: absolute;
    left: -39px;
    bottom: -22px;
    background-image: url(../img/white-dotted.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 141px;
    height: 154px;
    z-index: -1;
}

.testimonial-two-head h3 {
    margin: 24px 0px 17px;
    font-size: 24px;
    font-weight: 700;
    color: #303030;
}

.testimonial-two-head p {
    font-size: 14px;
    color: #777777;
    font-weight: 500;
    line-height: 1.7;
}

.testimonial-two .slider-nav {
    width: 600px;
    margin: auto;
    margin-top: 20px;
}

.testimonial-two .slick-list {
    padding: 0 !important;
}

.testimonial-two .slider-nav .slick-current .testimonial-thumb {
    transform: scale(1.4);
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transition: ease all 0.5s;
    -webkit-transition: ease all 0.5s;
    -ms-transition: ease all 0.5s;
}

.testimonial-two .slick-prev:before,
.slick-next:before {
    color: #000;
}

.testimonial-two .slick-prev {
    left: 140px;
    z-index: 99;
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 5px;
}

.testimonial-two .slick-prev:hover {
    background: #F66962;
}

.testimonial-two .slick-next {
    right: 140px;
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 5px;
}

.testimonial-two .slick-next:hover {
    background: #F66962;
}

.testimonial-two .slick-next:before .testimonial-two .slick-next:hover {
    color: #fff;
}

.testimonial-two .slick-prev:hover,
.testimonial-two .slick-next:hover,
.testimonial-two .swiper-button-prev:hover,
.testimonial-two .swiper-button-next:hover {
    color: #fff;
    opacity: 1;
}

.testimonial-two .slick-prev:hover:before,
.testimonial-two .slick-prev:focus:before,
.testimonial-two .slick-next:hover:before,
.testimonial-two .slick-next:focus:before,
.testimonial-two .swiper-button-prev:hover:before,
.testimonial-two .swiper-button-next:hover:before {
    color: #fff;
    opacity: 1;
}

.testimonial-two .slick-next:focus,
.testimonial-two .slick-prev:focus {
    color: #000;
    background: #F66962;
}

.testimonial-two .slick-prev:before {
    content: "\f053";
    font-family: "Font Awesome 5 Free";
    font-size: 22px;
    font-weight: 900;
}

.testimonial-two .slick-next:before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-size: 22px;
    font-weight: 900;
}

.say-client .say-client-name {
    display: none;
    margin-top: 10px;
    font-size: 13px;
    font-weight: 600;
    color: #0B0B0B;
}

.testimonial-two .slick-center .say-client .say-client-name {
    display: block;
}

.testimonial-two .client-img img {
    margin: auto
}

/*-----------------
	16. Home-four
-----------------------*/

.section-header.h-three .sub-title {
    color: #4B5F77;
    font-size: 16px;
    max-width: 465px;
}

.h-three h2 {
    color: #202124;
    font-size: 32px;
    font-weight: 700;
}

.section-header.h-three .heading-bar {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.section-header.h-three .heading-bar span:first-child {
    width: 20px;
    height: 5px;
    margin-right: 5px;
    border-radius: 10px;
    background: #66789C;
}

.section-header.h-three .heading-bar span:nth-child(2) {
    width: 45px;
    height: 5px;
    border-radius: 10px;
    background: #1E88E5;
}

.home-slide-three {
    background-color: #1E88E5;
    margin: 0px;
    border-radius: 0px;
    min-height: 700px;
    background-image: none;
    background-repeat: no-repeat;
    background-position: bottom center;
}

.home-slide-three .search-info .form-control {
    background: #fff url(../img/search-1.png) no-repeat 15px 22px;
    height: 70px;
}

.home-slide-three.home-slide .search-box .bg-search {
    background: #F5B716;
    border: 1px solid #F5B716;
    color: #fff;
    transition: 0.5s all;
    height: 60px;
}

.home-slide-three .bg-search:hover {
    border: 1px solid #54469f;
    color: #fff;
}

.course-categories-three .sub-categories {
    display: block;
    padding: 0;
    box-shadow: 0px 10px 44px rgba(215, 227, 255, 0.5);
    border-radius: 10px;
    border: none;
}

.course-categories-three .categories-img {
    background: 10px 10px 0 0;
    margin-right: 0;
}

.course-categories-three .categories-img img {
    border-radius: 10px 10px 0 0;
}

.course-categories-three .bg-design .categories-img {
    background: #fff;
}

.course-categories-three .sub-categories {
    background: #fff;
    position: relative;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.course-categories-three .categories-text {
    padding: 20px;
}

.course-categories-three .categories-text h4 {
    font-size: 15px;
    color: #1F2938;
    margin-top: 5px;
    margin-bottom: 0;
}

.course-categories-three .categories-text p {
    font-size: 14px;
    color: #66789C;
}

.course-count {
    font-size: 14px;
    margin-bottom: 0;
    color: #4C5276;
}

.course-categories-three .bg-explore {
    background-color: #5754F7;
    border: 1px solid #5754F7;
    padding: 15px 26px;
}

.course-categories-three .categories-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.next-arrow span {
    width: 30px;
    height: 30px;
    background: #E9F0FF;
    color: #66789C;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.5s all;
}

.next-arrow span:hover {
    color: #fff;
    background: #1E88E5;
}

.popular-cat-slider .owl-dots {
    text-align: center;
}

.popular-cat-slider .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    background: #202124;
    border: 2px solid #202124;
    border-radius: 10px;
    margin-right: 10px;
}

.popular-cat-slider .owl-dots .owl-dot.active {
    width: 18px;
    height: 18px;
    border: 2px solid #202124;
    background: #fff;
}

.course-categories-three .bg-explore:hover {
    background-color: #4d4be1;
    border: 1px solid #4d4be1;
}

.course-categories-three .course-bg img {
    top: -66px;
    position: absolute;
    left: -70px;
    z-index: -1;
    max-width: 220px;
}

.course-categories-three .course-develop-bg img {
    position: absolute;
    top: -25px;
    z-index: -1;
    right: -25px;
}

.popular-three-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}

.popular-three-head .view-all a {
    padding: 15px 32px;
    background: #1E88E5;
    color: #fff;
    border-radius: 0;
    border: none;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
}

.popular-three-head .view-all a i {
    margin-left: 10px;
}

.popular-three-head .section-header.h-three {
    margin-bottom: 0;
}

.trending-courses-three {
    background-color: #fff;
}

.trending-courses-three .h-three.tab-panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.trending-courses-three .h-three.tab-panel .section-header {
    margin-bottom: 0;
}

.trending-courses-three .h-three.tab-panel .section-header p {
    max-width: 480px;
}

.trending-courses-three .h-three.tab-panel .nav-link {
    padding: 10px 30px;
    margin-right: 10px;
    border-radius: 0;
    font-size: 16px;
    color: #3E4B51;
    background: #fff;
}

.trending-courses-three .h-three.tab-panel .nav-link.active, .trending-courses-three .h-three.tab-panel .nav-link:hover {
    border-radius: 0;
    background: #1E88E5;
    color: #fff;
}

.trending-courses.trending-courses-three .course-info {
    position: relative;
    z-index: 1;
    width: max-content;
    margin-top: -40px;
    background: #1E88E5;
    border-radius: 10px;
    color: #FFFFFF;
    padding: 5px 30px;
    margin-bottom: 15px;
}

.trending-courses.trending-courses-three .product-img {
    border-radius: 10px 10px 0 0;
}

.trending-courses.trending-courses-three .product-img img {
    border-radius: 10px 10px 0 0;
}

.trending-courses-three .product-content {
    padding: 20px;
    margin-top: 0;
}

.trending-courses-three .product:hover {
    box-shadow: 0 0 13px rgb(0 0 0 / 30%);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.trending-courses-three .product .product-content .title a:hover {
    color: #1E88E5;
}

.trending-courses-three .product {
    border: 1px solid #E4E4E4;
    box-shadow: 0px 4px 24px rgba(239, 243, 252, 0.5);
    border-radius: 10px;
    padding: 0;
    margin-bottom: 24px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.trending-courses-three .product-content p {
    font-size: 14px;
    color: #7D858F;
    margin-bottom: 20px;
}

.trending-courses-three .product ul {
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
    display: flex;
    border-bottom: 1px solid #E4E4E4;
    justify-content: space-between;
}

.trending-courses-three .product ul li {
    list-style-type: none;
    display: flex;
    align-items: center;
}

.trending-courses-three .product ul li span.icon {
    width: 36px;
    height: 36px;
    background: #E9F0FF;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
}

.trending-courses-three .product ul li span.icon img {
    width: auto;
}

.trending-courses-three .product ul li .list-item h5 {
    color: #66789C;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}

.trending-courses-three .product ul li .list-item h5 span {
    display: block;
    font-size: 14px;
    color: #3E4B51;
    margin-top: 3px;
}

.trending-courses-three .product .rating {
    margin: 0;
}

.trending-courses-three .product .rating.rate-star span {
    color: #3E4B51;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.main-wrapper-four .featured-instructor-three .large-team {
    border-radius: 0;
}

.trending-courses-three.five-course-card .product .rating.rate-star span {
    margin-bottom: 0;
}

.trending-courses-three.five-course-card .product .rating.rate-star span i {
    margin-right: 3px;
}

.trending-courses-three .product .rating.rate-star span i {
    color: #F5B716;
}

.trending-courses-three .product .rating.rate-star span i {
    margin-right: 3px;
}

.trending-courses-three .rate-star-point {
    margin-left: 5px;
}

.trending-courses-three .bg-explore {
    background-color: #5754F7;
    border: 1px solid #5754F7;
    padding: 15px 26px;
}

.trending-courses-three .bg-explore:hover {
    background-color: #4d4be1;
    border: 1px solid #4d4be1;
}

.trending-courses-three .course-box {
    position: relative;
}

.trending-courses-three .course-box .course-bg img {
    position: absolute;
    top: -65px;
    right: -65px;
    max-width: 220px;
}

.trending-courses-three .course-box .popular-three-bg img {
    position: absolute;
    bottom: 56px;
    left: -76px;
    max-width: 220px;
}

.our-blog .section-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 50px;
}

.our-blog.trending-courses-three .product ul {
    justify-content: start;
    padding-bottom: 0;
    border: 0;
}

.our-blog.trending-courses-three .product ul li {
    color: #7D858F;
    margin-right: 20px;
    font-size: 14px;
}

.our-blog.trending-courses-three .product ul li:last-child {
    margin-right: 0;
}

.our-blog.trending-courses-three .product ul li span {
    margin-right: 6px;
}

.our-blog .reads-more a {
    color: #1E88E5;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    display: flex;
    align-items: center;
    transition: 0.5s all;
}

.our-blog .reads-more a:hover {
    color: #1F2938;
    transition: 0.5s all;
}

.our-blog .reads-more a i {
    font-weight: 600;
    margin-left: 6px;
}

.our-blog .feature-texts {
    left: 0;
    top: 0;
    margin: 15px 0 0 15px;
}

.our-blog .feature-texts span:first-child {
    background: #10B94A;
    margin-right: 0;
}

.popular-course-three {
    background: #fff;
    padding: 80px 0 56px;
}

.popular-course-three.popular-course-five, .main-wrapper-five .popular-course-three.popular-course-five.blog-five {
    padding: 80px 0 56px;
}

.popular-course-three.blog-four {
    padding: 80px 0;
}

.main-wrapper-five .popular-course-three.popular-course-five {
    padding: 80px 0;
}

.student-feedback .owl-theme .owl-nav {
    display: none;
}

.popular-course-three .course-info {
    background: #5754F7;
    border: 0;
}

.popular-course-three .tab-content {
    padding-top: 0;
}

.popular-course-three .rating i.filled,
.popular-course-three .rate-point,
.popular-course-three .rate-star-point {
    color: #fff;
}

.view-student-three-list {
    list-style: none;
    display: flex;
    padding: 0;
    margin-bottom: 0;
}

.view-student-three {
    margin-top: 8px;
}

.view-student-three-list li {
    font-size: 14px;
    color: #666666;
    display: flex;
    align-items: center;
}

.view-student-three-list li i {
    font-size: 14px;
    color: #5754F3;
}

.instructor-slider .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    background: #202124;
    border: 2px solid #202124;
    border-radius: 10px;
    margin-right: 10px;
}

.instructor-slider .owl-dots .owl-dot.active {
    width: 18px;
    height: 18px;
    border: 2px solid #202124;
    background: #fff;
}

.instructor-slider .owl-dots {
    text-align: center;
}

.featured-instructor-three .team-name {
    background: #fff;
    border-radius: 10px;
    padding: 13px 0px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, 50%);
    width: 100%;
    max-width: 80%;
    border: 1px solid #E8E8E8;
    z-index: 99;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.featured-instructor-three .large-team {
    position: relative;
    border: 1px solid #E8F4FF;
    box-shadow: 0px 4px 24px rgba(239, 243, 252, 0.5);
    padding: 20px;
    margin-bottom: 24px;
}

.featured-instructor-three .large-team .student-img {
    margin-bottom: 20px;
}

.featured-instructor-three .large-team:hover {
    background: #fff;
}

.featured-instructor-three .team-content h4 {
    display: flex;
    align-items: center;
    color: #1F2938;
    font-size: 20px;
}

.featured-instructor-three .team-content h4 i {
    font-size: 14px;
    color: #10B94A;
    margin-left: 8px;
}

.featured-instructor-three .team-content .star-rate {
    color: #3E4B51;
}

.featured-instructor-three .team-content .star-rate i {
    color: #F5B716;
}

.featured-instructor.featured-instructor-three .student-img {
    border-radius: 0;
}

.featured-instructor.featured-instructor-three .student-img img {
    border-radius: 0;
}

.featured-instructor-three .team-name:hover {
    box-shadow: 0 0 13px rgb(0 0 0 / 30%);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.featured-instructor-three .team-name h4 {
    color: #5754F3;
}

.featured-instructor-three .large-team:hover .team-name h4 {
    color: #5754F3;
}

.featured-instructor-three .large-team .team-name h4 a {
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.featured-instructor-three .large-team:hover .team-name h4 a {
    color: #5754F3;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.featured-instructor-three .large-team:hover .team-name span {
    color: #777777;
}

.share-knowledge-three {
    /* padding: 80px 0px; */
    padding: 50px 0px;
    background: url(../img/choose-mentor-bg.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: (450px);
}

.knowledge-img-three img {
    width: 100%;
}

.join-us-heading h2 {
    font-size: 40px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 15px;
}

.main-wrapper-four .view-all a {
    border: 1px solid #1E88E5;
    display: flex;
    align-items: center;
}

.main-wrapper-four .view-all a:hover {
    background: #fff;
    color: #1E88E5;
}

.join-us-heading span {
    color: #004aad;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 15px;
    display: block;
}

.join-us-heading p {
    font-size: 16px;
    color: #4C5276;
    margin-bottom: 15px;
}

.join-two-face .best-course-three {
    background: #fff;
    padding: 25px;
    border: 1px solid #E6E5FF;
    box-shadow: 0px 5px 13px 6px rgba(212, 211, 254, 0.23);
    border-radius: 10px;
    margin-bottom: 4px;
    position: relative;
}

.join-two-face ul {
    margin: 0;
    padding: 0;
}

.join-two-face ul li {
    display: flex;
    list-style-type: none;
    align-items: center;
    color: #3E4B51;
    margin-bottom: 20px;
    font-size: 16px;
}

.join-two-face ul li:last-child {
    margin: 0;
}

.join-two-face ul li img {
    margin-right: 10px;
}

.join-two-face .best-course-three h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0px;
    color: #5754F3;
}

.join-two-face .best-course-three p {
    font-size: 14px;
    color: #4C5276;
    margin-bottom: 0;
}

.share-knowledge-three .join-two-face .bg-explore {
    padding: 15px 32px;
    background: #1E88E5;
    border-radius: 0;
    border: none;
    font-size: 15px;
    font-weight: 600;
    transition: 0.5s all;
    border: 1px solid #1E88E5;
    display: inline-flex;
    align-items: center;
}

.share-knowledge-three .join-two-face .bg-explore:hover {
    background: #fff;
    color: #1E88E5;
}

.share-knowledge-three .join-two-face .bg-explore i {
    margin-left: 10px;
}

.share-knowledge-three .best-course-three .popular-three-bg img {
    max-width: 150px;
    position: absolute;
    bottom: -45px;
    right: -45px;
    z-index: -1;
}

.testimonial-three {
    background: #F0F2FD;
    padding: 80px 0px;
}

.testimonial-three .testimonial-two-head {
    background: 0;
    max-width: 100%;
    border: 0;
}

.testimonial-three .slick-list {
    padding: 0 !important;
    width: 50%;
    margin: auto;
    min-height: 400px;
    height: 100%;
}

.testimonial-three .testimonial-all {
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    position: relative;
}

.testimonial-three .testimonial-all:before {
    content: "";
    position: absolute;
    top: 52%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background: #FFF;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    border-radius: 20px;
    width: 98%;
    height: 104%;
    margin: 0 auto;
    z-index: -1;
}

.testimonial-three .testimonial-all:after {
    content: "";
    position: absolute;
    top: 58%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background: #FFF;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    border-radius: 20px;
    width: 96%;
    height: 99%;
    margin: 0 auto;
    z-index: -2;
}

.dot-left,
.dot-right {
    position: relative;
}

.dot-left img {
    position: absolute;
    top: 240px;
    left: 130px;
}

.dot-right img {
    position: absolute;
    top: 70px;
    right: 195px;
}

.testimonial-three .testimonial-two-head h3 {
    margin-bottom: 4px;
    color: #4C5276;
    font-size: 24px;
}

.testimonial-three .testimonial-two-head span {
    font-size: 18px;
    color: #4C5276;
}

.testimonial-three .testimonial-two-head p {
    color: #4C5276;
    margin-top: 21px;
}

.testimonial-three .slick-prev {
    bottom: -75px;
    top: auto;
    left: 40%;
}

.testimonial-three .slick-next {
    bottom: -75px;
    top: auto;
    right: 40%;
}

.testimonial-three .slick-prev,
.testimonial-three .slick-prev:hover,
.testimonial-three .slick-next,
.testimonial-three .slick-next:hover {
    background: none;
}

.testimonial-three .slick-prev:hover,
.testimonial-three .slick-prev:focus,
.testimonial-three .slick-next:hover,
.testimonial-three .slick-next:focus,
.testimonial-three .swiper-button-prev:hover,
.testimonial-three .swiper-button-next:hover {
    color: #fff;
    opacity: 1;
}

.testimonial-three .slick-prev:hover:before,
.testimonial-three .slick-prev:focus:before,
.testimonial-three .slick-next:hover:before,
.testimonial-three .slick-next:focus:before,
.testimonial-three .swiper-button-prev:hover:before,
.testimonial-three .swiper-button-next:hover:before {
    color: #5754f6;
    opacity: 1;
}

.testimonial-three .slick-prev:before {
    content: '←';
    color: #80859F;
    font-size: 48px;
}

[dir='rtl'] .testimonial-three .slick-prev:before {
    content: '→';
}

.testimonial-three .slick-next:before {
    content: '→';
    color: #80859F;
    font-size: 48px;
}

[dir='rtl'] .testimonial-three .slick-next:before {
    content: '←';
}

.student-item {
    position: relative;
    list-style: none;
    padding: 0;
}

.student-item .student-list {
    position: absolute;
    z-index: 99;
}

.student-item .student-list img {
    width: 61px;
    border-radius: 50px;
}

.student-item .student-list:nth-child(1) {
    top: 25px;
    left: 0;
}

.student-item .student-list:nth-child(2) {
    top: 124px;
    left: 110px;
}

.student-item .student-list:nth-child(3) {
    top: 270px;
    left: 0px;
}

.student-item .student-list:nth-child(4) {
    top: 25px;
    right: 25px;
}

.student-item .student-list:nth-child(5) {
    top: 124px;
    right: 150px;
}

.student-item .student-list:nth-child(6) {
    top: 270px;
    right: 25px;
}

.new-course-three .new-course-background {
    background: #5754F3;
}

.new-course-three .new-course-background {
    padding: 0px 30px;
}

.new-course-three .course-mail .course-text-bg {
    background: #fff;
    border: 1px solid #e3e8eb;
}

.new-course-three .course-mail .bg-course-subscribe {
    background: #FFB54A;
    color: #fff;
    line-height: 2.9;
    padding: 6px 17px;
    height: 60px;
}

.new-course-three .course-mail .bg-course-subscribe:hover {
    color: #fff;
    background-color: #eba332;
    border: 1px solid #eba332;
}

.new-course-three .course-text-bg::placeholder {
    color: #000;
}

.new-course-three .new-course-text .page-sub-text {
    font-size: 14px;
}

.new-course-three .page-sub-text {
    padding: 20px 0px 20px;
}

/*-----------------
	16. Home-five
-----------------------*/

.home-slide-four {
    background-color: #444DAA0D;
    background-image: none;
    min-height: 590px;
}

.home-slide-four .hometwo-slide-text h1 {
    color: #1D2C5B;
    margin-bottom: 16px;
    font-weight: 600;
    max-width: 500px;
}

.home-slide-four .hometwo-slide-text span {
    color: #1E88E5;
}

.home-slide-four .hometwo-slide-text p {
    color: #4B5F77;
}

.home-slide-four .search-box .bg-search {
    background-color: #1F1F1F;
    border: 1px solid #1F1F1F;
}

.home-slide-four .search-box .bg-search:hover {
    background-color: #2e2c2c;
    border: 1px solid #2e2c2c;
}

.home-slide-four .search-box .search-btn {
    width: 100px;
    padding: 12px 25px;
}

.home-slide .search-info .form-control.city {
    background: #fff url(../img/icon/locate-blue.svg) no-repeat -3px 15px
}

.home-slide .search-info .form-control.key {
    background: #fff url(../img/icon/search-blue.svg) no-repeat 0px 15px
}

.section-header.h-four span {
    color: #FF875A;
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    padding-bottom: 0;
}

.section-header.h-four .sub-title {
    color: #4B5F77;
    font-size: 16px;
    font-weight: 400;
    max-width: 750px;
}

.course-categories-four {
    position: relative;
}

.side-four img {
    position: absolute;
    left: 0;
    top: -100px;
}

.side-four-right img {
    position: absolute;
    right: 0;
    top: -144px;
}

.course-categories-four .sub-categories {
    background: #fff;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.course-categories-four .sub-categories:hover {
    background: rgba(235, 148, 129, 0.05);
    border: 1px solid #FF875A;
    box-shadow: 0 0 13px rgb(0 0 0 / 30%);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.course-categories-four .sub-categories h4 {
    margin-top: 25px;
    color: #1F1F1F;
    font-size: 24px;
    margin-bottom: 5px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.course-categories-four .sub-categories:hover h4 {
    color: #FF875A;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.course-categories-four .categories-img {
    background: none;
    text-align: center;
    margin-right: 0;
}

.course-categories-four .sub-categories {
    display: block;
    padding: 0px;
    min-height: 305px;
}

.course-categories-four .bg-explore {
    background-color: #1F1F1F;
    border: 1px solid #1F1F1F;
    font-size: 16px;
}

.course-categories-four .bg-explore:hover {
    background-color: #FF875A;
    border-color: #FF875A;
}

.featured-course-four {
    padding: 80px 0px;
    background: rgba(68, 77, 170, 0.05);
    position: relative;
}

.featured-course-four .side-four img {
    bottom: 20px;
    top: unset;
    left: -40px;
}

.featured-course-four .side-four-right img {
    top: 0;
}

.featured-course-design {
    background: #444DAA;
    border-radius: 10px;
    padding: 20px;
    position: relative;
}

.featured-course-design .featured-course-four-head h2 a {
    color: #fff;
}

.featured-course-design .featured-course-four-head h2 {
    font-size: 24px;
    font-weight: 700;
    margin: 25px 0px 40px;
}

.view-student .view-student-four {
    list-style: none;
    display: flex;
    padding: 0;
    margin-bottom: 0;
}

.view-student .view-student-four li {
    padding-right: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}

.view-student .view-student-four li i {
    color: #FF875A;
}

.featured-course-design .rating .rate-star-point {
    color: #000;
}

.featured-course-design .rating .rate-point {
    color: #FFB54A;
}

.featured-course-design .rating {
    width: auto;
    background: #fff;
    padding: 6px;
    border-radius: 5px;
    z-index: 99;
}

.featured-course-design .course-price {
    margin-left: auto;
    z-index: 99;
}

.featured-course-design .course-price h4 {
    color: #fff;
    z-index: 99;
}

.featured-course-design .course-info .course-bg-left img {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 6px;
}

.featured-course-design .course-info .course-bg-right img {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 6px;
}

.course-footer-text h4 {
    font-size: 18px;
    padding: 17px;
    color: #0B0B0B;
}

.featured-course-four h4 a:hover {
    color: #ff875a;
}

.featured-course-face:hover .course-footer-text h4 {
    color: #FF875A;
    transition-duration: 0.4s;
}

.featured-course-face:hover {
    box-shadow: 0 0 13px rgb(0 0 0 / 30%);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    border-radius: 5px;
}

.featured-course-face {
    margin-bottom: 24px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.featured-course-four .bg-explore {
    background-color: #1F1F1F;
    border: 1px solid #1F1F1F;
    font-size: 16px;
}

.featured-course-four .bg-explore:hover {
    background-color: #FF875A;
    border-color: #FF875A;
}

.rating-instructor-four {
    padding: 80px 0px;
}

.rating-student-four {
    display: flex;
    position: absolute;
    width: 100%;
    bottom: 0;
    color: #fff;
    padding: 10px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.rating-instructor-four .large-team:hover {
    background: none;
    box-shadow: 0 0 13px rgb(0 0 0 / 30%);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.rating-instructor-four .large-team:hover .team-name h4,
.rating-instructor-four .large-team h4 {
    color: #444DAA;
    margin-top: 0;
}

.rating-instructor-four .large-team h4 {
    margin-bottom: 5px;
}

.rating-instructor-four .large-team:hover .team-name span {
    color: #777777;
}

.rating-student-four .expert-social-icon {
    margin-left: auto
}

.expert-student .student-view-four,
.expert-social-icon .social-icon-four {
    list-style: none;
    display: flex;
    padding: 0;
    margin-bottom: 0;
}

.expert-student .student-view-four li {
    padding: 0px 5px;
    font-size: 14px;
}

.expert-social-icon .social-icon-four i {
    font-size: 14px;
}

.expert-social-icon .social-icon-four a {
    width: 24px;
    height: 24px;
    color: #fff;
    background: #FF875A;
    border-radius: 5px;
    margin-right: 5px;
}

.rating-instructor-four .large-team:hover .team-name h4 a {
    color: #26292c;
}

.rating-instructor-four .student-img {
    position: relative;
}

.expert-student .student-view-four {
    background: #444DAA;
    border-radius: 5px;
    padding: 6px 8px;
    display: flex;
    justify-content: center;
}

.rating-instructor-four .explore-more {
    margin-top: 0;
}

.rating-instructor-four .bg-explore {
    background-color: #1F1F1F;
    border: 1px solid #1F1F1F;
    padding: 15px 30px;
}

.rating-instructor-four .bg-explore:hover {
    background-color: #2e2c2c;
    border: 1px solid #2e2c2c;
}

.rating-instructor-four .student-img:hover img {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    transform: scale(1.15);
}

.rating-instructor-four .student-img img {
    width: 100%;
    border-radius: 10px;
    transform: translateZ(0);
    transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
}

.rating-instructor-four .student-img {
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 4px 4px 0 0;
}

.share-knowledge-four {
    background: #F5F6FA;
    position: relative;
}

.share-knowledge-four .join-us-heading h2 {
    color: #1F1F1F;
}

.share-knowledge-four .join-two-face .best-course-three {
    background: none;
    padding: 0;
    border: 0;
    box-shadow: none;
}

.share-knowledge-four .join-two-face .best-course-three h4 {
    color: #444DAA;
}

.share-knowledge-four .join-two-face .bg-explore {
    background-color: #1F1F1F;
    border: 1px solid #1F1F1F;
    padding: 15px 70px;
}

.share-knowledge-four .join-two-face .bg-explore:hover {
    background-color: #2e2c2c;
    border: 1px solid #2e2c2c;
}

.best-course-icon i {
    background: #FF875A;
    color: #fff;
    width: 29px;
    height: 29px;
    border-radius: 50px;
    text-align: center;
    line-height: 28px;
    margin-right: 15px;
}

.best-course-icon h4 {
    margin-bottom: 0;
}

.best-course-icon {
    margin-bottom: 15px;
}

.testimonial-four {
    background: #fff;
}

.testimonial-four .slick-list {
    border: 14px solid #ededed;
    max-width: 70%;
    margin: auto;
    border-radius: 45px;
    background: linear-gradient(142.13deg, rgba(255, 255, 255, 0.28) 1.8%, rgba(255, 255, 255, 0.31) 99.75%);
    backdrop-filter: blur(151.39px);
}

.testimonial-four .testimonial-two-head {
    max-width: 90%;
    border: 0;
    background: none;
}

.testimonial-bg-left img {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, 50%);
    position: absolute;
    top: 50%;
    left: 174px;
}

.testimonial-bg-left,
.testimonial-bg-right,
.testimonial-bg-top {
    position: relative;
}

.testimonial-bg-right img {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, 50%);
    position: absolute;
    top: 50%;
    right: -125px;
}

.testimonial-bg-top img {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50px;
    left: 38%;
}

.testimonial-four .h-four {
    padding-bottom: 140px;
}

.testimonial-four .slick-slide img {
    transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
}

.fount-about-img img {
    margin: auto;
    border-radius: 50px;
}

.fount-about-img span {
    color: #6E6C83;
    font-size: 18px;
    font-weight: 300;
}

.fount-about-img h3 {
    font-size: 24px;
    color: #201F2E;
    margin: 17px 0px 10px;
}

.testimonial-four .testimonial-two-head p {
    font-size: 18px;
    color: #3F3D56;
    font-weight: 500;
    line-height: 1.6;
}

.testi-quotes {
    margin: 25px 0px;
}

.testimonial-four .slick-prev,
.testimonial-four .slick-next {
    top: 65%;
}

.testimonial-four .slick-prev {
    left: 20%;
    z-index: 1;
}

.testimonial-four .slick-next {
    right: 22%;
}

.testimonial-four .slick-prev,
.testimonial-four .slick-prev:hover,
.testimonial-four .slick-next,
.testimonial-four .slick-next:hover {
    background: none;
}

.testimonial-four .slick-prev:hover,
.testimonial-four .slick-next:hover,
.testimonial-four .swiper-button-prev:hover,
.testimonial-four .swiper-button-next:hover {
    color: #FF875A;
    opacity: 1;
}

.testimonial-four .slick-prev:hover:before,
.testimonial-four .slick-prev:focus:before,
.testimonial-four .slick-next:hover:before,
.testimonial-four .slick-next:focus:before,
.testimonial-four .swiper-button-prev:hover:before,
.testimonial-four .swiper-button-next:hover:before {
    color: #FF875A;
    opacity: 1;
}

.testimonial-four .slick-next:focus,
.testimonial-four .slick-prev:focus {
    background: none;
}

.testimonial-four .slick-prev:before {
    content: '←';
    color: #80859F;
    font-size: 48px;
}

[dir='rtl'] .testimonial-four .slick-prev:before {
    content: '→';
}

.testimonial-four .slick-next:before {
    content: '→';
    color: #80859F;
    font-size: 48px;
}

[dir='rtl'] .testimonial-four .slick-next:before {
    content: '←';
}

.new-course-four {
    background: #F5F6FA;
    padding: 30px 0px;
}

.new-course-four .new-course-background {
    background: none;
}

.new-course-four .new-course-text h1 {
    color: #1F1F1F;
}

.new-course-four .new-course-text .page-sub-text {
    color: #1F1F1F;
    font-size: 14px;
    padding: 24px 0px 25px;
}

.sty-bottom .sty-bottom-text {
    font-size: 14px;
    color: #1F1F1F;
}

.new-course-four .course-mail .course-text-bg {
    background: #fff;
    border: 1px solid #E6E6E6;
}

.new-course-four .course-mail .course-text-bg::placeholder {
    color: #000;
}

.new-course-four .course-mail .bg-course-subscribe {
    background: #444DAA;
    color: #fff;
    line-height: 2.9;
    padding: 6px 17px;
    height: 60px;
}

.new-course-four .course-mail .bg-course-subscribe:hover {
    color: #fff;
    background-color: #3e4699;
    border: 1px solid #3e4699;
}

.new-course-four .course-text-bg:focus,
.new-course-four .course-text-bg:hover {
    color: #000;
}

.new-course-four .new-course-text span {
    color: #FF875A;
    text-transform: uppercase;
    margin-bottom: 13px;
}

/*-----------------
	16. Home-six
-----------------------*/

.home-slide-five {
    background-image: none;
    min-height: 718px;
    background-repeat: no-repeat;
    background-position: left center;
}

/* .home-slide-five::before {
	background: url(../img/home-five-banner-bg.png) no-repeat left center;
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
} */
.home-slide-five .slide-background img {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 800px;
}

.home-slide-five .girl-slide-img {
    z-index: 1
}

.home-slide-five .home-slide-face {
    z-index: 99;
}

.home-slide-five .bg-stop-learn {
    background-color: #296ED6;
    border: 1px solid #296ED6;
    font-size: 20px;
    padding: 6px 41px;
}

.home-slide-five .bg-stop-learn:hover {
    background: #2762bb;
}

.home-slide-five .home-slide-text h1 {
    font-size: 48px;
    line-height: 1.5;
    margin-bottom: 23px;
}

.home-slide-five .home-slide-text h1 span {
    color: #296ED6;
}

.home-slide-five .home-slide-text p {
    font-size: 18px;
    color: #66789C;
    font-weight: 500;
    margin-bottom: 50px;
}

.home-slide-five .bg-stop-learn {
    margin-bottom: 23px;
}

.home-slide-five .bg-search:hover {
    background-color: #2765c3;
    border: 1px solid #2765c3;
}

.home-slide-five .bg-search {
    background-color: #296ED6;
    border: 1px solid #296ED6;
}

.home-slide-five .search-info .form-control::placeholder {
    color: #A8A8A8;
    font-size: 14px;
}

.home-slide-five .search-info .form-control {
    background: none;
    height: 82px;
}

.banner-six-counter .counter-box h5 {
    font-size: 36px;
    color: #1E88E5;
    font-weight: 700;
}

.banner-six-counter .counter-box {
    text-align: right;
}

.home-slide-five .home-slide-text h4 {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    color: #1E88E5;
    font-weight: 500;
    font-size: 18px;
}

.home-slide-five .home-slide-text h4 span {
    width: 30px;
    height: 3px;
    background: #1E88E5;
    border-radius: 6px;
    display: inline-block;
    margin-right: 10px;
}

.banner-six-counter .counter-box h4 {
    font-weight: 400;
    font-size: 16px;
    color: #66789C;
    margin: 0;
}

.banner-six-counter .counter-box {
    margin-bottom: 40px;
}

.banner-six-counter .counter-box:last-child {
    margin: 0;
}

.section-head-five h4 {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    color: #004aad;
    font-weight: 500;
    font-size: 18px;
    justify-content: center;
}

.section-head-five h4 span {
    width: 30px;
    height: 3px;
    background: #1E88E5;
    border-radius: 6px;
    display: inline-block;
    margin-right: 10px;
    padding: 0;
}

.section-header.section-head-left .section-head-five h2 {
    font-size: 32px;
    color: #05264E;
    margin: 0;
    padding: 0;
}

.section-header.section-head-left {
    display: flex;
    align-items: end;
    justify-content: space-between;
}

.section-header.section-head-left {
    margin-bottom: 50px;
}

.section-header.section-head-left .view-all a {
    background: #1E88E5;
    border-radius: 5px;
    color: #fff;
    padding: 12px 40px;
    font-weight: 600;
    display: inline-block;
    transition: 0.5s all;
}

.section-header.section-head-left .view-all a:hover {
    background: #fff;
    color: #1E88E5;
}

.sub-categories-five {
    border: 1px solid #E9F0FF;
    border-radius: 10px;
    background: #FFFFFF;
    padding: 20px;
    margin-bottom: 24px;
    transition: 0.5s all;
}

.sub-categories-five:hover {
    box-shadow: 0 0 13px rgb(0 0 0 / 30%);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.sub-categories-five .categories-five-img {
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-bottom: 10px;
}

.sub-categories-five .categories-five-img span.cat-rat {
    background: rgba(30, 136, 229, 0.1);
    border-radius: 10px;
    color: #1E88E5;
    font-weight: 600;
    font-size: 15px;
    padding: 3px 15px;
}

.most-popular-five .sub-categories-five .categories-text h4 {
    font-weight: 600;
    font-size: 20px;
    color: #1F2938;
    margin-bottom: 10px;
    max-width: 127px;
}

.sub-categories-five .categories-text h5 {
    color: #66789C;
    font-weight: 400;
    font-size: 16px;
    margin: 0;
}

.sub-categories-five .categories-text h5 span {
    color: #1E88E5;
    font-size: 14px;
}

.trending-courses-three .product .rating-star-five {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    flex-wrap: wrap;
    row-gap: 10px;
}

.trending-courses-three .product .rating.rating-star-five .feature-texts span {
    background: #E9F0FF;
    border-radius: 4px;
    color: #1E88E5;
    font-weight: 600;
    font-size: 15px;
    padding: 5px 10px;
    margin: 0;
}

.trending-courses-three .product .rating-star-five span b {
    color: #A8A8A8;
    font-weight: 400;
    font-size: 14px;
    margin-left: 5px;
}

.rating-star-five .feature-texts {
    position: static;
    margin: 0;
}

.lesson-student-five {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0 15px 0;
}

.rating-two.rating-five .course-btn span {
    font-size: 20px;
}

.rating-two.rating-five h5.user-name {
    color: #1D2C5B;
    font-weight: 500;
    font-size: 18px;
    margin-top: 0;
    text-align: left;
}

.rating-two.rating-five h5.user-name span {
    display: block;
    font-size: 14px;
    color: #66789C;
    margin-top: 5px;
}

.rating-two.rating-five .course-btn a {
    background: #1E88E5;
    border-radius: 5px;
    font-weight: 600;
    font-size: 15px;
    color: #FFFFFF;
    display: inline-block;
    transition: 0.5s all;
}

.rating-two.rating-five .course-btn a:hover {
    background: #E9F0FF;
    color: #1E88E5;
}

.rating-two.rating-five
.lesson-student-five span {
    color: #66789C;
    display: flex;
    align-items: center;
}

.owl-carousel .lesson-student-five span img {
    width: auto;
    margin-right: 5px;
}

.owl-carousel .lesson-student-five span {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #66789C;
}

.rating-two h5
.trending-courses-three .course-box-five .product {
    border: 1px solid #E4E4E4;
    box-shadow: 0px 4px 24px rgba(239, 243, 252, 0.5);
    border-radius: 10px;
    padding: 20px;
}

.trending-courses-three .course-box-five .product-content {
    padding: 0px;
    margin-top: 15px;
}

.main-wrapper-five .course-box.course-box-five .product {
    padding: 20px;
}

.main-wrapper-six .course-box.course-box-five .product {
    padding: 20px;
}

.section-header.section-head-left .nav-pills .nav-link {
    color: #3E4B51;
    font-weight: 400;
    font-size: 16px;
}

.section-header.section-head-left .nav-pills .nav-link.active {
    color: #1E88E5;
    background: #fff;
}

.section-header.section-head-left .nav-pills .nav-link:hover {
    color: #1E88E5;
    background: #fff;
}

.home-slide-five .search-box .form-control {
    padding-left: 60px;
    padding-right: 10px;
    border: 1px solid #E4E4E4;
    color: #A8A8A8;
    border-radius: 90px;
    margin-right: 20px;
}

.home-slide-five .search-box .search-btn {
    width: 54px;
    height: 54px;
    background: #1E88E5;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: none;
}

.banner-feature-sec {
    padding: 80px 0;
}

.home-slide.home-slide-five .search-box .search-info {
    width: auto;
    flex: 1;
    display: flex;
    align-items: center;
    margin-right: 0;
    margin-bottom: 20px;
    max-height: 64px;
}

.feature-box-six {
    border: 1px solid #E9F0FF;
    border-radius: 10px;
    background: #FAFBFF;
    padding: 30px;
    text-align: center;
}

.feature-box-six h3 {
    font-weight: 600;
    font-size: 20px;
    color: #1D2C5B;
    margin-bottom: 20px;
}

.feature-box-six .icon-book {
    width: 43px;
    height: 43px;
    border: 1px solid #1E88E5;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 20px;
}

.feature-box-six p {
    color: #66789C;
    margin: 0;
}

.most-popular-five {
    /* padding: 80px 0 56px; */
    padding: 30px 0 0px;
    background: #FAFBFF;
}

.popular-course-five .trend-course-tab-slider .owl-dots .owl-dot {
    background: #A8A8A8;
    border-radius: 10px;
    border: 0;
    width: 10px;
    height: 7px;
}

.popular-course-five .trend-course-tab-slider .owl-dots .owl-dot.active {
    background: #1E88E5;
    width: 40px;
}

.section-head-five p {
    max-width: 550px;
}

.featured-instructor-three .instructor-slider-two .owl-dots .owl-dot {
    background: #A8A8A8;
    border-radius: 10px;
    border: 0;
    width: 10px;
    height: 7px;
}

.featured-instructor-three .instructor-slider-two .owl-dots .owl-dot.active {
    background: #1E88E5;
    width: 40px;
}

.instructor-slider-two .owl-dots {
    display: flex;
    text-align: center;
    gap: 10px;
    justify-content: center;
}

.student-profile-five .quatation-para span {
    width: 30px;
    height: 30px;
    background: #1E88E5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-right: 10px;
}

.student-profile-five .quatation-para p {
    color: #3E4B51;
}

.student-profile-five.profile-six {
    position: relative;
}

.student-profile-five.profile-six .quatation-para span {
    position: absolute;
    top: -15px;
}

.section-head-eight.student-place-title h2 {
    max-width: 300px;
    color: #fff;
}

.section-head-eight.student-place-title span {
    color: #1D2C5B;
}

.section-head-eight.student-place-title p {
    color: #fff;
}

.student-profile-five .quatation-para span img {
    width: auto;
}

.section-header.section-head-left h2 {
    color: #000;
    position: relative;
    padding-bottom: 17px;
    margin-bottom: 12px;
}

.section-header.section-head-left .sub-title {
    color: #505050;
    max-width: 838px;
}

.most-popular-five .sub-categories {
    padding: 25px;
}

.most-popular-five .sub-categories:hover {
    background: #296ED6;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.most-popular-five .sub-categories:hover .categories-text h4,
.most-popular-five .sub-categories:hover .categories-text span,
.most-popular-five .sub-categories:hover .categories-text span b {
    color: #fff;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.most-popular-five .categories-img-sub {
    margin-right: 25px;
    background: url(../img/categories/bg-2.png) no-repeat;
    padding-left: 10px;
    width: 120px;
    height: 90px;
}

.most-popular-five .categories-img {
    margin-right: 25px;
    background: url(../img/categories/bg-1.png) no-repeat;
    text-align: right;
    padding-right: 15px;
    width: 120px;
    height: 90px;
}

.most-popular-five .categories-text span {
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.most-popular-five .categories-text h4 {
    color: #16478E;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.section-head-left .view-all {
    text-align: right;
}

.section-head-left .view-all a i {
    color: #296ED6;
    margin-left: 6px;
}

.section-head-left .view-all a {
    color: #000;
}

.section-head-left {
    margin-bottom: 20px;
}

.trending-courses-five {
    background: #fff;
}

.trending-courses-five .product .product-content .title a {
    color: #3B80E8;
    font-size: 17px;
}

.trending-courses-five .blog-admin-view {
    margin-left: 0;
}

.trending-courses-five .blog-view-list p {
    margin-left: auto;
    color: #7E8998;
}

.trending-courses-five .product-content {
    margin-bottom: 0;
}

.trending-courses-five .blog-admin-view span {
    color: #000000;
}

.trending-courses-five .rating-img h4 {
    margin-bottom: 0;
    color: #000000;
    font-size: 14px;
    margin-left: 10px;
}

.trending-courses-five .author-join a {
    margin-left: auto;
}

.trending-courses-five .product .product-content .title a:hover {
    color: #fff;
}

.trending-courses-five .author-join {
    padding-top: 7px;
}

.trending-courses-five .course-info {
    padding-bottom: 18px;
    border-bottom: 0;
}

.trending-courses-five .course-view i {
    color: #525252;
    font-size: 20px;
    margin-left: 6px;
}

.trending-courses-five .course-sub-box {
    padding: 19px;
    padding-bottom: 0px;
}

.trending-courses-five .author-join {
    padding: 8px 19px;
    border-top: 1px solid #DADDE2;
}

.trending-courses-five .join-now {
    background-color: #3B80E8;
    border: 1px solid #3B80E8;
    border-radius: 10px;
}

.trending-courses-five .join-now:hover {
    background-color: #3874cd;
    border: 1px solid #3874cd;
}

.trending-courses-five .join-now {
    padding: 6px 27px;
}

.trending-courses-five .product:hover .course-info {
    border-bottom: 0;
}

.trending-courses-five .product {
    padding: 0px;
    padding-bottom: 0px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.trending-courses-five .product:hover {
    background: #296ED6;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    border: 1px solid rgba(152, 162, 176, 0.34);
    box-shadow: 0px 15px 18px rgba(0, 0, 0, 0.18);
}

.trending-courses-five .product:hover .title a,
.trending-courses-five .product:hover h4,
.trending-courses-five .product:hover .course-view span,
.trending-courses-five .product:hover .course-view i,
.trending-courses-five .product:hover .course-price,
.trending-courses-five .product:hover .blog-view-list p,
.trending-courses-five .product:hover .blog-admin-view span {
    color: #fff;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.trending-courses-five .product:hover .author-join .join-now {
    background: #E3EEFF;
    border: 1px solid #E3EEFF;
    color: #296ED6;
}

.trending-courses-five .owl-theme .owl-dots .owl-dot span {
    background: #ADCEFF;
}

.trending-courses-five .owl-theme .owl-dots .owl-dot.active span {
    background: #296ED6;
}

.trending-courses-five .owl-theme .owl-dots .owl-dot:hover span {
    background: #296ED6;
}

.book-mark i {
    position: absolute;
    top: 12px;
    right: 12px;
    background: #fff;
    padding: 5px;
    border-radius: 3px;
}

.rating-instructor-five {
    background: #F1F7FF;
}

.rating-instructor-five .team-name p {
    margin-bottom: 0;
    font-size: 15px;
}

.rating-instructor-five .large-team {
    padding: 0;
    border: 1px solid rgba(152, 162, 176, 0.34);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.rating-instructor-five .large-team-space {
    padding: 16px;
    padding-bottom: 0;
}

.rating-instructor-five .team-name {
    padding: 15px 0px;
}

.rating-instructor-five .expert-student .student-view-four {
    background: none;
}

.rating-instructor-five .expert-social-icon .social-icon-four a {
    background: none;
}

.rating-instructor-five .social-icon-four li h5 {
    color: #fff;
}

.rating-instructor-five .student-list-view {
    display: flex;
}

.rating-instructor-five .student-list-view span {
    color: #525252;
    font-size: 14px;
}

.rating-instructor-five .student-list-view h4 {
    color: #000;
    font-size: 14px;
}

.rating-instructor-five .student-list-view ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin-left: auto;
    margin-bottom: 0;
}

.rating-instructor-five .student-list-view ul li {
    color: #525252;
    font-size: 14px;
}

.rating-instructor-five .student-list-view ul li i {
    color: #3B80E8;
    margin-left: 6px;
}

.rating-instructor-five .rating-student-five {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 14px;
    background: rgba(255, 255, 255, 0.9);
}

.rating-instructor-five .view-profile h4 a {
    color: #fff;
}

.rating-instructor-five .view-profile h4 {
    margin-bottom: 0;
    background: #3B80E8;
    font-size: 16px;
    padding: 12px;
    border-radius: 0px 0px 10px 10px;
    border-top: 1px solid #fff;
}

.rating-instructor-five .large-team:hover .rating-student-five {
    background: rgba(41, 110, 214, 0.8);
}

.rating-instructor-five .large-team:hover {
    background: #3B80E8;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    border: 1px solid #3b80e8;
    box-shadow: 0px 15px 18px rgba(0, 0, 0, 0.15);
}

.rating-instructor-five .large-team:hover .student-list-view ul li i,
.rating-instructor-five .large-team:hover .social-icon-four li h5,
.rating-instructor-five .large-team:hover .student-list-view h4,
.rating-instructor-five .large-team:hover .team-name p,
.rating-instructor-five .large-team:hover .student-list-view ul li,
.rating-instructor-five .large-team:hover .student-list-view span {
    color: #fff;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.rating-instructor-five .large-team:hover .view-profile h4 {
    border-top: 1px solid #fff;
}

.rating-instructor-five .owl-theme .owl-dots .owl-dot span {
    background: #ADCEFF;
}

.rating-instructor-five .owl-theme .owl-dots .owl-dot.active span {
    background: #296ED6;
}

.rating-instructor-five .owl-theme .owl-dots .owl-dot:hover span {
    background: #296ED6;
}

.strength-number .section-head-left {
    margin-bottom: 50px;
}

.strength-number {
    background: #fff;
    padding-top: 80px;
}

.strength-list h1 {
    font-size: 48px;
    margin-bottom: 10px;
    color: #296ED6;
}

.strength-list h1 span {
    font-size: 48px;
    margin-bottom: 10px;
    color: #296ED6;
}

.strength-list span {
    color: #696969;
    font-size: 20px;
}

.student-feedback {
    padding: 80px 0px;
    background: #FAFBFF;
    position: relative;
}

.student-profile {
    background: #F1F7FF;
    border-radius: 10px;
}

.student-profile-view {
    background: #3B80E8;
    border-radius: 0px 0px 8px 8px;
}

.student-profile-text p {
    color: #505050;
    margin-bottom: 0;
}

.student-profile-text {
    background: #fff;
    padding: 35px;
    border: 2px solid #f1f7ff;
    border-radius: 10px 10px 0px 0px;;
}

.trending-courses.trending-courses-three .course-box-five .product-img {
    border-radius: 10px;
}

.trending-courses.trending-courses-three .course-box-five .product-img img {
    border-radius: 10px;
}

.popular-course-five.trending-five {
    background: #FAFBFF;
}

.share-knowledge-three.share-knowledge-five {
    background-image: none;
}

.join-instructor {
    background: #E9F0FF;
    border-radius: 10px;
    padding: 30px;
    display: flex;
    align-items: end;
}

.join-instructor .ins-img {
    margin-right: 20px;
    border-radius: 10px;
}

.join-instructor .ins-img img {
    border-radius: 10px;
}

.join-instructor .join-btn a {
    background: #1E88E5;
    border-radius: 5px;
    color: #FFFFFF;
    padding: 12px 40px;
    font-weight: 600;
    font-size: 15px;
    display: inline-flex;
    transition: 0.5s all;
}

.join-instructor .join-btn a:hover {
    background: #fff;
    color: #1E88E5;
    transition: 0.5s all;
}

.join-instructor .ins-content h3 {
    margin: 0;
}

.join-instructor .ins-content h3 a {
    font-weight: 600;
    font-size: 20px;
    display: inline-block;
    margin-bottom: 15px;
}

.join-instructor .ins-content p {
    color: #3E4B51;
    margin-bottom: 15px;
}

.new-course-five {
    padding-bottom: 80px;
    border-bottom: 1px solid #E9F0FF;
}

.student-feedback .student-profile:hover .student-profile-text {
    border: 2px solid #3B80E8;
}

.student-feedback .rating {
    margin-bottom: 20px;
    margin-top: 30px;
}

.student-feedback .student-name h3 {
    margin: 0 !important;
    line-height: 22px;
}

.student-feedback .student-name h3 a {
    color: #1D2C5B;
    font-size: 18px;
}

.student-feedback .student-name h3 a:hover {
    color: #1E88E5;
}

.student-profile-five .student-profile-text h3 {
    font-weight: 600;
    font-size: 20px;
    color: #3E4B51;
    margin-bottom: 20px;
}

.quatation-para {
    display: flex;
    margin-bottom: 20px;
}

.student-profile-viewfive {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
    border-top: 1px solid #E9F0FF;
}

.student-profile-viewfive .student-name {
    display: flex;
    align-items: center;
    padding: 0;
}

.student-profile-viewfive .student-img span {
    margin-right: 8px;
    display: block;
}

.student-feedback .student-profile-viewfive .rating {
    margin: 0;
    width: auto;
}

.student-feedback .student-profile-viewfive
.student-feedback .student-name {
    padding: 17px;
}

.student-feedback .student-name span {
    color: #202124;
    font-weight: 400;
    font-size: 14px;
}

.student-feedback .owl-theme .owl-dots {
    display: none;
}

.student-feedback .owl-nav .owl-prev span {
    border: 1px solid #E9F0FF;
    border-radius: 30px;
    color: #7D858F;
    background: #fff;
    position: absolute;
    top: -100px;
    right: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-size: 0;
}

.student-feedback .owl-nav .owl-next span {
    border: 1px solid #E9F0FF;
    border-radius: 30px;
    color: #7D858F;
    background: #fff;
    position: absolute;
    top: -100px;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-size: 0;
}

.student-feedback .owl-nav .owl-next span:hover,
.student-feedback .owl-nav .owl-prev span:hover {
    background: #3B80E8;
    color: #fff;
}

.student-feedback .student-img {
    position: relative;
}

.student-feedback .student-img img {
    width: 65px;
    border-radius: 50px;
}

.student-profile-view h3 {
    margin-top: 17px;
}

.student-feedback .student-profile {
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.student-feedback .student-profile:hover {
    background: #fff;
    box-shadow: 0px 16px 18px rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.blog-latest .student-img {
    border-radius: 10px;
}

.blog-latest .large-team-space {
    padding: 0;
}

.blog-latest .student-list-view h4 {
    font-size: 20px;
    margin-bottom: 0;
    color: #fff;
}

.blog-latest .rating-student-five {
    background: rgba(59, 128, 232, 0.85);
}

.blog-latest .student-list-view ul li,
.blog-latest .student-list-view ul li i {
    color: #fff;
}

.blog-read {
    opacity: 0;
    position: absolute;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.blog-read a {
    color: #fff;
    padding: 100px 0px;
    width: 80%;
}

.blog-latest .large-team-space:hover {
    background: rgba(59, 128, 232, 0.7);
    border-radius: 6px;
}

.blog-latest .large-team-space:hover .student-img img {
    opacity: 0.3;
}

.blog-latest .large-team-space:hover .blog-read {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80%;
    text-align: center;
    padding: 0px 20px;
    z-index: 10;
    background: rgba(41, 110, 214, 0.7);
    opacity: 1;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.blog-latest .large-team-space:hover .rating-student-five {
    opacity: 0;
}

.blog-latest .section-head-left h4 {
    font-size: 24px;
    color: #000;
    margin: 10px 0px;
}

.blog-latest .large-team {
    margin-bottom: 30px;
}

.subscribe-course .new-course-background {
    background: #fff;
}

.subscribe-course .new-course-text h1 {
    color: #000;
    line-height: 1.5;
}

.subscribe-course .page-sub-text {
    font-size: 18px;
    color: #000;
}

.subscribe-course .every-new-course {
    width: 100%;
}

.subscribe-course .page-sub-text {
    padding: 31px 0px 50px;
}

.subscribe-course .course-text-bg {
    background: #EDF4FF;
    border: 1px solid #EDF4FF;
    height: 80px;
    border-radius: 10px;
}

.subscribe-course .course-text-bg::placeholder {
    color: #000;
}

.subscribe-course .course-text-bg:focus {
    color: #000;
}

.subscribe-course .bg-course-subscribe:hover {
    background: #2662bd;
}

.subscribe-course .bg-course-subscribe {
    margin: 10px;
    background: #296ED6;
    border-radius: 10px;
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}

.subscribe-course .subscribe-form {
    background: #edf4ff;
    border-radius: 10px;
    border: 2px dashed #296ed6;
}

.join-arrow {
    position: relative
}

.join-arrow img {
    position: absolute;
    z-index: 99;
    right: -35px;
    top: -105px;
}

/*-----------------
	16. Search
-----------------------*/

.breadcrumb-bar {
    background-color: #f6f6f6;
    border-bottom: 1px solid #e3e8eb;
    padding: 15px 0;
}

.breadcrumb-bar .breadcrumb-title {
    font-size: 22px;
    font-weight: 700;
    margin: 5px 0 0;
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

.page-breadcrumb ol {
    background-color: transparent;
    font-size: 12px;
    margin-bottom: 0;
    padding: 0;
}

.page-breadcrumb .breadcrumb-item + .breadcrumb-item:before {
    font-size: 10px;
}

.sort-by {
    float: right;
}

.sort-title {
    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: #1e88e5;
    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: #1e88e5;
    border: 1px solid #1e88e5;
    color: #fff;
    height: 46px;
    font-weight: 500;
    font-size: 16px;
}

.btn-search .btn:hover {
    background-color: #1879cd;
    border-color: #1879cd;
}

.mentor-widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
}

.user-info-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.user-info-right {
    margin-left: auto;
    -ms-flex: 0 0 210px;
    flex: 0 0 210px;
    max-width: 210px;
}

.mentor-img {
    -ms-flex: 0 0 145px;
    flex: 0 0 145px;
    margin-right: 20px;
    width: 145px;
}

.mentor-img img {
    border-radius: 6px;
}

.user-location {
    color: #757575;
    font-size: 14px;
    margin-bottom: 25px;
}

.user-location a {
    color: #1e88e5;
    font-weight: 500;
}

.mentor-widget .usr-name {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 3px;
}

.mentor-type {
    font-size: 14px;
    color: #757575;
    margin-bottom: 15px;
}

.mentor-widget .rating i {
    font-size: 14px;
}

.mentor-widget .average-rating {
    font-size: 14px;
    font-weight: 500;
}

.mentor-details {
    margin-bottom: 15px;
}

.mentor-details h5 {
    font-weight: normal;
    color: #757575;
    margin-bottom: 25px;
}

.mentor-details ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mentor-details ul li {
    display: inline-block;
    padding-right: 5px;
}

.mentor-details ul li:last-child {
    padding-right: 0;
}

.mentor-details ul li a {
    display: inline-block;
}

.mentor-details ul li a img {
    border-radius: 5px;
    width: 40px;
}

.user-infos {
    margin-bottom: 15px;
}

.user-infos ul {
    font-size: 14px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.user-infos ul li {
    display: block;
    line-height: 30px;
    color: #4E4852;
}

.user-infos ul li i {
    font-size: 15px;
    min-width: 30px;
}

.mentor-booking a + a {
    margin-top: 15px;
}

.mentor-booking a {
    background-color: #fff;
    border: 2px solid #1e88e5;
    border-radius: 4px;
    color: #1e88e5;
    display: block;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 8px 15px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.mentor-booking a.apt-btn {
    background-color: #1e88e5;
    color: #fff;
}

.mentor-booking a.apt-btn:hover, .mentor-booking a.apt-btn:focus {
    background-color: #1879cd;
    border-color: #1879cd;
    color: #fff;
}

.load-more {
    margin-bottom: 30px;
}

/*-----------------
	17. Profile
-----------------------*/

.mentor-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.mentor-action a + a {
    margin-left: 8px;
}

.mentor-action .fav-btn:hover {
    background-color: #fb1612;
    border-color: #fb1612;
    color: #fff;
}

.msg-btn:hover, .msg-btn:focus {
    background-color: #1e88e5;
    border-color: #1e88e5;
    color: #fff;
}

.call-btn:hover, .call-btn:focus {
    background-color: #1e88e5;
    border-color: #1e88e5;
    color: #fff;
}

.user-tabs .nav-tabs > li + li {
    margin-left: 30px;
}

.user-tabs .nav-tabs > li > a {
    border: 0;
    border-bottom: 3px solid transparent;
    color: #26292c;
    font-weight: 500;
    padding: 0 0 15px;
    font-size: 16px;
    text-transform: uppercase;
}

.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: #1e88e5;
}

.user-tabs .nav-tabs > li > a:hover {
    background-color: unset;
    color: #1e88e5;
}

.widget {
    margin-bottom: 30px;
}

.widget-title {
    margin-bottom: 15px;
    font-size: 20px;
}

.experience-box {
    position: relative;
}

.experience-list {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.experience-list > li {
    position: relative;
}

.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 a.name {
    font-weight: 500;
}

.custom-border-card {
    border-bottom: 2px solid #1e88e5;
}

.experience-list > li .time {
    color: #757575;
    display: block;
    font-size: 13px;
}

.exp-year {
    color: #1e88e5;
    margin-bottom: 2px;
}

.exp-title {
    font-size: 16px;
}

.awards-widget .experience-list > li:last-child p {
    margin-bottom: 0;
}

.timings-days {
    font-weight: bold;
    color: #26292c;
    margin-bottom: 5px;
}

.timings-times span {
    display: block;
}

.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: #26292c;
    text-transform: capitalize;
}

.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;
}

.review-listing > ul li .comment .comment-body .comment-reply .comment-btn {
    color: #1e88e5;
    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: #1e88e5;
    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;
}

.btn-blue {
    background-color: #1e88e5;
    border-radius: 50px;
    padding: 10px;
    color: #ffffff;
    width: 40px;
    height: 40px;
    text-align: center;
}

.btn-blue:hover {
    background-color: #1879cd;
    color: #fff;
}

.social-title {
    width: 100%;
    margin-bottom: 6px;
    font-size: 16px;
}

.blue-btn-radius {
    background-color: #1e88e5;
    border-radius: 50px;
    color: #fff;
    padding: 10px 40px;
    font-size: 18px;
    display: inline-block;
}

.blue-btn-radius:hover {
    background-color: #1879cd;
    color: #fff;
}

.hire-rate {
    color: #1e88e5;
    font-size: 24px;
    padding-bottom: 15px;
    display: inline-block;
    width: 100%;
}

.profile-custom-list > li {
    float: left;
    width: 50%;
}

.profile-custom-list > li .experience-content {
    margin-left: 0;
}

.row-result {
    font-weight: 700;
    padding-top: 5px;
}

.custom-about p {
    width: 100%;
    line-height: 1.8;
}

.course-box.blog.grid-blog {
    border: 1px solid #e0e0e0;
    border-radius: 0px;
}

.course-box.blog.grid-blog .blog-image {
    border-radius: 0 0 0 0;
    position: relative;
}

.course-box .view-box {
    position: absolute;
    right: 10px;
    top: -53px;
    width: 53px;
    height: 58px;
    background-color: #1e88e5;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    line-height: 1.1;
}

.course-box .view-box span {
    font-size: 14px;
    font-weight: 400;
}

.course-box .view-box > div {
    padding-top: 12px;
}

.course-box .rate-box {
    position: absolute;
    right: 10px;
    top: 12px;
    background-color: #1e88e5;
    color: #fff;
    font-size: 13px;
    border-radius: 14px 0;
    padding: 5px 15px;
}

.course-content {
    padding: 20px;
    position: relative;
}

.course-content .date {
    font-size: 12px;
    color: #26292c;
    width: 100%;
    display: inline-block;
    opacity: 0.6;
}

.course-content p {
    font-size: 14px;
    color: #707070;
    line-height: 19px;
}

.course-title {
    font-size: 18px;
    color: #26292c;
    padding-bottom: 15px;
    display: inline-block;
}

.progress-bar-custom {
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
}

.progress-bar-custom h6 {
    color: #555;
    font-size: 13px;
    text-align: left;
}

.pro-progress {
    text-transform: uppercase;
    background-color: #ddd;
    color: #555;
    position: relative;
    text-align: center;
    width: 100%;
    border-radius: 4px;
}

.pro-progress .tooltip {
    background: #1e88e5;
    font-size: 13px;
    bottom: 100%;
    color: #fff;
    display: block;
    margin-bottom: 9px;
    opacity: 1;
    padding: 0;
    pointer-events: none;
    position: absolute;
    width: 20%;
    border-radius: 6px;
    width: 45px;
    height: 31px;
    text-align: center;
    padding-top: 5px;
    left: 81%;
    z-index: 99;
}

.pro-progress .tooltip:before {
    content: " ";
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    width: 100%;
}

.pro-progress .tooltip:after {
    border-left: solid transparent 5px;
    border-right: solid transparent 5px;
    border-top: solid #1e88e5 5px;
    bottom: -5px;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -7px;
    position: absolute;
    width: 0;
}

.pro-progress:hover .tooltip {
    opacity: 1;
}

.pro-progress .tooltip-toggle {
    width: 90%;
    height: 8px;
    background-color: #1e88e5;
    line-height: 8px;
    color: white;
    text-align: center;
    border-radius: 4px;
}

/*-----------------
	18. Booking
-----------------------*/

.booking-user-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.booking-user-info .booking-user-img {
    width: 80px;
    margin-right: 15px;
}

.booking-user-info .booking-user-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: #1e88e5;
    border: 1px solid #1e88e5;
    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;
}

.submit-section.proceed-btn {
    margin: 0 0 30px;
}

.custom-sidebar-nav {
    width: 100%;
    position: relative;
}

.custom-sidebar-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.custom-sidebar-nav ul li {
    display: block;
    position: relative;
    padding: 12px 0;
    text-align: left;
}

.custom-sidebar-nav ul li:last-child {
    padding-bottom: 0;
}

.custom-sidebar-nav ul li a {
    color: #26292c;
    display: inline-block;
    font-size: 15px;
    width: 100%;
}

.custom-sidebar-nav ul li a:hover {
    color: #1e88e5;
    opacity: 1;
}

.custom-sidebar-nav ul li a.active {
    color: #1e88e5;
    opacity: 1;
}

.custom-sidebar-nav ul li a i {
    margin-right: 5px;
    min-width: 23px;
}

.custom-sidebar-nav ul li a span {
    position: absolute;
    right: 0;
    top: 10px;
    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;
}

.custom-sidebar-nav ul li a span i {
    margin-right: 0;
    min-width: inherit;
}

.custom-sidebar-nav ul li a:hover span {
    right: 15px;
    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;
}

/*-----------------
	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: #1e88e5;
    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: #26292c;
    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: #1e88e5;
}

.payment-radio .checkmark::after {
    position: absolute;
    left: 3px;
    top: 3px;
    content: '';
    width: 9px;
    height: 9px;
    background-color: #1e88e5;
    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: #26292c;
    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: #26292c;
    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: #26292c;
}

.booking-total ul li .total-cost {
    color: #1e88e5;
    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 #1e88e5;
    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: #1e88e5;
}

.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: #26292c;
    font-size: 36px;
    font-weight: 600;
}

.invoice-item .invoice-details {
    text-align: right;
    color: #757575;
    font-weight: 500
}

.invoice-item .invoice-details strong {
    color: #26292c
}

.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: #26292c;
    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: #26292c;
    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;
}

.user-times {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.user-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;
}

.user-slot-list a {
    color: #e48784;
    display: inline-block;
    margin-left: 5px;
}

.user-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: #1e88e5;
    border: 1px solid #1e88e5 !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: #1e88e5;
    font-size: 16px;
    margin-top: 4px;
}

/*-----------------
	23. Mentor Dashboard
-----------------------*/

.dash-widget {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    margin-bottom: 30px;
}

.circle-bar {
    margin-right: 15px;
}

.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;
}

/*-----------------
	24. Mentor Profile
-----------------------*/

.add-new-btn {
    background-color: #0de0fe;
    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: #0de0fe;
    color: #fff;
}

.mentee-info {
    margin-top: 15px;
}

.mentee-info ul {
    padding: 0;
    list-style: none;
    font-size: .875rem;
    margin: 0;
}

.mentee-info ul li {
    position: relative;
    font-size: .875rem;
    font-weight: 500;
    color: #26292c;
    text-transform: capitalize;
}

.mentee-info ul li + li {
    margin-top: 15px;
}

.mentee-info ul li i {
    width: 18px;
}

.mentee-info ul li span {
    color: #757575;
    float: right;
    font-weight: 400;
}

/*-----------------
	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;
    border: 1px solid #EBEBEB;
    border-radius: 8px;
}

.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: #26292c;
    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: transparent;
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 15px;
    width: 100%;
}

.chat-cont-left .chat-search .avatar {
    flex: 0 0 3rem;
}

.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 - 305px);
    overflow-y: auto;
}

.chat-cont-left .chat-users-list {
    background-color: #fff;
}

.chat-window .chat-scroll .user-name {
    font-size: 16px;
    text-align: left;
    margin-top: 0;
}

.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: #26292c;
    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: #26292c;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    margin-top: 0;
}

.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;
    max-height: calc(100vh - 264px);
    overflow: auto;
}

.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: #26292c;
    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;
    border-radius: 14px 14px 14px 0;
}

.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: #1e88e5;
    border-radius: 14px 14px 0 14px;
}

.chat-cont-right .chat-body .media.sent .media-body .msg-box > div p {
    color: #ffffff;
}

.chat-cont-right .chat-body .media.sent .media-body .msg-box > div .chat-msg-info li a {
    color: #ffff;
}

.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 .btn,
.chat-cont-right .chat-footer .input-group .btn {
    background-color: transparent;
    border: none;
    color: #9f9f9f;
}

.chat-cont-right .chat-footer .input-group .btn.msg-send-btn {
    background-color: #1e88e5;
    border-color: #1e88e5;
    border-radius: 6px;
    color: #fff;
    margin-left: 10px;
    min-width: 100px;
    font-size: 16px;
}

.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.sent .media-body .msg-box {
    padding-left: 50px;
    position: relative;
}

.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: #ffffff;
}

.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%;
}

.fill-blue {
    background-color: #009EFB !important;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    float: right;
    width: 19px;
    height: 19px;
}

.chat-window .chat-header {
    color: #009EFB;
}


/*-----------------
	27. Mentor Profile Settings
-----------------------*/

.profile-image img {
    margin-bottom: 1.5rem;
}

.change-photo-btn {
    background-color: #1e88e5;
    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;
}

.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: #1e88e5;
}

.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;
}

/*-----------------
	29. Mentee Dashboard
-----------------------*/

.profile-sidebar {
    background-color: #fff;
    border: 1px solid #e3e8eb;
    margin-bottom: 30px;
    overflow: hidden;
    padding: 1.5rem;
}

.pro-widget-content {
    border-bottom: 1px solid #f0f0f0;
    padding: 20px;
    text-align: center;
}

.user-widget {
    text-align: center;
}

.profile-info-widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
}

.profile-info-widget .booking-user-img {
    margin-right: 15px;
}

.profile-info-widget .booking-user-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;
}

.mentee-details h5 {
    color: #757575;
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mentee-details h5 i {
    width: 18px;
}

.unread-msg {
    background-color: #1e88e5;
    border-radius: 2px;
    color: #26292c;
    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.user-widget-profile .profile-info-widget .booking-user-img {
    padding: 0;
}

.widget-profile.user-widget-profile .profile-info-widget .booking-user-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-user-img {
    display: inline-block;
    margin: 0 0 15px;
    width: auto;
    padding: 8px;
    background-color: #f7f7f7;
    border-radius: 50%;
}

.widget-profile .profile-info-widget .booking-user-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-user-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: #26292c;
    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: #26292c;
    font-weight: 500;
}

.typing-text {
    color: #1e88e5;
    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-flex;
}

.call-icons .call-items .call-item {
    display: inline-block;
    text-align: center;
    margin-right: 15px;
}

.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;
    align-items: center;
    border-radius: 50px;
    display: inline-flex;
    font-size: 20px;
    justify-content: center;
    transform: scale(1);
    transition: transform 200ms cubic-bezier(0, 0, 0.2, 1);
}

.call-icons .call-items .call-item a:hover {
    transform: scale(1.25);
}

.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;
    right: 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 {
    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 - 130px);
}

.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;
}

/*-----------------
	38. Blog
-----------------------*/

.blog {
    border: 1px solid #e3e8eb;
    background-color: #fff;
    border-radius: 4px;
    margin-bottom: 24px;
    padding: 1.5rem;
    position: relative;
}

.blog-grid-row + .view-all {
    margin-top: 26px;
}

.section-blogs .blog {
    border: 1px solid #E4E4E4;
    box-shadow: 0px 4px 54px #E9F0FF;
    border-radius: 10px;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.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;
    width: 100%;
}

.blog-title {
    font-size: 22px;
    margin: 0 0 10px;
}

.blog-title a {
    color: #1F2938;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    display: block;
}

.blog-title a:hover {
    color: #1e88e5;
}

.blog-content p {
    margin: 0 0 20px;
    line-height: 1.8em;
    margin: 0 0 20px;
    font-size: 16px;
    font-weight: 400;
}

.read-more {
    display: inline-block;
    font-size: 16px;
    padding: 0;
    color: #1e88e5;
    text-decoration: underline;
    font-weight: bold;
}

.blog-info {
    color: #26292c;
    font-size: 14px;
    margin-bottom: 15px;
}

.blog-info a {
    color: #26292c;
}

.blog-info a:hover {
    color: #26292c;
}

.blog-info i {
    color: #1e88e5;
    font-size: 14px;
    margin-right: 5px;
}

.entry-meta {
    color: #26292c;
    font-size: 14px;
    list-style: none;
    margin-bottom: 15px;
    padding: 0;
}

.entry-meta li {
    display: inline-block;
}

.entry-meta li {
    font-size: 16px;
    font-weight: 500;
}

.entry-meta li:last-child {
    color: #7D858F;
    font-weight: 400;
}

.blog-pagination .pagination {
    margin-bottom: 30px;
}

.blog-pagination .pagination li a {
    padding: 12px 20px;
    font-weight: 600;
    color: #26292c;
    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: #1e88e5;
    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: #26292c;
}

.post-info h4 a:hover {
    color: #1e88e5;
}

.post-info p {
    color: #757575;
    font-size: 12px;
    margin: 0;
}

.post-info p i {
    color: #1e88e5;
    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: #26292c;
    font-size: 15px;
    font-weight: 500;
}

.category-widget .categories li a span {
    float: right;
    color: #757575;
}

.category-widget .categories li a:hover {
    color: #1e88e5;
}

.category-widget .categories > li > a > i {
    color: #1e88e5;
    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: #26292c;
    padding: 5px 10px;
    position: relative;
    margin: 0 .5rem .5rem 0;
    font-size: 14px;
    border: 1px solid #ccc;
    display: inline-block;
}

.tag:hover {
    background-color: #1e88e5;
    border-color: #1e88e5;
    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;
}

.blog-col {
    width: 100%;
}

.custom-edit-service h4 {
    padding-bottom: 15px;
    margin-bottom: 0;
}

.custom-edit-service label {
    font-size: 16px;
}

.custom-edit-service textarea.form-control {
    min-height: 200px;
}

.custom-edit-service .service-upload {
    border: 1px solid #dcdcdc;
    border-radius: .25rem;
    text-align: center;
    padding: 70px 0;
    margin-bottom: 30px;
    background-color: #fff;
    position: relative;
}

.custom-edit-service .service-upload i {
    font-size: 50px;
    color: #858585;
}

.custom-edit-service .service-upload span {
    font-size: 15px;
    color: #858585;
    margin-top: 14px;
    display: block;
}

.custom-edit-service .service-upload input[type="file"] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.custom-edit-service .upload-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}

.custom-edit-service .upload-wrap li {
    margin: 10px;
}

.custom-edit-service .upload-wrap li .upload-images {
    width: 100px;
}

.custom-edit-service .upload-wrap li img {
    max-width: 100%;
    height: auto;
}

/*-----------------
	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: #1e88e5;
    color: #fff;
    border-color: #1e88e5;
}

.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: #1e88e5;
    display: inline-block;
    font-weight: 500;
    font-size: 15px;
}

.blog-author-name {
    color: #26292c;
    font-size: 16px;
    font-weight: 600;
}

.new-comment label {
    font-weight: 500;
}

.comment-submit .btn {
    background-color: #1e88e5;
    border-color: #1e88e5;
    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;
}

.blog-details .course-title {
    font-size: 28px;
    width: 100%;
    padding-bottom: 20px;
}

.blog-details .blog-details-img {
    width: 100%;
    padding-bottom: 30px;
}

.blog-details .date-col {
    padding-bottom: 20px;
}

.blog-details .date-col > span {
    padding-right: 25px;
}

.blog-details .date-col > span i {
    color: #1e88e5;
    margin-right: 5px;
}

.blog-details blockquote {
    position: relative;
    text-align: left;
    padding: 1.2em 0 2em 38px;
    border: none;
    margin: 20px auto 20px;
    max-width: 800px;
    width: 100%;
    display: block;
}

.blog-details blockquote:after {
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    position: absolute;
    left: 0;
    color: #1e88e5;
    top: 0;
    background: -moz-linear-gradient(top, #1e88e5 0%, #1e88e5 60%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(top, #1e88e5 0%, #1e88e5 60%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to top, #1e88e5 0%, #1e88e5 60%, rgba(255, 255, 255, 0) 100%);
}

.blog-details blockquote:before {
    content: "\f10d";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 20px;
    display: block;
    margin-bottom: 0.8em;
    color: #1e88e5;
}

.blog-details blockquote > cite,
.blog-details blockquote > p > cite {
    display: block;
    font-size: 16px;
    line-height: 1.3em;
    font-weight: 700;
    font-style: normal;
    margin-top: 1.1em;
    letter-spacing: 0;
    font-style: italic;
}

.share-post {
    list-style: none;
    padding: 10px 0 0;
    margin: 0;
}

.share-post li {
    display: inline-block;
    margin: 5px 10px 5px 0;
}

.share-post li a {
    border: 1px solid #dfdfdf;
    width: 40px;
    height: 40px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.share-post li a:hover {
    background-color: #1e88e5;
    color: #fff;
    border-color: #1e88e5;
}

.about-author {
    width: 100%;
}

.about-author .left {
    float: left;
    width: 140px;
    padding-right: 20px;
}

.about-author .right {
    float: left;
    width: 86%;
}

.about-author .right p {
    margin-bottom: 0;
}

.product-thumbnail {
    position: relative;
    margin-bottom: 0;
    margin-top: 10px;
}

.product-remove {
    position: absolute;
    top: -10px;
    right: -6px;
    color: #f06060;
    cursor: pointer;
}

.blog-view .blog-title {
    font-size: 24px;
    line-height: 1.5em;;
}

.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: #1e88e5;
    color: #fff;
    border-color: #1e88e5;
}

.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: #1e88e5;
    display: inline-block;
    font-weight: 500;
    font-size: 15px;
}

.blog-author-name {
    color: #26292c;
    font-size: 16px;
    font-weight: 600;
}

.new-comment label {
    font-weight: 500;
}

.comment-submit .btn {
    background-color: #1e88e5;
    border-color: #1e88e5;
    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;
    color: #26292c;
}

.grid-blog .blog-info {
    margin-bottom: 15px;
}

.grid-blog .blog-image {
    margin-bottom: 20px;
}

.blog.grid-blog {
    padding: 20px;
}

/* .blog.grid-blog .blog-content {
	padding: 0 20px 20px;
} */
.grid-blog .entry-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.grid-blog .post-author {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.grid-blog .post-author a:hover {
    color: #1e88e5
}

/*-----------------
	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: 100px;
}

.map-right {
    bottom: 0;
    height: 100%;
    min-height: 100%;
    padding-right: 30px;
    position: fixed;
    right: 0;
    top: 100px;
    z-index: 1029;
}

.map-listing {
    height: calc(100vh - 130px);
    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: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #212529;
    display: flex;
    font-size: 20px;
    justify-content: center;
    padding: 4px 10px;
    text-align: center;
    margin-left: 10px;
    width: 44px;
    height: 44px;
}

.view-icons a:hover {
    border-color: #1e88e5;
    color: #1e88e5;
}

.view-icons a.active {
    background-color: #1e88e5;
    border-color: #1e88e5;
    color: #fff;
}

/*-----------------
	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: #1e88e5;
    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;
    }
}


/* How it works */

.how-it-works {
    padding: 80px 0;
    position: relative;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto;
}

.feature-box {
    padding: 24px;
    position: relative;
    z-index: 9;
    width: 100%;
}

.feature-box::before {
    position: absolute;
    top: 64%;
    right: -69%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    content: "";
    background: url(../img/icon/work-icon-01.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.feature-box.feature-box-two::before {
    background: url(../img/icon/work-icon-02.png);
    background-repeat: no-repeat;
}

.feature-box.feature-box-three::before {
    background: none;
}

.feature-header {
    margin-bottom: 10px;
}

.feature-icon {
    margin-right: 15px;
    font-size: 30px;
    width: 105px;
    border-radius: 100px;
    height: 105px;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    color: #fff;
    margin: 0 auto;
    position: relative;
    border: 1px solid #bfbfbf;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.feature-icon i {
    position: relative;
}

.feature-icon span.circle {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #1e88e5;
    border: 8px solid #fff;
    border-radius: 100px;
}

.feature-icon img {
    width: 48px;
    filter: invert(1);
}

.feature-icon span.circle::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 100px;
}

.feature-box-two .feature-icon span.circle {
    background: #F5B716;
}

.feature-box-three .feature-icon span.circle {
    background: #10B94A;
}

.feature-box h4 {
    font-size: 18px;
    margin: 0 0 15px;
}

.feature-heading {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
}

.feature-text {
    font-size: 20px;
    font-weight: bold;
    padding-top: 20px;
    color: #05264E;
}

.feature-box p {
    line-height: 24px;
    font-weight: 400;
    font-size: 16px;
    color: #66789C;
}

/* .feature-box:hover .feature-icon span.circle {
	background-color: #1879cd;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
} */

/* Popular Courses */

.path-section {
    padding: 80px 0;
}

.path-section .section-header.text-center .sub-title {
    max-width: 565px;
}

.learning-path-col .image-col-merge {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}

.learning-path-col .image-col-merge img {
    width: 100%;
    height: auto;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
    -webkit-transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
}

.learning-path-col .image-col-merge:hover img {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    transform: scale(1.15);
}

.path-section .large-col-image, .path-section .small-col-image {
    position: relative;
    border-radius: 4px;
}

.path-section .image-col-merge:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 33.14%, #000000 81.71%);
    opacity: 0.8;
    border-radius: 5px;
}

.path-section .large-col {
    width: 100%;
    margin-bottom: 24px;
}

.path-section .text-col {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0 0 20px 20px;
    z-index: 10;
}

.path-section .text-col h5 {
    font-size: 20px;
    color: #f2f2f2;
    margin-bottom: 5px;
}

.path-section .text-col span {
    color: #C1E2FF;
    display: inline-block;
}

.btn.view-all {
    padding: 12px 45px;
    font-weight: 600;
    font-size: 15px;
    transition: 0.5s all;
}

/* Statistics */

.statistics-section {
    background: #202124;
    position: relative;
    padding: 80px 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.statistics-list {
    position: relative;
}

.statistics-list h5 {
    color: #ffffff;
    font-size: 32px;
    font-weight: 600;
}

.statistics-section .section-header h2 {
    color: #fff;
}

.statistics-section .section-header p {
    max-width: 100%;
    color: #fff;
}

.statistics-list h3 {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 0;
}

.statistics-section .statistics-icon {
    margin-bottom: 20px;
    min-height: 51px;
}

.author-country {
    color: #767676;
}

.author-country p {
    display: flex;
    align-items: center;
}

.author-country p i {
    margin-right: 8px;
}

.product .rating i {
    font-size: 13px;
}

.product {
    background-color: #ffffff;
    border: 1px solid #eaedf2;
    border-radius: 4px;
    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;
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.10);
}

.product-img {
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 4px 4px 0 0;
}

.product-img img {
    width: 100%;
    border-radius: 4px 4px 0 0;
    transform: translateZ(0);
    transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
}

.product-img:hover img {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    transform: scale(1.15);
}

.product-content {
    padding: 20px;
    display: inline-block;
    width: 100%;
}

.author-name a {
    color: #656565;
    display: inline-block;
}

.author-name img {
    border-radius: 50%;
    display: inline-block;
    height: 30px;
    width: 30px;
    margin-right: 3px;
}

.product .rating {
    margin-left: auto;
    margin-bottom: 15px;
    width: auto;
}

.rating {
    margin-bottom: 10px;
}

.rating i {
    color: #dedfe0;
    font-size: 16px;
}

.rating i.filled {
    color: #F5B716;
}

.rating .rating-number {
    color: #29303b;
    margin-bottom: 0;
    font-size: 12px;
}

.rating-number span {
    font-weight: 600;
    color: #a1a7b3;
    margin-left: 5px;
}

.price {
    color: #26292c;
    font-size: 30px;
    font-weight: bolder;
    margin: 0;
}

.price small {
    color: #767676;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    line-height: inherit;
    text-transform: lowercase;
}

.author-info {
    margin-bottom: 15px;
}

.product .product-content .title a {
    margin-bottom: 5px;
    font-size: 20px;
    color: #1F2938;
    font-weight: 600;
    word-wrap: break-word;
    overflow: hidden;
    line-height: 30px;
}

.product .product-content .title a:hover {
    color: #1e88e5;
}

.popular-courses {
    background: #FAFBFF;
    padding: 80px 0 80px;
}

.popular-courses .course-box {
    -ms-flex: 0 0 100%;
    flex: 100%;
    max-width: 100%;
}

.popular-courses .owl-nav {
    display: none;
}

.popular-courses .owl-theme .owl-dots .owl-dot span {
    background: #7D858F;
    width: 26px;
    height: 6px;
    margin: 7px 4px;
    border-radius: 10px;
    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;
}

.popular-courses .owl-theme .owl-dots .owl-dot.active span {
    background: #1e88e5;
    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;
}

.header-fixed {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
}

.header {
    height: 70px;
    background-color: #fff;
}

.btn {
    letter-spacing: 0.02em;
}

.pro-avatar {
    color: #1e88e5;
    background-color: rgba(30, 136, 229, 0.2);
    border: 3px solid #1e88e5;
    font-size: 30px;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 15px;
}

.form-control-label {
    color: #262626;
}

/*-----------------
	53. OTP
-----------------------*/

.account-box {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #ffffff;
    border-radius: 10px;
    margin: 0px auto 0;
    padding: 30px;
    max-width: 500px;
    margin: 0 auto;
    position: relative;
    margin: 0px auto;
    border: 1px solid #eaedf2;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.05);
    width: 500px;
}

.login-right {
    width: 100%;
}

.toggle-password {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #757575;
    cursor: pointer;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.toggle-password:hover {
    background-color: #f3f3f3;
}

.pass-group {
    position: relative;
}

/*-----------------
	43. Dashboard
-----------------------*/

.dash-board-list .icon-col {
    font-size: 22px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dash-board-list.blue .dash-widget {
    background-color: rgba(0, 84, 254, 0.07);
}

.dash-board-list.yellow .dash-widget {
    background-color: rgba(249, 206, 35, 0.1);
}

.dash-board-list.pink .dash-widget {
    background-color: #FD51811A;
}

.dash-board-list.blue .icon-col {
    background-color: rgba(0, 84, 254, 0.07);
}

.dash-board-list.yellow .icon-col {
    background-color: rgba(249, 206, 35, 0.1);
}

.dash-board-list.pink .icon-col {
    background-color: #FD51811A;
}

.pending {
    background-color: #FBA20A;
    border-radius: 4px;
    color: #fff;
    text-transform: uppercase;
    padding: 3px 10px;
}

.accept {
    background-color: #04AE1B;
    border-radius: 4px;
    color: #fff;
    text-transform: uppercase;
    padding: 3px 10px;
}

.reject {
    background-color: #FF0000;
    border-radius: 4px;
    color: #fff;
    text-transform: uppercase;
    padding: 3px 10px;
}

div.dataTables_wrapper div.dataTables_length label,
div.dataTables_wrapper div.dataTables_filter label {
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    display: inline-block;
    margin-bottom: 1rem;
}

div.dataTables_wrapper div.dataTables_filter {
    text-align: right;
}

div.dataTables_wrapper div.dataTables_filter input {
}

div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0.5em;
    display: inline-block;
    width: auto;
}

.call-icons .call-items .call-item a.call-end {
    background-color: #f06060;
    border-color: #f06060;
    color: #fff;
}

.call-view {
    width: 100%;
    height: 100%;
}

.user-name {
    color: #fff;
    font-size: 18px;
    margin-top: 10px;
    text-align: center;
}

/*-----------------
	54. Header Top
-----------------------*/

.header-top {
    display: flex;
    display: -webkit-flex;
    background: #009DA6;
    color: #fff;
    padding: 10px 0px;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    height: 40px;
}

.header-top a {
    color: #fff;
}

.header-top a:hover {
    color: #000;
}

.header-top ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}

.header-top .left-top ul li {
    padding-right: 25px;
    font-size: 13px;
}

.header-top .left-top ul li:last-child {
    padding-right: 0;
}

.header-top .right-top ul li {
    padding-left: 25px;
    font-size: 13px;
}

.header-top .right-top {
    float: right;
}

.top-icon {
    margin-right: 5px;
}

/*-----------------
	55. Header Seven
-----------------------*/

.header-nav-seven {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border: 0;
    border-bottom: 1px solid #e3e8eb;
    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: 70px;
    padding: 0;
    margin-bottom: 0;
}

.main-nav-seven li a {
    font-size: 14px;
}

.header-navbar-rht li a.header-register {
    background-color: #FF9C27;
    border-radius: 0;
    padding: 5px 20px !important;
    text-align: center;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    border: 2px solid #FF9C27;
}

.header-navbar-rht li a.header-login-btn {
    background-color: #fff;
    border-radius: 0;
    padding: 5px 20px !important;
    text-align: center;
    font-size: 15px;
    color: #009da6;
    text-transform: uppercase;
    font-weight: 500;
    border: 2px solid #009da6;
}

.header-navbar-rht li a.header-login-btn:hover {
    background-color: #009DA6;
    border-color: #009DA6;
    color: #fff;
}

.bar-icon-seven span {
    background-color: #009DA6;
}

.menu-header-seven {
    height: 70px;
}

/*-----------------
	56. Home Banner Seven
-----------------------*/

.banner-content {
    max-width: 720px;
    margin: auto;
}

.banner-content {
    padding: 100px 0;
}

.banner-form {
    background: #fff;
    box-shadow: 0px 4px 4px rgba(249, 250, 255, 0.25);
    border-radius: 50px;
}

.form-style {
    padding: 8px 10px;
    background: rgba(255, 255, 255, 0.26);
    min-height: 52px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.input-group-form {
    display: flex;
    align-items: center;
}

.input-group-form i {
    padding-right: 8px;
    padding-left: 8px;
    color: #6e82a3;
}

.banner-section {
    position: relative;
    background: url(../img/bg.jpg);
    background-position: 50% 0;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}

.banner-section:after {
    content: "";
    position: absolute;
    background: rgba(19, 19, 19, 0.75);
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.banner-img img {
    width: 490px;
    display: block;
    margin-left: auto;
}

.banner-heading h2 {
    font-size: 52px;
    font-family: impact;
    color: #fff;
}

.banner-heading p {
    font-size: 24px;
    color: #fff;
    margin-bottom: 0;
}

.banner-forms {
    padding: 30px 0 0;
}

.banner-form {
    display: flex;
    align-items: center;
}

.button-form {
    background: #FF9C27;
    height: 52px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    color: #fff;
}

.button-form:hover {
    background: #009da6;
    height: 52px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    color: #fff;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}

.form-style input {
    background: transparent;
    border: none;
    outline: none;
    width: 100%;
}

.form-br {
    border: 1px solid rgba(0, 119, 126, 0.1);
}

.form-style input:focus {
    background: transparent;
    outline: none;
}

.banner-card {
    padding: 30px 40px 20px;
    background: #009DA6;
}

.banner-count h2 {
    color: #fff;
    font-size: 52px;
    font-weight: 600;
    padding-right: 15px;
    border-right: 1px solid rgba(0, 220, 233, 0.3);
}

.banner-contents {
    padding-left: 15px;
}

.banner-contents h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
}

.banner-contents a {
    color: #fff;
    font-size: 12px;
}

.banner-details {
    display: flex;
}

.banner-details > div {
    width: 33.33%;
    padding-right: 10px;
}

.banner-details > div:last-child {
    padding-right: 0;
}

.right-nav-white {
    height: 12px;
    width: 12px;
    background: #fff;
    color: #009da6;
    text-align: center;
    border-radius: 50%;
    line-height: 13px;
    padding-left: 1px;
    font-size: 10px;
}

.right-nav {
    height: 12px;
    width: 12px;
    background: #009da6;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    line-height: 13px;
    padding-left: 1px;
    font-size: 10px;
}

.right-nav-secondary {
    height: 12px;
    width: 12px;
    background: #fff;
    color: #FF9C27;
    text-align: center;
    border-radius: 50%;
    line-height: 13px;
    padding-left: 1px;
    font-size: 10px;
}

.right-nav-grey {
    height: 12px;
    width: 12px;
    background: #fff;
    color: #53524D;
    text-align: center;
    border-radius: 50%;
    line-height: 13px;
    padding-left: 1px;
    font-size: 10px;
}

/*-----------------
	57. All Course
-----------------------*/

.popular-course-section {
    padding: 50px 0;
}

.bg-grey-seven {
    background-color: #FAFAFA;
}

.allcourse-card {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
    width: 100%;
}

.allcourse-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.allcourse-content h4 {
    color: #fff;
    font-size: 20px;
}

.allcourse-content p {
    color: #fff;
}

.allcourse-img:after {
    content: '';
    background: rgba(6, 6, 6, 0.7);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-radius: 10px;
}

.allcourse-img img {
    border-radius: 10px;
    width: 100%;
}

.btn-course {
    background: #009DA6;
    border-radius: 30px;
    padding: 10px 20px;;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.btn-course:hover {
    background: #ff9c27;
    color: #fff;
}

.course-list {
    display: block;
}

.course-list.nav-tabs {
    border-bottom: 0;
}

.allcourse-section {
    padding: 40px 0;
}

.popular-course {
    border: 1px solid #E9E9E9;
    margin-bottom: 30px;
    width: 100%;
}

.courses-ratings ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.courses-ratings ul li {
    list-style-type: none;
    display: inline-block;
    font-size: 13px;
}

.courses-ratings ul li .checked {
    color: #FFAA00;
}

.courses-ratings ul li .not-checked {
    color: #C4C4C4;
}

.courses-ratings p {
    color: #757575;
    font-weight: 500;
}

.courses-head, .courses-img-main {
    position: relative;
}

.courses-aut-img {
    position: absolute;
    border-radius: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
}

.courses-aut-img img {
    border-radius: 50%;
    width: 60px;
    margin: auto;
    height: 60px;
}

.courses-body {
    padding: 20px;
    margin-top: 25px;
    text-align: center;
}

.courses-ratings h4 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    max-width: 215px;
    margin: auto;
}

.courses-count ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.courses-count ul li {
    display: inline-block;
    color: #999999;
    margin-right: 8px;
}

.courses-footer {
    padding: 10px;
}

.courses-border {
    height: 1px;
    background: #ccc;
    position: relative;
}

.courses-border:after {
    position: absolute;
    height: 3px;
    background: #ff9c27;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    content: "";
    width: 84px;
}

.courses-amt h3 {
    font-size: 19px;
    color: #00777E;
    font-weight: 600;
}

.section-heading {
    margin-bottom: 30px;
}

.text-background .heading-content h2 {
    color: #fff;
}

.text-background .heading-content p {
    color: #fff;
}

.text-weight {
    font-weight: 700;
}

.heading-content h2 {
    font-size: 26px;
}

.heading-content {
    position: relative;
}

.heading-content p {
    color: #969696;
}

.header-right {
    position: absolute;
    margin-left: 8px;
    top: 15px;
    width: 36px;
    height: 4px;
    background-color: #009da6;
}

.text-background .heading-content .header-right {
    background-color: #fff;
}

/*-----------------
	58. Instructor
-----------------------*/

.instructor-section {
    padding: 50px 0;
}

.instructor-card {
    background: #FFFFFF;
    box-shadow: 0px 2px 8px rgba(183, 183, 183, 0.25);
    margin-bottom: 50px;
}

.instructor-content {
    padding: 0 40px 30px;
}

.ic-right a {
    font-weight: 500;
    color: #009DA6;
}

.instructor-desc h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}

.instructor-desc p {
    line-height: 24px;
    margin-top: 12px;
}

.ic-left ul {
    padding: 0;
}

.ic-left ul li {
    display: inline-block;
    color: #999999;
    margin-right: 8px;
    font-size: 15px;
}

.ic-left ul li i {
    color: #FF9C27;
}

.instructor-img img {
    width: 160px;
    border-radius: 50%;
}

.instructor-profile {
    display: flex;
    padding: 33px 21px;
}

.courses-tabs {
    display: flex;
}

.course-right {
    display: flex;
}

.course-bg img {
    height: 100%;
}

.instructor-desc {
    padding-left: 1.5rem;
}

/*-----------------
	59. Training Section
-----------------------*/

.training-section {
    position: relative;
    background: url(../img/bg1.jpg);
    background-position: 50% 0;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0;
    background-blend-mode: multiply;
    z-index: 1;
}

.training-section:after {
    content: "";
    position: absolute;
    background: rgba(81, 81, 76, 0.9);
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.training-desc h2 {
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
}

.btn-main {
    background: #FF9C27;
    border-radius: 30px;
    padding: 10px 20px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.btn-main:hover {
    background: #009da6;
    border-radius: 30px;
    padding: 10px 20px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.counters {
    width: 25%;
    position: relative;
    float: left;
    padding-right: 15px;
}

.counters:last-child {
    padding-right: 0;
}

.counters > div {
    border: 1px solid #fff;
    margin-bottom: 10px;
}

.counters > div p {
    padding: 15px 0;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}

.counters p {
    color: #fff;
    font-weight: 500;
    margin-bottom: 0;
}

/*-----------------
	60. Tab Section
-----------------------*/

.tab-section {
    padding: 60px 0;
    background: url('../img/bg-1.jpg');
    background-position: 50% 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.course-left.tab-content {
    padding-top: 0;
}

.bg-card {
    position: relative;
}

.course-overlay {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(-10%, -50%);
    max-width: 330px;
}

.courses-content {
    max-width: 320px;
    height: 320px;
    background: #ffa813;
    border-radius: 50%;
    padding: 65px 51px 25px;
}

.course-tabs i {
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
}

.course-tabs p {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0;
}

.course-tabs:hover {
    cursor: pointer;
}

.course-tabs:hover i {
    color: #faa20c;
}

.course-tabs:hover p {
    color: #faa20c;
}

.course-tabs.active i {
    color: #faa20c;
}

.course-tabs.active p {
    color: #faa20c;
}

.tabs-menus {
    background: #41372b;
    padding: 25px 10px 5px;
}

.course-tabs {
    margin-bottom: 35px;
}

.active .course-tabs i {
    color: #faa20c;
}

.active .course-tabs p {
    color: #faa20c;
}

.course-left {
    -ms-flex: 0 0 89.666667%;
    flex: 0 0 89.666667%;
    max-width: 89.666667%;
}

.course-left.tab-content {
    padding-top: 0;
}

.course-right {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.courses-content span {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}

.courses-content h4 {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 0px;
}

.course-amount {
    color: #fff;
    font-size: 55px;
    font-family: impact;
    font-weight: 500;
}

.course-amount sup {
    color: #000;
    font-size: 22px;
    font-family: 'poppins', sans-serif;
    top: -1em;
    font-weight: 600;
}

.courses-content p {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
}

.featured-section {
    padding: 60px 0;
}

.featured-card {
    padding: 45px;
    border-radius: 5px;
}

.bg-dark-grey {
    background: #53524D;
}

.bg-primary-seven {
    background-color: #009DA6;
}

.featured-card h2 {
    font-size: 26px;
    margin-bottom: 15px;
    font-weight: 600;
}

/*-----------------
	61. Testimonial
-----------------------*/

.testimonial-section-seven {
    padding: 0 0 60px;
}

.section-header-seven h3 {
    font-size: 1.5rem;
    font-weight: 600;
}

.section-header-seven .sub-title {
    font-weight: 400;
    margin: 15px auto 0;
    max-width: initial;
}

.testimonial-slider {
    max-width: 650px;
    color: #373737;
    margin: auto;
}

.clients {
    width: 70px !important;
    border-radius: 50%;
}

.quote {
    font-size: 36px;
    color: #009da6;
}

.testimonial-slider p {
    color: #373737;
}

.name-seven {
    color: #FFA51D;
}

.testimonial-slider .owl-prev {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 40%;
    margin-left: -35px;
    display: block;
    border: 0px solid black;
}

.testimonial-slider .owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 40%;
    right: -25px;
    display: block;
    border: 0px solid black;
}

.owl-nav-left {
    border: 1px solid #FF9C27;
    border-radius: 50%;
    width: 25px;
    color: #FF9C27;
    height: 25px;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.owl-nav-right {
    border: 1px solid #FF9C27;
    border-radius: 50%;
    width: 25px;
    color: #FF9C27;
    height: 25px;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.owl-nav-right {
    margin-left: 10px;
}

/*-----------------
	62. Blog Section Seven
-----------------------*/

.blog-sections {
    padding: 50px 0 20px;
}

.blog-box {
    border: 1px solid #eaeff5;
    box-shadow: 0px 0px 10px 1px rgba(71, 85, 95, 0.08);
    -webkit-box-shadow: 0px 0px 10px 1px rgba(71, 85, 95, 0.08);
    -moz-box-shadow: 0px 0px 10px 1px rgba(71, 85, 95, 0.08);
    margin-bottom: 30px;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
    transition: all ease 0.4s;
}

.blog-grid-box-img {
    max-height: 235px;
    overflow: hidden;
    display: block;
    align-items: center;
}

.blog-grid-box-content {
    padding: 20px 25px;
}

.blog-box:hover,
.blog-box:focus {
    -webkit-box-shadow: 0 10px 30px 0 rgba(58, 87, 135, 0.15);
    -moz-box-shadow: 0 10px 30px 0 rgba(58, 87, 135, 0.15);
    box-shadow: 0 10px 30px 0 rgba(58, 87, 135, 0.15);
}

.blog-avatar {
    display: table;
    margin: -36px auto 0 auto;
    width: 100%;
    position: relative;
}

.blog-avatar.text-center p {
    max-width: 180px;
    background: #FF9B27;
    border-radius: 15px;
    margin: 0 auto;
    margin-bottom: 15px;
    padding: 10px 5px;
    color: #fff;
    font-weight: 500;
}

.blog-author {
    display: flex;
}

.blog-grid-box-content h4 a {
    font-weight: 500;
    font-size: 20px;
    margin-top: 15px;
    color: #565656;
}

/*-----------------
	63. Footer Seven
-----------------------*/

.footer-seven {
    background-color: #464849;
    border: 0;
}

.footer-seven:after {
    display: none;
}

.subsccribe-item {
    margin-bottom: 40px;
}

.subscribe-item .section-title h2 {
    color: #FF9B27;
}

.subscribe-item .section-title p {
    color: #fff;
    margin-bottom: 0;
}

.subscribe-item .newsletter-form {
    position: relative;
}

.subscribe-item .newsletter-form .form-control {
    height: 50px;
    padding: 10px 15px 10px 15px;
    background-color: #fff;
    border-radius: 0;
    font-size: 16px;
    box-shadow: 0px 4px 4px rgb(194 194 194 / 25%);
}

.subscribe-item .newsletter-form .cmn-btn {
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
    padding: 12px 18px;
    background: #FF9B27;
    border-radius: 0;
    height: 50px;
    color: #fff;
}

.footer-seven .footer-title {
    color: #FF9C27;
    font-weight: 500;
    margin-bottom: 20px;
}

.footer-seven .footer-widget .footer-about-content p {
    color: #fff;
}

.footer-seven .footer-menu ul li a {
    color: #fff;
}

.footer-seven .footer-widget.footer-menu ul li a:hover {
    color: #fff;
}

.footer-insta-info {
    display: block;
}

.footer-insta-info > div {
    float: left;
    max-width: 33.3%;
    margin-right: 5px;
    margin-bottom: 5px;
}

.footer-insta-info > div img {
    width: 78px;
}

.footer-seven .footer-bottom .copyright-text p {
    color: #fff;
    margin-bottom: 0;
}

/*-----------------
	64. Header Eight
-----------------------*/

.header-eight {
    background: #f8fcff;
    top: 0;
    z-index: 1050;
    position: sticky;
}

.header-eight.min-header {
    position: fixed;
    z-index: 1050;
    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;
}

.header-eight.min-header.sticky, .header.sticky {
    background: #f8fcff;
    box-shadow: 0 13px 35px -12px rgb(0 0 0 / 15%);
    animation: 0.7s ease-in-out;
}

.header-eight.min-header.sticky, .header.sticky {
    background: #f8fcff;
    box-shadow: 0 13px 35px -12px rgb(0 0 0 / 15%);
    animation: 0.7s ease-in-out;
}

.header-fixed-wrap {
    position: relative;
}

.header-nav-eight {
    background-color: transparent;
    border: 0;
}

.header-navbar-rht-eight {
    margin: 0;
    padding: 0;
}

.main-nav-eight > li.active > a {
    color: #5f4be2;
    border-color: #5F4BE2;
}

.main-nav-eight li a {
    color: #544D85;
}

.main-nav-eight > li .submenu li a {
    color: #544D85;
}

.header-navbar-rht-eight li {
    padding-right: 6px;
}

.header-navbar-rht-eight > li > a {
    font-size: 14px;
    font-weight: 600;
}

.header-navbar-rht-eight .btn {
    color: #FFFFFF;
    border-radius: 50px;
    padding: 8px 13px;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    min-width: 109px;
}

.header-navbar-rht-eight .btn-register {
    background-color: #1E88E5;
    border: 1px solid #1E88E5;
}

.header-navbar-rht-eight .btn-register:hover {
    background-color: #202124;
    border: 1px solid #202124;
}

.header-navbar-rht-eight .btn-login {
    background-color: #202124;
    border: 1px solid #202124;
}

.header-navbar-rht-eight .btn-login:hover {
    background-color: #1E88E5;
    border: 1px solid #1E88E5;
}

.header-navbar-rht-eight .btn i {
    margin-right: 5px;
}

/*-----------------
	65. Home Banner Eight
-----------------------*/

.section-search-eight {
    min-height: 450px;
    background: url(../img/banner-08.jpg);
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    padding: 70px 0 0;
}

.banner-wrapper-eight {
    max-width: 962px;
    width: 100%;
    padding: 150px 0;
    position: relative;
}

.banner-wrapper-eight .banner-header h1 {
    font-size: 36px;
    font-weight: 700;
    color: #202124;
    max-width: 455px;
    margin: 0 auto 15px;
}

.banner-wrapper-eight .banner-header h1 span {
    color: #1E88E5;
}

.banner-wrapper-eight .banner-header p {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 35px;
    color: #66789C;
}

.form-search {
    position: relative;
    max-width: 850px;
    width: 100%;
    margin: 0 auto;
}

.search-box-eight .form-inner {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    padding: 10px;
    background-color: #fff;
    border: 1px solid rgba(95, 75, 226, 0.1);
    box-shadow: 0px 4px 14px rgb(192 192 192 / 25%);
    border-radius: 100px;
    width: 100%;
}

.search-box-eight .search-location-eight {
    -ms-flex: 0 0 22%;
    flex: 0 0 22%;
    margin-bottom: 0;
    position: relative;
    width: 22%;
}

.search-location-eight > i {
    position: absolute;
    color: #3E4B51;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
}

.search-box-eight .form-control {
    border: 0;
    border-radius: 5px;
    padding-left: 37px;
    height: 74px;
    border-radius: 50px;
    font-size: 14px;
}

.search-location-eight .select2-container .select2-selection--single {
    border: 0;
    background-color: transparent;
    height: 55px;
}

.search-location-eight .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 74px;
    border-right: 1px solid #F0F0F0;
    text-align: left;
    padding-left: 40px;
}

.search-location-eight .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 74px;
}

.search-location-eight .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: 0;
    line-height: 0;
    top: 39px;
}

.search-location-eight .select2-container--default .select2-selection--single .select2-selection__arrow b:after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #3E4B51;
    font-size: 19px;
}

.search-box-eight .search-info-eight {
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    margin-bottom: 0;
    position: relative;
    width: 55%;
}

.search-info-eight > i {
    position: absolute;
    color: #7D858F;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
}

.search-btn-eight {
    float: right;
    width: 23%;
}

.search-box-eight .search-btn-eight {
    height: 76px;
    padding: 0 20px;
    box-shadow: 0px 4px 14px rgb(192 192 192 / 25%);
    border-radius: 100px;
    line-height: 76px;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    background-color: #202124;
    border: 1px solid #202124;
}

.search-box-eight .search-btn-eight:hover {
    background-color: #1E88E5;
    border: 1px solid #1E88E5;
}

.search-box-eight .search-btn-eight i {
    margin-left: 5px;
}

.search-box-eight .form-control::-webkit-input-placeholder {
    font-size: 14px;
}

.search-box-eight .form-control::-moz-placeholder {
    font-size: 14px;
}

.search-box-eight .form-control:-ms-input-placeholder {
    font-size: 14px;
}

.search-box-eight .form-control::-ms-input-placeholder {
    font-size: 14px;
}

.search-box-eight .form-control::placeholder {
    font-size: 14px;
    font-weight: 500;
    color: #707070;
}

/*-----------------
	66. Work Flow
-----------------------*/

.how-it-works-section {
    padding: 80px 0;
    position: relative;
}

.section-header-eight {
    margin-bottom: 50px;
    position: relative;
}

.section-header-eight h2 {
    font-size: 27px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #1E88E5;
}

.section-header-eight .sub-title {
    color: #26292c;
    font-size: 14px;
    margin-bottom: 15px;
}

.section-header-eight span {
    color: #3E4B51;
    font-size: 17px;
    font-weight: 600;
    padding-bottom: 6px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.9px;
}

.sec-dots {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec-dots span {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #3E4B51;
    display: inline-block;
    margin: 0 1px;
}

.sec-dots span:first-child, .sec-dots span:last-child {
    width: 6px;
    height: 5px;
}

.feature-list {
    background: url(../img/bg.png);
    background-repeat: no-repeat;
    background-position: center;
}

.top-box {
    margin-top: 50px;
}

.feature-grid {
    border: 1px solid rgba(231, 227, 255, 0.2);
    box-shadow: 0px 4px 14px rgb(185 185 185 / 12%);
    border-radius: 10px;
    background-color: #fff;
    padding: 25px;
    position: relative;
    width: 100%;
}

.feature-header-eight {
    margin-bottom: 10px;
}

.feature-icon-eight {
    font-size: 30px;
    width: 83px;
    height: 83px;
    border-radius: 50%;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    color: #fff;
    margin: 0 auto;
    position: relative;
    border: 1px solid #EEEEEE;
}

.feature-icon-eight span.circle {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    display: inline-flex;
    align-items: center;
    border: 6px solid #fff;
    border-radius: 50%;
}

.feature-grid span {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-weight: bold;
    font-size: 24px;
}

.feature-icon-eight i {
    position: relative;
    font-size: 30px;
}

.feature-grid:hover .feature-icon-eight span.circle {
    background-color: #1879cd;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.feature-text-eight {
    font-size: 20px;
    font-weight: 600;
    color: #544D85;
    padding-top: 20px;
}

.feature-grid p {
    font-size: 16px;
    color: #000000;
    margin-bottom: 20px;
}

.bg-green {
    background: #2BC155;
}

.bg-blue {
    background: #8653C7;
}

.bg-orange {
    background: #FBA656;
}

.text-green {
    color: #2BC155;
}

.text-blue {
    color: #8653C7;
}

.text-orange {
    color: #FBA656;
}

.bg-yellow {
    background: #FED500;
}

.text-yellow {
    color: #FED500;
}

/*-----------------
	67. Popular Mendors
-----------------------*/

.popular-mendors {
    position: relative;
    padding-bottom: 80px;
}

.mendor-title {
    padding: 60px 0 0;
    background: #1E88E5;
    transform: skewY(-2deg);
    padding-bottom: 200px;
}

.mendor-title .section-header-eight {
    transform: skewY(2deg);
}

.popular-mendors .section-header-eight span {
    color: #fff;
}

.popular-mendors .section-header-eight .sec-dots span {
    background: #fff;
}

.mendor-list {
    margin-top: -200px;
}

.popular-mendors .view-all {
    margin-top: 26px;
}

.mendor-box {
    background-color: #ffffff;
    border: 1px solid #D7E3FF;
    box-shadow: 0px 15px 44px rgba(215, 227, 255, 0.5);
    padding: 10px;
    box-sizing: border-box;
    border-radius: 15px;
    margin-bottom: 24px;
    position: relative;
    overflow: hidden;
}

.mendor-img {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(231, 227, 255, 0.2);
    box-sizing: border-box;
    box-shadow: 0px 4px 14px rgb(185 185 185 / 12%);
}

.mendor-img img {
    width: 100%;
    border-radius: 4px;
}

.mendor-country {
    background: #FFFFFF;
    border-radius: 110px;
    font-size: 14px;
    color: #000000;
    padding: 5px 10px;
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 10px;
}

.mendor-country i {
    color: #FED500;
}

.mendor-content {
    margin-top: 15px;
    padding-left: 10px;
}

.mendor-content .title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #05264E;
}

.mendor-content .title a:hover {
    color: #1E88E5;
}

.mendor-course {
    font-size: 16px;
    color: #201663;
    margin-bottom: 15px;
}

.mendor-price-list {
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.mendor-price {
    color: #1E88E5;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}

.mendor-price span {
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
}

.mendor-rating i.filled {
    color: #F5B716;
}

.mendor-rating i {
    color: #EBECED;
    font-size: 16px;
}

.mendor-slider .slick-slide {
    display: block;
    margin-left: 0;
    padding: 0 5px;
}

.mendor-list .slick-next,
.mendor-list .slick-prev {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.mendor-list .slick-next:before,
.mendor-list .slick-prev:before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fff;
    opacity: 1;
    font-size: 15px;
}

.mendor-list .slick-prev:before {
    content: "\f053";
}

.mendor-list .slick-prev {
    left: -12px;
    z-index: 1;
}

.mendor-list .slick-next {
    right: -12px;
}

.mendor-list .slick-prev, .mendor-list .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 30px;
    height: 30px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    box-shadow: 1px 6px 14px rgb(0 0 0 / 20%);
    border-radius: 100%;
    cursor: pointer;
    border: none;
    outline: none;
    background: #FED500;
    color: #FFFFFF;
}

/*-----------------
	68. Path Section
-----------------------*/

.path-section-eight {
    padding: 80px 0;
    background: #FAFBFF;
}

.course-sec .image-col-merge {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid rgba(231, 227, 255, 0.2);
    box-shadow: 0px 4px 14px rgba(185, 185, 185, 0.12);
}

.course-sec .image-col-merge img {
    width: 100%;
    height: auto;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
    -webkit-transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
}

.course-sec .image-col-merge:hover img {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    transform: scale(1.15);
}

.path-section-eight .course-img,
.path-section-eight .small-col-image {
    position: relative;
    border-radius: 4px;
}

.path-section-eight .image-col-merge:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    background: rgba(18, 10, 67, 0.5);
    z-index: 9;
}

.path-section-eight .course-item {
    width: 100%;
    margin-bottom: 24px;
}

.path-section-eight .course-text {
    position: absolute;
    left: 50%;
    bottom: 6%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 100%;
    padding: 0px 10px;
    z-index: 10;
}

.path-section-eight .course-text h5 {
    font-size: 18px;
    font-weight: 600;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.path-section-eight .course-text p {
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
    margin-bottom: 0;
}

.path-section-eight .view-all {
    margin-top: 26px;
}

.btn-view {
    border-radius: 50px;
    font-weight: 600;
    font-size: 16px;
    padding: 15px 60px;
    background-color: #1E88E5;
    border: 1px solid #1E88E5;
}

.btn-view:hover {
    background-color: #202124;
    border: 1px solid #202124;
}

/*-----------------
	69. Profile Section
-----------------------*/

.profile-section {
    position: relative;
    padding: 80px 0 56px;
    background: #FFFFFF;
}

.profile-list {
    background: #FFFFFF;
    border: 1px solid #E9F0FF;
    box-shadow: 0px 4px 14px rgba(185, 185, 185, 0.12);
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 24px;
}

.profile-detail {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.profile-img-eight img {
    border-radius: 50%;
    max-width: 60px;
    height: 60px;
}

.profile-content {
    margin-left: 10px;
}

.profile-content h4 {
    font-weight: 500;
    font-size: 18px;
    color: #1E88E5;
    margin-bottom: 5px;
}

.profile-content p {
    color: #201663;
    font-size: 14px;
    margin-bottom: 0;
}

.profile-rating {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.price-box {
    background: #1E88E5;
    border-radius: 90px;
    padding: 7px 10px;
    font-weight: 600;
    font-size: 14px;
    color: #FFFFFF;
}

.price-box span {
    font-size: 12px;
    font-weight: normal;
}

/*-----------------
	70. Statistics Section
-----------------------*/

.statistics-section-eight {
    position: relative;
    padding: 40px 0;
    /* padding: 80px 0; */
    background: #F9FCFF;
}

.statistics-list-eight {
    background: #FFFFFF;
    border: 1px solid rgba(231, 227, 255, 0.2);
    box-shadow: 0px 4px 14px rgba(185, 185, 185, 0.12);
    border-radius: 10px;
    padding: 10px;
    display: flex;
    align-items: center;
}

.statistics-list-eight span {
    color: #1D2C5B;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 5px;
}

.statistics-list-eight h3 {
    color: #66789C;
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.statistics-icon-eight {
    width: 82px;
    height: 88px;
    border: 1px solid rgba(231, 227, 255, 0.2);
    box-shadow: 0px 4px 14px rgba(185, 185, 185, 0.12);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.statistics-icon-eight.client {
    background: #2BC155;
}

.statistics-icon-eight img {
    width: 80px;
    filter: invert(1);
}

.statistics-icon-eight.job {
    background: #FED500;
}

.statistics-icon-eight.demo {
    background: #1e88e5;
}

.statistics-icon-eight.appointment {
    background: #8653C7;
}

.statistics-icon-eight i {
    font-size: 30px;
    color: #FFFFFF;
}

.statistics-content-eight {
    margin-left: 25px;
}

.trending-courses-three .rate-point {
    color: #fff;
}

/*-----------------
	71. Blog Section Eight
-----------------------*/

.section-blogs-eight {
    padding: 40px 0;
    /* padding: 80px 0; */
}

.blog-card {
    border: 1px solid rgba(231, 227, 255, 0.2);
    box-shadow: 0px 4px 14px rgb(185 185 185 / 12%);
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 24px;
    position: relative;
}

.blog-card-image {
    margin-bottom: 0;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

.blog-card-image, .blog-card-image > a, .blog-card-image img {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
}

.blog-card-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-card-image a:hover img {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    transform: scale(1.15);
}

.blog-card-content {
    position: relative;
    padding: 20px;
}

.blog-month {
    background: #004aad;
    box-shadow: 0px 4px 4px rgba(154, 154, 154, 0.25);
    border-radius: 110px;
    display: inline-block;
    position: absolute;
    left: 20px;
    top: 0;
    transform: translate(0, -50%);
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    padding: 14px 10px;
    text-align: center;
}

.blog-month span {
    font-size: 18px;
    display: block;
    font-weight: 400;
}

.meta-item-eight {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-left: 75px;
    margin-bottom: 0;
    list-style: none;
}

.post-author-eight {
    width: 189px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}

.post-author-eight a {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    color: #004aad;
}

.post-author-eight a:hover {
    color: #05264E;
}

.blog-title-eight {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 25px;
}

.blog-title-eight a {
    color: #05264E;
}

.blog-title-eight a:hover {
    color: #1E88E5;
}

.blog-card-content p {
    font-size: 16px;
    margin: 0 0 15px;
    color: #26292c;
}

.blog-card-content .read {
    font-weight: 600;
    font-size: 18px;
    color: #004aad;
}

.blog-card-content .read:hover {
    color: #05264E;
}

/*-----------------
	72. Footer Eight
-----------------------*/

.footer-eight {
    background: url(../img/footer-08.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border: 0;
    position: relative;
}

.footer-eight::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(30, 136, 229, 0.95), rgba(30, 136, 229, 0.95));
}

.footer-eight .footer-top {
    padding: 60px 0;
}

.footer-eight .footer-widget .footer-logo {
    margin-bottom: 30px;
}

.footer-eight .footer-widget .footer-logo img {
    max-height: 50px;
    max-width: 100%;
}

.footer-eight .footer-widget .footer-about-content p:last-child {
    margin-bottom: 0;
}

.footer-eight .footer-top .footer-about-content {
    max-width: initial;
}

.footer-eight .footer-widget .footer-about-content p {
    color: #FFFFFF;
    font-weight: 500;
    font-size: 16px;
}

.footer-eight .footer-title {
    color: #FED500;
}

.footer-eight .footer-menu ul li a {
    color: #FFFFFF;
    font-weight: 500;
    font-size: 16px;
    transition: all 0.4s ease 0s;
}

.footer-eight .footer-widget.footer-menu ul li a:hover {
    color: #FED500;
}

.footer-eight .footer-contact-info {
    color: #fff;
}

.footer-eight .footer-contact-info p {
    font-size: 16px;
}

.footer-eight .footer-bottom {
    position: relative;
    background: #1E88E5;
    z-index: 9;
}

.footer-eight .footer-bottom .copyright {
    padding: 20px 0;
}

.footer-eight .footer-bottom .copyright-text p {
    color: #FFFFFF;
    font-weight: 500;
    font-size: 16px;
}

.footer-eight .social-icon ul li {
    margin-right: 25px;
}

.footer-eight .social-icon ul li a {
    color: #FFFFFF;
}

.footer-eight .social-icon ul li a:hover {
    color: #FED500;
}

/*-----------------
	73. Customer Reviews
-----------------------*/
.customer-review-sec {
    background: #FAFBFF;
    padding: 80px 0;
}

.customer-slider .review-card {
    background: #fff;
    box-shadow: 0px 4px 24px rgba(239, 243, 252, 0.5);
    border-radius: 10px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: start;
}

.customer-slider .review-card .customer {
    display: flex;
    align-items: center;
}

.customer-slider .review-card .customer img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 10px;
}

.customer-slider .review-card .customer a {
    color: #1F2938;
    font-weight: 500;
    font-size: 18px;
    display: inline-block;
    margin-bottom: 0;
}

.customer-slider .review-card .customer a:hover {
    color: #1E88E5;
}

.customer-slider .review-card .customer span {
    display: block;
    font-size: 14px;
    color: #7D858F;
}

.review-card .rating i {
    color: #F5B716;
}

.review-card .rating {
    margin-bottom: 20px;
}

.review-card p {
    color: #353535;
    margin-bottom: 20px;
}

.customer-slider.owl-carousel .owl-dots {
    text-align: center;
    margin-top: 50px;
}

.customer-slider.owl-carousel .owl-dots .owl-dot {
    width: 26px;
    height: 6px;
    background: #7D858F;
    margin-right: 5px;
    border-radius: 30px;
}

.customer-slider.owl-carousel .owl-dots .owl-dot.active {
    background: #1E88E5
}

.customer-review .review-card {
    box-shadow: 0px 4px 24px rgba(239, 243, 252, 0.5);
    border-radius: 5px;
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 50px;
    margin-bottom: 50px;
}

.customer-review .review-card .customer {
    margin-bottom: -75px;
}

.customer-review .review-card .customer img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.customer-review .cus-name {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.customer-review .cus-name a {
    font-weight: 500;
    font-size: 16px;
    color: #1F2938;
}

.customer-review .cus-name a:hover {
    color: #1E88E5;
}

.customer-review .cus-name span {
    font-size: 14px;
    color: #7D858F;
    margin-top: 5PX;
}

.testimonial-two .section-header.h-three {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 50px;
}

.trusted-by {
    border: 1px solid #E8F4FF;
    border-radius: 20px;
    background: #FFFFFF;
    padding: 10px;
    /* padding: 40px; */
    margin-top: 40px;
}

.trusted-by .trusted-list, .trusted-list1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
}

.trust-list-title h5 {
    font-size: 24px;
    color: #05264E;
    margin: 0;
}

.trusted-by .trusted-list li, .trusted-list1 li {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 18px;
    color: #66789C;
}

.trusted-by .trusted-list li .trust-icon, .trusted-list1 li .trust-icon {
    margin-right: 15px;
}

/*-----------------
	74. Mentors Near You
-----------------------*/
.mentors-near-you {
    padding: 80px 0 56px;
    background: url(../img/half-circle.png);
    background-repeat: no-repeat;
    background-position: top center;
}

.mentor-card {
    background: #FFFFFF;
    border: 1px solid #E4E4E4;
    box-shadow: 0px 4px 54px #E9F0FF;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 24px;
}

.mentor-card-img {
    border-radius: 10px;
    overflow: hidden;
    transition: 0.5s all;
    margin-bottom: 20px;
    height: 255px;
}

.mentor-card-img img {
    border-radius: 10px;
    transition: 0.5s all;
    width: 100%;
    height: 100%;
}

.mentor-card-img:hover img {
    transform: scale(1.15);
    transition: 0.5s all;
}

.mentor-course {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mentor-course .total-mentor {
    display: flex;
    align-items: center;
}

.find-location h5 a {
    font-size: 18px;
    margin-bottom: 10px;
    display: inline-block;
}

.mentor-course .total-mentor img {
    margin-right: 8px;
}

.mentor-course .total-mentor span {
    color: #66789C;
    font-size: 14px;
}

/*-----------------
	75. Student Testimonial
-----------------------*/
.student-testimonial .success-story {
    padding: 80px 0 150px;
    background: #004aad;
    transform: skewY(-2deg);
}

.student-testimonial .success-story .section-header-eight {
    transform: skewY(2deg);
}

.student-testimonial .success-story .student-online-testi {
    transform: skewY(2deg);
}

.success-story .section-header-eight span {
    color: #fff;
}

.success-story .section-header-eight h2 {
    color: #fff;
}

.success-story .section-header-eight p {
    color: #fff;
}

.success-story .section-header-eight .sec-dots span {
    background: #fff;
}

.student-testimonial .testi-img img {
    border-radius: 10px;
}

.testi-review .quatation-icon {
    width: 45px;
    height: 45px;
    background: #FFFFFF;
    border: 4px solid #FFFFFF;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.testi-review .testi-content p {
    color: #fff;
    font-weight: 500;
}

.testi-review .testi-rating {
    margin-bottom: 8px;
}

.testi-review .testi-rating i {
    color: #FED500;
}

.testi-review h5 {
    margin-bottom: 8px;
}

.testi-review h5 a {
    color: #fff;
    font-weight: 600;
    font-size: 24px;
}

.testi-review span {
    color: #fff;
}

.video-img {
    position: relative;
    margin-bottom: 24px;
}

.multiple-students {
    margin-top: -145px;
    padding-bottom: 25px;
    /* padding-bottom: 56px; */
}

.video-img .play-icon a {
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video-img .play-icon i {
    color: #1E88E5;
    font-size: 18px;
}

.faq-eight-sec {
    background: #FAFBFF;
    padding: 80px 0 80px;
}

.faq-box-eight {
    border-bottom: 2px solid #E9F0FF;
    margin-bottom: 30px;
}

.faq-box-eight .faq-head p {
    display: flex;
    align-items: baseline;
    color: #1F2938;
    font-weight: 500;
    font-size: 17px;
    margin-bottom: 20px;
}

.faq-box-eight .faq-head p span {
    background: #1E88E5;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
    font-size: 16px;
    margin-right: 20px;
    flex-shrink: 0;
}

.faq-box-eight .faq-body p {
    font-weight: 400;
    font-size: 15px;
    color: #7D858F;
    margin-left: 43px;
    margin-bottom: 0;
    padding-bottom: 20px;
}

.faq-five-sec {
    background: #FAFBFF;
    padding: 80px 0;
}

.section-blogs-five {
    padding: 80px 0;
}

.section-blogs-five .blog-month {
    background: #FF875A;
}

.section-blogs-five .blog-card-content .read {
    color: #FF875A;
}

.section-blogs-five .blog-card-content .read:hover {
    color: #1E88E5;
}

/*-----------------
	76. Faq
-----------------------*/

.faq-sec {
    background: #FAFBFF;
    padding: 80px 0;
}

.faq-sec .faq-card .faq-tab {
    background: #FFFFFF;
    border-bottom: 1px solid #E4E4E4;
    position: relative;
}

.faq-sec .faq-card .faq-tab p {
    margin-bottom: 0;
}

.faq-sec .faq-card .faq-tab .panel-title a {
    color: #1E88E5;
    font-weight: 500;
    font-size: 16px;
    padding: 30px 30px 20px;
    display: inline-block;
    width: 100%;
}

.faq-sec .faq-card .faq-tab .panel-title a.collapsed {
    color: #1F2938;
    font-weight: 500;
    font-size: 16px;
    padding: 30px;
}

.faq-sec .faq-card .faq-tab .panel-collapse p {
    color: #7D858F;
    font-weight: 400;
    font-size: 14px;
    padding: 0 30px 30px;
}

.faq-tab .panel-title a::after {
    content: '\f068';
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    right: 20px;
    top: 30px;
    color: #1E88E5;
    font-weight: 600;
    font-size: 14px;
}

.faq-tab .panel-title a.collapsed::after {
    content: '\f067';
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    right: 20px;
    top: 30px;
    color: #3E4B51;
    font-weight: 600;
}

.faq-four-sec {
    background: #FAFBFF;
    padding: 50px 0;
    /* padding: 80px 0; */
}

.faq-four-sec .section-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.faq-tab-list .nav-pills {
    justify-content: center;
}

.faq-tab-list .nav-pills .nav-item {
    margin-right: 10px;
}

.faq-tab-list .nav-pills .nav-item:last-child {
    margin-right: 0;
}

.faq-tab-list .nav-pills .nav-item .nav-link {
    border: 1px solid #E4E4E4;
    background: #FFFFFF;
    padding: 10px 30px;
    color: #7D858F;
    font-weight: 500;
    font-size: 16px;
    border-radius: 0;
    transition: 0.5s all;
}

.faq-tab-list .nav-pills .nav-item .nav-link:hover {
    background: #1E88E5;
    color: #FFFFFF;
    border-color: #1E88E5;
}

.faq-tab-list .nav-pills .nav-item .nav-link.active {
    background: #1E88E5;
    color: #FFFFFF;
    border-color: #1E88E5;
}

.faq-four-sec .faq-card .faq-tab {
    background: #FFFFFF;
    box-shadow: 0px 4px 24px rgba(239, 243, 252, 0.5);
    position: relative;
    margin-bottom: 20px;
}

.faq-four-sec .faq-card .faq-tab:last-child {
    margin-bottom: 0;
}

.faq-four-sec .faq-card .faq-tab p {
    margin-bottom: 0;
}

.faq-four-sec .faq-card .faq-tab .panel-title a {
    color: #1F2938;
    font-weight: 600;
    font-size: 15px;
    width: 100%;
    padding: 25px 35px 25px 25px;
    display: inline-block;
}

.faq-four-sec .faq-card .faq-tab .panel-title a.collapsed {
    color: #1F2938;
    font-weight: 600;
    font-size: 15px;

    width: 100%;
}

.faq-four-sec .faq-card .faq-tab .panel-collapse p {
    color: #7D858F;
    font-weight: 400;
    font-size: 14px;
    padding: 0 25px 25px;
}

.faq-four-sec .faq-tab .panel-title a::after {
    content: '\f077';
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    right: 20px;
    top: 30px;
    color: #1E88E5;
    font-weight: 600;
    font-size: 14px;
}

.faq-four-sec .faq-tab .panel-title a.collapsed::after {
    content: '\f078';
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    right: 20px;
    top: 30px;
    color: #3E4B51;
    font-weight: 600;
}

.faq-sec.faq-sec-two {
    background: #1D2C5B;
    position: relative;
}

.faq-sec-two .section-head-one h2 {
    color: #fff;
}

.faq-sec-two .section-header.section-head-one p {
    color: #C1E2FF;
}

.faq-sec.faq-sec-two .faq-card .faq-tab p.collapsed {
    background: #1D2C5B;
    position: relative;
    margin-bottom: 20px;
    border: 2px solid #1D2C5B;
    transition: 0.5s all;
}

.faq-sec.faq-sec-two .faq-card .faq-tab p.collapsed a {
    padding: 20px;
    color: #fff;
    transition: 0.5s all;
}

.faq-sec.faq-sec-two .faq-card .faq-tab p a {
    border-bottom: 1px solid #66789C;
    transition: 0.5s all;
}

.faq-sec.faq-sec-two .faq-card .faq-tab p span {
    color: #C1E2FF;
    transition: 0.5s all;
}

.faq-sec.faq-sec-two .faq-card .faq-tab:last-child {
    margin-bottom: 0;
    transition: 0.5s all;
}

.faq-sec.faq-sec-two .faq-card .faq-tab {
    background: transparent;
    border-bottom: 0;
}

.faq-sec.faq-sec-two .faq-card .faq-tab .panel-title a.collapsed {
    color: #fff;
    border: 0 0 0 0;
    padding: 20px;
    margin-bottom: 20px;
}

.faq-sec.faq-sec-two .faq-card .faq-tab p:not(.collapsed) {
    border: 2px solid #FFFFFF;
    padding: 20px;
    transition: 0.5s all;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.1);
}

.faq-sec.faq-sec-two .faq-card .faq-tab p:not(.collapsed) a {
    border: 0;
    padding: 0;
    margin-bottom: 20px;
    transition: 0.5s all;
    color: #fff;
}

.faq-sec.faq-sec-two .faq-card .faq-tab .panel-collapse p {
    color: #C1E2FF;
    font-weight: 400;
    font-size: 14px;
    transition: 0.5s all;
}

.faq-sec-two .faq-tab .panel-title a::after {
    color: #1E88E5;
    top: 20px;
}

.faq-sec-two .faq-tab .panel-title a.collapsed::after {
    color: #1E88E5;
    top: 20px;
}

.faq-sec.faq-sec-three .faq-card .faq-tab {
    border-bottom: 1px solid #E4E4E4;
    margin-bottom: 15px;
}

.faq-sec.faq-sec-three .faq-card .panel-group .faq-tab:last-child {
    margin-bottom: 0;
}

.faq-four-sec .faq-sec-five .section-header.section-head-left {
    align-items: start;
}

.faq-four-sec .faq-sec-five .nav-pills .nav-item {
    width: 100%;
    margin-bottom: 10px;
}

.faq-four-sec .faq-sec-five .nav-pills .nav-item:last-child {
    margin: 0;
}

.faq-four-sec .faq-sec-five .nav-pills .nav-link {
    border: 1px solid #E4E4E4;
    border-radius: 10px;
    background: #FFFFFF;
    width: 100%;
    color: #7D858F;
}

.faq-four-sec .faq-sec-five .nav-pills .nav-link.active {
    background: #1E88E5;
    color: #fff;
    border-color: #1E88E5;
}

.faq-four-sec .faq-sec-five .nav-pills .nav-link:hover {
    background: #1E88E5;
    color: #fff;
    border-color: #1E88E5;
}

.faq-sec-five {
    background: #FAFBFF;
    border-radius: 10px;
    /* padding: 80px 0; */
}

.faq-sec-five .tab-content {
    padding-top: 0;
}

.faq-four-sec.faq-five-sec {
    background: #fff;
    padding-bottom: 0;
}

.faq-four-sec.faq-five-sec .faq-sec-five {
    /* padding: 80px; */
}

.faq-four-sec .faq-sec-five .faq-card .faq-tab {
    background: transparent;
    box-shadow: none;
    margin-bottom: 0;
    border-bottom: 1px solid #E9F0FF;
}

.faq-four-sec .faq-sec-five .faq-card .faq-tab .panel-title a.collapsed {
    color: #1F2938;
    font-weight: 500;
    font-size: 18px;
}

.faq-four-sec .faq-sec-five .faq-card .faq-tab .panel-title a {
    color: #1F2938;
    font-weight: 500;
    font-size: 18px;
}

.main-wrapper-two .testi-item h3 a {
    color: #1F2938;
    font-weight: 600;
    font-size: 20px;
    display: inline-block;
    margin-bottom: 5px;
}

.main-wrapper-two .testi-item h3 a:hover {
    color: #1E88E5;
}

.main-wrapper-two .student-about-img img {
    width: 83px;
    height: 83px;
}

.main-wrapper-two .testi-item span {
    color: #1D2C5B;
    font-weight: 400;
    font-size: 14px;
}

.main-wrapper-two .reviewer-name {
    text-align: left;
}

.main-wrapper-two .student-say-about .say-text {
    color: #3E4B51;
    font-weight: 400;
    font-size: 16px;
}

.main-wrapper-two .testimonial-section .carousel-inner .student-group {
    margin-bottom: 50px;
}

.main-wrapper-two .product-img.trend-course a::before {
    display: none;
}

.main-wrapper-two .trending-courses-three .product-content {
    padding: 20px 0 0 0;
}

.main-wrapper-two .trending-courses-three .product-content h3 {
    margin: 0;
}

/*-----------------
	77. Popular mentor
-----------------------*/
.new-course.new-course-three {
    background: #1E88E5;
    text-align: center;
}

.new-course.new-course-three .section-header h2 {
    color: #fff;
    font-weight: 500;
    font-size: 40px;
}

.new-course.new-course-three .section-header p {
    color: #fff;
}

.become-mentor .mentor-btns {
    display: flex;
    justify-content: center;
    align-items: center;
}

.become-mentor .mentor-btns a {
    background: #fff;
    padding: 18px 0;
    display: inline-block;
    min-width: 190px;
    font-weight: 600;
    font-size: 15px;
    transition: 0.5s all;
    display: flex;
    align-items: center;
    justify-content: center;
}

.become-mentor .mentor-btns .log-btn a {
    color: #1E88E5;
    margin-right: 15px;
    border: 2px solid #FFFFFF;
}

.become-mentor .mentor-btns .register-btn a {
    background: #1E88E5;
    color: #fff;
    border: 2px solid #FFFFFF;
    margin-right: 0;
}

.become-mentor .mentor-btns .log-btn a:hover {
    border-color: #fff;
    background: transparent;
    color: #fff;
}

.become-mentor .mentor-btns .log-btn a img {
    transition: 0.5s all;
}

.become-mentor .mentor-btns .log-btn a:hover img {
    filter: brightness(0) invert(1);
}

.become-mentor .mentor-btns .register-btn a:hover {
    background: #fff;
    color: #1E88E5;
}

/*-----------------
	78. Job Location
-----------------------*/

.job-location-sec {
    padding: 80px 0;
    position: relative;
}

.location-sec-three.job-location-sec {
    padding: 80px 0 56px;
}

.job-area-card {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    transition: 0.5s all;
    margin-bottom: 24px;
}

.main-wrapper-three .trending-courses-two .view-course {
    margin-top: 26px;
}

.job-area-card .job-img {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    transition: 0.5s all;
}

.job-area-card .job-img img {
    border-radius: 10px;
    transition: 0.5s all;
}

.location-sec-two .owl-nav {
    display: none;
}

.location-sec-three .owl-dots {
    display: none;
}

.location-sec-three .owl-carousel .owl-nav button.owl-prev {
    width: 35px;
    height: 35px;
    background: #E9F0FF;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #7D858F;
    position: absolute;
    top: 45%;
    left: -20px;
    transform: translatey(-50%);
}

.location-sec-three .owl-carousel .owl-nav button.owl-prev:hover, .location-sec-three .owl-carousel .owl-nav button.owl-next:hover {
    background-color: #1E88E5;
    color: #fff;
}

.location-sec-three .owl-carousel .owl-nav button.owl-next {
    width: 35px;
    height: 35px;
    background: #E9F0FF;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #7D858F;
    position: absolute;
    top: 45%;
    right: -20px;
    margin: 0;
    transform: translatey(-50%);
}

.new-course.great-option {
    position: relative;
}

.great-option .bg-img .bg-option {
    position: absolute;
    left: 20px;
    top: 49px;
    max-width: 250px;
}

.great-option .bg-img .bg-option-two {
    position: absolute;
    right: 83px;
    bottom: 80px;
    max-width: 180px;
}

.new-course.great-option .great-option-three .reg-log-btn {
    text-align: center;
    margin-top: 20px;
}

.new-course.great-option .great-option-three .reg-log-btn a {
    border-radius: 40px;
    border-color: #fff;
}

.new-course.great-option .great-option-three .reg-log-btn a.reg-btn {
    border-color: #1D2C5B;
}

.new-course.great-option .great-option-three .reg-log-btn a:hover {
    border-color: #1D2C5B;
}

.new-course.great-option .great-option-three .reg-log-btn a.reg-btn:hover {
    border-color: #fff;
}

.great-option-three p {
    color: #C1E2FF;
    margin: 15px 0;
}

.job-area-card:hover .job-img img {
    transform: scale(1.14);
}

.job-area-card .job-img a::before {
    content: "";
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 88.39%);
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 10px;
    z-index: 1;
}

.job-area-card .job-place h5 {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    transition: 0.5s all;
}

.job-area-card .job-place span {
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
}

.job-area-card .job-place span img {
    margin-right: 5px;
    width: auto;
}

.job-area-card .job-place {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0 0 15px 15px;
    z-index: 2;
}

.job-area-slider.owl-carousel .owl-dots {
    text-align: center;
    margin-top: 20px;
}

.job-area-slider.owl-carousel .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    background: #A8A8A8;
    border-radius: 10px;
    border: none;
    margin-right: 10px;
}

.job-area-slider.owl-carousel .owl-dots .owl-dot.active {
    width: 40px;
    height: 8px;
    background: #1E88E5;
    border: none;
}

.trending-courses-three .course-box-two .product {
    border: 0;
    box-shadow: none;
}

.course-box-two .product-img img {
    border-radius: 10px;
}

.course-box-two .product-img {
    border-radius: 10px;
}

.our-blog .course-box-two .feature-texts span {
    background: #1E88E5;
    border-radius: 10px;
    padding: 5px 10px;
}

.our-blog .course-box-two .feature-texts {
    position: relative;
    margin: -20px 0 0 20px;
    z-index: 1;
}

.trending-courses-three .blog-head .section-head-one {
    margin-bottom: 0;
}

.trending-courses-three .blog-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.trending-courses-three .blog-head a {
    color: #1D2C5B;
    font-weight: 600;
}

.our-blog.trending-courses-three .course-box-two .product ul li span i {
    color: #1E88E5;
}

.our-blog .section-header.section-head-one {
    align-items: start;
    text-align: start;
}

.new-course.great-option {
    background: #1E88E5;
}

.new-course.great-option h2 {
    color: #fff;
    font-size: 40px;
    margin-bottom: 0;
    font-weight: 700;
}

.new-course.great-option .reg-log-btn {
    text-align: right;
    position: relative;
}

/*-----------------
	79. News Blog
-----------------------*/
.news-blog-three {
    padding: 0px 0;
    /* padding: 80px 0; */
}

.news-card {
    border: 1px solid #E4E4E4;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 30px;
}

.news-card .news-card-img {
    border-radius: 10px;
    margin-bottom: 20px;
    transition: 0.5s all;
    overflow: hidden;
}

.news-card .news-card-img img {
    border-radius: 10px;
    transition: 0.5s all;
}

.news-card .news-card-img :hover {
    transform: scale(1.14);
}

.news-card-content .marketing-text span {
    background: #E9F0FF;
    border-radius: 60px;
    color: #1E88E5;
    font-weight: 600;
    font-size: 15px;
    display: inline-flex;
    padding: 10px 30px;
    margin-bottom: 15px;
}

.news-card-content h3 {
    color: #1F2938;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
}

.news-card-content p {
    color: #3E4B51;
}

.news-user-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.news-user-info .news-user-name {
    display: flex;
    align-items: center;
}

.news-user-info .news-user-name h5 {
    margin: 0;
    font-weight: 500;
    font-size: 18px;
    color: #1D2C5B;
    margin-bottom: 0;
}

.news-user-info .news-user-name h5 span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #66789C;
    margin-top: 3px;
}

.news-user-info .news-user-name img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 5px;
}

.read-duration span {
    color: #66789C;
    display: flex;
    align-items: center;
}

.news-card-content .read-duration span img {
    margin-right: 5px;
    width: auto;
}

.news-blog-three .reg-log-btn a {
    min-width: auto;
    padding: 12px 30px;
    border-radius: 50px;
    display: inline-block;
    background: #1D2C5B;
    color: #fff;
    font-weight: 600;
    margin: auto;
    border: 1px solid #1D2C5B;
}

.news-blog-three .reg-log-btn a:hover {
    background: #fff;
    color: #1D2C5B;
}

.news-blog-three .owl-carousel.news-card-slider .owl-nav button.owl-prev {
    width: 35px;
    height: 35px;
    background: #E9F0FF;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #7D858F;
    position: absolute;
    top: -100px;
    right: 50px;
}

.news-blog-three .owl-carousel.news-card-slider .owl-nav button.owl-next {
    width: 35px;
    height: 35px;
    background: #E9F0FF;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #7D858F;
    position: absolute;
    top: -100px;
    right: 0px;
}

.news-blog-three .owl-carousel.news-card-slider .owl-nav button.owl-next:hover, .news-blog-three .owl-carousel.news-card-slider .owl-nav button.owl-prev:hover {
    background: #1E88E5;
    color: #fff;
}

.browse-cat-slider.owl-carousel .owl-nav button.owl-next:hover, .browse-cat-slider.owl-carousel .owl-nav button.owl-prev:hover {
    background: #1E88E5;
    color: #fff;
}

.review-testi-box .testi-content {
    padding: 20px;
    border: 1px solid #E4E4E4;
    border-radius: 10px;
    margin-bottom: 30px;
    position: relative;
}

.review-testi-box .testi-content p {
    margin: 0;
    color: #3E4B51;
}

.review-testi-box .news-user-name {
    display: flex;
    align-items: center;
    margin-left: 20px;
    padding-top: 10px;
}

.polygon-arrow {
    position: absolute;
    bottom: -33px;
    left: 30px;
}

.review-testi-box .news-user-name img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 10px;
}

.review-testi-box .news-user-name h5 {
    margin: 0;
    font-weight: 500;
    font-size: 18px;
    color: #1D2C5B;
}

.review-testi-box .news-user-name h5 span {
    display: block;
    font-weight: 400;
    font-size: 14px;
    color: #202124;
    margin-top: 3px;
}

.testimonial-two .owl-carousel.testi-customer-slider .owl-nav {
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}

.main-wrapper-three .testimonial-two .owl-carousel.testi-customer-slider .owl-nav {
    margin-top: 50px;
}

.testimonial-two .owl-carousel.testi-customer-slider .owl-nav button.owl-prev {
    width: 35px;
    height: 35px;
    background: #E9F0FF;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #7D858F;
}

.testimonial-two .owl-carousel.testi-customer-slider .owl-nav button.owl-next {
    width: 35px;
    height: 35px;
    background: #E9F0FF;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #7D858F;
}

.testimonial-two .owl-carousel.testi-customer-slider .owl-nav button.owl-prev:hover, .testimonial-two .owl-carousel.testi-customer-slider .owl-nav button.owl-next:hover {
    background-color: #1E88E5;
    color: #fff;
}

/*-----------------
	80. Footer
-----------------------*/

.footer-one .footer-title {
    font-weight: 600;
    color: #202124;
}

.email-box {
    background: #fff;
    border-radius: 50px;
    padding: 10px 12px 10px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.email-box input {
    border: 0;
    width: 80%;
}

.email-box input:focus {
    outline: 0;
}

.email-box a {
    width: 50px;
    height: 50px;
    background: #1E88E5;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.fotter-para {
    font-weight: 400;
    font-size: 16px;
    color: #A8A8A8;
}

.footer-two .footer-menu ul.icon-socials {
    display: flex;
    gap: 10px;
    margin-top: 30px;
}

.footer-two .footer-menu ul.icon-socials li a {
    border: 1px solid #FFFFFF;
    border-radius: 50px;
    background: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #202124;
    opacity: 1;
}

.footer-two .footer-menu ul.icon-socials li a i {
    margin: 0;
}

/*-----------------
	81. Home Eight
-----------------------*/
.home-slide-five.home-slide-eight {
    background: #F5F6F6;
    padding: 80px 0;
    position: relative;
    background-image: url("../img/home-six-banner.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.most-popular-five.most-popular-five {
    background: #fff;
}

.work-eight-sec {
    background: #F5F6F6;
    background-image: url('../img/bg/index-six-bg-04.png');
    background-repeat: no-repeat;
    background-position: right top;
    position: relative;
    padding: 40px 0px 60px 0px;
}

.section-bg-imgs .arrow-bg {
    position: absolute;
    right: 150px;
    top: 165px;
}

.form-group.search-info.location-search.location-search-four.six-banner-search input {
    background-color: none;
    border-radius: 0;
    border: 0;
}

.home-slide .search-eightbox .search-info.six-banner-search .form-control.city {
    background: #fff url(../img/icon/location-02.svg) no-repeat 7px 17px;
}

.home-slide .search-eightbox .search-info.six-banner-search a img:hover {
    filter: invert(49%) sepia(32%) saturate(1357%) hue-rotate(168deg) brightness(90%) contrast(99%);

}

.section-bg-imgs .arrow-bgtwo {
    position: absolute;
    left: 40px;
    top: 50%;
}

.section-bg-imgs .arrow-bgthree {
    position: absolute;
    left: 40px;
    top: 90px;
}

.section-bg-imgs .arrow-bgfour {
    position: absolute;
    right: 40px;
    top: 0;
}

.section-head-eight {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}

.section-head-eight h2 {
    color: #05264E;
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 20px;
}

.section-head-eight h2 span {
    color: #1E88E5;
    text-decoration-line: underline;
}

.student-place {
    background: #1E88E5;
    padding: 80px 0;
}

.student-join-btn {
    text-align: center;
    margin-top: 20px;
}

.student-join-btn a {
    color: #1E88E5;
    background: #FFF;
    font-weight: 600;
    font-size: 15px;
    display: inline-block;
    padding: 13px 50px;
    border-radius: 30px;
    border: 1px solid #fff;
}

.student-join-btn a:hover {
    background: transparent;
    color: #fff;
}

.section-head-eight p {
    color: #66789C;
    font-weight: 500;
    font-size: 16px;
    max-width: 450px;
}

.course-tab-six .course-box .rating span img {
    margin-right: 0;
}

.blue-arrow {
    position: absolute;
    left: 70px;
    top: 70px;
}

.sub-categories-eight .categories-five-img {
    justify-content: center;
}

/* .sub-categories-eight .categories-five-img span img {
    border-radius: 50px;
} */

.most-popular-five .sub-categories-five.sub-categories-eight .categories-text h4 {
    max-width: 100%;
    text-align: center;
    font-size: 17px;
    word-wrap: break-word;
}

.most-popular-five .sub-categories-five.sub-categories-eight .categories-text.seo-text h4 {
    max-width: 100px;
    margin-left: auto;
    margin-right: auto;
}

.sub-categories-five.sub-categories-eight .categories-text h5 {
    font-size: 14px;
    text-align: center;
}

.sub-categories-five.sub-categories-eight {
    padding: 14px;
    transition: 0.5s all;
}

.sub-categories-five.sub-categories-eight:hover {
    background: #1E88E5;
    border-color: #1E88E5;
}

.sub-categories-five.sub-categories-eight:hover .categories-text h4 {
    color: #fff;
}

.sub-categories-five.sub-categories-eight:hover .categories-text span {
    color: #1F2938;
}

.sub-categories-five.sub-categories-eight:hover .categories-text h5 {
    color: #fff;
}

.sub-categories-five.sub-categories-eight .categories-text span {
    font-weight: 700;
}

.header-five.header-eight .header-nav {
    background: #fff;
}

.header-five.header-eight .main-nav li a {
    color: #202124;
}

.header-five.header-eight .main-nav > li > a > i {
    color: #202124;
}

.header-five.header-eight .main-nav .has-submenu.active > a {
    color: #1E88E5;
    border: 2px solid #1E88E5;
    border-radius: 35px;
    padding: 10px 20px !important;
    display: inline-block;
}

.header-five.header-eight .main-nav .has-submenu.active > a > i {
    color: #1E88E5;
}

.header-five.header-eight .main-nav > li > a {
    line-height: 28px;
}

.header-five.header-eight .main-nav > li {
    display: flex;
    align-items: center;
}

.home-slide .search-box.search-eightbox .search-info.location-search-four input {
    padding: 0 30px 0;
}

.home-slide-face.slide-face-eight {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.home-slide-face.slide-face-eight .home-slide-text {
    text-align: center;
}

.home-slide-face.slide-face-eight .home-slide-text p {
    max-width: 750px;
}

.home-slide-face.slide-face-eight .home-slide-text h1 span {
    color: #1E88E5;
    text-decoration-line: underline;
}

.home-slide .search-eightbox .search-info .form-control.key {
    background: #fff url(../img/icon/search-03.svg) no-repeat 0px 18px;
}

.home-slide .search-eightbox .search-info .form-control.city {
    background: #fff url(../img/icon/location-02.svg) no-repeat -3px 15px;
}

.slide-face-eight .pop-search p span {
    color: #A8A8A8;
    font-weight: 500;
    font-size: 16px;
}

.slide-face-eight .pop-search p {
    color: #1D2C5B;
}

.home-slide-five.home-slide-eight::before {
    display: none;
}

.banner-cards .team-content h4 a {
    font-weight: 600;
    font-size: 20px;
    color: #1F2938;
    display: inline-block;
}

.banner-cards .team-content h4 a:hover {
    color: #1E88E5;
}

.banner-cards .team-content h4 {
    margin-bottom: 10px;
}

.banner-cards .team-content h4 i {
    color: #10B94A;
    font-size: 12px;
}

.banner-cards .team-content .view-student-three-list li {
    font-weight: 400;
    font-size: 14px;
    color: #66789C;
}

.banner-cards .team-content .view-student-three-list li img {
    margin-right: 5px;
}

.banner-cards .team-content .view-student-three-list li span i {
    color: #F5B716;
    margin-right: 5px;
}

.banner-cards .banner-tab-img {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    transition: 0.5s all;
    margin-bottom: 15px;
}

.banner-cards {
    background: #FFFFFF;
    box-shadow: 0px 24px 44px rgba(215, 227, 255, 0.5);
    border-radius: 10px;
    border: 1px solid #D7E3FF;
    padding: 20px;
}

.banner-cards .banner-tab-img img {
    border-radius: 10px;
    width: 100%;
    transition: 0.5s all;
}

.banner-cards .banner-tab-img:hover img {
    transform: scale(1.14);
}

.feature-box.feature-box-eight::before {
    display: none;
}

.feature-box.feature-box-eight {
    box-shadow: 0px 4px 24px rgba(239, 243, 252, 0.5);
    border-radius: 9px;
    border: 1px solid #E4E4E4;
    background: #fff;
    position: relative;
}

.banner-feature-sec.work-eight-sec::before {
    content: "";
    background: url('../img/bg/index-six-bg-03.png');
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: left top;
}

.trusted-by-sec {
    /* background: #F5F6F6; */
    padding: 40px 0;
    /* padding: 80px 0; */
}

.trusted-by-sec .trusted-by {
    margin: 0;
}

.trending-courses-three .course-box-eight .product .rating i {
    padding-right: 3px;
}

.feature-texts-eight {
    display: flex;
    align-items: center;
}

.feature-texts-eight h5 {
    margin: 0;
    font-size: 14px;
    color: #3E4B51;
}

.trending-courses .course-box-eight .rating-img {
    margin: 0 0 0 5px;
}

.course-box-eight .rating-two.rating-five .course-btn span.line-through {
    font-weight: 500;
    font-size: 18px;
    color: #A8A8A8;
    text-decoration-line: line-through;
}

.course-box-eight .rating-two .course-btn {
    margin: 0;
}

.card-arrow a {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #1E88E5;
}

.card-arrow a:hover {
    background: #fff;
}

.card-arrow a:hover img {
    filter: invert(1) brightness(0);
}

.card-mark span {
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    background: #1E88E5;
    padding: 5px 10px;
    display: inline-block;
    border-radius: 24px;
}

.card-mark span.popular {
    background: #10B94A;
    margin-left: 10px;
}

.card-mark span.new {
    background: #F5B716;
    margin-left: 10px;
}

.card-mark {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
    margin: 10px 0 0 10px;
}

.course-box-eight .lesson-student-five span {
    font-size: 14px;
}

.course-box-eight .lesson-student-five span img {
    margin-right: 5px;
}

.main-wrapper-six .course-box-eight .lesson-student-five span {
    color: #66789C;
    display: flex;
    align-items: center;
    line-height: normal;
}

.nav-pills.course-eight-tab {
    justify-content: center;
    margin-bottom: 50px;
    gap: 10px;
}

.nav-pills.course-eight-tab .nav-link {
    color: #1E88E5;
    border: 2px solid #fff;
    background: #fff;
    border-radius: 25px;
    transition: 0.5s all;
}

.nav-pills.course-eight-tab .nav-link.active {
    border-color: #1E88E5;
    transition: 0.5s all;
}

.nav-pills.course-eight-tab .nav-link:hover {
    border-color: #1E88E5;
}

.improve-skills-sec {
    background: #004aad;
    padding: 50px 0;
    /* padding: 80px 0; */
}

.skills-counter {
    display: flex;
}

.skills-counter .counter-box {
    margin-right: 40px;
    margin-bottom: 30px;
}

.skills-counter .counter-box:last-child {
    margin: 0;
}

.skills-counter .counter-box h5 {
    color: #F5B716;
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 3px;
}

.skills-counter .counter-box h4 {
    color: #FFFFFF;
    font-weight: 500;
    font-size: 18px;
    margin: 0;
}

.skills-content-heading {
    margin-bottom: 25px;
}

.skills-content-heading h2 {
    font-weight: 600;
    font-size: 47px;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.skills-content-heading h4 {
    font-weight: 600;
    font-size: 27px;
    color: #FFFFFF;
    margin-bottom: 20px;
    line-height: 50px;
}

.skills-content-heading h4 span {
    font-weight: 600;
    font-size: 27px;
    color: #000000;
    padding: 5px 5px;
    margin-bottom: 20px;
    background: #dcff07;
}

.skills-content-heading p {
    color: #fff;
    margin: 0;
}

.join-btns a.join {
    display: inline-block;
    padding: 10px 30px;
    border: 2px solid #FFFFFF;
    border-radius: 25px;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    margin-right: 20px;
    transition: 0.5s all;
}

.join-btns a.find {
    display: inline-block;
    padding: 10px 30px;
    border: 2px solid #FFFFFF;
    border-radius: 25px;
    color: #004aad;
    background: #fff;
    font-weight: 500;
    font-size: 16px;
    transition: 0.5s all;
}

.join-btns a.join:hover {
    color: #1E88E5;
    background: #fff;
}

.join-btns a.find:hover {
    color: #fff;
    background: transparent;
}

.improve-img {
    border-radius: 10px;
    text-align: end;
}

.improve-img img {
    border-radius: 10px;
}

.trending-courses-three .blog-latest .rate-point {
    color: #66789C;
}

.user-name.blog-user-name {
    color: #1D2C5B;
}

.want-mentor-content .section-head-eight h2 {
    max-width: 300px;
    margin-bottom: 15px;
}

.want-mentor {
    background: #FAFBFF;
    padding: 80px 0;
}

.want-mentor-content .section-head-eight p {
    max-width: 500px;
}

.section-head-eight .join-now {
    display: inline-block;
    background: #1E88E5;
    border-radius: 35px;
    color: #FFFFFF;
    padding: 10px 30px;
    border: 1px solid #1E88E5;
}

.section-head-eight .join-now:hover {
    background: transparent;
    color: #1E88E5;
}

.header-five .header-navbar-rht > li > a.log-eight {
    background: #1E88E5;
    border-radius: 35px;
    color: #fff;
    border: 1px solid #1E88E5;
}

.footer-five .term-privacy ul li a:hover {
    color: #202124;
}

.header-five .header-navbar-rht > li > a.log-eight:hover {
    background: #fff;
    color: #1E88E5;
}

.faq-sec-five.sec-six-faq {
    background: #fff;
    padding: 0;
}

.faq-card .panel-title a span {
    font-weight: 600;
    font-size: 28px;
    color: #7D858F;
    margin-right: 50px;
}

.faq-four-sec .faq-sec-five.sec-six-faq .faq-card .faq-tab .panel-title a {
    display: flex;
    align-items: center;
}

.faq-four-sec .faq-sec-five.sec-six-faq .faq-card .faq-tab .panel-collapse p {
    max-width: 540px;
    margin-left: 88px;
}

.course-box-eight .rating-two .course-btn {
    display: flex;
    align-items: center;
    gap: 10px;
}

.section-search.home-slider-two.index-three {
    min-height: 700px;
}

.index-three .search-three .form-group.search-info .form-control {
    background-position: 20px 16px;
}

/*-----------------
	82. Home-Two Bg
-----------------------*/
.banner-tab-card .nav-link {
    background: transparent;
    color: #3E4B51;
}

.banner-tab-card .nav-link.active {
    background: transparent;
    color: #1E88E5;
}

.banner-tab-card .nav-link:hover {
    background: transparent;
    color: #1E88E5;
}

.banner-two-bg-img .banner-two-bg {
    position: absolute;
    left: -50px;
    top: 50px;
}

.banner-two-bg-img .banner-two-bgtwo {
    position: absolute;
    left: 50%;
    top: 50px;
    animation: spin 3000ms linear infinite;
    -webkit-animation: spin 3000ms linear infinite;
}

.banner-two-bg-img .banner-two-bgthree {
    position: absolute;
    bottom: 50px;
    left: 20%;
}

.course-bg {
    position: absolute;
    left: 0;
    top: 0;
}

.trend-course-bgone {
    position: absolute;
    left: 50px;
    top: 50px;
}

.trend-course-bgtwo {
    position: absolute;
    right: 50px;
    bottom: 100px;
}

.join-mentor-bgone {
    position: absolute;
    left: -100px;
    top: 70px;
    max-width: 200px;
}

.join-mentor-bgtwo {
    position: absolute;
    left: 50%;
    bottom: -50px;
}

.feature-bgone {
    position: absolute;
    left: 30px;
    top: 40px;
}

.feature-bgtwo {
    position: absolute;
    right: 50px;
    bottom: 50px;
}

.feature-bgthree {
    position: absolute;
    left: 100px;
    top: 0;
}

.feature-bgfour {
    position: absolute;
    right: 50px;
    top: 40%;
}

.subscribe-bg {
    position: absolute;
    right: -50px;
    top: 40px;
    max-width: 150px;
}

.banner-two-bgtwo {
    -webkit-animation-name: headShake;
    animation-name: headShake;
}

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


.home-slide .search-eight-box .search-info .form-control {
    background-image: none;
    padding-left: 20px;
}

.home-slide .search-box.search-eight-box a {
    position: absolute;
    top: 8px;
    right: 8px;
    height: 54px;
}

.main-wrapper-five .home-slide-five .search-box .form-control {
    background: #fff url(../img/icon/search-blue-house.svg) no-repeat 25px 20px;
    height: 62px;
}

.main-wrapper-five .home-slide-five::before {
    background: url("../img/bg/home-four-bg-01.png");
    content: "";
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-position: left top;
    position: absolute;
}

.main-wrapper-five .banner-five-btns {
    display: flex;
    margin-bottom: 40px;
}

.main-wrapper-five .banner-five-btns a {
    font-weight: 600;
    font-size: 15px;
    display: inline-block;
}

.main-wrapper-five .banner-five-btns a:first-child {
    background: #1E88E5;
    border-radius: 5px;
    color: #FFFFFF;
    padding: 12px 30px;
    margin-right: 10px;
    transition: 0.5s all;
}

.main-wrapper-five .banner-five-btns a:first-child:hover {
    background: #fff;
    color: #1E88E5;
    transition: 0.5s all;
}

.main-wrapper-five .banner-five-btns a:last-child {
    color: #1E88E5;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    border-radius: 5px;
    justify-content: center;
    transition: 0.5s all;
}

.main-wrapper-five .banner-five-btns a:last-child:hover {
    background: #1E88E5;
    color: #FFF;
    transition: 0.5s all;
}

.main-wrapper-five .banner-five-btns a:last-child:hover i {
    color: #1E88E5;
    transition: 0.5s all;
}

.main-wrapper-five .banner-five-btns a:last-child span {
    width: 20px;
    height: 20px;
    background: #fff;
    border: 2px solid #1E88E5;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 10px;
    transition: 0.5s all;
}

.main-wrapper-five .banner-five-btns a:last-child span i {
    font-size: 10px;
    position: relative;
    left: 1px;
    transition: 0.5s all;
}

.main-wrapper-five .pop-search p {
    color: #66789C;
    margin-bottom: 0;
}

.main-wrapper-six .pop-search {
    margin-bottom: 50px;
}

.main-wrapper-six .pop-search p {
    margin-bottom: 0;
}

.main-wrapper-five .pop-search p span {
    font-weight: 500;
    color: #66789C;
}

.main-wrapper-five .most-popular-five.most-popular-five {
    background: #FAFBFF;
    position: relative;
}

.main-wrapper-five .most-popular-five.most-popular-five::before {
    background: url("../img/bg/home-four-bg-02.png");
    content: "";
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-position: right top;
    position: absolute;
    top: 0;
    right: 0;
}

.main-wrapper-five .featured-instructor {
    position: relative;
}

.main-wrapper-five .featured-instructor::before {
    background: url("../img/bg/home-four-bg-03.png");
    content: "";
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-position: left top;
    position: absolute;
    top: 0;
    left: 0;
}

.main-wrapper-five .share-knowledge-three.share-knowledge-five {
    position: relative;
}

.main-wrapper-five .share-knowledge-three.share-knowledge-five::before {
    background: url("../img/bg/home-four-bg-02.png");
    content: "";
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-position: right top;
    position: absolute;
    top: 0;
    right: -180px;
}

.main-wrapper-five .owl-navigation .owl-nav button {
    border: 1px solid #E9F0FF;
    border-radius: 30px;
    width: 40px;
    height: 40px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.main-wrapper-five .owl-navigation {
    display: flex;
}

.section-head-five.section-head-five-two {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sec-para.owl-custom-nav {
    display: flex;
    align-items: center;
}

.sec-para.owl-custom-nav .owl-navigation {
    margin-left: 30px;
}

.sec-para.owl-custom-nav .owl-navigation .owl-nav {
    display: flex;
    gap: 14px;
}

.sec-para.owl-custom-nav p {
    font-weight: 500;
    font-size: 16px;
    margin: 0;
    color: #66789C;
}

.bg-icons img:first-child {
    position: absolute;
    left: 30px;
    top: 40%;
}

.bg-icons img:nth-child(2) {
    position: absolute;
    right: 30px;
    top: 150px;
    max-width: 50px;
}

.bg-icons img:last-child {
    position: absolute;
    right: 25%;
    bottom: 30px;
    max-width: 50px;
}

.bg-icons-two img:first-child {
    position: absolute;
    left: 40%;
    top: 110px;
    max-width: 17px;
}

.bg-icons-two img:nth-child(2) {
    position: absolute;
    right: 30px;
    bottom: 150px;
    max-width: 50px;
}

.bg-icons-two img:last-child {
    position: absolute;
    right: 25px;
    top: 40%;
    max-width: 50px;
}

.main-nav li.megamenu > ul {
    width: 100%;
}

.megamenu-wrapper {
    padding: 25px 25px 0;
}

.single-demo {
    transition: 0.4s;
    margin-bottom: 25px;
}

.single-demo:hover {
    transform: translateY(-20px);
}

.single-demo:hover .demo-info {
    opacity: 1;
    bottom: -30px;
}

.demo-info {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    z-index: 1;
    transition: 0.4s;
    margin-top: 10px;
}

.single-demo a {
    padding: 0 !important;
}

.active.megamenu .submenu.mega-submenu .single-demo.active .demo-info a {
    color: #1e88e5;
}

.footer-three .footer-two-top.footer-four-index {
    background: #004aad;
    color: #fff !important;
    padding: 60px 0;
}

.footer-four-index .footer-title {
    font-weight: 600;
    font-size: 20px;
    color: #dcfe06;
}

.footer .footer-four-index .footer-widget .footer-about-content p {
    color: #fff;
    opacity: 1;
}

.footer .footer-four-index .footer-menu ul li a {
    color: #fff;
    opacity: 1;
}

.footer-three .footer-four-index .form-control {
    padding-left: 15px;
}

.footer-three .footer-four-index .input-group a {
    background: #1E88E5;
    border-radius: 2px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 15px;
    top: 10px;
}

.footer-three .footer-four-index .footer-three-contact ul {
    padding: 0;
    margin: 20px 0 0;
}

.footer-three .footer-four-index .footer-three-contact ul li {
    color: #fff;
    border: 0;
    display: flex;
    align-items: center;
    font-size: 16px;
    margin-bottom: 20px;
}

.footer-three .footer-four-index .footer-three-contact ul li i {
    color: #C1E2FF;
    margin-right: 10px;
}

.footer-three .footer-four-index .footer-three-contact ul.icon-socials li:hover i {
    color: #1E88E5;
}

.footer-three .footer-four-index .footer-three-contact span {
    display: block;
    color: #fff;
    font-weight: 400;
}

.footer-three .footer-four-index .footer-three-contact ul.icon-socials li {
    margin-bottom: 0;
    margin-right: 10px;
}

.footer-three .footer-four-index .footer-three-contact ul li:last-child {
    margin: 0;
}

.footer .footer-bottom.index-four-footer-bottom {
    background: #004aad;
    border-top: 1px solid #66789C;
    padding: 30px 0;
}

.footer .footer-bottom.index-four-footer-bottom .copyright p {
    color: #fff;
    text-align: center;
    padding: 0;
    font-size: 14px;
}

.footer .footer-bottom.index-four-footer-bottom .footer-logo img {
    max-width: 140px;
    text-align: center;
}

.footer .footer-bottom.index-four-footer-bottom ul li a {
    color: #fff;
}

.footer .footer-bottom.index-four-footer-bottom ul li a:hover {
    color: #5754F6;
}

.footer .footer-bottom.index-four-footer-bottom ul {
    display: flex;
    font-size: 14px;
    gap: 20px;
    margin: 0;
    justify-content: end;
    padding: 0;
}

.footer.footer-three {
    border: 0;
}

.main-wrapper-two .trending-courses .product .product-content .title a {
    color: #1F2938;
    font-weight: 600;
}

.main-wrapper-two .trending-courses .product .product-content .title a:hover {
    color: #1E88E5;
}

.main-wrapper-two .trending-courses .product .product-content p {
    color: #3E4B51;
    font-size: 14px;
    margin-bottom: 20px;
}

.main-wrapper-two .rating-two h5 a {
    color: #3E4B51;
}

.main-wrapper-two .rating-two h5 a:hover {
    color: #1E88E5;
}

.main-wrapper-two .section-header {
    margin-bottom: 50px;
}

.main-wrapper-two .testimonial-section .carousel-inner .student-group {
    padding: 50px;
}

.main-wrapper-two .testimonial-section .rating {
    margin: 0;
}

.main-wrapper-four .popular-cat-slider .owl-dots, .main-wrapper-four .trend-course-tab-slider .owl-dots {
    margin-top: 26px;
    height: 26px;
}

.main-wrapper-four .instructor-slider .owl-dots {
    margin-top: 26px;
    height: 26px;
}

.main-wrapper-five .trend-course-tab-slider .owl-dots, .main-wrapper-five .instructor-slider-two .owl-dots {
    margin-top: 26px;
}

.faq-sec-two .faq-tab .panel-title.collapsed a::after {
    content: '\f067';
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    right: 20px;
    top: 30px;
    color: #1E88E5;
    font-weight: 600;
}

.faq-sec-two .faq-tab .panel-title a::after {
    top: 30px;
}

.main-wrapper-three .slide-mentor-info .slide-name h4 a {
    color: #1F2938;
    font-size: 16px;
    font-weight: 500;
}

.main-wrapper-three .slide-mentor-info .slide-name h4 a:hover {
    color: #1E88E5;
}

.main-wrapper-four .course-box .rating.rating-star span.average-rating {
    color: #fff;
    font-weight: 600;
    font-size: 15px;
}

.main-wrapper-four .product-img {
    position: relative;
}

.main-wrapper-four .text-bottom {
    position: absolute;
    left: 50px;
    bottom: 30px;
    color: #fff;
    font-weight: 600;
    font-size: 28px;
}

.learning-path-col .view-all.text-center {
    margin-top: 26px;
}

.btn.view-all:hover {
    background-color: #C1E2FF;
    color: #1e88e5;
    border-color: #C1E2FF;
}

.single-demo:hover .demo-info a {
    color: #1e88e5;
}

.main-wrapper-two .footer-one .footer-bottom .copyright-text p {
    color: #1D2C5B;
    font-size: 14px;
}

.main-wrapper-two .footer-one .bottom-links li a:hover {
    color: #1E88E5;
}

.main-wrapper-four .poular-search {
    margin-bottom: 70px;
}

.main-wrapper-four .poular-search p {
    color: #C1E2FF;
    font-weight: 400;
    margin-bottom: 0;
}

.main-wrapper-four .poular-search p span {
    color: #FFFFFF;
    font-weight: 500;
    font-size: 16px;
}

.main-wrapper-four .home-slide-three {
    min-height: 100%;
    /* padding: 50px 0 100px; */
    background-color: #004aad;
    /* background-image: url('../img/bg/home-ban.png'); */
    /* background-repeat: no-repeat; */
    /* background-position: center bottom; */
    /* background-color: transparent; */
    /* background-size: cover; */
}

.popular-course-three .trusted-by {
    margin-bottom: 24px;
    margin-top: 80px;
}

.main-wrapper-four .banner-round-bg img {
    position: absolute;
    bottom: -88px;
    left: 0;
    width: 100%;
}

.two-faq a {
    width: 100%;
    display: inline-block;
    color: #fff;
    padding: 20px;
    transition: 0.5s all;
    border: 2px solid transparent;
    border-radius: 10px;
}

.two-faq a span {
    color: #fff;
    width: 100%;
    display: inline-block;
    position: relative;
}

.two-faq a.collapsed {
    border-bottom: 1px solid #66789C;
    transition: 0.5s all;
    border-radius: 0;
    margin-bottom: 25px;
}

.two-faq a:not(.collapsed) {
    border: 2px solid #FFFFFF;
    background: rgba(255, 255, 255, 0.1);
    margin-bottom: 25px;
}

.two-faq a .collapse-para {
    color: #C1E2FF;
    font-size: 14px;
    margin-top: 15px;
    line-height: 25px;
}

.two-faq a.collapsed span::after {
    content: '\f067';
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    right: 0;
    top: 0;
    color: #1E88E5;
    font-weight: 600;
}

.two-faq a span::after {
    content: '\f068';
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    right: 0;
    top: 0;
    color: #1E88E5;
    font-weight: 600;
    font-size: 14px;
}

.favourite {
    cursor: pointer;
}

.favourite.selected i {
    color: #1E88E5;
}

.footer .footer-menu ul.icon-socials li {
    margin-bottom: 0;
}

.popular-courses .mentoring-course .owl-dots {
    margin-top: 20px;
}

.news-blog-three .reg-log-btn {
    margin-top: 20px;
}

.join-mentor.join-mentor-two .join-mentor-img {
    margin-bottom: 40px;
}

.join-mentor.join-mentor-two .head-join-us {
    margin-bottom: 40px;
}

/*-----------------
	83. Responsive
-----------------------*/

@media (min-width: 768px) {
    .avatar-xxl {
        width: 8rem;
        height: 8rem;
    }

    .avatar-xxl .border {
        border-width: 4px !important;
    }

    .avatar-xxl .rounded {
        border-radius: 12px !important;
    }

    .avatar-xxl .avatar-title {
        font-size: 42px;
    }

    .avatar-xxl.avatar-away:before,
    .avatar-xxl.avatar-offline:before,
    .avatar-xxl.avatar-online:before {
        border-width: 4px;
    }
}

@media (min-width: 992px) {
    .main-nav > li {
        margin-right: 30px;
    }

/*     .main-nav > li:last-child {
        margin-right: 0;
    } */

    .main-nav li {
        display: block;
        position: relative;
    }

    .main-nav > li > a {
        line-height: 70px;
        padding: 0 !important;
    }

    .main-nav > li > a > i {
        font-size: 12px;
        margin-left: 3px;
    }

    .main-nav li > ul {
        background-color: #fff;
        border-radius: 5px;
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
        display: block;
        font-size: 14px;
        left: 0;
        margin: 0;
        min-width: 200px;
        opacity: 0;
        padding: 0;
        position: absolute;
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
        top: 100%;
        visibility: hidden;
        z-index: 1000;
    }

    .main-nav li .submenu::before {
        border: 7px solid #fff;
        border-color: transparent transparent #fff #fff;
        box-shadow: -2px 2px 2px -1px rgba(0, 0, 0, 0.1);
        content: "";
        left: 45px;
        position: absolute;
        top: 2px;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    .main-nav li.has-submenu:hover > .submenu {
        visibility: visible;
        opacity: 1;
        margin-top: 0;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .main-nav .has-submenu.active > a {
        color: #1e88e5;
    }

    .main-nav .has-submenu.active .submenu li.active > a {
        color: #1e88e5;
    }

    .header-one .main-nav .has-submenu.active .submenu li.active > a,
    .header-four .main-nav .has-submenu.active .submenu li.active > a {
        color: #1E88E5;
    }

    .header-two .main-nav .has-submenu.active .submenu li.active > a {
        color: #1E88E5;
    }

    .header-five .main-nav .has-submenu.active .submenu li.active > a {
        color: #296ED6;
    }

    .main-nav > li .submenu li:first-child a {
        border-top: 0;
    }

    .main-nav > li.has-submenu:hover > .submenu > li.has-submenu:hover > .submenu {
        visibility: visible;
        opacity: 1;
        margin-top: -1px;
        margin-right: 0;
    }

    .main-nav > li .submenu > li .submenu {
        left: 100%;
        top: 0;
        margin-top: 10px;
    }

    .main-nav li .submenu a:hover {
        color: #1e88e5;
        letter-spacing: 0.5px;
        padding-left: 20px;
    }

    .main-nav-seven > li.active > a {
        color: #009DA6;
    }

    .main-nav-seven .has-submenu.active .submenu li.active > a {
        color: #009DA6;
    }

    .main-nav-seven .has-submenu.active > a {
        color: #009DA6;
    }

    .main-nav-seven li .submenu a:hover {
        color: #009DA6;
    }

    .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 .dropdown-toggle.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;
        top: 100%;
        right: 0;
        left: auto;
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
        display: block;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    .profile-custom-list > li {
        width: 33.33%;
    }

    .custom-about p {
        width: 73%;
    }

    .courses-tabs {
        display: flex;
    }

    .course-bg-seven img {
        height: 100%;
    }

    .course-right {
        display: flex;
    }

    .main-nav-eight .has-submenu.active > a {
        color: #1E88E5;
    }

    .main-nav-eight > li > a {
        line-height: 68px;
        padding: 0 !important;
    }

    .main-nav-eight > li > a > i {
        color: #FED500;
    }

    .main-nav-eight li .submenu a:hover {
        color: #1E88E5;
    }

    .main-nav-eight .has-submenu.active .submenu li.active > a {
        color: #1E88E5;
    }
}

@media (min-width: 1200px) {
    .path-section .text-col h5 {
        font-size: 20px;
    }

    .container {
        max-width: 1200px;
    }
}

@media (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%;
    }

    .header .header-nav .main-nav li > ul.mega-submenu {
        max-width: 1200px;
    }

    .main-wrapper-four .banner-round-bg img {
        bottom: -78px;
    }

    .news-card-content h3 {
        font-size: 18px;
    }
}

@media (max-width: 1199.98px) {
    .header-nav {
        padding-left: 20px;
        padding-right: 20px;
    }

    .main-nav > li {
        margin-right: 25px;
    }

    .header-five.header-eight .main-nav > li {
        margin-right: 18px;
    }

    .header-five.header-eight .header-navbar-rht > li > a {
        padding: 15px 24px;
    }

    .main-wrapper-eight .header-four .main-nav > li {
        margin-right: 20px;
    }

    .header-navbar-rht > li > a {
        padding: 15px 28px;
    }

    .header-nav-seven {
        padding: 0 15px;
    }

    .main-wrapper-seven .main-nav > li {
        margin-right: 17px;
    }

    .header-five.header-eight .main-nav .has-submenu.active > a {
        padding: 10px 15px !important;
    }

    .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }

    .new-course.great-option .reg-log-btn {
        text-align: left;
        margin-top: 20px;
    }

    .header .header-nav .main-nav li > ul.mega-submenu {
        max-width: 960px !important;
    }

    .main-wrapper-four .banner-round-bg img {
        display: none;
    }

    .browse-cat-slider.owl-carousel .owl-nav button.owl-next {
        right: -20px;
    }

    .browse-cat-slider.owl-carousel .owl-nav button.owl-prev {
        left: -20px;
    }

    .main-wrapper-four .home-slide-three {
        margin-bottom: 0;
    }

    .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;
    }

    .home-slide .search-box .search-info {
        flex: 0 0 480px;
        width: 100%;
    }

    .testimonial-section .carousel-control-prev {
        height: 50px;
        width: 50px;
        left: -60px;
    }

    .testimonial-section .carousel-control-next {
        height: 50px;
        width: 50px;
        right: -60px;
    }

    .student-bg-fix img {
        right: 0px;
    }

    .home-slide {
        min-height: 500px;
    }

    .header-one .main-nav > li {
        margin-right: 20px;
    }

    .header-one .header-navbar-rht li a {
        padding: 7px 20px !important;
        font-size: 14px;
    }

    .view-student-list {
        width: 85%;
    }

    .student-slide-testimoni {
        max-width: 87%;
    }

    .home-slide-text h1 {
        font-size: 38px;
        margin-bottom: 20px;
    }

    .home-slide-text p {
        font-size: 18px;
    }

    .home-slide .search-info .form-control {
        background: #fff url(../img/map-pin.png) no-repeat 15px 19px;
        height: 60px;
    }

    .home-slide .search-box .search-btn {
        top: 7px;
        right: 7px;
        padding: 10px 15px;
    }

    .home-slide .search-box .search-btn {
        height: 46px;
    }

    .homeone-section-header h2 {
        font-size: 28px;
    }

    .homeone-section-header .sub-title {
        font-size: 16px;
    }

    .home-slide .search-box form {
        display: block;
    }

    .categories-text h4 {
        font-size: 18px;
    }

    .categories-text span {
        font-size: 16px;
    }

    .bg-explore {
        font-size: 16px;
        padding: 12px 60px;
    }

    .become-instructor-bg {
        padding: 12px 28px;
        font-size: 16px;
    }

    .join-mentor-detail h2,
    .best-course-detail h2 {
        font-size: 27px;
    }

    .join-sub-text {
        font-size: 16px;
    }

    .join-mentor-detail {
        margin-bottom: 30px;
    }

    .new-course-background .new-course-text h1 {
        font-size: 32px;
    }

    .new-course-text .page-sub-text {
        font-size: 16px;
    }

    .footer-one .footer-top {
        padding: 60px 0px;
    }

    .footer-one .footer-menu ul li a {
        font-size: 15px;
    }

    .footer-one .footer-sub-text {
        font-size: 15px;
    }

    .header-two .main-nav > li {
        margin-right: 27px;
    }

    .home-slide-two .search-info .form-control {
        height: 55px;
    }

    .home-slide-two .search-box form {
        display: block;
    }

    .home-slide-two .search-box .search-info {
        width: 100%;
    }

    .home-slide-two .search-box .search-btn {
        width: 55px;
        height: 55px;
    }

    .header.header-two {
        height: 70px;
    }

    .header-two .header-nav {
        height: 70px;
    }

    .home-slide-two {
        margin: 0;
        min-height: 350px;
        border-radius: 0;
    }

    .home-slide-two h1 {
        font-size: 32px;
        margin-bottom: 15px;
    }

    .hometwo-slide-text p {
        font-size: 16px;
        margin-bottom: 28px;
    }

    .header-two .header-navbar-rht li a.header-login {
        padding: 7px 16px !important;
        font-size: 14px;
    }

    .header-two .header-navbar-rht li a.header-login-two {
        padding: 7px 20px;
        font-size: 14px;
    }

    .footer-two .footer-social-list li {
        padding: 0px 5px;
        font-size: 14px;
    }

    .footer-two .footer-social-list li:first-child {
        padding-left: 0;
    }

    .header-three .header-navbar-rht li a.header-login {
        padding: 7px 10px !important;
        font-size: 14px;
        min-width: 100%;
    }

    .header-three .header-navbar-rht li a.header-login-two {
        padding: 6px 10px;
        font-size: 14px;
        min-width: 100%;
    }

    .home-slide-three {
        min-height: 460px;
    }

    .home-slide-three .hometwo-slide-text h1 {
        font-size: 32px;
    }

    .section-header h2 {
        font-size: 28px;
    }

    .section-header .sub-title {
        font-size: 14px;
    }

    .course-categories-three .sub-categories {
        min-height: 235px;
    }

    .trending-courses-three .product {
        min-height: 332px;
    }

    .join-us-heading h2 {
        font-size: 27px;
    }

    .join-us-heading p {
        font-size: 15px;
    }

    .join-two-face .best-course-three h4 {
        font-size: 15px;
    }

    .header-four .main-nav > li {
        margin-right: 27px;
    }

    .header-three .main-nav > li {
        margin-right: 10px;
    }

    .home-slide-four {
        min-height: 550px;
    }

    .header-four .main-nav li a {
        font-size: 15px;
    }

    .header-four .header-navbar-rht li a.header-login {
        font-size: 14px;
    }

    .header-three .header-navbar-rht li:first-child {
        padding-right: 15px;
    }

    .header-four .header-navbar-rht li a.header-login {
        padding: 7px 25px !important;
    }

    .hometwo-slide-text h1 {
        font-size: 38px;
    }

    .rating-student-four {
        display: block;
    }

    .expert-student {
        margin-bottom: 10px;
    }

    .social-icon-four {
        margin: auto;
    }

    .testimonial-four .testimonial-all {
        background: none;
        min-height: 550px;
    }

    .testi-quotes {
        margin: 0px 0px 25px;
    }

    .course-categories-three .course-bg img {
        left: -38px;
        max-width: 170px;
    }

    .trending-courses-three .course-box .popular-three-bg img {
        left: -35px;
        max-width: 170px;
    }

    .trending-courses-three .course-box .course-bg img {
        right: -34px;
        max-width: 170px;
    }

    .testimonial-three .testimonial-two-head {
        max-width: 100%;
        padding: 15px;
    }

    .dot-left img {
        top: 275px;
        left: 130px;
        width: 200px;
    }

    .dot-right img {
        top: 70px;
        right: 175px;
        width: 200px;
    }

    .header-five .main-nav > li {
        margin-right: 22px;
    }

    .header.header-five {
        height: 81px;
    }

    .header-five .header-nav {
        height: 81px;
    }

    .home-slide-five .bg-stop-learn {
        font-size: 18px;
        padding: 6px 32px;
    }

    .home-slide-five .home-slide-text h1 {
        font-size: 36px;
    }

    .home-slide-five .home-slide-text p {
        font-size: 20px;
    }

    .home-slide-five .slide-background img {
        max-width: 555px;
    }

    .student-feedback .owl-nav .owl-prev span {
        width: 35px;
        height: 35px;
    }

    .student-feedback .owl-nav .owl-next span {
        width: 35px;
        height: 35px;
        right: 0;
    }

    .trending-courses-three .h-three.tab-panel .nav-link {
        padding: 10px 25px;
    }

    .trusted-by {
        padding: 30px;
    }

    .header-five .header-navbar-rht li a.header-login {
        padding: 11px 23px !important;
    }

    .feature-box-six h3 {
        font-size: 17px;
    }

    .rating-two .course-btn a {
        padding: 10px 12px;
    }

    .header-two .main-menu-wrapper {
        margin-left: -10px;
    }

    .work-btns a {
        padding: 15px 20px;
    }

    .lets-work .lets-work-card .explore-title h2 {
        font-size: 35px;
    }

    .most-popular-five .sub-categories-five.sub-categories-eight .categories-text.seo-text h4 {
        max-width: 100%;
    }

    .join-mentor.join-mentor-two .join-mentor-details h2 {
        font-size: 40px;
    }
}

@media (max-width: 991.98px) {
    .main-nav {
        padding: 0;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
    }

    .main-nav ul {
        background-color: #3474ac;
        display: none;
        list-style: none;
        margin: 0;
        padding-left: 0;
    }

    .main-wrapper-two .footer-one .footer-bottom .copyright-text {
        padding-bottom: 0;
    }

    .main-wrapper-four .home-slide-three {
        /* padding-top: 50px;
        padding-bottom: 50px; */
    }

    .main-wrapper-four .home-slide-three .object-slide-img {
        /* display: none; */
    }

    .main-wrapper-four .home-slide .search-box .search-info.location-search-four {
        flex-direction: row;
    }

    .main-wrapper-four .popular-cat-slider .owl-dots, .main-wrapper-four .trend-course-tab-slider .owl-dots {
        margin-top: 10px;
    }

    .banner-feature-sec {
        padding: 50px 0 26px;
    }

    .trusted-by-sec {
        padding: 30px 0;
    }

    .want-mentor {
        padding: 50px 0;
    }

    .footer-five .copyright-text {
        text-align: center;
    }

    .rating-instructor {
        padding: 50px 0 26px;
    }

    .testimonial-two {
        padding: 50px 0;
    }

    .main-wrapper-six .footer-one .footer-bottom .copyright {
        padding: 20px 0;
    }

    .section-head-eight.student-place-title h2 {
        max-width: 100%;
    }

    .main-wrapper-six .faq-sec-five.sec-six-faq {
        padding: 0;
    }

    .main-wrapper-seven .main-nav > li {
        margin-right: 0;
    }

    .main-wrapper-eight .header-four .main-nav > li {
        margin-right: 0;
    }

    .faq-card .panel-title a span {
        font-size: 24px;
        margin-right: 30px;
    }

    .header-one .main-nav li .submenu a:hover, .header-two .main-nav li .submenu a:hover {
        color: #fff;
    }

    .main-nav > li {
        border-bottom: 1px solid #1663a6;
        margin-left: 0;
        margin-right: 0;
    }

    .mendor-course {
        font-size: 14px;
    }

    .popular-mendors {
        padding-bottom: 50px;
    }

    .path-section-eight, .section-blogs-eight, .faq-eight-sec {
        padding: 50px 0;
    }

    .statistics-section-eight {
        padding: 50px 0 26px;
    }

    .blog-grid-row + .view-all {
        margin-top: 26px;
    }

    .main-wrapper-five .header-five .bar-icon span {
        background: #fff;
    }

    .main-nav li + li {
        margin-left: 0;
    }

    .header-five.header-eight .main-nav > li {
        display: flow-root;
        margin-right: 0;
    }

    .header-five.header-eight .main-nav > li a {
        color: #fff;
    }

    .active.megamenu .submenu.mega-submenu .single-demo.active .demo-info a {
        color: #fff;
    }

    .header-five.header-eight .main-nav .has-submenu.active > a {
        display: flow-root;
        border: 0;
        border-radius: 0;
    }

    .header-five.header-eight .main-nav > li > a > i {
        color: #fff;
    }

    .main-nav > li > a {
        line-height: 1.5;
        padding: 15px 20px !important;
        color: #fff;
        font-size: 14px;
        font-weight: 500;
    }

    .footer-one .copyright-text {
        padding-bottom: 10px;
    }

    .become-mentor .mentor-btns a {
        padding: 10px 0;
        min-width: 150px;
    }

    .main-nav > li.active > a,
    .main-nav .has-submenu.active .submenu li.active > a,
    .main-nav .has-submenu.active > a {
        color: #fff !important;
    }

    .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;
        text-align: left;
    }

    .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: #1879cd;
    }

    .main-nav .has-submenu.active .submenu li.active > a {
        color: #1879cd;
    }

    .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: #1E88E5;
    }

    .main-menu-wrapper-seven {
        background-color: #009DA6;
    }

    .main-nav-seven ul {
        background-color: #0e7980;
    }

    .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;
        line-height: 0;
    }

    .header-top {
        display: none;
    }

    .section-search {
        min-height: auto;
        padding: 80px 0;
    }

    .header-navbar-rht > li > a {
        padding: 10px 25px;
    }

    .feature-box::before {
        display: none;
    }

    .how-it-works {
        padding: 50px 0 20px;
    }

    .popular-courses {
        padding: 50px 0;
    }

    .path-section {
        padding: 50px 0;
    }

    .customer-review-sec {
        padding: 50px 0;
    }

    .faq-sec {
        padding: 50px 0;
    }

    .footer-widget {
        margin-bottom: 30px;
    }

    .statistics-list {
        margin-bottom: 30px;
    }

    .statistics-section {
        padding: 50px 0 20px;
    }

    .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%;
        margin-left: -20px;
    }

    .chat-window.chat-slide .chat-cont-right {
        right: 0;
        opacity: 1;
        visibility: visible;
    }

    .day-slot li.left-arrow {
        left: -10px;
    }

    .container {
        max-width: 100%;
    }

    .appointments .appointment-action {
        margin-top: 10px;
    }

    .appointments .appointment-list {
        display: block;
    }

    .banner-wrapper {
        max-width: 720px;
    }

    .search-box .search-info {
        -ms-flex: 0 0 410px;
        flex: 0 0 410px;
        width: 410px;
    }

    .banner-wrapper .banner-header h1 {
        font-size: 2.125rem;
    }

    .card-label > label {
        font-size: 12px;
    }

    .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;
    }

    .sidebar-overlay.opened {
        display: block;
    }

    .about-content {
        margin-bottom: 30px;
    }

    .statistics-list h3 {
        font-size: 22px;
    }

    .statistics-list span {
        font-size: 30px;
    }

    .user-info-left, .mentor-widget {
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }

    .mentor-img {
        margin: 0 auto 20px;
    }

    .mentor-action {
        -webkit-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
    }

    .hire-rate {
        font-size: 22px;
    }

    .blue-btn-radius {
        font-size: 16px;
    }

    .custom-search-form {
        padding-top: 15px;
    }

    .banner-wrapper .banner-header p {
        font-size: 20px;
    }

    .search-box .form-group .form-control::-webkit-input-placeholder {
        font-size: 14px;
    }

    .search-box .form-group .form-control::-moz-placeholder {
        font-size: 14px;
    }

    .search-box .form-group .form-control:-ms-input-placeholder {
        font-size: 14px;
    }

    .search-box .form-group .form-control::-ms-input-placeholder {
        font-size: 14px;
    }

    .search-box .form-group .form-control::placeholder {
        font-size: 14px;
    }

    .section-header.text-center .sub-title {
        font-size: 14px;
    }

    .search-box .form-control {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .feature-box {
        margin-bottom: 30px;
    }

    .feature-text {
        font-size: 18px;
    }

    .product .product-content .title {
        font-size: 16px;
    }

    .student-bg-fix img {
        position: absolute;
        right: 7px;
        width: 96%;
    }

    .testimonial-section .carousel-control-prev {
        left: -10px;
    }

    .testimonial-section .carousel-control-next {
        right: -10px;
    }

    .home-slide {
        min-height: 500px;
    }

    .home-slide-text {
        line-height: 36px;
    }

    .testi-item span {
        font-size: 16px;
    }

    .say-us {
        background-image: none;
        padding: 0;
        min-height: 410px;
    }

    .bg-stop-learn {
        margin-bottom: 16px;
    }

    .home-slide-text h1 {
        margin-bottom: 12px;
        font-size: 32px;
    }

    .home-slide-text p {
        margin-bottom: 18px;
        font-size: 16px;
    }

    .most-popular {
        padding: 40px 0px;
    }

    .trending-courses {
        padding: 40px 0px;
    }

    .featured-instructor {
        padding: 50px 0px;
    }

    .new-course {
        padding: 50px 0px;
    }

    .student-say-about {
        padding-top: 60px;
    }

    .footer-one .footer-top {
        padding: 50px 0px 20px;
    }

    .footer-one .footer-bottom .copyright {
        padding: 20px 0px;
    }

    .home-slide .search-box .search-btn {
        top: 12px;
        right: 15px;
        width: 130px;
    }

    .home-slide.home-slide-four .object-slide-img {
        margin-top: 50px;
        text-align: center;
    }

    .rating-student-four {
        display: flex;
    }

    .faq-five-sec {
        padding: 50px 0;
    }

    .footer-four .footer-bottom .copyright {
        padding: 30px 0;
    }

    .expert-student {
        margin-bottom: 0;
    }

    .student-testimonial .success-story {
        padding: 50px 0 130px;
    }

    .statistics-list-eight {
        margin-bottom: 24px;
    }

    .statistics-list-eight span {
        font-size: 28px;
    }

    .statistics-icon-eight {
        width: 70px;
        height: 70px;
    }

    .multiple-students {
        margin-top: -100px;
        padding-bottom: 26px;
    }

    .video-img-big .testi-img img {
        width: 100%;
    }

    .home-slide .search-box .search-info {
        flex: 0 0 480px;
        width: 100%;
    }

    .home-slide .search-info .form-control {
        background: #fff url(../img/map-pin.png) no-repeat 15px 16px;
        height: 70px;
    }

    .home-slide .search-eight-box .search-info
    .homeone-section-header h2 {
        font-size: 26px;
    }

    .homeone-section-header .sub-title {
        font-size: 16px;
    }

    .bg-explore {
        font-size: 15px;
        padding: 10px 47px;
    }

    .course-price {
        font-size: 20px;
    }

    .course-point span {
        margin-right: 9px;
        font-size: 16px;
    }

    .bg-explore {
        font-size: 15px;
        padding: 10px 47px;
    }

    .course-price {
        font-size: 20px;
    }

    .course-point span {
        margin-right: 9px;
        font-size: 16px;
    }

    .join-now {
        font-size: 14px;
        padding: 7px 24px;
    }

    .trending-courses .product {
        min-height: 370px;
    }

    .trend-explore-more {
        margin-top: 40px;
    }

    .become-instructor-bg {
        padding: 12px 27px;
        font-size: 15px;
    }

    .join-mentor-detail h2, .best-course-detail h2 {
        font-size: 28px;
    }

    .join-sub-text {
        font-size: 16px;
    }

    .join-mentor-detail {
        margin-bottom: 35px;
    }

    .testimonial-section .carousel-control-prev {
        left: -30px;
    }

    .testimonial-section .carousel-control-next {
        right: -30px;
    }

    .student-say-about .say-text {
        padding: 0px 35px;
    }

    .new-course-text .page-sub-text {
        font-size: 16px;
    }

    .new-course-background .new-course-text h1 {
        font-size: 25px;
    }

    .bg-course-subscribe {
        line-height: 2;
        padding: 7px 22px;
        font-size: 14px;
    }

    .course-text-bg {
        height: 45px;
    }

    .home-slide .search-box form {
        display: block;
    }

    .header-one .bar-icon span {
        background-color: #1E88E5
    }

    .header-one .main-menu-wrapper {
        background-color: #1E88E5;
    }

    .header-one .main-nav > li {
        border-bottom: 1px solid #1E88E5;
        margin-left: 0;
    }

    .header-one .main-nav ul {
        background-color: #1E88E5;
    }

    .header-one .main-nav > li {
        margin-right: 0px;
    }

    .header-one .main-nav li a {
        color: #fff;
        font-size: 16px;
    }

    .home-slide-two .search-info .form-control {
        height: 55px;
    }

    .home-slide-two .search-box form {
        display: block;
    }

    .home-slide-two .search-box .search-info {
        width: 100%;
    }

    .home-slide-two .search-box .search-btn {
        width: 55px;
        height: 55px;
    }

    .home-slide-two {
        margin: 0;
        min-height: 350px;
        border-radius: 0;
    }

    .home-slide-two h1 {
        font-size: 32px;
        margin-bottom: 15px;
    }

    .hometwo-slide-text p {
        font-size: 16px;
        margin-bottom: 28px;
    }

    .testimonial-two .slider-nav {
        width: 90%;
    }

    .testimonial-two .slick-prev {
        width: 35px;
        height: 35px;
        left: 0px;
    }

    .testimonial-two .slick-next {
        width: 35px;
        height: 35px;
        right: 0px;
    }

    .new-course-join .new-course-text h1 {
        font-size: 19px;
        line-height: 28px;
    }

    .new-course-join .new-course-text .page-sub-text {
        font-size: 14px;
    }

    .trending-courses-two .section-btn .btn-primary {
        padding: 10px 33px;
    }

    .rating-instructor .section-btn .btn-primary {
        padding: 10px 33px;
    }

    .header-two .bar-icon span {
        background-color: #1E88E5;
    }

    .header-two .main-menu-wrapper {
        background-color: #1E88E5;
    }

    .header-two .main-nav > li {
        border-bottom: 1px solid #1E88E5;
        margin-left: 0;
    }

    .header-two .main-nav ul {
        background-color: #1E88E5;
    }

    .header-two .main-nav > li {
        margin-right: 0px;
    }

    .move-student {
        display: none;
    }

    .header-two .main-nav li a {
        color: #fff;
        font-size: 16px;
    }

    .dot-left img {
        position: absolute;
        top: 220px;
        left: 11px;
        width: 200px;
    }

    .dot-right img {
        position: absolute;
        top: 70px;
        right: 0;
        width: 200px;
    }

    .header-four .header-nav {
        padding-top: 0;
    }

    .header-three .bar-icon span {
        background-color: #fff;
    }

    .header-three .main-menu-wrapper {
        background-color: #5754F7;
    }

    .header-three .main-nav > li {
        border-bottom: 1px solid #4643d5;
    }

    .header-three .main-nav ul {
        background-color: #4643d5;
    }

    .home-slide-three {
        min-height: 350px
    }

    .home-slide-three .hometwo-slide-text h1 {
        font-size: 35px;
    }

    .section-header h2 {
        font-size: 26px;
    }

    .section-banner-three {
        width: 100%;
    }

    .join-us-heading h2 {
        font-size: 21px;
    }

    .join-us-heading p {
        font-size: 15px;
    }

    .new-course-three .course-mail .bg-course-subscribe {
        line-height: 2;
        height: 45px;
    }

    .new-course-three .every-new-course {
        margin-top: 12px;
    }

    .testimonial-three .testimonial-two-head {
        max-width: 100%;
        background: none;
        padding: 15px;
    }

    .header-three .header-nav {
        padding-top: 0;
    }

    .header-three .header-nav.add-header-three {
        height: 70px;
    }

    .course-categories-three .course-develop-bg img,
    .trending-courses-three .course-box .popular-three-bg img,
    .trending-courses-three .course-box .course-bg img,
    .share-knowledge-three .best-course-three .popular-three-bg img {
        display: none;
    }

    .testimonial-three .slick-list {
        width: 85%;
    }

    .header-four .bar-icon span {
        background-color: #ff875a;
    }

    .header-four .main-menu-wrapper {
        background-color: #ff875a;
    }

    .header-four .main-nav > li {
        border-bottom: 1px solid #e97549;
    }

    .header-four .main-nav ul {
        background-color: #e97549;
    }

    .testimonial-four .testimonial-all {
        background: none;
        min-height: 454px;
    }

    .testi-quotes {
        margin: 0px 0px 25px;
    }

    .new-course-four .course-mail .bg-course-subscribe {
        line-height: 2;
        height: 45px;
    }

    .home-slide-four .hometwo-slide-text h1 {
        font-size: 34px;
        max-width: 100%;
    }

    .section-banner-three .hometwo-slide-text {
        text-align: center;
    }

    .home-slide-four {
        min-height: 420px;
    }

    .testimonial-four .testimonial-two-head p {
        font-size: 16px;
    }

    .side-four img, .side-four-right img {
        display: none;
    }

    .testimonial-four .testimonial-all {
        padding: 5px;
    }

    .testimonial-bg-top img {
        top: 16px;
        left: 38%;
        width: 231px;
    }

    .testimonial-bg-right img {
        top: 50%;
        right: -90px;
        width: 180px;
    }

    .testimonial-bg-left img {
        top: 50%;
        left: 130px;
        width: 180px;
    }

    .header-four .main-nav li a {
        color: #fff;
    }

    .header-four .main-nav > li {
        margin-right: 0px;
    }

    .header-five .header-nav {
        height: 70px;
    }

    .header.header-five {
        height: 70px;
    }

    .header-five .bar-icon span {
        background-color: #1E88E5;
    }

    .header-five .main-menu-wrapper {
        background-color: #296ED6;
    }

    .header-five .main-nav > li {
        border-bottom: 1px solid #215aaf;
        margin-left: 0;
    }

    .header-five .main-nav ul {
        background-color: #215aaf;
    }

    .header-five .main-nav > li > a > i {
        color: #fff;
    }

    .home-slide-five .bg-stop-learn {
        font-size: 16px;
        padding: 6px 32px;
        margin-bottom: 17px;
    }

    .home-slide-five .home-slide-text h1 {
        font-size: 28px;
        margin-bottom: 18px;
    }

    .home-slide-five .home-slide-text p {
        font-size: 16px;
        margin-bottom: 40px;
    }

    .home-slide-five .slide-background img {
        max-width: 535px;
    }

    .section-header.section-head-left .sub-title {
        font-size: 16px;
    }

    .strength-list h1, .strength-list h1 span {
        font-size: 28px;
    }

    .strength-list span {
        font-size: 16px;
    }

    .strength-list {
        margin-bottom: 10px;
    }

    .student-profile-text p {
        font-size: 16px;
    }

    .student-feedback .owl-nav .owl-prev span {
        width: 38px;
        height: 38px;
    }

    .student-feedback .owl-nav .owl-next span {
        width: 38px;
        height: 38px;
    }

    .subscribe-course .course-text-bg {
        height: 60px;
    }

    .header-five .main-nav li a {
        color: #fff;
    }

    .header-five .main-nav > li {
        margin-right: 0px;
    }

    .share-knowledge-four .join-two-face .best-course-three {
        margin-bottom: 15px;
    }

    .join-us-heading {
        margin-top: 25px;
    }

    .banner-details {
        display: block;
    }

    .banner-details > div {
        width: 100%;
        padding-bottom: 10px;
        padding-right: 0;
    }

    .instructor-profile {
        display: block;
        text-align: center;
        padding: 20px 15px;
    }

    .instructor-desc {
        margin-top: 15px;
    }

    .courses-tabs {
        display: block;
    }

    .course-left {
        max-width: 100%;
    }

    .course-right {
        display: block;
        max-width: 100%;
    }

    .course-overlay {
        display: none;
    }

    .course-list {
        display: inline-flex;
        width: 100%;
        overflow-x: auto;
        -ms-overflow-style: none;
        overflow: -moz-scrollbars-none;
        flex-wrap: nowrap;
    }

    .course-tabs {
        margin-right: 30px;
        margin-bottom: 0;
    }

    .tabs-menus {
        padding: 20px 10px 15px;
    }

    .featured-card {
        margin-bottom: 20px;
    }

    .subscribe-item {
        margin-bottom: 15px;
    }

    .subsccribe-item {
        margin-bottom: 30px;
    }

    .menu-header-eight {
        height: 70px;
    }

    .menu-header-eight .menu-logo img {
        height: 25px;
    }

    .main-menu-wrapper-eight {
        background-color: #1E88E5;
    }

    .main-nav-eight ul {
        background-color: #1E88E5;
    }

    .bar-icon-eight span {
        background-color: #1E88E5;
    }

    .section-search-eight {
        min-height: 330px;
    }

    .banner-wrapper-eight {
        padding: 100px 0;
        max-width: 720px;
    }

    .banner-wrapper-eight .banner-header h1 {
        font-size: 30px;
    }

    .banner-wrapper-eight .banner-header p {
        font-size: 16px;
    }

    .search-box-eight .form-control {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .search-location-eight .select2-container .select2-selection--single,
    .search-box-eight .form-control,
    .search-location-eight .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 60px;
    }

    .search-location-eight .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 60px;
    }

    .search-location-eight .select2-container--default .select2-selection--single .select2-selection__arrow b {
        top: 32px;
    }

    .search-box-eight .search-info-eight {
        -ms-flex: 0 0 410px;
        flex: 0 0 410px;
        width: 410px;
    }

    .search-box-eight .search-btn-eight {
        font-size: 15px;
        height: 60px;
        line-height: 60px;
    }

    .feature-text-eight {
        font-size: 18px;
    }

    .footer-eight .footer-top {
        padding: 40px 0 10px;
    }

    .footer-eight .footer-widget .footer-about-content p,
    .footer-eight .footer-menu ul li a,
    .footer-eight .footer-contact-info p,
    .footer-eight .footer-bottom .copyright-text p {
        font-size: 15px;
    }

    .share-knowledge-three {
        padding: 0px 0;
    }

    .home-slide {
        background-image: none;
        min-height: auto;
        padding: 50px 0;
    }

    .section-header.section-head-one h2 {
        font-size: 28px;
    }

    .head-join-us .join-mentor-details h2 {
        font-size: 35px;
    }

    .broad-course-tab .nav-link {
        padding: 10px 20px;
    }

    .most-popular, .trending-courses, .join-mentor, .job-location-sec, .faq-sec.faq-sec-two {
        padding: 50px 0;
    }

    .testimonial-section.testi-mon-one {
        padding: 50px 0 30px 0;
    }

    .trending-courses-three .blog-head {
        flex-direction: column;
        gap: 20px;
        align-items: start;
    }

    .explore-more {
        margin-top: 26px;
    }

    .popular-course-three {
        padding: 50px 0;
    }

    .new-course.great-option .reg-log-btn {
        text-align: left;
        margin-top: 20px;
    }

    .new-course.great-option h2 {
        font-size: 35px;
    }

    .home-slide-five .search-box .search-btn {
        width: 54px;
        height: 54px;
    }

    .banner-six-counter {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 30px;
    }

    .banner-six-counter .counter-box {
        text-align: left;
        margin: 0;
    }

    .feature-box-six {
        margin-bottom: 24px;
    }

    .megamenu-wrapper {
        padding: 0;
    }

    .demo-img {
        display: none;
    }

    .demo-info {
        opacity: 1;
        position: relative;
        bottom: 0;
        text-align: left;
        margin-top: 0;
    }

    .single-demo a {
        padding: 10px 15px 10px 35px !important;
    }

    .single-demo:hover .demo-info {
        bottom: 0;
    }

    .single-demo .demo-info a {
        padding: 10px 15px 10px 35px;
    }

    .single-demo:hover {
        transform: translateY(0);
    }

    .single-demo:hover .demo-info {
        bottom: 0;
    }

    .single-demo {
        margin-bottom: 0;
    }

    .banner-two-bg-img .banner-two-bg {
        display: none;
    }

    .banner-two-bg-img .banner-two-bgtwo {
        top: 90px;
        right: 50px;
        left: unset;
    }

    .banner-two-bg-img .banner-two-bgthree {
        display: none;
    }

    .join-mentor-img, .feature-bgone {
        display: none;
    }

    .work-btns {
        margin-top: 20px;
    }

    .great-option .bg-img .bg-option, .great-option .bg-img .bg-option-two {
        display: none;
    }

    .footer-two .term-privacy {
        text-align: center;
        margin-top: 20px;
    }

    .footer-two .copyright-text {
        text-align: center;
    }

    .course-counter h5 {
        font-size: 35px;
    }

    .join-mentor.join-mentor-two .join-mentor-details h2 {
        font-size: 35px;
    }

    .testimonial-two .customer-review {
        margin-bottom: 30px;
    }

    .testimonial-two {
        padding-bottom: 50px;
    }

    .home-slide .search-box .search-info.location-search-four {
        flex-direction: column;
    }

    .home-slide-three .search-box .search-btn {
        width: 100%;
    }

    .banner-counter ul {
        flex-wrap: wrap;
        gap: 20px;
    }

    .section-header.section-head-left .view-all a {
        padding: 12px 15px;
        font-size: 15px;
    }

    .join-instructor {
        margin-bottom: 24px;
    }

    .new-course-five {
        padding-bottom: 26px;
    }

    .faq-four-sec.faq-five-sec .faq-sec-five {
        padding: 50px;
    }

    .form-group.search-info.location-search.location-search-four.six-banner-search {
        flex-direction: row;
    }

    .banner-cards {
        margin-bottom: 24px;
    }

    .home-slide-five.home-slide-eight {
        padding: 50px 0 36px;
    }

    .feature-box p {
        font-size: 15px;
    }

    .skills-content-heading h2 {
        font-size: 34px;
    }

    .improve-skills-sec {
        padding: 50px 0;
    }

    .improve-img {
        text-align: center;
        margin-top: 30px;
    }

    .skills-content-heading {
        text-align: center;
    }

    .skills-content-heading p {
        max-width: 800px;
        margin: auto;
    }

    .skills-counter {
        justify-content: center;
    }

    .skills-content .join-btns {
        display: flex;
        justify-content: center;
    }

    .student-profile-text {
        margin-bottom: 24px;
    }

    .student-feedback {
        padding: 50px 0 26px;
    }

    .student-place-img {
        display: none;
    }

    .student-place {
        padding: 50px 0;
    }

    .become-mentor-img {
        text-align: center;
    }

    .search-box.search-index-two .form-group.search-info.location-search.location-search-four {
        flex-direction: row;
    }

    .main-wrapper-three .browse-cat-slider.owl-carousel .owl-nav {
        text-align: center;
        display: flex;
        justify-content: center;
        gap: 10px;
    }

    .main-wrapper-three .browse-cat-slider.owl-carousel .owl-nav button.owl-prev {
        position: static;
        transform: none;
    }

    .main-wrapper-three .browse-cat-slider.owl-carousel .owl-nav button.owl-next {
        position: static;
        transform: none;
    }

    .section-search.home-slider-two.index-three {
        min-height: auto;
        padding: 60px 0;
    }

    .girl-slide-img img {
        display: none;
    }

    .banner-six-counter {
        position: relative;
    }

    .footer .footer-bottom.index-four-footer-bottom ul {
        justify-content: center;
        margin-top: 20px;
        flex-wrap: wrap;
        list-style-type: none;
    }

    .lets-work {
        padding: 50px 0;
    }

    .course-counter .counter-box {
        margin-bottom: 24px;
    }

    .course-counter .row .col-lg-3:last-child .counter-box {
        margin-bottom: 0;
    }

    .product .product-content .title a {
        font-size: 17px;
    }

    .location-sec-three .owl-carousel .owl-nav button.owl-prev {
        left: -10px;
    }

    .location-sec-three .owl-carousel .owl-nav button.owl-next {
        right: -10px;
    }

    .main-wrapper-four .poular-search {
        margin-bottom: 40px;
    }

    .banner-counter ul li {
        text-align: center;
    }

    .popular-course-three, .popular-course-three.popular-course-five {
        padding: 50px 0 26px;
    }

    .footer .footer-bottom.index-four-footer-bottom .copyright p {
        text-align: center;
        margin-bottom: 20px !important;
    }

    .footer-three .footer-two-top.footer-four-index {
        padding: 50px 0 40px;
    }

    .faq-four-sec {
        padding: 50px 0;
    }

    .featured-course-four, .rating-instructor-four, .section-blogs-five, .popular-course-three.blog-four, .section-blogs,
    .how-it-works-section, .main-wrapper-five .popular-course-three.popular-course-five, .news-blog-three {
        padding: 50px 0;
    }

    .profile-section, .most-popular-five, .popular-course-three.popular-course-five, .main-wrapper-five .popular-course-three.popular-course-five.blog-five,
    .mentors-near-you {
        padding: 50px 0 26px;
    }

    .mendor-title {
        padding-top: 50px;
    }

    .header-five.header-eight .header-navbar-rht > li > a {
        padding: 10px 24px;
    }

    .feature-box.feature-box-eight {
        margin-bottom: 24px;
    }

    .sec-six-faq {
        margin-bottom: 50px;
    }

    .faq-four-sec .faq-sec-five.sec-six-faq .faq-card .faq-tab .panel-collapse p {
        max-width: 100%;
        margin-left: 60px;
    }

    .footer-one.footer-six .footer-top {
        padding: 50px 0 20px;
    }

    .footer-one.footer-six .bottom-links ul, .footer-one.footer-five .bottom-links ul, .footer-one .bottom-links ul {
        justify-content: center;
        flex-wrap: wrap;
    }

    .footer-one.footer-six .bottom-links ul li, .footer-one.footer-five .bottom-links ul li, .footer-one .bottom-links ul li {
        margin-right: 15px;
    }

    .footer-one.footer-six .bottom-links ul li:last-child, .footer-one .bottom-links ul li:last-child,
    .footer-one.footer-five .bottom-links ul li:last-child {
        margin-right: 0;
    }

    .section-head-eight h2, .section-header.section-head-left .section-head-five h2, .main-wrapper-three .section-top-head.top-head-three h2 {
        font-size: 26px;
    }

    .course-categories-four .sub-categories h4 {
        font-size: 22px;
    }

    .main-wrapper-five .knowledge-img-three {
        margin: 0 auto 24px;
    }

    .share-knowledge-three .join-two-face .bg-explore {
        padding: 12px 32px;
        font-size: 14px;
    }

    .popular-course-three .trusted-by {
        margin-top: 50px;
    }

    .new-course.new-course-three .section-header h2 {
        font-size: 36px;
    }

    .main-wrapper-four .poular-search p {
        text-align: center;
    }

    .home-slide .search-box .search-info.location-search-four {
        padding: 15px;
    }

    .course-counter {
        padding-top: 50px;
    }

    .most-popular.most-popular-two {
        padding-bottom: 50px;
    }

    .trending-courses-two.trend-two {
        padding-bottom: 26px;
    }

    .join-mentor.join-mentor-two .head-join-us {
        margin-bottom: 50px;
    }

    .location-sec-three.job-location-sec {
        padding: 50px 0 26px;
    }

    .email-box a {
        width: 40px;
        height: 40px;
    }

    .footer .footer-bottom .copyright {
        padding: 10px 0 20px;
    }
}

@media (max-width: 849.98px) {
    .row.row-grid > div {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width: 767.98px) {
    body {
        font-size: 0.875rem;
    }

    h1, .h1 {
        font-size: 2rem;
    }

    h2, .h2 {
        font-size: 1.75rem;
    }

    h3, .h3 {
        font-size: 1.375rem;
    }

    h4, .h4 {
        font-size: 1rem;
    }

    h5, .h5 {
        font-size: 0.875rem;
    }

    h6, .h6 {
        font-size: 0.75rem;
    }

    .content {
        padding: 15px 0 0;
    }

    .account-page .content {
        padding: 15px 15px;
        min-height: inherit;
    }

    .mentor-card-img {
        height: 100%;
    }

    .section-header.section-head-left {
        margin-bottom: 30px;
    }

    .search-box.search-index-two .form-group.search-info.location-search.location-search-four {
        flex-direction: column;
    }

    .main-wrapper-four .home-slide .search-box .search-info.location-search-four {
        flex-direction: column;
    }

    .main-wrapper-four .home-slide .search-box .search-btn {
        width: 100%;
    }

    .main-wrapper-four .hometwo-slide-text {
        margin-top: 0;
    }

    .most-popular, .trending-courses, .join-mentor, .job-location-sec, .faq-sec.faq-sec-two {
        padding: 25px 0;
    }

    .multiple-students {
        padding-bottom: 16px;
    }

    .home-slide .search-box .search-btn {
        width: 100%;
    }

    .news-blog-three {
        padding: 0px 0;
        /* padding: 40px 0; */
    }

    .account-box {
        padding: 10px;
        width: auto;
    }

    .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }

    .main-wrapper-two .footer-one .footer-bottom .copyright-text {
        padding-bottom: 10px;
    }

    .profile-sidebar {
        margin-bottom: 20px;
    }

    .mentor-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;
    }

    .home-slide {
        padding: 0;
    }

    .trending-courses-three .h-three.tab-panel {
        flex-direction: column;
        align-items: self-start;
        gap: 20px;
    }

    .popular-three-head {
        flex-direction: column;
        align-items: start;
        gap: 20px;
    }

    .trust-list-title h5 {
        margin-bottom: 20px;
        font-size: 22px;
    }

    .faq-tab-list .nav-pills {
        gap: 20px;
    }

    .new-course.new-course-three .section-header h2 {
        font-size: 25px;
    }

    .faq-tab-list .nav-pills .nav-item {
        margin-right: 0;
        flex-basis: 45%;
    }

    .faq-tab-list .nav-pills .nav-item .nav-link {
        width: 100%;
    }

    .chat-window .chat-cont-right .chat-header .media .media-body {
        display: none;
    }

    .student-testimonial .testi-img img {
        width: 100%;
    }

    .banner-wrapper .banner-header h1 {
        font-size: 2rem;
    }

    .banner-wrapper .banner-header p {
        font-size: 1rem;
    }

    .section-header h2 {
        font-size: 22px;
    }

    .section-header .sub-title {
        font-size: 0.875rem;
    }

    .section-header p {
        font-size: 0.9375rem;
    }

    .footer-title {
        font-size: 1.125rem;
        margin-bottom: 20px;
    }

    .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 .form-group {
        margin-bottom: 15px;
    }

    .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;
    }

    .btn-view {
        padding: 12px 50px;
    }

    .invoice-info.invoice-info2 {
        text-align: left;
    }

    .invoice-item .invoice-details {
        text-align: left;
    }

    .about-content a {
        padding: 12px 20px;
    }

    .submit-section .submit-btn {
        padding: 10px 20px;
        font-size: 15px;
        min-width: 105px;
    }

    .booking-user-info .booking-user-img {
        width: 75px;
    }

    .booking-user-info .booking-user-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 #1e88e5;
        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 #1e88e5 !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-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: #1e88e5;
    }

    .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: #1e88e5;
    }

    .mentor-widget {
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }

    .user-info-right {
        margin-left: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .user-info-left {
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .mentor-img {
        margin: 0 auto 20px;
    }

    .mentor-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;
    }

    .mentor-widget .usr-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 - 100px);
    }

    .grid-blog .blog-title {
        min-height: inherit;
    }

    .blog-title {
        font-size: 20px;
    }

    .blog-view .blog-title {
        font-size: 22px;
    }

    .full-width-mob {
        max-width: 100%;
    }

    .booking-summary ul li:first-child,
    .booking-summary ul li:last-child,
    .booking-summary ul li {
        width: 100% !important;
        padding: 3px 0 !important;
    }

    .blog-details .date-col > span {
        padding-right: 0;
        width: 100%;
        padding: 5px 0;
    }

    .about-author {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }

    .about-author .left {
        width: auto;
        max-width: 140px;
        margin: 0 auto;
        padding-right: 0;
        padding-bottom: 30px;
    }

    .about-author .right {
        width: 100%;
    }

    .search-box .form-group .form-control {
        font-size: 14px;
    }

    .profile-custom-list > li:nth-child(2n+1) {
        clear: left;
    }

    .bg-pattern-style-register {
        height: auto;
    }

    .footer .footer-widget .footer-logo img {
        max-height: 40px;
    }

    .section-search,
    .section-mentor,
    .path-section,
    .section-blogs {
        padding: 40px 0;
    }

    .how-it-works .feature-box {
        padding: 0;
    }

    .footer .footer-widget .footer-logo {
        margin-bottom: 20px;
    }

    .section-header span {
        font-size: 18px;
    }

    .section-header h2
    .popular-courses {
        padding: 40px 0;
    }

    .how-it-works {
        padding: 40px 0 0;
    }

    .section-header {
        margin-bottom: 30px;
    }

    .customer-review-sec {
        padding: 40px 0;
    }

    .mentors-near-you {
        padding: 40px 0 16px;
    }

    .faq-sec {
        padding: 40px 0;
    }

    .popular-courses .mentoring-course .owl-dots {
        margin-top: 0;
    }

    .customer-slider.owl-carousel .owl-dots {
        margin-top: 30px;
    }

    .footer .footer-bottom .copyright {
        padding: 0 0 20px;
    }

    .custom-sidebar-nav ul li a,
    .custom-edit-service label {
        font-size: 14px;
    }

    .pro-avatar {
        font-size: 24px;
        width: 80px;
        height: 80px;
    }

    .chat-window .chat-scroll .user-name,
    .pro-content .title {
        font-size: 15px;
    }

    .chat-cont-left .chat-users-list a.media .media-body > div:first-child .user-last-chat {
        font-size: 13px;
    }

    .chat-cont-left .chat-header span,
    .widget-title, .login-header h3 {
        font-size: 18px;
    }

    .chat-window .chat-scroll {
        max-height: calc(100vh - 290px);
    }

    .table > thead > tr > th {
        font-size: 13px;
    }

    .review-listing > ul li .comment .comment-body .meta-data span,
    .recommended, .review-listing > ul li .comment .comment-body .comment-reply .comment-btn {
        font-size: 14px;
    }

    .hire-rate {
        font-size: 20px;
    }

    .category-widget .categories li a {
        font-size: 14px;
    }

    .invoice-content {
        padding: 1.5rem;
    }

    .statistics-section {
        padding: 40px 0 10px;
    }

    .faq-sec .faq-card .faq-tab .panel-title a.collapsed {
        padding: 25px;
    }

    .statistics-list h3 {
        font-size: 18px;
    }

    .statistics-list span {
        font-size: 26px;
    }

    .header-navbar-rht li a.header-login, .header-navbar-rht > li > a {
        font-size: 14px;
    }

    .home-slide-face {
        width: 100%;
    }

    .student-bg-fix img {
        position: absolute;
        right: 0px;
        width: 100%;
    }

    .testimonial-section .carousel-control-prev {
        height: 30px;
        width: 30px;
        left: -10px;
    }

    .testimonial-section .carousel-control-next {
        height: 30px;
        width: 30px;
        right: -10px;
    }

    .testimonial-section .student-testimonial-prev i,
    .testimonial-section .student-testimonial-next i {
        font-size: 16px;
    }

    .student-say-about .say-text {
        font-size: 13px;
    }

    .testimonial-section .carousel-control-prev {
        left: -10px;
    }

    .testimonial-section .carousel-control-next {
        right: -10px;
    }

    .student-say-about .say-text {
        padding: 0px 15px;
        font-size: 12px;
    }

    .student-slide-testimoni {
        max-width: 89%;
    }

    .search-box .search-btn {
        right: 0px;
    }

    .footer-one .copyright-text {
        text-align: center;
        padding-bottom: 10px;
    }

    .footer-one .footer-bottom .term-privacy {
        text-align: center;
    }

    .featured-instructor {
        padding: 40px 0px;
    }

    .most-popular {
        padding: 40px 0px 40px;
    }

    .student-say-about {
        padding-top: 80px;
    }

    .new-course {
        padding: 40px 0px;
    }

    .footer-one .footer-top {
        padding: 40px 0px;
    }

    .new-course-text {
        margin-top: 20px;
    }

    .home-slide-text {
        margin-top: 50px;
    }

    .footer-one .bg-subscribe {
        margin-bottom: 0;
    }

    .footer-one .footer-bottom .copyright {
        padding: 20px 0 20px;
    }

    .header-one .bar-icon span {
        background-color: #1E88E5;
    }

    .header-one .main-menu-wrapper {
        background-color: #1E88E5;
    }

    .header-one .main-nav > li {
        border-bottom: 1px solid #1E88E5;
        margin-right: 0;
    }

    .header-one .main-nav ul {
        background-color: #1E88E5;
    }

    .header-one .header-nav {
        height: 60px;
    }

    .header-one {
        height: 60px;
    }

    .header-one .navbar-brand.logo img {
        height: 30px;
    }

    .header-one .bar-icon span {
        margin-bottom: 5px;
        width: 26px;
    }

    .header-one .bar-icon span:nth-child(2) {
        width: 16px;
    }

    .home-slide-text h1 {
        margin-bottom: 10px;
        font-size: 28px;
    }

    .header-one .main-nav li a {
        color: #fff;
    }

    .testimonial-two .slick-prev {
        width: 35px;
        height: 35px;
        left: 0px;
    }

    .testimonial-two .slick-next {
        width: 35px;
        height: 35px;
        right: 0px;
    }

    .home-slide-two .search-box .search-info {
        width: 100%;
        flex: none;
    }

    .home-slide-two .search-box .search-btn {
        width: auto;
        padding: 10px 18px;
    }

    .home-slide-two .search-box .search-btn {
        position: relative;
        right: 0;
    }

    .home-slide-two .search-info .form-control {
        height: 54px;
    }

    .home-slide-two .search-box .search-btn {
        height: 55px;
        margin-top: 15px;
    }

    .home-slide-two {
        margin: 0;
        border-radius: 0;
    }

    .hometwo-slide-text {
        margin-top: 50px;
    }

    .hometwo-slide-text h1 {
        font-size: 24px;
    }

    .hometwo-slide-text p {
        font-size: 13px;
        margin-bottom: 28px;
    }

    .section-top-head .section-header {
        margin-bottom: 15px;
    }

    .header-two .header-nav {
        height: 60px;
    }

    .header.header-two {
        height: 60px;
    }

    .header-two .navbar-brand.logo img {
        height: 30px;
    }

    .header-two .bar-icon span {
        margin-bottom: 5px;
        width: 26px;
    }

    .header-two .bar-icon span:nth-child(2) {
        width: 16px;
    }

    .header-two .main-nav li a {
        color: #fff;
    }

    .footer-two .footer-widget .footer-about-content p {
        font-size: 14px;
    }

    .footer-two .footer-menu ul li a {
        font-size: 14px;
    }

    .footer-two .copyright-text {
        text-align: center;
    }

    .footer-two .term-privacy {
        text-align: center;
    }

    .home-slide-three .search-box .search-btn {
        width: auto;
        padding: 10px 37px;
        border: 1px solid #fff;
    }

    .featured-instructor-three .large-team {
        margin-top: 0;
    }

    .join-us-heading h2 {
        font-size: 22px;
    }

    .join-us-heading p {
        font-size: 15px;
    }

    .new-course-three .course-mail .bg-course-subscribe {
        line-height: 2;
        height: 45px;
    }

    .footer-three .term-privacy {
        text-align: center;
    }

    .footer-three .footer-bottom .copyright {
        padding: 20px 0px;
    }

    .footer-three .copyright-text {
        text-align: center;
    }

    .header-three .header-nav {
        height: 60px;
        padding-top: 0;
    }

    .header.header-three {
        height: 60px;
    }

    .header-three .navbar-brand.logo img {
        height: 55px;
        /* height: 30px; */
    }

    .header-three .bar-icon span {
        margin-bottom: 5px;
        width: 26px;
    }

    .header-three .bar-icon span:nth-child(2) {
        width: 16px;
    }

    .header-three .header-nav.add-header-three {
        box-shadow: 0px 4px 15px rgb(0 0 0 / 8%);
        height: 60px;
    }

    .course-categories-three .course-bg img {
        display: none;
    }

    .course-categories-three .course-develop-bg img,
    .trending-courses-three .course-box .popular-three-bg img,
    .trending-courses-three .course-box .course-bg img,
    .share-knowledge-three .best-course-three .popular-three-bg img {
        display: none;
    }

    .testimonial-three .testimonial-two-head {
        background: none;
        max-width: 92%;
        padding: 27px;
    }

    .testimonial-three .slick-prev, .testimonial-three .slick-next {
        bottom: 0px;
    }

    .testimonial-three .slick-list {
        width: 80%;
        min-height: 595px;
    }

    .testimonial-three .slick-prev:before,
    .testimonial-three .slick-next:before {
        font-size: 31px;
    }

    .dot-left img {
        position: absolute;
        top: 326px;
        left: 209px;
        width: 203px;
    }

    .dot-right img {
        position: absolute;
        top: 70px;
        right: 195px;
        width: 203px;
    }

    .header-four .header-nav {
        padding-top: 0;
    }

    .header-four .add-header-bg {
        height: 65px;
    }

    .home-slide-four {
        min-height: 545px;
    }

    .testimonial-four .testimonial-all {
        background: none;
        min-height: 454px;
    }

    .testimonial-four .testimonial-two-head {
        max-width: 95%;
    }

    .testimonial-four .testimonial-two-head p {
        font-size: 14px;
    }

    .testi-quotes {
        margin: 0px 0px 25px;
    }

    .new-course-four .course-mail .bg-course-subscribe {
        line-height: 2;
        height: 40px;
    }

    .bottom-border-two {
        margin-bottom: 15px;
    }

    .footer-four .footer-bottom .copyright-text p {
        text-align: center;
    }

    .footer-four .term-privacy {
        text-align: center;
        margin-top: 10px;
    }

    .header-five .main-nav > li,
    .header-four .main-nav > li,
    .header-three .main-nav > li,
    .header-two .main-nav > li {
        margin-right: 0px;
    }

    .header-four .navbar-brand.logo img {
        height: 30px;
    }

    .header-four .bar-icon span {
        margin-bottom: 5px;
        width: 26px;
    }

    .header-four .bar-icon span:nth-child(2) {
        width: 16px;
    }

    .header.header-four {
        height: 60px;
    }

    .header-four .header-nav {
        height: 60px;
    }

    .header-four .main-nav li a {
        color: #fff;
    }

    .testimonial-four .slick-list {
        padding: 0px !important;
    }

    .testimonial-four .slick-list {
        max-width: 85%;
    }

    .testimonial-four .slick-prev:before,
    .testimonial-four .slick-next:before {
        font-size: 30px;
    }

    .testimonial-four .slick-prev {
        left: 65px;
    }

    .testimonial-four .slick-next {
        right: 65px;
    }

    .testimonial-four .slick-prev, .testimonial-four .slick-next {
        top: 61%;
    }

    .testimonial-bg-top img {
        top: 18px;
        left: 38%;
        width: 160px;
    }

    .testimonial-bg-right img {
        top: 50%;
        right: -77px;
        width: 140px;
    }

    .testimonial-bg-left img {
        top: 50%;
        left: 59px;
        width: 140px;
    }

    .header.header-five {
        height: 60px;
    }

    .header-five .header-nav {
        height: 60px;
    }

    .header-five .main-nav li a {
        color: #fff;
    }

    .header-five .navbar-brand.logo img {
        height: 30px;
    }

    .header-five .bar-icon span {
        margin-bottom: 5px;
        width: 26px;
    }

    .header-five .bar-icon span:nth-child(2) {
        width: 16px;
    }

    .home-slide-five .bg-stop-learn {
        font-size: 14px;
        padding: 6px 22px;
    }

    .home-slide-five .home-slide-text h1 {
        font-size: 25px;
        margin-bottom: 12px;
    }

    .home-slide-five .home-slide-text p {
        font-size: 14px;
        margin-bottom: 37px;
    }

    .home-slide-five .home-slide-text h1 span {
        color: #fff;
    }

    .section-header.section-head-left h2 {
        font-size: 20px;
    }

    .section-header.section-head-left .sub-title {
        font-size: 15px;
    }

    .section-head-left .view-all a {
        font-size: 14px;
    }

    .strength-list h1, .strength-list h1 span {
        font-size: 28px;
    }

    .strength-list span {
        font-size: 14px;
    }

    .strength-list {
        margin-bottom: 10px;
    }

    .join-arrow img {
        top: -74px;
        max-width: 125px;
    }

    .student-feedback .owl-nav .owl-prev span {
        width: 30px;
        height: 30px;
    }

    .student-feedback .owl-nav .owl-next span {
        width: 30px;
        height: 30px;
    }

    .subscribe-course .subscribe-form {
        background: none;
        border: 0;
    }

    .subscribe-course .course-text-bg {
        height: 60px;
        border: 2px dashed #296ed6;
    }

    .blog-latest .student-list-view h4 {
        font-size: 16px;
    }

    .subscribe-course .new-course-background .new-course-text h1 {
        font-size: 20px;
    }

    .footer-five .copyright-text {
        text-align: center;
    }

    .footer-five .term-privacy {
        text-align: center;
    }

    .footer-five .footer-bottom .copyright {
        padding: 20px 0px;
    }

    .footer-five .footer-widget {
        margin-bottom: 0px;
    }

    .join-sub-text,
    .testi-item span,
    .new-course-text .page-sub-text,
    .body-home-one {
        font-size: 15px;
    }

    .testi-item h3 {
        font-size: 22px;
    }

    .testimonial-section .carousel-control-next,
    .testimonial-section .carousel-control-prev {
        display: none;
    }

    .footer-one .subscribe-text {
        font-size: 13px;
    }

    .testimonial-two-head {
        max-width: 90%;
    }

    .testimonial-thumb img {
        width: 40px;
    }

    .testimonial-two .slider-nav {
        margin-top: 0;
    }

    .testimonial-two-head {
        padding: 15px;
    }

    .banner-content {
        padding: 60px 0;
    }

    .banner-heading h2 {
        font-size: 36px;
    }

    .banner-heading p {
        font-size: 20px;
    }

    .banner-form {
        background: transparent;
        box-shadow: 0px 4px 4px rgb(249 250 255 / 0%);
        border-radius: 30px;
        display: block;
        align-items: center;
    }

    .form-style {
        padding: 8px 10px;
        background: #ffffff;
        min-height: 52px;
        border-radius: 30px;
        margin-bottom: 10px;
    }

    .button-form {
        border-radius: 30px;
    }

    .banner-count h2 {
        font-size: 40px;
    }

    .banner-contents h2 {
        font-size: 20px;
    }

    .popular-course-section {
        padding: 30px 0;
    }

    .header-right {
        display: none;
    }

    .instructor-section {
        padding: 30px 0;
    }

    .instructor-card {
        margin-bottom: 20px;
    }

    .training-section {
        padding: 40px 0;
    }

    .tab-section {
        padding: 30px 0;
    }

    .nav-tabs.course-list {
        background-color: transparent;
        border: 0;
    }

    .featured-section {
        padding: 30px 0 0;
    }

    .featured-card {
        margin-bottom: 30px;
        padding: 25px;
    }

    .testimonial-section-seven {
        padding: 0 0 30px;
    }

    .blog-sections {
        padding: 30px 0 0;
    }

    .subscribe-item .newsletter-form .form-control {
        padding: 10px 15px 10px 5px;
    }

    .footer-seven .footer-bottom .copyright {
        padding: 20px 0;
    }

    .footer-seven .copyright-text.text-start {
        margin-bottom: 15px;
    }

    .navbar-brand-eight.logo img {
        width: 155px;
        height: auto !important;
    }

    .section-search-eight {
        min-height: 410px;
    }

    .banner-wrapper-eight {
        padding: 50px 0;
    }

    .banner-wrapper-eight .banner-header h1 {
        font-size: 28px;
    }

    .banner-wrapper-eight .banner-header p {
        font-size: 1rem;
    }

    .search-box-eight {
        max-width: 535px;
        margin: 0 auto;
    }

    .search-box-eight .form-inner {
        border-radius: 40px;
    }

    .search-box-eight .form-inner {
        display: block;
    }

    .search-box-eight .search-info-eight,
    .search-box-eight .search-location-eight {
        width: 100%;
    }

    .search-box-eight .form-group .form-control {
        font-size: 14px;
    }

    .search-location-eight .select2-container .select2-selection--single {
        height: 50px;
    }

    .search-location-eight .select2-container--default .select2-selection--single .select2-selection__rendered {
        height: 50px;
        line-height: 50px;
        border: 0;
    }

    .search-box-eight .form-control,
    .search-location-eight .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 50px;
    }

    .search-location-eight .select2-container--default .select2-selection--single .select2-selection__arrow b {
        top: 25px;
    }

    .search-box-eight .search-btn-eight {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        min-height: 46px;
        width: 100%;
    }

    .search-box-eight .search-btn-eight {
        height: 50px;
        line-height: 50px;
        float: inherit;
    }

    .how-it-works-section {
        padding: 40px 0;
    }

    .section-header-eight span {
        font-size: 16px;
    }

    .section-header-eight h2 {
        font-size: 1.5rem;
    }

    .section-header-eight .sub-title {
        font-size: 0.875rem;
    }

    .top-box {
        margin-top: 0;
    }

    .feature-grid p {
        font-size: 14px;
    }

    .mendor-title {
        padding-top: 40px;
    }

    .path-section-eight {
        padding: 40px 0;
    }

    .statistics-section-eight {
        padding: 40px 0 20px;
    }

    .statistics-list-eight {
        margin-bottom: 20px;
    }

    .statistics-list-eight span {
        font-size: 14px;
    }

    .statistics-list-eight h3 {
        font-size: 8px;
    }

    .statistics-icon-eight {
        width: 25px;
        height: 27px;
    }

    .statistics-icon-eight i {
        font-size: 24px;
    }

    .statistics-content-eight {
        margin-left: 13px;
    }

    .statistics-icon-eight img {
        width: 30px;
        filter: invert(1);
    }

    .section-blogs-eight {
        padding: 40px 0;
    }

    .blog-month {
        font-size: 13px;
        text-align: center;
    }

    .blog-card-content .read,
    .blog-title-eight {
        font-size: 15px;
    }

    .blog-card-content p {
        font-size: 14px;
    }

    .footer-eight .footer-bottom .copyright {
        padding: 15px 0;
    }

    .footer-eight .copyright-text {
        margin-bottom: 10px;
    }

    .trending-courses-three .product-content {
        padding: 15px;
    }

    .our-blog.trending-courses-three .product ul li {
        margin-right: 15px;
    }

    .section-header.section-head-one h2 {
        font-size: 25px;
    }

    .head-join-us .join-mentor-details h2 {
        font-size: 25px;
    }

    .head-join-us .reg-log-btn a {
        min-width: 130px;
        padding: 10px 20px;
    }

    .broad-course-tab .nav-item {
        margin-right: 8px;
    }

    .broad-course-tab .nav-link {
        padding: 10px 10px;
    }

    .home-slider-two .search-box.search-three {
        border-radius: 10px;
    }

    .lets-work .lets-work-card {
        text-align: center;
        padding: 20px;
    }

    .work-btns {
        justify-content: center;
    }

    .explore-img {
        margin-bottom: 30px;
    }

    .join-mentor.join-mentor-two .join-mentor-details h2 {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .lets-work .lets-work-card .explore-title h2 {
        font-size: 25px;
    }

    .lets-work .lets-work-card .explore-title h2 span {
        font-size: 20px;
    }

    .section-header.section-head-left .section-head-five h2 {
        font-size: 26px;
    }

    .section-header.section-head-left {
        flex-direction: column;
        align-items: start;
        gap: 20px;
    }

    .footer.footer-five .footer-widget.footer-menu ul {
        margin-bottom: 24px;
    }

    .home-slide-five.home-slide-eight {
        padding-top: 0;
    }

    .faq-four-sec.faq-five-sec .faq-sec-five {
        padding: 0 0 40px;
    }

    .student-place {
        padding: 40px 0;
    }

    .blue-arrow {
        display: none;
    }

    .nav-pills.course-eight-tab {
        margin-bottom: 30px;
    }

    .skills-counter {
        flex-wrap: wrap;
        gap: 20px;
    }

    .skills-counter .counter-box {
        margin-right: 0;
        margin-bottom: 20px;
        text-align: center;
    }

    .join-btns a.join {
        padding: 10px 15px;
    }

    .join-btns {
        margin-top: 20px;
    }

    .user-name {
        font-size: 16px;
    }

    .product .product-content .title a {
        font-size: 16px;
    }

    .section-head-eight h2 {
        font-size: 23px;
    }

    .want-mentor {
        padding: 40px 0;
    }

    .section-head-five.section-head-five-two {
        flex-direction: column;
        align-items: start;
        gap: 20px;
    }

    .main-wrapper-eight .home-slide .search-box.search-eight-box a {
        position: static;
        width: 100%;
        margin-top: 20px;
    }

    .footer .footer-bottom.index-four-footer-bottom .copyright p {
        text-align: center;
        margin-bottom: 20px !important;
    }

    .footer-two .footer-menu ul.icon-socials {
        justify-content: center;
    }

    .istructor-taring-three .rating-instructor-slide.owl-carousel .owl-nav button.owl-prev {
        position: static;
    }

    .istructor-taring-three .rating-instructor-slide.owl-carousel .owl-nav button.owl-next {
        position: static;
    }

    .istructor-taring-three .rating-instructor-slide.owl-carousel .owl-nav {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .home-slide.home-slide-five.six-slide-search .search-box .search-info {
        max-height: 100%;
        flex-direction: column;
        gap: 20px;
        margin-bottom: 50px;
    }

    .main-wrapper-two .testi-item h3 a {
        font-size: 16px;
    }

    .section-header.section-head-one h2, .section-header.section-head-left .section-head-five h2 {
        font-size: 22px;
    }

    .new-course.great-option h2 {
        font-size: 25px;
    }

    .popular-course-three, .popular-course-three.popular-course-five {
        padding: 40px 0 16px;
    }

    .main-wrapper-two .testimonial-section .carousel-inner .student-group {
        margin-bottom: 30px;
    }

    .testimonial-section.testi-mon-one {
        padding: 40px 0 20px;
    }

    .job-area-slider.owl-carousel .owl-dots {
        margin-top: 0;
    }

    .trending-courses .product {
        margin-bottom: 24px;
    }

    .main-wrapper-three .section-top-head.top-head-three h2 {
        font-size: 22px;
    }

    .most-popular.most-popular-two {
        padding-bottom: 40px;
    }

    .trending-courses-two.trend-two {
        padding-bottom: 16px;
    }

    .join-mentor.join-mentor-two {
        padding-bottom: 16px;
    }

    .rating-instructor {
        padding: 40px 0;
    }

    .testimonial-two {
        padding: 40px 0;
    }

    .testimonial-two .owl-carousel.testi-customer-slider .owl-nav {
        margin-top: 20px;
    }

    .trending-courses-two .view-course {
        margin-top: 0;
    }

    .location-sec-three .job-area-slider .job-area-card {
        margin-bottom: 24px;
    }

    .location-sec-three.job-location-sec {
        padding: 40px 0 16px;
    }

    .main-wrapper-three .trending-courses-two .view-course {
        margin-top: 6px;
    }

    .news-blog-three .reg-log-btn {
        margin-top: 0;
    }

    .course-counter {
        padding-top: 40px;
    }

    .join-mentor.join-mentor-two .head-join-us {
        margin-bottom: 40px;
    }

    .course-counter h5 {
        font-size: 30px;
    }

    .how-it-works {
        padding-bottom: 10px;
    }

    .footer-three .footer-two-top.footer-four-index {
        padding-bottom: 25px;
    }

    .testimonial-two.student-say-about.testimonial-section {
        padding-bottom: 10px;
    }

    .featured-course-four, .rating-instructor-four, .section-blogs-five,
    .popular-courses {
        padding: 40px 0px;
    }

    .section-header-eight, .section-head-eight {
        margin-bottom: 30px;
    }

    .explore-more {
        margin-top: 6px;
    }

    .rating-instructor-four .large-team {
        margin-bottom: 30px;
    }

    .faq-box-eight:last-child {
        border-bottom: 2px solid #E9F0FF !important;
    }

    .section-blogs-five .view-all, .popular-mendors .view-all, .popular-mendors .view-all,
    .path-section-eight .view-all {
        margin-top: 6px;
    }

    .home-slide-four .hometwo-slide-text h1 {
        font-size: 26px;
    }

    .foot-eight .footer-two-top {
        padding: 40px 0 10px;
    }

    .footer-four.foot-eight .subscriber-two .input-group .form-control {
        min-height: 50px;
    }

    .course-categories-four .sub-categories h4, .featured-course-design .featured-course-four-head h2 {
        font-size: 22px;
    }

    .footer-four .footer-title, .most-popular-five .sub-categories-five .categories-text h4 {
        font-size: 18px;
    }

    .feature-grid {
        margin-bottom: 24px;
    }

    .profile-section, .student-feedback, .banner-feature-sec, .most-popular-five,
    .main-wrapper-five .popular-course-three.popular-course-five.blog-five {
        padding: 0px 0 16px;
    }

    /* .footer-one.footer-six .footer-top, .improve-skills-sec, .trusted-by-sec, .share-knowledge-three,
    .how-it-works-section, .main-wrapper-five .popular-course-three.popular-course-five, .popular-course-three.blog-four {
        padding: 15px 0 0px 0px;
    } */

    .sec-six-faq {
        margin-bottom: 0;
    }

    .student-profile-five.profile-six {
        margin-top: 15px;
    }

    .student-profile-five .student-profile-text h3 {
        font-size: 18px;
    }

    .home-slide .search-eightbox .search-info.six-banner-search .form-control.city {
        background: #fff url(../img/icon/location-02.svg) no-repeat 0px 17px;
    }

    .skills-content-heading h2, .skills-counter .counter-box h5 {
        font-size: 26px;
    }

    .faq-card .panel-title a span {
        font-size: 20px;
        margin-right: 15px;
    }

    .faq-four-sec .faq-sec-five .faq-card .faq-tab .panel-title a.collapsed {
        font-size: 16px;
    }

    .faq-four-sec .faq-sec-five.sec-six-faq .faq-card .faq-tab .panel-collapse p {
        margin-left: 43px;
    }

    .main-wrapper-five .trend-course-tab-slider .owl-dots, .main-wrapper-five .instructor-slider-two .owl-dots {
        margin-top: 6px;
    }

    .join-two-face ul {
        margin-bottom: 20px;
    }

    .main-wrapper-five .banner-five-btns a:first-child, .main-wrapper-five .banner-five-btns a:last-child {
        padding: 12px 18px;
    }

    .banner-six-counter .counter-box h5 {
        font-size: 24px;
    }

    .banner-six-counter {
        margin-bottom: 50px;
    }

    .main-wrapper-five .home-slide-five::before {
        background-size: cover;
    }

    .student-feedback .student-img img {
        width: 45px;
    }

    .student-feedback .student-profile-viewfive .rating i, .rating-two.rating-five h5.user-name {
        font-size: 14px;
    }

    .pills-five {
        margin-bottom: 15px;
    }

    .popular-course-three .trusted-by {
        margin-top: 40px;
    }

    .footer-three .footer-four-index .subscriber-two .input-group .form-control {
        min-height: 60px;
    }

    .footer-three .footer-four-index .input-group a {
        width: 45px;
        height: 45px;
        right: 8px;
        top: 8px;
    }

    .become-mentor .mentor-btns a {
        font-size: 14px;
        min-width: 140px;
    }

    .banner-counter ul li h5 {
        font-size: 30px;
    }

    .section-top-head .section-header {
        margin-bottom: 30px;
    }

    .trending-courses-two .course-box-three .product h3.title a {
        font-size: 18px;
    }

    .news-card-content .read-duration span img {
        width: 16px;
    }

    .news-user-info .news-user-name h5, .categories-text h4 {
        font-size: 16px;
    }

    .main-wrapper-three .footer-two .footer-two-top {
        padding-top: 40px;
    }

    .main-wrapper-three .testimonial-two .owl-carousel.testi-customer-slider .owl-nav {
        margin-top: 30px;
    }

    .main-wrapper-two .home-slide-text, .main-wrapper-two .poular-search p {
        text-align: center;
    }

    .main-wrapper-two .home-slide {
        padding-bottom: 50px;
    }

    .main-wrapper-two .section-header {
        margin-bottom: 30px;
    }

    .testimonial-section .carousel-inner {
        padding-bottom: 40px;
    }

    .two-faq a.collapsed {
        margin-bottom: 10px;
    }

    .blog-grid-row + .view-all, .learning-path-col .view-all.text-center {
        margin-top: 6px;
    }
}

@media (max-width: 768px) {
    .img-logo {
        height: 50px !important;
    }
}
@media (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;
    }

    .main-wrapper-two .student-about-img img {
        width: 100%;
        height: 100%;
    }

    .feature-bgthree {
        display: none;
    }

    .header-navbar-rht {
        display: none;
    }

    .main-nav li.login-link {
        display: block;
    }

    .navbar-header {
        width: 100%;
    }

    #mobile_btn {
        left: 0;
        margin-right: 0;
        padding: 0 15px;
        position: absolute;
        z-index: 99;
    }

    .navbar-brand.logo {
        /* width: 100%; */
        text-align: center;
        margin-right: 0;
    }

    .navbar-brand.logo img {
        height: 40px;
    }

    .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 .sub-title {
        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-user-info .booking-user-img {
        width: 70px;
    }

    .booking-user-info .booking-user-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;
    }

    .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;
    }

    .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;
    }

    .section-header span {
        font-size: 16px;
    }

    .btn {
        font-size: 0.875rem;
    }

    .home-slide .search-box .search-info {
        width: 100%;
        flex: none;
    }

    .home-slide .search-box .search-btn {
        position: relative;
        right: 0;
    }

    .home-slide .search-box .search-info.location-search-four {
        flex-direction: column;
    }

    .home-slide .search-box .search-btn {
        width: 100%;
    }

    .broad-course-tab .nav {
        flex-direction: column;
    }

    .broad-course-tab .nav-item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .broad-course-tab .nav-link {
        width: 100%;
    }

    .broad-course-tab .nav li:last-child {
        margin: 0;
    }

    .footer-one .bottom-links ul {
        flex-wrap: wrap;
        gap: 15px;
        justify-content: center;
    }

    .banner-six-counter .counter-box {
        text-align: center;
    }

    .home-slide.home-slide-five .search-box .search-info {
        flex-direction: column;
    }

    .home-slide-five .search-box .form-control {
        margin-right: 0;
    }

    .banner-six-counter {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }

    .form-group.search-info.location-search.location-search-four.six-banner-search {
        flex-direction: column;
        max-height: 100%;
    }

    /* .improve-img {
        display: none;
    } */

    .join-mentor.join-mentor-two .reg-log-btn a {
        padding: 12px 15px;
        font-size: 14px;
    }

    .join-mentor.join-mentor-two .reg-log-btn a.find-ment {
        margin-right: 8px;
    }

    .footer .social-icon ul {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }

    .join-instructor {
        flex-direction: column;
        align-items: center;
    }

    .join-instructor .ins-img {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .join-instructor .ins-img img {
        width: 100%;
    }

    .sec-para.owl-custom-nav {
        flex-direction: column;
        align-items: start;
    }

    .sec-para.owl-custom-nav .owl-navigation {
        margin-left: 0;
        margin-top: 20px;
    }

    .main-wrapper-five .section-header.section-head-left {
        margin-bottom: 24px;
    }

    .main-wrapper-five .student-feedback .owl-nav .owl-prev span {
        position: static;
    }

    .main-wrapper-five .student-feedback .owl-nav .owl-next span {
        position: static;
    }

    .feature-bgtwo, .banner-two-bg-img .banner-two-bgtwo {
        display: none;
    }

    .main-wrapper-six .search-box {
        max-width: 100%;
        width: 100%;
    }

    .main-wrapper-two .testi-item h3 {
        font-size: 16px;
    }

    .student-about-img img {
        max-width: 70%;
        margin: auto;
    }

    .testi-mon-one .reviewer-detail .student-about-img {
        margin-right: 0;
    }

    .main-wrapper-two .testimonial-section .carousel-inner .student-group {
        padding: 25px;
    }

    .news-blog-three .owl-carousel.news-card-slider .owl-nav {
        text-align: center;
        display: flex;
        justify-content: center;
        gap: 10px;
        margin-bottom: 20px;
    }

    .news-blog-three .owl-carousel.news-card-slider .owl-nav button.owl-prev {
        position: static;
    }

    .news-blog-three .owl-carousel.news-card-slider .owl-nav button.owl-next {
        position: static;
    }

    .popular-course-two.same-dots .owl-carousel.popular-course-slide-two .owl-nav button.owl-prev, .popular-course-two.same-dots .owl-carousel.popular-course-slide-two .owl-nav button.owl-next {
        position: static;
    }

    .popular-course-two.same-dots .owl-carousel.popular-course-slide-two .owl-nav {
        text-align: center;
        display: flex;
        justify-content: center;
        gap: 20px;
        margin-bottom: 20px;
    }

    .news-card-content h3 {
        font-size: 17px;
    }

    .email-box {
        padding: 5px 10px 5px 15px;
    }

    .home-slide-three .hometwo-slide-text h1 {
        font-size: 24px;
    }

    .main-wrapper-four .home-slide .search-box .search-info.location-search-four {
        padding: 15px 15px 25px;
    }

    .testimonial-two .section-header.h-three {
        margin-bottom: 30px;
    }
}


@media (max-width: 479px) {
    .mentor-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;
    }

    .login-header h3 a {
        color: #0de0fe;
        float: none;
        font-size: 15px;
        margin-top: 10px;
        text-align: center;
        display: block;
    }

    .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-user-img {
        margin: 0 0 15px;
    }

    .appointment-list .profile-info-widget .booking-user-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;
    }

    .user-tabs .nav-tabs > li + li {
        margin: 0;
    }

    .footer-one .social-icon ul li a {
        font-size: 12px;
    }

    .footer-one .social-icon ul li {
        margin-right: 12px;
    }

    .home-slide-text p {
        margin-bottom: 16px;
        font-size: 14px;
    }

    .home-slide .search-info .form-control {
        background: #fff url(../img/map-pin.png) no-repeat 15px 16px;
        height: 54px;
    }

    .location-search .form-control {
        padding-right: 40px;
    }

    .home-slide .search-box .search-btn {
        padding: 10px 37px;
    }

    .homeone-section-header h2 {
        font-size: 22px;
    }

    .homeone-section-header.text-center .sub-title {
        font-size: 15px;
    }

    .bg-explore {
        padding: 10px 47px;
    }

    .course-price {
        font-size: 20px;
    }

    .trending-courses .owl-theme .owl-dots .owl-dot span {
        width: 12px;
        height: 12px;
        margin: 0px 4px;
    }

    .trending-courses .owl-theme .owl-dots .owl-dot.active span {
        width: 12px;
    }

    .featured-instructor {
        padding: 40px 0px;
    }

    .view-student-list {
        max-width: 85%;
    }

    .join-mentor-detail {
        margin-bottom: 35px;
    }

    .join-mentor-detail h2, .best-course-detail h2 {
        font-size: 22px;
    }

    .new-course-background .new-course-text h1 {
        font-size: 24px;
    }

    .subscribe-form .form-control {
        width: 100%;
        flex: none;
    }

    .course-text-bg {
        height: 48px;
    }

    .bg-course-subscribe {
        line-height: 2.4;
        padding: 4px 34px;
        border-radius: 5px !important;
        margin-top: 10px;
    }

    .say-us {
        background-image: none;
        padding: 0;
    }

    .trending-courses-three .product ul li span.icon {
        width: 25px;
        height: 25px;
    }

    .trending-courses-three .product ul li .list-item h5 span {
        font-size: 12px;
    }

    .trending-courses-three .product ul li .list-item h5 {
        font-size: 12px;
    }
}

@media (min-width: 991.98px) {
    .header .header-nav .main-nav li .submenu a.inner-demo-img:hover {
        padding-left: 0 !important;
    }

    .header .header-nav .main-nav > li.megamenu {
        position: unset;
    }

    .header .header-nav .main-nav li > ul.mega-submenu {
        padding: 0;
        border: 0;
        display: block;
        opacity: 0;
        visibility: hidden;
        min-width: 250px;
        transform: scaleY(0);
        -webkit-transform: scaleY(0);
        -moz-transform: scaleY(0);
        -ms-transform: scaleY(0);
        -o-transform: scaleY(0);
        transform-origin: center top 0;
        -webkit-transform-origin: center top 0;
        -moz-transform-origin: center top 0;
        -ms-transform-origin: center top 0;
        -o-transform-origin: center top 0;
        transition: all 0.3s ease-in-out 0s;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        -ms-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        box-shadow: 0 16px 50px rgba(0, 0, 0, .08);
        -webkit-box-shadow: 0 16px 50px rgba(0, 0, 0, .08);
        -moz-box-shadow: 0 16px 50px rgba(0, 0, 0, .08);
        -ms-box-shadow: 0 16px 50px rgba(0, 0, 0, .08);
        -o-box-shadow: 0 16px 50px rgba(0, 0, 0, .08);
        border-radius: 0px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        max-width: 1176px;
        left: 50%;
        margin: auto;
        right: unset;
        transform: translateX(-50%) !important;
    }

    .header .header-nav .main-nav li.has-submenu:hover > .submenu {
        opacity: 1;
        visibility: visible;
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
    }

    .header .header-nav .main-nav li .submenu.mega-submenu::before {
        display: none;
    }
}

.floating_btn {
    position: fixed;
    bottom: 70px;
    right: 8px;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

@keyframes pulsing {
    to {
        box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
}

.contact_icon {
    background-color: #42db87;
    color: #fff;
    width: 60px;
    height: 60px;
    font-size: 30px;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translatey(0px);
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 0 0 #42db87;
    -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    font-weight: normal;
    font-family: sans-serif;
    text-decoration: none !important;
    transition: all 300ms ease-in-out;
}

.hero-text h1 span {
    color: #dcff07;
}

/* Make the nav pills scrollable on small screens start */
/* wrapper handles scrolling *//* Desktop: normal layout */
.tabs-scroll-wrapper {
    width: 100%;
    overflow: visible;
}

.tabs-scroll-wrapper .nav {
    display: flex;
    justify-content: center; /* center tabs on desktop */
    flex-wrap: wrap;
    gap: 15px;
}

/* Mobile: enable horizontal scroll */
@media (max-width: 768px) {
    .tabs-scroll-wrapper {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .tabs-scroll-wrapper .nav {
        display: inline-flex !important;
        flex-wrap: nowrap !important;
        justify-content: flex-start !important;
        white-space: nowrap;
        gap: 10px;
        padding-bottom: 8px;
    }

    .tabs-scroll-wrapper .nav-item {
        flex: 0 0 auto;
    }

    /* hide scrollbars (optional) */
    .tabs-scroll-wrapper::-webkit-scrollbar {
        display: none;
    }
    .tabs-scroll-wrapper {
        scrollbar-width: none;
    }
}

/* Make the nav pills scrollable on small screens end */