@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Varela&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');
*:not(i){
    font-family: 'Poppins', sans-serif;
}
header .navbar-inverse div#navbarNav {
    justify-content: flex-end;
}
header nav ul.navbar-nav li.nav-item a.nav-link {
    margin: 0px 20px !important;
    font-size: 16px;
    color: #3f3f3f;
    font-family: 'Varela', sans-serif;
    padding: 10px 0px;
}

header nav .social-in-menu a {
    font-size: 18px;
    margin-right: 15px;
}

header nav .social-in-menu {
    margin-right: 50px;
}
.login .form-wrapper {
    padding: 30px 30px 15px;
    border: 1px solid #ddd;
    box-shadow: 0px 3px 21px 0px rgb(236 239 245);
    border-radius: 10px;
    color: #666666;
    font-family: 'Varela';
    margin-bottom: 10px;
    background: #fff;
}

.login  h3.heading-1 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
    background: #fff;
    font-family: 'Varela' !important;
    background: #fff;
    width: max-content;
    position: relative;
    top: 30px;
    margin-left: 17px;
    padding: 10px 15px;
    box-shadow: 0px 0px 3px 0px #00000045;
}

.login form label {
    font-family: 'Varela'!important;
    text-transform: uppercase;
    color: #60d200;
    font-weight: 600;
    padding-bottom: 10px;
}

.login form input[type=email],.login form input[type=password] {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(229, 234, 244);
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    /* box-shadow: 0px 3px 21px 0px rgb(236 239 245); */
    height: 50px;
    padding-left: 25px;
    color: #666666;
    font-family: 'Varela';
    font-size: 16px !important;
}

.login form  .form-group {
    margin-top: 20px;
}

.login form .form-group label[for="remember-me"] {
    font-family: 'Varela' !important;
    text-transform: capitalize;
    color: #666666;
    font-weight: 400;
}

.login form .form-group.col:last-child {flex: 1 0 30%;}

.login form .form-group.col p.register-text a {
    text-decoration: none;
    padding-left: 10px;
}
.login form button.btn {
    width: 200px !important;
    padding: 0 !important;
    height: 50px !important;
    border-radius: 10px !important;
    background: #fe6300 !important;
    color: white !important;
    font-size: 16px;
    font-family: 'Varela';
    font-weight: normal;
    border: none;
    margin-top: 10px;
}
.row-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    background-position: center center !important;
    background-size: cover !important;
}

footer {
    position: relative;
}

footer h4 {
    font-size: 18px;
    font-weight: 500;
    color: white;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-family: 'Poppins' !important;
}

footer ul.footer-nav li a {
    color: white !important;
    font-size: 15px;
    line-height: 1.6;
    font-family: 'Poppins' !important;
    font-weight: 300;
    text-decoration: none;
}
footer ul.footer-nav {
    padding: 0;
    list-style: none;
}

footer ul.footer-nav li {
    padding: 4px 0 4px 0px !important;
}

footer .copyright-row.row {
    border-top: 1px solid rgb(255 255 255);
    padding: 25px 0 25px !important;
}

footer .copyright-row.row p {
    margin: 0;
    color: white !important;
    font-size: 15px !important;
    font-family: 'Poppins' !important;
    line-height: 22px;
}

footer p {
    font-size: 15px;
    line-height: 20px;
    color: white;
    font-family: 'Poppins' !important;
    font-weight: 300;
}

footer  a.footer-logo {
    margin-bottom: 30px;
    display: block;
}

footer  .social-in-menu a {
    font-size: 20px;
    color: #fff;
    margin-right: 20px;
}

footer  .row:not(.copyright-row) {
    padding: 65px 0 40px !important;
}

footer  form .form-group {
    position: relative;
    margin-bottom: 20px;
}

footer  form .form-group input.form-control.btn {
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    font-family: 'Poppins';
    text-transform: capitalize;
    background: #ff9600;
    line-height: 48px;
    min-width: 104px;
    text-align: center;
    padding: 0 20px !important;
    border-radius: 12px;
    box-shadow: unset;
    outline: unset;
    border: unset;
}

footer form .form-group input#user-email {
    padding: 10px;
    height: 48px !important;
    border-radius: 10px;
    font-size: 14px;
    padding: 0 110px 0 20px !IMPORTANT;
}
footer .row-bg {
    background: #6483f6 !important;
}

section.login .row-bg {
    background-color: #f8f8f8;
}

section.login {
    padding: 80px 0 !IMPORTANT;
}

header {
    background: #fff;
}

header .navbar-brand img {
    width: 85%;
}

section {
    position: relative;
}
.login form input {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(229, 234, 244);
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    /* box-shadow: 0px 3px 21px 0px rgb(236 239 245); */
    height: 50px;
    padding-left: 25px;
    color: #666666;
    font-family: 'Varela';
    font-size: 16px;
}

.login form .form-group .d-flex input,.login form .form-group .d-flex select {
    width: 24%;
}

.login form .d-flex select {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(229, 234, 244);
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    /* box-shadow: 0px 3px 21px 0px rgb(236 239 245); */
    height: 50px;
    padding-left: 25px;
    color: #666666;
    font-family: 'Varela';
    font-size: 16px;
}
section.dashboard ul.nav li.nav-item button {
    width: 100%;
    text-align: left;
    border-radius: 0 !IMPORTANT;
    background: #e9ecfd;
    color: #6483f6;
    /* width: 100%; */
    border-radius: 7px;
    line-height: 50px;
    font-family: 'Varela' !important;
    font-size: 13px;
    padding: 0px 15px;
    /* border-bottom: 1px solid #a9b3f2; */
}

section.dashboard .col-md-2 {
    background: #6a81f526;
    border-right: 1px solid #6a81f57d;
    box-shadow: 0px 10px 30px -10px rgba(0, 0, 0, 0.1);
    padding-left: 0;
    padding-right: 0;
    min-height: 500px;
}

section.dashboard .col-md-10 {
    /* border: 1px solid #6a81f57d; */
    box-shadow: 0px 10px 30px -10px rgba(0, 0, 0, 0.1);
    border-radius: 0px 0px 0px 0px;
    padding: 0px;
}
.head {
    padding: 20px 30px;
    background: #e9ecfd;
    /* border-bottom: 1px solid #b8c0f9; */
}
.data-table {
    margin: 30px 20px;
}

.head button.btn {
    margin-right: 10px;
}

.head button.btn,.head a.logout {
    font-size: 12px;
    line-height: 25px;
    font-family: 'Varela';
}

.head h3 {
    font-family: 'Playfair Display';
    font-weight: 700;
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 0;
}
.data-table tr th {
    font-size: 12px;
    font-family: 'Varela' !important;
}

.data-table tr td {
    font-size: 13px;
    font-family: 'Varela' !important;
    vertical-align: middle;
}

.data-table tr td a {
    padding: 5px 10px !IMPORTANT;
    font-size: 12px;
    font-family: 'Varela';
}
section.dashboard ul.nav li.nav-item button.active {
    background: #6483f6;
    color: #fff;
    border-color: #fff;
}
section.dashboard {
    margin: 70px 0;
    position: relative;
}


div.countDown {
    position: fixed;
    width: unset;
    border: 3px solid #f09600;
    border-radius: 4px;
    padding: 0px;
    bottom: 40%;
    right: 0.5%;
    z-index: 999;
}

div.countDown h1 {
    text-align: left;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 1px solid #f79600;
    margin-bottom: 0px;
    padding: 7px 5px;
    text-align: center;
    background: #f79600;
    color: #fff;
}

div.countDown .your-element {
    /* display: inline-block; */
    transform: unset !important;
    text-align: center;
    padding: 7px 18px;
    text-transform: capitalize;
    font-size: 12px;
    margin: 0px -3px;
    border-bottom: 1px solid #f09600;
    font-weight: 500;
    font-family: 'Varela';
    background: #f9e2b8;
}

div#addLocation .modal-header h5,div#paymentModal .modal-header h5 {
    font-family: 'Varela' !important;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
}

div#addLocation .modal-header button.close,div#paymentModal .modal-header button.close {
    opacity: 1;
    font-size: 20px;
    border: none;
    background: transparent;
    width: auto;
    height: auto;
    min-height: auto;
    line-height: initial;
    position: relative;
    bottom: 5px;
}

div#addLocation label,div#paymentModal label  {
    font-weight: 500;
    font-family: 'Varela' !important;
    font-size: 14px;
    color: #60d200;
    display: block;
    margin-bottom: 4px;
}

div#addLocation  .form-control,div#paymentModal  .form-control  {
    background: transparent;
    border: 1px solid #cacaca;
    border-radius: 4px;
    font-size: 14px;
    height: 50px;
    padding: 0px 10px !important;
    font-family: 'Varela' !important;
    line-height: 50px;
}

div#addLocation .input-group span.input-group-addon,div#paymentModal .input-group span.input-group-addon {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 48px;
    padding-left: 10px;
}

div#addLocation .input-group .form-control,div#paymentModal .input-group .form-control {
    padding-left: 40px !important;
}

div#addLocation textarea.form-control,div#paymentModal textarea.form-control {
    height: 100px;
}

div#addLocation .form-group,div#paymentModal .form-group {
    margin-bottom: 10px;
}

div#addLocation .modal-footer button.btn,div#paymentModal .modal-footer button.btn  {
    font-size: 14px;
    padding: 8px 30px;
    font-weight: 500;
}
header nav ul.navbar-nav li.nav-item a.nav-link i.fa-chevron-down {
    font-weight: 400;
    font-size: 12px;
    margin-left: 4px;
}

header nav ul.navbar-nav li.nav-item a.nav-link.btn {
    background: #fe6300;
    color: white;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding: 10px 20px;
}
.navbar-nav {
    align-items: center;
}
header nav ul.navbar-nav li.nav-item:last-child a.nav-link {
    margin-right: 0px !important;
}
header nav ul.navbar-nav li.nav-item {
    position: relative;
}

header nav ul.navbar-nav li.nav-item ul.sub_menu {
    position: absolute;
    top: 45px;
    box-shadow: 0px 0px 20px 2px rgb(0 0 0 / 5%);
    padding: 0px;
    margin: 0px;
    width: max-content;
    left: 20px;
    transition: all 0.3s linear;
    overflow: hidden;
    z-index: 999;
    height: 0px;
}

header nav ul.navbar-nav li.nav-item ul.sub_menu li {
    list-style-type: none;
}

header nav ul.navbar-nav li.nav-item ul.sub_menu li a {
    font-size: 14px;
    color: #3f3f3f;
    font-family: 'Varela', sans-serif;
    text-decoration: unset;
    transition: all 0.3s linear;
    padding: 4px 12px;
    display: block;
}

header nav ul.navbar-nav li.nav-item ul.sub_menu li {
    border-bottom: 1px solid #eaeaea;
    background: #fff;
    transition: all 0.3s linear;
}

header nav ul.navbar-nav li.nav-item ul.sub_menu li:last-child {
    border-bottom: unset;
}

header nav ul.navbar-nav li.nav-item ul.sub_menu li:hover {
    background: #f9611d;
}

header nav ul.navbar-nav li.nav-item ul.sub_menu li:hover a {
    color: #fff;
}

header nav ul.navbar-nav li.nav-item:hover ul.sub_menu {
    height: auto;
}
#two-section h5 {
    font-size: 15px;
    text-transform: uppercase;
    color: #60d200;
    margin: 20px 0 30px;
    font-family: 'Varela', sans-serif;
    font-weight: 600;
    letter-spacing: 0;
}
#two-section h3 {font-size: 25px;font-family: 'Playfair Display';line-height: 45px;color: black;width: 90%;margin-bottom: 40px;min-height: 230px;font-weight: 600;letter-spacing: 0;}
#two-section ul {
    margin: 0;
    padding: 0px;
}
#two-section ul li {
    list-style: none;
    /* width: 65%; */
    margin-bottom: 7px;
    display: inline-block;
}
#two-section ul li.loginbtn {
    width: auto;
}
#two-section ul li.trialbtn {
    /* width: 100%; */
    display: block;
}
#two-section ul li a {
    border: 1px solid #60d200;
    color: #60d200;
    display: inline-block;
    border-radius: 7px;
    text-align: center;
    line-height: 50px;
    font-family: 'Varela' !important;
    font-size: 15px;
    padding: 0px 0px;
    text-decoration: unset;
    width: 150px;
    margin-right: 5px;
}
#two-section ul li.loginbtn a {
    background: #6483f6;
    border-color: #6483f6;
    color: white;
    width: 150px;
}
#two-section ul li.trialbtn a {
    background: #60d200;
    color: white;
    padding: 0px 0px;
    margin-top: 5px;
    width: 150px;
}
#two-section .vc_col-sm-6:last-child ul li.trialbtn a{
   background-color: #fe6300;
   border-color: #fe6300;
}
#two-section .vc_col-sm-6:last-child ul li.workbtn a{
   border-color: #fe6300;
  color: #fe6300;
}

#two-section .col-lg-6.main {
    padding-left: 30px;
    padding-top: 50px;
    padding-bottom: 50px;
}
#two-section img {
    width: 100%;
}

#two-section .col-lg-6.main .col-lg-6 {
    padding-right: 0px;
}
#two-section .col-lg-6.main .row {
    align-items: center;
}
form#registration-form fieldset {
    padding: 40px 30px 15px;
    border: 1px solid #ddd;
    box-shadow: 0px 3px 21px 0px rgb(236 239 245);
    border-radius: 10px;
    color: #666666;
    font-family: 'Varela';
    margin-bottom: 10px;
    background: #fff;
    position: relative;
}
form#registration-form legend {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
    padding: 8px 30px 8px;
    margin-bottom: 10px;
    font-family: 'Poppins' !important;
    background: #fff;
    border: 1px solid #dddddd;
    position: absolute;
    top: -22px;
    width: auto;
}
form.registration-form .form-outline {
    margin-bottom: 15px;
}
form#registration-form label.form-label {
    font-family: 'Varela'!important;
    text-transform: uppercase;
    color: #60d200;
    font-weight: 600;
    font-size: 12px;
    margin-bottom: 0px;
    display: inline-block;
}
form.registration-form .form-outline input, form.registration-form .form-outline select, form.registration-form .form-outline textarea {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(229, 234, 244);
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    height: 50px;
    padding-left: 25px;
    color: #666666;
    font-family: 'Varela';
    font-size: 16px !important;
    width: 100%;
    border: 1px solid #ccc;
    outline: unset;
    box-shadow: unset;
}
form#registration-form p.not-registered {
    padding-bottom: 0px;
    text-align: right;
    font-size: 14px;
}
form#registration-form button.register-btn {
    width: 200px !important;
    padding: 0 !important;
    height: 50px !important;
    border-radius: 10px !important;
    background: #fe6300 !important;
    color: white !important;
    font-size: 16px;
    font-family: 'Varela';
    font-weight: normal;
    margin-top: 20px;
    border: unset;
}

form#registration-form p.not-registered i {
    font-style: normal;
}

form#registration-form p.not-registered a {
    text-decoration: unset;
    color: #6483f6;
    padding-left: 5px;
}

form#registration-form {
    width: 45%;
    margin: 0 auto;
}

section.registration-area {
    padding-bottom: 100px;
    padding-top: 100px;
    background-color: #f8f8f8;
}

form#registration-form span {
    position: relative;
    display: block;
}

form#registration-form span i {
    font-size: 22px;
    color: gray;
    position: absolute;
    bottom: 15px;
    right: 15px;
    display: none;
    cursor: pointer;
}

form.registration-form .form-outline input[type="password"] {
    padding-right: 50px;
}

form#registration-form span i.fa-eye-slash {
    display: block;
}

form#registration-form span.show i.fa-eye-slash {
    display: none;
}

form#registration-form span.show i.fa-eye {
    display: block;
}
form.registration-form .form-outline.remember input {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 8px;
}

form.registration-form .form-outline.remember label.container {
    padding: 0px;
    display: flex;
    align-items: center;
}

form.registration-form .form-outline.remember label.container span.checkmark {
    font-size: 14px;
}

form.registration-form .form-outline.remember {
    margin-top: 20px;
    margin-bottom: 12px;
}

form p.error {
    color: red;
    font-size: 14px;
    margin-top: 15px;
    text-align: center;
}

form.registration-form .form-outline.threenames input {
    display: inline-block;
    vertical-align: top;
    width: 23.5%;
    margin-right: 10px;
}
form.registration-form .form-outline.threenames select {
    display: inline-block;
    vertical-align: top;
    width: 24%;
}
form.registration-form .form-outline.threenames label.form-label {
    display: block !important;
}
form#registration-form span.error-span {
    color: red;
    font-size: 12px;
}

section.frontend-dashboard .col-lg-3 {
    width: 20%;
    padding-right: 2px;
}

section.frontend-dashboard .sidebar {
}

section.frontend-dashboard .sidebar .user-sidebar.text-center {
    position: relative;
    text-align: center !important;
    background-color: #36b3ea !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    padding: 15px 0;
    height: 160px;
}

section.frontend-dashboard .sidebar .user-sidebar.text-center .dropdown {
    position: relative;
}

section.frontend-dashboard .sidebar .user-sidebar.text-center .dropdown .user-img {
    position: relative;
}

section.frontend-dashboard .sidebar .user-sidebar.text-center .dropdown .user-info {
    position: relative;
}

section.frontend-dashboard .sidebar .user-sidebar.text-center .dropdown .user-img img.rounded-circle {
    width: 80px;
    height: 80px;
    /* border: 3px solid rgb(249 97 29 / 60%); */
    /* padding: 5px; */
    object-fit: cover;
}

section.frontend-dashboard .sidebar .user-sidebar.text-center .dropdown .user-img span.avatar-online.bg-success {
    position: absolute;
    bottom: 10px;
    width: 10px;
    height: 10px;
    z-index: 1;
    border: 2px solid transparent;
    border-radius: 50%;
    margin-left: -15px;
    background-color: #f9611d!important;
    display: none;
}

section.frontend-dashboard .sidebar .user-sidebar.text-center .dropdown .user-info h5.mt-3.font-size-16.text-white {
    font-size: 18px!important;
    margin-top: 10px !important;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 0px !important;
}

section.frontend-dashboard .sidebar .user-sidebar.text-center .dropdown .user-info span.font-size-13.text-white-50 {
    font-size: 15px!important;
}

section.frontend-dashboard .container-fluid {
    padding: 0px;
}

section.frontend-dashboard .sidebar div#sidebar-menu {
    padding: 0 0 30px 0;
    height: 100%;
    background: #fff;
}

section.frontend-dashboard .sidebar div#sidebar-menu ul#side-menu {
    margin: 0;
    padding-left: 0;
    list-style: none;
    height: 100%;
}

section.frontend-dashboard .sidebar div#sidebar-menu ul#side-menu li.menu-title {
    padding: 12px 20px 8px!important;
    letter-spacing: .05em;
    pointer-events: none;
    cursor: default;
    font-size: 14px;
    text-transform: uppercase;
    color: #a3acc1;
    font-weight: 600;
}

section.frontend-dashboard .sidebar div#sidebar-menu ul#side-menu li {
    display: block;
    width: 100%;
}

section.frontend-dashboard .sidebar div#sidebar-menu ul#side-menu li a {
    display: block;
    padding: 6px 1.2rem;
    color: #a3acc1;
    position: relative;
    font-size: 16px;
    -webkit-transition: all .4s;
    transition: all .4s;
    margin: 0 17px;
    border-radius: 3px;
    cursor: pointer;
    overflow: hidden;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    text-decoration: unset;
}

section.frontend-dashboard .sidebar div#sidebar-menu ul#side-menu li a span.badge {
    margin-top: 2px;
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 50rem!important;
    line-height: 1px;
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.frontend-dashboard .sidebar div#sidebar-menu ul#side-menu li a i {
    display: inline-block;
    min-width: 1.75rem;
    padding-bottom: 0.125em;
    font-size: 16px;
    line-height: 1.40625rem;
    vertical-align: middle;
    color: #a3acc1;
    -webkit-transition: all .4s;
    transition: all .4s;
}
section.frontend-dashboard .col-lg-9 {
    width: 80%;
    background-color: #f8f8f8;
    padding: 0px;
}
section.frontend-dashboard .col-lg-9 .banner {
    height: 160px;
    position: relative;
    background-color: #36b3ea !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    padding: 0px 40px;
    display: flex;
    align-items: center;
}

section.frontend-dashboard .col-lg-9 .banner h2 {
    font-size: 30px;
    margin-top: 10px !important;
    line-height: 1.2;
    margin-bottom: 0px !important;
    color: #fff;
    text-shadow: -1px 2px #000;
    text-transform: uppercase;
    font-weight: 900;
}
section.frontend-dashboard .sidebar div#sidebar-menu ul#side-menu li a.active,section.frontend-dashboard .sidebar div#sidebar-menu ul#side-menu li a.active i {
    color: #fb9522;
}
body{
    width: 100%;
    overflow-x: hidden;
}

section.frontend-dashboard div.inner-content {
    padding: 50px 50px 100px;
    background: #fff;
    border-left: 1px solid #f8f8f8;
}

section.frontend-dashboard div.inner-content div.dataTables_wrapper {
    width: 100%;
}

section.frontend-dashboard div.inner-content .top-action-button {
    text-align: right;
    padding-bottom: 40px;
}

section.frontend-dashboard div.inner-content .top-action-button a {
    font-size: 16px;
}

section.frontend-dashboard div.inner-content div.dataTables_length label {
    font-size: 16px;
}

section.frontend-dashboard div.inner-content div.dataTables_length label select {
    background: transparent;
    border-radius: 4px;
    outline: unset;
    border-color: #cacaca;
    padding: 0px 4px;
    width: 55px;
    margin: 0px 2px;
}

section.frontend-dashboard div.inner-content div.dataTables_filter label {
    font-size: 16px;
}

section.frontend-dashboard div.inner-content div.dataTables_filter label input {
    background: transparent;
    border-radius: 4px;
    outline: unset;
    border: 1px solid #cacaca;
    padding: 0px 2px;
    box-shadow: unset;
    height: 25px;
}

section.frontend-dashboard div.inner-content table th {font-size: 14px;}

section.frontend-dashboard div.inner-content table td {
    font-size: 16px;
}

section.frontend-dashboard div.inner-content table td img {
    max-width: 100px;
    width: 100%;
}

section.frontend-dashboard div.inner-content table td a {
    font-size: 14px;
}

section.frontend-dashboard div.inner-content div.dataTables_info {
    font-size: 12px;
}

section.frontend-dashboard div.inner-content div.dataTables_paginate {
    font-size: 12px;
}

section.frontend-dashboard div.inner-content div.dataTables_paginate span a.paginate_button {
    background: #cacaca;
    color: #000 !important;
    font-weight: 600;
    border: unset;
    border-radius: 4px;
    padding: 4px 10px;
}

section.frontend-dashboard div.inner-content div.dataTables_wrapper table {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: unset;
}

section.frontend-dashboard div.inner-content div.dataTables_wrapper table tbody tr {
    background: transparent !important;
}

section.frontend-dashboard div.inner-content div.dataTables_wrapper table tbody tr td {
    border-bottom: 1px solid #cacaca;
}

section.frontend-dashboard .sidebar div#sidebar-menu ul#side-menu li:hover a, section.frontend-dashboard .sidebar div#sidebar-menu ul#side-menu li:hover a i {
    color: #fb9522;
}

form.addNewBusinessLocation {}

form.addNewBusinessLocation p {
    display: block;
    vertical-align: top;
    width: 100%;
    margin: 0px 0px 15px;
    padding: 0px 0px 0px 0px;
}

form.addNewBusinessLocation p.two {
    padding-right: 10px;
    width: 49.5%;
    display: inline-block;
    vertical-align: top;
}

form.addNewBusinessLocation p.two.padding {}

form.addNewBusinessLocation p.three {
    display: inline-block;
    vertical-align: top;
    width: 32.9%;
    padding-right: 10px;
}

form.addNewBusinessLocation p.four {
    display: inline-block;
    vertical-align: top;
    width: 24.5%;
    padding-right: 10px;
}

form.addNewBusinessLocation p label {
    font-weight: 600;
    font-family: 'Varela'!important;
    font-size: 14px;
    color: #60d200;
    display: block;
    margin-bottom: 4px;
}

form.addNewBusinessLocation p input,form.addNewBusinessLocation p select {
    background: transparent;
    border: 1px solid #cacaca;
    border-radius: 4px;
    font-size: 16px;
    height: 50px;
    padding: 0px 10px !important;
    font-family: 'Varela' !important;
    width: 100%;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    line-height: 24px;
    color: #555;
    margin: 0;
    outline: unset !important;
    box-shadow: unset !important;
}

form.addNewBusinessLocation p textarea {
    background: transparent;
    border: 1px solid #cacaca;
    border-radius: 4px;
    font-size: 14px;
    height: 100px;
    padding: 10px 10px !important;
    font-family: 'Varela' !important;
    resize: vertical;
    margin: 0;
    width: 100%;
    max-width: 100%;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    color: #555;
    outline: unset;
}

form.addNewBusinessLocation p.one {
    padding-right: 15px;
}

form.addNewBusinessLocation p.institute_theme.one_line {
    width: 15%;
    position: relative;
    display: inline-block;
    vertical-align: top;
}

form.addNewBusinessLocation p.institute_theme.one_line img {
    position: absolute;
    top: 20px;
    right: -8px;
}

form.addNewBusinessLocation p.institute_theme.one_line input {
    padding: 0px !important;
    border: unset !important;
    height: 50px;
}

form.addNewBusinessLocation div.form-file.two-sep.one_line {
    width: 84%;
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-left: 8px;
}

form.addNewBusinessLocation div.form-file.two-sep.one_line label {
    font-weight: 600;
    font-family: 'Varela' !important;
    font-size: 14px;
    color: #60d200;
    display: block;
    margin-bottom: 4px;
}

form.addNewBusinessLocation div.form-file.two-sep.one_line input {
    margin-bottom: 0;
    background: transparent;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    padding: 10px 8px;
    letter-spacing: 0.4px;
    margin-top: 0px;
    border: 1px solid #cacaca;
    border-radius: 4px;
    font-size: 14px;
    height: 48px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    opacity: 0;
}

form.addNewBusinessLocation div.form-file.two-sep.one_line label[for="imageUpload"] {
    margin-bottom: 0;
    border: 1px solid #cacaca;
    background: transparent;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    padding: 10px 8px;
    font-size: 14px !important;
    color: #80808085 !important;
    letter-spacing: 0.4px;
    position: relative;
    margin-top: 4px;
    border-radius: 4px;
    height: 50px;
    display: flex;
    align-items: center;
}

form.addNewBusinessLocation div#payment-stripe {
    max-width: 100%;
    padding: 0px;
}

form.addNewBusinessLocation div#payment-stripe label {
    font-weight: 500;
    font-family: 'Varela' !important;
    font-size: 14px;
    color: #60d200;
    display: block;
    margin-bottom: 4px;
}

form.addNewBusinessLocation div#payment-stripe label small {
    color: #60d200 !important;
}

form.addNewBusinessLocation div#payment-stripe div.form-group {
    display: block;
    vertical-align: top;
    width: 100%;
    margin: 0px 0px 15px;
    padding: 0px 15px 0px 0px;
    position: relative;
}

form.addNewBusinessLocation div#payment-stripe div.form-group input {
    background: transparent;
    border: 1px solid #cacaca;
    border-radius: 4px;
    font-size: 14px;
    height: 50px;
    padding: 0px 10px !important;
    font-family: 'Varela' !important;
    width: 100%;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    line-height: 24px;
    color: #555;
    margin: 0;
    outline: unset;
    box-shadow: unset;
}

form.addNewBusinessLocation div#payment-stripe div.form-group span.input-group-addon {
    display: none;
}

form.addNewBusinessLocation div#payment-stripe div.form-group span.text-danger {
    font-size: 12px;
}

form.addNewBusinessLocation div#payment-stripe div.form-group i.form-control-feedback {
    position: absolute;
    top: 5px;
    right: 15px;
}

form.addNewBusinessLocation div#payment-stripe .col-sm-8 div.form-group {
    padding-right: 0px;
}

form.addNewBusinessLocation div.form-file.two-sep.one_line .avatar-upload.show label {
    width: 90%;
    display: inline-flex;
    vertical-align: top;
}

form.addNewBusinessLocation div.form-file.two-sep.one_line .avatar-upload div#imagePreview {
    width: 0px;
    height: 48px;
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
    border-radius: 4px;
    margin-left:0.5%;
    border: 1px solid #cacaca;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    overflow: hidden;
}

form.addNewBusinessLocation div.form-file.two-sep.one_line .avatar-upload.show div#imagePreview {
    width: 8.5%;
}
form.addNewBusinessLocation button.submitButton {
    border: unset;
    color: #fff;
    margin: 5px;
    font-size: 16px;
    padding: 10px 30px;
    font-weight: 500;
    -webkit-border-radius: 4px!important;
    box-shadow: none;
    outline: unset;
    margin-top: 25px;
}
form.addNewBusinessLocation p span i.fa-eye,form.addNewBusinessLocation p span i.fa-eye-slash {
    font-size: 22px;
    color: gray;
    position: absolute;
    bottom: 0px;
    right: 15px;
    display: none;
    cursor: pointer;
}

form.addNewBusinessLocation p span {
    position: relative;
}

form.addNewBusinessLocation p span i.fa-eye-slash {
    display: block;
}

form.addNewBusinessLocation p span.show i.fa-eye-slash {
    display: none;
}

form.addNewBusinessLocation p span.show i.fa-eye {
    display: block;
}

form.addNewBusinessLocation p.one.four input,form.addNewBusinessLocation p.one.four select {
    display: inline-block;
    vertical-align: top;
    width: 24.7%;
}

form.addNewBusinessLocation div.form-file.two-sep.one_line.accountPage {
    width: 100%;
    padding-left: 0px;
    padding-right: 15px;
}

form.addNewBusinessLocation div.form-file.two-sep.one_line.accountPage .avatar-upload label {
    padding: 0px;
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #FFFFFF;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
    position: absolute;
    right: 12px;
    top: 10px;
    border: 1px solid #cacaca;
    z-index: 999;
}

form.addNewBusinessLocation div.form-file.two-sep.one_line.accountPage .avatar-upload div#imagePreview {
    width: 200px;
    margin: 10px 0px 0px;
    height: 200px;
    border-radius: 100%;
    background-size: cover;
}
section.frontend-dashboard div.inner-content div.dataTables_wrapper table tbody tr td label.labelImage {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

form.formValidation select.error,form.formValidation input.error {
    border-color: red;
}

form.formValidation  label.error {
    display: none !important;
}

form p.success {
    color: green;
    font-size: 14px;
    margin-top: 15px;
    text-align: center;
}
ul.password_validation_show_list {
    padding: 0px;
    margin: 12px 0px 0px;
}
ul.password_validation_show_list li {
    list-style-type: none;
    font-size: 14px;
    color: #666666;
    font-weight: 400;
    line-height: 1.5;
}
ul.password_validation_show_list li i.fa {
    font-size: 16px;
    color: gray;
    margin-right: 8px;
}
ul.password_validation_show_list li:has(label.text-success),ul.password_validation_show_list li label.text-success i {
    color: #198754!important;
}

div#popover-password {
    margin-top: 12px;
}

div#popover-password p {
    font-size: 14px;
    margin-bottom: 5px;
}

div#popover-password p span {
    font-size: 12px;
}

div#popover-password .progress {
    height: 8px;
    border-radius: 2px !important;
}
div#password-strength.progress-bar-success {
    background: green;
}
div#password-strength.progress-bar-warning {
    background: #ffc107!important;
}
body div#password-strength.progress-bar-danger {
    background: #dc3545!important;
}
form h3.sub-heading {
    padding: 12px 0px 8px!important;
    letter-spacing: .05em;
    pointer-events: none;
    cursor: default;
    font-size: 16px;
    text-transform: uppercase;
    color: #a3acc1;
    font-weight: 600;
}

section.marketplace_banner {
    background-repeat: no-repeat;
    height: 320px;
    display: flex;
    align-items: center;
}

section.marketplace_banner h1 {
    font-size: 65px;
    font-family: Playfair Display;
    color: #fff;
    margin: 0px 0px;
    padding: 100px 0px 100px;
    text-align: center;
    font-weight: bold;
}

section.marketplace_section {
    padding-top: 100px;
    padding-bottom: 100px;
}

section.marketplace_section div.sidebar {
    box-shadow: 0 2px 10px rgb(0 0 0 / 10%);
    padding: 30px 20px 30px;
    text-align: center;
}

section.marketplace_section div.sidebar h3 {
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 15px;
    font-family: 'Varela' !important;
    color: #000;
    border-bottom: 1px solid #ddd;
    text-align: left;
    position: relative;
    padding-left: 12px;
    padding-bottom: 6px;
}

section.marketplace_section div.sidebar ul {
    margin: 0px 0px 0px;
    position: relative;
    padding: 0px;
}

section.marketplace_section div.sidebar ul li {
    list-style-type: none;
    margin-bottom: 0px;
    padding-bottom: 2px;
    padding-top: 2px;
    position: relative;
    padding-left: 10px;
    text-align: left;
}

section.marketplace_section div.sidebar ul li button {
    border: unset;
    padding: 0px;
    border-radius: 0px !important;
    font-size: 12px;
    font-family: 'Varela' !important;
    color: #6c757d!important;
    background: transparent;
    cursor: pointer;
    transition: all 0.1s linear;
    font-weight: 400;
    width: 100%;
    text-align: left;
}

section.marketplace_section div.sidebar ul li:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
}

section.marketplace_section div.sidebar ul li h3:before {
    content: "\f105";
    position: absolute;
    top: 4px;
    left: 0px;
    color: #ddd;
    font: normal normal normal 14px/1 FontAwesome;
    display: flex;
    align-items: center;
}

section.marketplace_section div.sidebar output {
    font-size: 10px !important;
    padding: 4px 6px;
    height: unset !important;
    line-height: 8px;
    border-radius: 2px;
}

section.marketplace_section div.sidebar div.range-slider {
    padding-top: 20px !important;
}


section.marketplace_section div.sidebar .track.track--included {
    height: 4px;
    background: #EB3B00;
}

section.marketplace_section div.sidebar .track.track--full {
    background: #ddd;
    height: 4px;
}

section.marketplace_section div.sidebar ul li:hover button {
    /* font-weight: 500; */
    /* color: #60D200 !important; */
}

section.marketplace_section .search {}

section.marketplace_section .search input {
    width: 100%;
    margin: auto;
    height: 50px;
    border-radius: 5px;
    outline: none!important;
    font-size: 15px;
    border: 2px solid #ddd;
    transition: all .25s linear;
    padding-left: 15px;
    font-family: 'Varela' !important;
}

section.marketplace_section .search p {
    margin-top: 10px;
    font-size: 15px;
    word-wrap: break-word;
    font-family: 'Varela' !important;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    display: block;
}

section.marketplace_section .search p label {
    font-weight: bold;
}

section.marketplace_section .container.main-content {
    padding: 0px;
}

section.marketplace_section .advertisement_main .span_4 {
    margin: 0px 0px 20px;
    padding: 0px 15px 0px 0px;
    width: 33%;
    float: unset;
    display: inline-block;
    vertical-align: top;
}
section.marketplace_section .advertisement_main div.courses {
    box-shadow: 0 2px 10px rgb(0 0 0 / 10%);
}

section.marketplace_section .advertisement_main div.courses .image {
    position: relative;
}

section.marketplace_section .advertisement_main div.courses .image label {
    position: absolute;
    bottom: 5px;
    right: 5px;
    background: #fff;
    border-radius: 6px;
    color: #6c757d;
    font-size: 10px;
    font-weight: 400;
    padding: 4px 10px;
    font-family: 'Varela' !important;
}

section.marketplace_section .advertisement_main div.courses .image img {
    width: 100%;
    margin: 0px;
    height: 250px;
    object-fit: cover;
    background: #ddd;
}

section.marketplace_section .advertisement_main div.courses .content {
    padding: 10px 10px 20px;
}

section.marketplace_section .advertisement_main div.courses .content h2 {
    font-family: 'Varela' !important;
    color: #000;
    font-size: 18px;
    font-weight: 800;
    line-height: 25px;
    margin-bottom: 10px;
    text-transform: capitalize;
}

section.marketplace_section .advertisement_main div.courses .content p {
    font-size: 12px;
    font-family: 'Varela' !important;
    color: #6c757d!important;
    font-weight: 400;
    line-height: 18px;
    padding-bottom: 10px;
}

section.marketplace_section .advertisement_main div.courses .content .last {}

section.marketplace_section .advertisement_main div.courses .content .last span.by {
    font-size: 12px;
    font-weight: 600;
    color: rgb(0 0 0 / 60%);
    font-family: 'Varela' !important;
    width: 85%;
    display: inline-block;
}

section.marketplace_section .advertisement_main div.courses .content .last span.price {
    font-family: 'Varela' !important;
    color: #000;
    font-size: 12px;
    font-weight: 800;
    float: right;
}

section.marketplace_section .advertisement_main div.courses .content .last span.by label {
    color: #FF8A00;
    font-weight: 400;
}

section.marketplace_section .advertisement_main .span_4:nth-child(3n) {
    padding-right: 0px;
}

section.marketplace_section div.sidebar button#reset {
    color: #fff;
    background: red;
    border: unset;
    border-radius: 4px !important;
    font-size: 14px;
    font-family: 'Varela' !important;
    padding: 6px 30px;
    cursor: pointer;
}

section.marketplace_section div.sidebar ul li input[type="checkbox"] {margin-right: 6px;}

section.marketplace_section div.sidebar ul li input[type="checkbox"]:checked+button {
    color: #60D200 !important;
    font-weight: 500;
}

section.marketplace_section div.sidebar ul li input[type="radio"] {margin-right: 6px;}

section.marketplace_section div.sidebar ul li input[type="radio"]:checked+button {
    color: #60D200 !important;
    font-weight: 500;
}

section.marketplace_section .advertisement_main div.courses a {
    text-decoration: unset;
}

section.marketplace_section .col-lg-9 {
    padding-left: 30px;
}
section.marketplace_section .advertisement_main div.activities-grid {
    margin-bottom: 30px;
    display: none;
}

[slider] {
  position: relative;
  height: 14px;
  border-radius: 10px;
  text-align: left;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 15px;
}

[slider] > div {
  position: absolute;
  left: 13px;
  right: 15px;
  height: 14px;
}

[slider] > div > [inverse-left] {
  position: absolute;
  left: 0;
  height: 8px;
  border-radius: 10px;
  margin: 0 7px;
  background-color: #CCC;
}

[slider] > div > [inverse-right] {
  position: absolute;
  right: 0;
  height: 8px;
  border-radius: 10px;
  background-color: #CCC;
  margin: 0 7px;
}

[slider] > div > [range] {
  position: absolute;
  left: 0;
  height: 8px;
  border-radius: 14px;
  background-color: #6483f6;
}

[slider] > div > [thumb] {
  position: absolute;
  top: -7px;
  z-index: 2;
  height: 20px;
  width: 20px;
  text-align: left;
  margin-left: -11px;
  cursor: pointer;
  box-shadow: 0 3px 8px rgb(0 0 0 / 18%);
  background-color: #FFF;
  border-radius: 50%;
  outline: none;
}

[slider] > input[type=range] {
  position: absolute;
  pointer-events: none;
  -webkit-appearance: none;
  z-index: 3;
  height: 14px;
  top: -2px;
  width: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

div[slider] > input[type=range]::-ms-track {
  -webkit-appearance: none;
  background: transparent;
  color: transparent;
}

div[slider] > input[type=range]::-moz-range-track {
  -moz-appearance: none;
  background: transparent;
  color: transparent;
}

div[slider] > input[type=range]:focus::-webkit-slider-runnable-track {
  background: transparent;
  border: transparent;
}

div[slider] > input[type=range]:focus {
  outline: none;
}

div[slider] > input[type=range]::-ms-thumb {
  pointer-events: all;
  width: 28px;
  height: 28px;
  border-radius: 0px;
  border: 0 none;
  background: red;
}

div[slider] > input[type=range]::-moz-range-thumb {
  pointer-events: all;
  width: 28px;
  height: 28px;
  border-radius: 0px;
  border: 0 none;
  background: red;
}

div[slider] > input[type=range]::-webkit-slider-thumb {
  pointer-events: all;
  width: 28px;
  height: 28px;
  border-radius: 0px;
  border: 0 none;
  background: red;
  -webkit-appearance: none;
}

div[slider] > input[type=range]::-ms-fill-lower {
  background: transparent;
  border: 0 none;
}

div[slider] > input[type=range]::-ms-fill-upper {
  background: transparent;
  border: 0 none;
}

div[slider] > input[type=range]::-ms-tooltip {
  display: none;
}

[slider] > div > [sign] {
  opacity: 0;
  position: absolute;
  margin-left: -11px;
  top: -39px;
  z-index:3;
  background-color: #065fd4;
  color: #fff;
  width: 28px;
  height: 28px;
  border-radius: 28px;
  -webkit-border-radius: 28px;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}

[slider] > div > [sign]:after {
  position: absolute;
  content: '';
  left: 0;
  border-radius: 16px;
  top: 19px;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top-width: 16px;
  border-top-style: solid;
  border-top-color: #3452ff;
}

[slider] > div > [sign] > span {
  font-size: 10px;
  font-weight: 600;
  line-height: 20px;
}

[slider]:hover > div > [sign] {
  opacity: 1;
}

section.marketplace_section div.sidebar ul li label {
    display: flex;
    align-items: center;
}

section.marketplace_section .advertisement_main div.active.activities-grid {
    display: inline-block;
}

section#admission_form_online {
    padding-top: 100px;
    padding-bottom: 100px;
}

section#admission_form_online .vc_col-sm-8,section#admission_form_online .vc_col-sm-4 {
    display: inline-block;
    vertical-align: top;
}

section#admission_form_online .admission-form {
    display: flex;
}

section#admission_form_online .admission-form .image {
    position: relative;
}

section#admission_form_online .admission-form .image img {
    width: 100%;
}

section#admission_form_online .admission-form .image label {
    position: absolute;
    top: 5px;
    left: 5px;
    font-family: Raleway, sans-serif;
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0px;
}

section#admission_form_online .admission-form .image label img {
    width: 80px;
    vertical-align: middle;
    margin-right: 6px;
}

section#admission_form_online .admission-form .image:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
}

section#admission_form_online .admission-form h1 {
    color: rgb(0, 0, 0);
    font-size: 32px;
    font-weight: 600;
    font-family: Raleway, sans-serif;
    margin: 15px 0px 15px;
}

section#admission_form_online .admission-form p {
    font-size: 16px;
    line-height: 26px;
}

section#admission_form_online .admission-form ul {
    list-style-type: none;
    padding: 0px;
    margin: 10px 0px 0px;
    border: 1px solid rgb(247, 247, 247);
}

section#admission_form_online .admission-form ul li {
    background: rgba(247, 247, 247, 0.41);
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 600;
    color: rgb(0, 0, 0);
    font-family: Raleway, sans-serif;
    list-style-type: none;
    letter-spacing: 0.5px;
}

section#admission_form_online .admission-form ul li label {
    display: inline-block;
    width: 49%;
}

section#admission_form_online .admission-form ul li span {font-weight: 500;padding-left: 20px;display: inline-block;width: 49%;}

section#admission_form_online .admission-form ul li:nth-child(2n+1) {
    background: rgb(247, 247, 247);
}

section#admission_form_online .admission-form .sidebar {
    border: 1px solid rgba(234, 234, 234, 0.5);
    border-radius: 4px;
    margin: 0px 0px 30px;
}

section#admission_form_online .admission-form .sidebar h1 {
    color: rgb(0, 0, 0);
    font-size: 16px;
    background: rgb(234, 234, 234);
    margin: 0px 0px 10px;
    padding: 6px 10px;
    font-weight: 600;
    line-height: 40px;
}

section#admission_form_online .admission-form .sidebar h2 {
    padding: 0px 15px;
    font-size: 16px;
    margin: 0px 0px 10px;
    font-weight: 600;
}

section#admission_form_online .admission-form .sidebar p {
    padding: 0px 15px;
    margin: 0px 0px 5px;
    font-size: 13px;
    line-height: 16px;
}

section#admission_form_online .admission-form .sidebar p b {
    font-weight: 600;
    color: rgb(115, 150, 198);
    width: 15%;
    display: inline-block;
    vertical-align: top;
}

section#admission_form_online .vc_col-sm-8 {
    padding-right: 2%;
}

section#admission_form_online .admission-form .sidebar p span {
    width: 83%;
    display: inline-block;
    vertical-align: top;
    line-height: 18px;
}

section#admission_form_online .admission-form .sidebar p+h1 {
    margin-top: 20px;
}

section#admission_form_online .admission-form .sidebar .item.form-group {
    margin: 0px;
    padding: 0px 10px 30px;
}

section#admission_form_online .admission-form .sidebar .item.form-group button.submit {
    border: unset;
    background: rgb(255, 150, 0) !important;
    color: rgb(255, 255, 255);
    padding: 8px 20px !important;
    font-size: 13px !important;
    margin-top: 15px !important;
}

section#admission_form_online .admission-form .sidebar .item.form-group label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    width: 100%;
    color: #73879C;
    font-family: "Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif;
    font-size: 14px;
    line-height: 1.471;
    letter-spacing: 0.5px;
}
section#admission_form_online .admission-form .sidebar .item.form-group  .dropdown {
    display: block;
    width: 100%;
}

section#admission_form_online .admission-form .sidebar .item.form-group .dropdown .dropdown-menu {
    padding: 0px;
}

section#admission_form_online .admission-form .sidebar .item.form-group .dropdown .dropdown-menu li {
    padding: 0px;
}

section#admission_form_online .admission-form .sidebar .item.form-group .dropdown .dropdown-menu li a {
    text-align: left;
    padding: 4px 10px;
}

section#admission_form_online .admission-form .sidebar .item.form-group .dropdown .dropdown-menu li a span {
    width: unset;
    padding: 0px;
    font-size: 12px;
}

section#admission_form_online .admission-form .sidebar .item.form-group .dropdown .dropdown-menu li a span.check-mark:after {
    width: 6px;
    height: 10px;
}

section#admission_form_online .admission-form .sidebar .item.form-group .dropdown .dropdown-menu li a span.check-mark {display: none;}

section#admission_form_online .admission-form .sidebar .item.form-group .dropdown .dropdown-menu li a.selected span.check-mark {
    display: inline-block;
}

section#admission_form_online .admission-form .sidebar .item.form-group .dropdown button {
    outline: unset !important;
    box-shadow: unset !important;
}

section#admission_form_online .admission-form .sidebar .item.form-group .dropdown button.error {
    border-color: red;
}
section#admission_form_online  .col-lg-5 {
    padding-left: 30px;
}
section#admission_form_online .admission-form .sidebar form#admission a {
    border: unset;
    background: rgb(255, 150, 0) !important;
    color: rgb(255, 255, 255);
    padding: 8px 20px !important;
    font-size: 13px !important;
    margin-top: 15px !important;
    text-decoration: unset;
    display: inline-block;
}

section#admission_form_online .admission-form .sidebar .item.form-group span.select2.select2-container {
    display: block;
    line-height: unset !important;
    margin: 0 auto 5px;
    width: 100% !important;
}

section#admission_form_online .admission-form .sidebar .item.form-group form {
    text-align: left;
    display: block;
}

section#admission_form_online .admission-form .sidebar .item.form-group span.select2.select2-container span.select2-selection.select2-selection--multiple {
    border: 1px solid #eaeaea;
    text-align: left;
    display: flex;
    align-items: center;
    padding-bottom: 10px;
}

section#admission_form_online .admission-form .sidebar .item.form-group span.select2.select2-container span.select2-selection.select2-selection--multiple li.select2-selection__choice {
    padding: 0px 0px;
}

section#admission_form_online .admission-form .sidebar .item.form-group span.select2.select2-container span.select2-selection.select2-selection--multiple li.select2-selection__choice button.select2-selection__choice__remove {
    color: red;
    right: unset;
    left: 0px;
    display: inline-block;
    width: unset;
    padding: 0px;
}

section#admission_form_online .admission-form .sidebar .item.form-group span.select2.select2-container span.select2-selection.select2-selection--multiple li.select2-selection__choice button.select2-selection__choice__remove span {
    width: auto;
    padding: 0px 4px;
}

section#admission_form_online .admission-form .sidebar .item.form-group span.select2.select2-container span.select2-selection.select2-selection--multiple li.select2-selection__choice span.select2-selection__choice__display {
    padding-left: 25px !important;
    width: 100% !important;
    display: block !important;
}

section#admission_form_online .admission-form .sidebar .item.form-group span.select2.select2-container span.select2-selection.select2-selection--multiple ul {
    border: unset;
    margin: 0px !important;
    display: inline-block;
    width: auto;
}
section#admission_form_online .admission-form .sidebar p.expire {
    padding: 12px 0px 0px;
    margin: 0px;
    color: red;
    font-size: 16px;
    line-height: 20px;
}

section#admission_form_online .admission-form .sidebar .item.form-group div#payment-stripe {
    padding: 0px;
    margin-top: 15px;
}

section#admission_form_online .admission-form .sidebar .item.form-group div#payment-stripe span.text-danger.payment-error-message {
    font-size: 14px;
    line-height: 18px !important;
    display: block;
}


section#admission_form_online .admission-form .sidebar .item.form-group div#payment-stripe label {
    margin-bottom: 0px;
    color: #212529;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0px;
}

section#admission_form_online .admission-form .sidebar .item.form-group div#payment-stripe .col-sm-12 {
    margin-bottom: 12px;
    position: relative;
}

section#admission_form_online .admission-form .sidebar .item.form-group div#payment-stripe span.input-group-addon {
    width: 10%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: gray;
    border: 1px solid #ced4da;
}

section#admission_form_online .admission-form .sidebar .item.form-group div#payment-stripe i.fa.fa-cc-visa.fa-lg.payment-form-icon.form-control-feedback {
    position: absolute;
    top: 5px;
    right: 15px;
}
section#admission_form_online .admission-form .sidebar .item.form-group div#payment-stripe input {
    box-shadow: unset;
    outline: unset;
}
p.error.enrolledPage {
    display: block;
    background: rgb(255 0 0 / 40%);
    color: #000;
    padding: 6px 12px;
    margin-bottom: 10px;
}
p.success.enrolledPage {
    display: block;
    background: rgb(0 128 0 / 40%);
    color: #000;
    padding: 6px 12px;
    margin-bottom: 10px;
    background: rgb(0 128 0 / 40%);
}
section#admission_form_online .admission-form .sidebar p.msg {
    padding: 12px 0px 0px;
    margin: 0px;
    font-size: 16px;
}

section#admission_form_online .admission-form .sidebar form#admission p.msg a {
    background: transparent !important;
    padding: 0px !important;
    color: rgb(255, 150, 0) !important;
    font-size: 16px !important;
    text-decoration: underline;
}

.row.join_class_success h1 {
    font-family: 'Varela' !important;
    font-size: 35px !important;
    color: #333333 !important;
    font-weight: 600 !important;
    position: relative;
    border-bottom: 1px solid rgb(234 234 234 / 60%);
    padding: 0px 0px 5px;
    margin-bottom: 40px !important;
}

.row.join_class_success ul {
    list-style-type: none !important;
    padding: 0px !important;
    margin: 0px 0px 20px !important;
    border: unset !important;
}

.row.join_class_success ul li {
    position: relative;
    font-family: 'Varela' !important;
    font-size: 18px !important;
    color: #666666 !important;
    margin-bottom: 0px;
    list-style-type: none !important;
    background: transparent !important;
    border: unset !important;
    box-shadow: unset !important;
    padding: 6px 18px 6px !important;
}

.row.join_class_success p {
    font-family: 'Varela' !important;
    font-size: 18px !important;
    color: #666666;
    line-height: 30px !important;
}

.row.join_class_success p a {
    color: #0975dd;
    text-decoration: unset;
}

.row.join_class_success h1:after {
    content: "";
    width: 200px;
    height: 2px;
    background: #0875dd;
    position: absolute;
    left: 0px;
    bottom: -1px;
}

.row.join_class_success ul li:before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 100px;
    position: absolute;
    left: 0px;
    top: 0px;
    background: #cbc7c7;
    bottom: 0px;
    margin: auto;
}

form.addNewBusinessLocation p.one.three {
    width: 100%;
}

form.addNewBusinessLocation p.one.three input {
    display: inline-block;
    vertical-align: top;
    width: 33%;
}
.page-header h1 {
    font-size: 65px;
    font-family: Playfair Display;
    line-height: 1.1;
    color: #fff;
    margin-bottom: 20px;
}

.page-header div#breadcrumbs a,.page-header div#breadcrumbs span {
    color: #fff;
    text-decoration: none;
}
.about-sec1 h2 {
    color: #333333;
    font-family: 'Playfair Display';
    font-size: 51px;
    line-height: 1.1;
    margin-bottom: 20px;
}

.about-sec1 h3 {
    font-family: 'Playfair Display';
    color: #333333;
    font-size: 24px;
    margin-bottom: 8px !important;
    font-weight: 600;
}

section.about-sec1 {
    padding: 100px 0 !IMPORTANT;
}

section.about-sec2 {
    padding-bottom: 100px;
}

section.about-sec2 h2 {
    color: #333333;
    font-family: 'Playfair Display';
    font-size: 51px;
    line-height: 1.1;
    margin-bottom: 20px;
}

a.btn.theme-btn {
    width: 200px;
    display: block;
    margin: 0 auto;
    background: #fe6300;
    line-height: 50px;
    border-radius: 8px;
    color: white;
    font-family: 'Varela';
    margin-top: 30px;
}

section.about-sec3 {
    padding: 100px 0;
}

section.about-sec3 h3 {
    font-size: 15px;
    color: #0875dd;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700 !important;
    font-family: 'Varela' !important;
    margin-bottom: 30px;
}

section.about-sec3 h2 {
    font-size: 37px;
    color: #333333;
    line-height: 49px;
    text-align: center;
    font-style: normal;
    font-weight: 700 !important;
    letter-spacing: 1px;
    font-family: 'Varela' !important;
    margin-bottom: 60px;
}

section.about-sec3  .testi-box {
    background: white;
    box-shadow: 0px 0px 6px #e0dfdf;
    border-radius: 10px;
    padding: 46px 40px 60px;
}

section.about-sec3 .testi-box .testi-head {
    display: flex;
    align-items: center;
}

.testi-head h4 {
    font-size: 25px;
    line-height: 45px;
    color: #333333;
    letter-spacing: 1px;
    font-family: 'Varela' !important;
    font-weight: 700 !important;
}

.testi-head h4 span {
    font-size: 18px;
    color: #666666;
    line-height: 25px;
    font-weight: 100;
    letter-spacing: 0px !important;
}

.testi-head img {
    margin-right: 25px;
    margin-bottom: 0 !important;
}

section.about-sec3 .testi-box p {
    font-size: 18px;
    line-height: 30px;
    color: #666666;
    margin-top: 20px;
}
section.privacy-sec1 {
    padding: 100px 0;
}

section.privacy-sec1 h2 {
    color: #000000;
    font-family: 'Playfair Display';
    font-size: 28px;
    line-height: 1.1;
    margin-bottom: 15px;
    margin-top: 15px;
    letter-spacing: .5px;
}

section.privacy-sec1 p {
    font-size: 18px;
    color: #666666;
    padding-bottom: 20px !important;
    font-family: 'Varela' !important;
    margin-bottom: 0;
}
section.coming-soon {
    padding: 100px 0px;
}
.pricing-sec h3 { color: #333333; font-family: 'Playfair Display'; font-size: 51px; line-height: 1.1; }
.pricing-sec p { font-family: 'Varela'; font-size: 18px; color: #666666; }
.pricing-col { text-align: center; box-shadow: 0px 0px 10px #cfcccc; background: white; }
.pricing-col ul li { list-style: none; }
.pricing-col h4 { color: #333333; font-size: 30px; line-height: 30px; font-weight: 400; margin-bottom: 12px !important; }
.pricing-col p { color: #000000; font-size: 13px; line-height: 30px; padding-bottom: 0; }
.pricing-col h5 { font-size: 52px; font-weight: 300; color: #ff9600; line-height: 22px; margin-top: 7px; margin-bottom: 0px !important; }
.pricing-col h5 span { font-size: 25px; margin-left: -7px; }
.pricing-col li { font-size: 15px; line-height: 45px; color: #393838; }
.pricing-col ul {margin: 0;margin-top: 30px;margin-bottom: 10px;padding: 0;}
.pricing-col {padding: 42px 0 60px;position: relative;transition: 1s ease !important;}
.pricing-col:hover {transform: scaleY(1.1);}
.price-green h5 { color: #60d200 !important; }
.price-green a { background: #60d200 !important; }
.price-pink h5 { color: #ff4b96 !important; }
.price-pink a { background: #ff4b96 !important; }
img.p-choice { position: absolute; right: 0; top: 0; }

section.pricing-sec1 {
    padding: 100px 0;
}

section.pricing-sec1 h2 {
    color: #333333;
    font-family: 'Playfair Display';
    font-size: 51px;
    line-height: 1.1;
}

section.pricing-sec1  .col-md-12 > p {
    font-family: 'Varela';
    font-size: 18px;
    color: #666666;
    margin-bottom: 70px;
}
section.contact-sec1 {
    padding: 200px 0;
}

section.contact-sec1 h2 {
    color: #333333;
    font-family: 'Playfair Display';
    font-size: 51px;
    line-height: 1.1;
    margin-bottom: 30px !important;
}

section.contact-sec1 p,section.contact-sec1 p a {
    font-family: 'Varela';
    font-size: 18px;
    color: #666666;
}

section.contact-sec1  .form-control {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(229, 234, 244);
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 3px 21px 0px rgb(236 239 245);
    height: 60px;
    padding-left: 25px;
    color: #666666;
    font-family: 'Varela';
    font-size: 16px !important;
}

section.contact-sec1 textarea.form-control {
    height: 220px;
    padding: 20px 25px;
}

section.contact-sec1 .form-control:focus {
    border-color: #3452ff;
}

section.contact-sec1  input.btn.theme-btn {
    width: 200px !important;
    padding: 0 !important;
    height: 50px !important;
    border-radius: 10px !important;
    background: #fe6300 !important;
    color: white !important;
    font-size: 16px;
    font-family: 'Varela';
    font-weight: normal;
    margin-top: 10px;
}
section.provider-sec1 h2 {
    font-size: 56px;
    color: #333333;
    line-height: 60px;
    text-align: left;
    font-family: Playfair Display;
    font-style: normal;
    letter-spacing: 1px;
}

section.provider-sec1 p {
    font-size: 18px;
    line-height: 32px;
    margin: 15px 0 30px !important;
    color: #666666 !important;
}

section.provider-sec1 a.btn.theme-btn {
    margin-top: 0;
    background: rgb(96, 210, 0) !IMPORTANT;
}

section.provider-sec1 {
    padding: 50px 0 100px;
}

section.provider-sec2 {
    padding: 100px 0 140px;
}

section.provider-sec2 h2 {
    font-size: 45px;
    color: #333333;
    line-height: 49px;
    text-align: center;
    font-family: Playfair Display;
    font-style: normal;
    margin-bottom: 20px;
}

section.provider-sec2 .col-md-12 > p {
    font-size: 24px;
    line-height: 32px;
    color: #666666;
    margin-top: 20px;
    font-family: 'Varela' !important;
    margin-bottom: 50px;
}

section.provider-sec2 .y-box {
    text-align: center;
    background: #ea8a02;
    padding-top: 72px;
    height: 225px;
    margin-top: -75px;
    border-radius: 0px 0px 10px 10px;
}

section.provider-sec2 .y-box p {
    color: white;
    font-size: 20px;
    line-height: 28px;
    margin-top: 20px;
}

section.provider-sec3 h2 {
    font-size: 45px;
    color: #ffffff;
    line-height: 49px;
    text-align: center;
    font-family: Playfair Display;
    font-style: normal;
    letter-spacing: 2px !important;
    margin-bottom: 20px;
}

section.provider-sec3 p {
    font-size: 24px;
    line-height: 26px;
    color: white;
    margin-top: 15px;
    font-family: 'Varela' !important;
    width: 70%;
    margin: 0 auto;
}

section.provider-sec3 {
    padding: 90px 0 90px;
}

section.provider-sec4 {
    padding: 50px 0;
}

section.provider-sec4 p {
    text-align: center;
    color: #959595;
    font-family: 'Playfair-Display' !important;
    font-style: italic;
    font-size: 25px;
    line-height: 28px;
    font-weight: 600 !important;
    margin-bottom: 70px;
}
section.provider-sec5 h2 {
    font-size: 45px;
    color: #333333;
    line-height: 49px;
    text-align: center;
    font-family: Playfair Display;
    font-style: normal;
    margin-bottom: 70px;
}

section.provider-sec5 .p-box {
    text-align: center;
    background: #c40088;
    padding-top: 95px;
    /* width: 410px; */
    height: 285px;
    margin-top: -75px;
    border-radius: 0px 0px 10px 10px;
}

section.provider-sec5 .p-box p {
    color: white;
    font-size: 22px;
    line-height: 28px;
    font-family: 'Varela' !important;
}

section.provider-sec5  a.btn.theme-btn {
    font-size: 16px;
    width: 165px;
    text-align: center;
    height: 50px;
    padding: 13px;
    font-weight: 400 !important;
    border-radius: 10px !important;
    line-height: 50px !important;
    padding: 0 !important;
    background: #60d200 !IMPORTANT;
    margin-top: 50px;
}

section.provider-sec5 {
    padding: 110px 0 120px;
}
section.provide-sec6 h3 {
    font-size: 15px;
    color: #eb3a00;
    line-height: 14px;
    text-align: left;
    font-style: normal;
    font-family: 'Varela' !important;
    font-weight: 700;
}

section.provide-sec6 h2 {
    font-size: 45px;
    color: #333333;
    line-height: 40px;
    text-align: left;
    font-family: Playfair Display;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 1px;
    margin-bottom: 27px !important;
}

section.provide-sec6 label {
    display: block;
    font-weight: 700;
    font-size: 16px;
    float: none;
    line-height: 1.3;
    margin: 0 0 4px 0;
    padding: 0;
    word-break: break-word;
    word-wrap: break-word;
    margin-bottom: 10px;
    margin-top: 20px;
}

section.provide-sec6 .form-control,section.provide-sec6 .form-select {
    height: 50px !important;
    border-radius: 10px !important;
    color: #999999 !important;
    padding-left: 14px !important;
}

section.provide-sec6 input.btn.theme-btn {
    width: 170px;
    height: 54px;
    background: #60d200;
    color: white;
    font-size: 16px;
    font-family: 'Varela';
    border-radius: 10px !important;
    font-weight: 400;
    margin-top: 20px;
}

section.provide-sec6 {
    padding: 150px 0 120px;
}
.text-right {
    text-align: right;
}
.parent-sec1 h2 {
    font-size: 49px;
    color: #333333;
    line-height: 56px;
    text-align: left;
    font-family: Playfair Display;
    font-style: normal;
    letter-spacing: 1px;
}

.parent-sec1 p {
    font-size: 18px;
    line-height: 32px;
    margin: 15px 0 30px !important;
    color: #666666 !important;
}

.parent-sec1  a.btn.theme-btn {
    font-size: 16px;
    width: 165px;
    text-align: center;
    height: 50px;
    padding: 13px;
    font-weight: 400 !important;
    border-radius: 10px !important;
    padding: 0 !important;
    margin-top: 10px;
}

.parent-sec1 a.btn.theme-btn.ml-3 {
    color: #0875dd !important;
    border-color: #0875dd !important;
    background: transparent !IMPORTANT;
    margin-left: 20px;
}

section.parent-sec1 {
    padding-top: 45px;
    padding-bottom: 125px;
}
section.parent-sec2 {
    padding-top: 180px;
    padding-bottom: 145px;
}

section.parent-sec2 img {
    padding-left: 50px;
    padding-right: 50px;
}

section.parent-sec2 h2 {
    font-size: 45px;
    color: #ffffff;
    line-height: 49px;
    text-align: left;
    font-family: Playfair Display;
    font-style: normal;
    letter-spacing: 1px;
}

section.parent-sec2 p {
    font-size: 16px;
    line-height: 40px;
    color: white;
    text-transform: uppercase;
}

section.parent-sec2 input.form-control {
    background: white;
    border-radius: 10px;
    width: 500px;
    height: 50px;
    padding-left: 30px !important;
}

section.parent-sec2 input[type=submit] {
    position: absolute;
    right: 60px;
    background: #00d105 !important;
    width: 170px !important;
    font-family: 'Varela';
    padding: 0 !important;
    height: 50px !important;
    border-radius: 10px !important;
    color: white !important;
    font-size: 16px;
    font-weight: normal;
}

section.parent-sec2 form {
    position: relative;
}

section.parent-sec3 {
    padding-top: 180px;
    padding-bottom: 160px;
}

section.parent-sec3 h2 {
    font-size: 45px;
    color: #333333;
    line-height: 49px;
    text-align: center;
    font-family: Playfair Display;
    font-style: normal;
    font-weight: 600 !important;
    letter-spacing: 1px;
    margin-bottom: 60px;
}

section.parent-sec3  h4 {
    font-size: 26px;
    color: white;
    font-weight: 300;
    position: absolute;
    right: 0;
    left: 0;
    top: 95px;
    font-family: 'Varela' !important;
}

section.parent-sec3  .kids-box {
    position: relative;
}

section.parent-sec3 p {
    font-size: 26px;
    color: #333333;
    line-height: 30px;
    font-weight: 600;
    font-family: 'Varela' !important;
    margin-top: 20px;
}
section.parents-sec4 {
    padding-top: 100px;
    padding-bottom: 0px;
}
section.parents-sec5 {
    padding-top: 100px;
    padding-bottom: 100px;
}

section.parents-sec5 h3 {
    font-size: 15px;
    color: #eb3a00;
    line-height: 10px;
    text-align: left;
    font-style: normal;
    font-weight: 700 !important;
    letter-spacing: 1px;
    font-family: 'Varela' !important;
}

section.parents-sec5 h2 {
    font-size: 45px;
    color: #333333;
    line-height: 46px;
    text-align: left;
    font-family: Playfair Display;
    font-style: normal;
    font-weight: 600 !important;
    letter-spacing: 1px;
    margin-bottom: 30px;
}

section.parents-sec5 p {
    font-size: 18px;
    line-height: 32px;
    color: #666666;
    font-family: 'Varela' !important;
}

section.parents-sec5 p i.fa.fa-check {
    color: #0875dd !important;
}

section.parents-sec5 a.btn.theme-btn.d-inline-block {
    background-color: rgb(196, 0, 135);
    font-size: 16px;
    width: 165px;
    text-align: center;
    height: 50px;
    padding: 13px;
    font-weight: 400 !important;
    border-radius: 10px !important;
    padding: 0 !IMPORTANT;
}
section.parents-sec6 {
    padding-top: 80px;
    padding-bottom: 120px;
}

section.parents-sec6 h2 {
    font-size: 40px;
    color: #333333;
    line-height: 49px;
    text-align: left;
    font-style: normal;
    font-weight: 700 !important;
    letter-spacing: 1px;
    font-family: 'Varela' !important;
    margin-bottom: 30px;
}

section.parents-sec6 p {
    font-size: 17px;
    line-height: 32px;
    color: #666666;
}

section.parents-sec6 .form-control {
    width: 440px;
    background: transparent;
    border: 1px solid #cccccc;
    border-radius: 10px;
    height: 50px;
}

section.parents-sec6 form#searchform {
    justify-content: flex-end;
}

section.parents-sec6 
 button#searchsubmit {
    height: 50px !important;
    background: #0875dd !important;
    border-radius: 10px !important;
    margin-left: 10px;
    width: 70px;
}

section.parents-sec6 button#searchsubmit i {
    color: #fff;
}

section.parents-sec6 .col-md-12 > .row {
    margin-bottom: 40px;
}

section.parents-sec6 .three-box {
    padding: 42px 0 40px;
    background: #fff4e5;
    border-radius: 0px 0px 10px 10px !important;
    background: #e5fae6;
}

section.parents-sec6 .three-box h4 {
    font-size: 26px;
    color: #333333;
    font-weight: 600;
    margin-left: 30px;
    letter-spacing: .5px;
    font-family: 'Varela' !important;
}

section.parents-sec6 .three-box .two-box {
    display: flex;
    align-items: center;
    margin-top: 55px;
    justify-content: space-between;
    padding: 0 30px;
}

section.parents-sec6 .three-box .two-box p {
    padding-bottom: 0;
    height: 55px;
    background: white;
    border-radius: 10px;
    text-align: center;
    padding: 12px;
    font-size: 21px;
    font-weight: 600;
    color: #333333;
    width: 135px !important;
}

section.parents-sec6 .three-box .two-box  a {
    margin-left: 40px;
    background: #00d105;
    width: 170px;
    height: 55px;
    padding: 15px;
    text-align: center;
    color: white;
    font-size: 18px;
    border-radius: 10px;
    text-decoration: none;
}

section.parents-sec6  .three-box.bg-peach a {
    background: #ff9600 !important;
}

section.parents-sec6 .three-box.bg-peach {
    background: #fff4e5 !important;
}

section.parents-sec6 .three-box.bg-pink {
    background: #ffedf4 !important;
}

section.parents-sec6 .three-box.bg-pink a {
    background: #ff4b96 !important;
}

header nav ul.navbar-nav li.nav-item a.nav-link.active {
    color: rgb(254 99 0);
}

table.dataTable thead th, table.dataTable thead td {
    padding: 8px 10px;
    font-size: 16px !important;
}

form.addNewBusinessLocation div.form-file.two-sep.one_line.accountPage .avatar-upload.show label:after {
    content: "\f040";
    font-family: 'FontAwesome';
    color: #757575;
    position: absolute;
    top: 6px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}

form.addNewBusinessLocation div.form-file.two-sep.one_line.accountPage .avatar-edit {
    position: relative;
    width: fit-content;
}

form.addNewBusinessLocation div.form-file.two-sep.one_line.accountPage input#imageUpload {
    padding: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
}

section.provide-sec6 .col-md-6 img {
    width: 100%;
}

form.addNewBusinessLocation div.freeTrail {
    padding-bottom: 12px;
}

form.addNewBusinessLocation div.freeTrail h3 {
    font-size: 24px;
    text-transform: uppercase;
    color: #60d200;
    margin: 25px 0 15px;
    font-family: 'Varela', sans-serif;
    font-weight: 600;
    border-bottom: 1px solid #eaeaea;
    padding: 0px 0px 6px;
}

form.addNewBusinessLocation div.freeTrail p {
    font-family: 'Varela', sans-serif;
    font-weight: 400;
    color: gray;
    font-size: 16px;
}

#addBusinessModal .modal-dialog {
    max-width: 800px;
}

#addBusinessModal .modal-dialog button.close {
    border: unset;
    background: transparent;
    padding: 0px;
    color: red;
    opacity: 1;
    font-size: 24px;
}

#addBusinessModal p {
    margin-bottom: 20px;
}

#addBusinessModal a {
    margin-bottom: 15px;
    display: inline-block;
    background: #60d200;
    color: white;
    font-size: 16px;
    font-family: 'Varela';
    border-radius: 10px !important;
    font-weight: 400;
    text-decoration: unset;
    padding: 12px 20px;
}

section.marketplace_section div.sidebar ul li.inputText input {
    border: 1px solid #eaeaea;
    width: 100%;
    border-radius: 6px;
    outline: unset;
    height: 40px;
    padding: 0px 10px;
    font-size: 14px;
}

section.marketplace_section div.sidebar button {
    font-size: 16px;
    width: 165px;
    text-align: center;
    height: 40px;
    font-weight: 400 !important;
    border-radius: 10px !important;
    background: #fe6300;
    color: white;
    font-family: 'Varela';
    border: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 25px auto 0;
}

section.marketplace_section div.sidebar div.filterButtons {
    display: flex;
    gap: 10px;
}

section.marketplace_section div.sidebar div.filterButtons button[name="reset"] {
    background: rgb(255 0 0 / 70%);
}

section.marketplace_section .advertisement_main div.courses .image label.locationRadius {
    right: unset;
    left: 5px;
}
#selectPackageModal .modal-dialog,
#renewPlanModel .modal-dialog {
    max-width: 950px;
}
#selectPackageModal .modal-dialog button.close,
#renewPlanModel .modal-dialog button.close {
    border: unset;
    background: transparent;
    padding: 0px;
    color: red;
    opacity: 1;
    font-size: 24px;
}
#selectPackageModal .pack {
    background: white;
    padding: 0;
    overflow: hidden;
    box-shadow: 0px 0px 20px 1px #8080801a;
    border-radius: 6px;
    padding: 25px 15px 25px;
}

#selectPackageModal .pack .head {
    padding: 0px 0px;
    position: relative;
    background: transparent;
}

#selectPackageModal .pack .head h5 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1.2;
    color: #000;
    font-family: 'Varela', sans-serif;
    margin-bottom: 10px;
}

#selectPackageModal .pack .head p {
    font-family: 'Poppins', sans-serif;
    color: #2c2f39;
    font-size: 12px;
    margin-bottom: 10px;
}

#selectPackageModal .pack .head h3 {
    font-size: 16px;
    font-weight: 700;
    color: #fb9522;
    margin: 0;
    font-family: 'Varela', sans-serif;
    line-height: 18px;
    height: 40px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 2px;
}

#selectPackageModal .pack .mid-body p {
    font-family: 'Poppins', sans-serif;
    color: #2c2f39;
    font-size: 14px;
    margin: 0px 0px 0px;
    padding: 0px;
}

#selectPackageModal .pack a.various.btn {
    display: table;
    margin: auto;
    border-radius: 0;
    font-size: 13px;
    font-weight: 500;
    padding: 4px 20px;
    position: relative;
    background: #198754;
    color: white;
}

#selectPackageModal .pack .mid-body {
    background: rgb(202 202 202 / 20%);
    margin-top: 10px;
    padding: 10px 6px 10px;
    margin-bottom: 12px;
    min-height: 195px;
}
#selectPackageModal .modal-body {
    padding: 30px 25px 40px;
}
#selectPackageModal .pack .head h3 span {
    color: #2c2f39;
    font-size: 12px;
}
#selectPackageModal .pack .mid-body ul {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

#selectPackageModal .pack .mid-body ul li {
    position: relative;
    font-size: 12px;
    padding: 0px 12px;
    margin-bottom: 5px;
    line-height: 18px;
}

#selectPackageModal .pack .mid-body ul li:before {
    content: '';
    width: 6px;
    height: 6px;
    background: rgb(0 0 0 / 35%);
    border-radius: 50%;
    display: inline-block;
    left: 0px;
    top: 6px;
    position: absolute;
    margin: auto;
}
#selectPackageModal .modal-body .col-md-4 {
    flex: unset;
    width: 100%;
    padding: 0px;
    margin: 0px;
}
#selectPackageModal .modal-body .row {
    flex-wrap: unset;
    display: flex;
    gap: 15px;
}

@media (max-width:767px){
    #selectPackageModal .modal-body .row {
        flex-direction: column;
    }
}

.all-providers-table .provider-detailed {
    display: flex;
    gap: 10px;
}


.all-providers-table .provider-detailed .profile img {
    height: 80px;
    width: 80px;
    object-fit: cover;
}

.all-providers-table .provider-detailed .detailed {
    font-size: 13px;
}

.all-providers-table .provider-detailed .detailed b {
    font-weight: 700;
    color: #645c5c;
    margin-right: 3px;
}
.all-providers-table .address b{
     font-weight: 700;
    color: #645c5c;
    margin-right: 3px;   
}

.all-providers-table .address,.all-providers-table .date {
    font-size: 13px !important;
}
.all-providers-table .address p.dob span {
    display: block;
}

.all-providers-table .address p.dob {
    margin-bottom: 5px;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 5px;
    max-width: 90%;
}

.all-providers-table .address p.dob:last-child {
    border-bottom: unset;
    padding-bottom: 0px;
    margin-bottom: 0px;
}