/*
Theme Name: ConveyWP
Theme URI: http://staging.theemwiz.com/conveywp
Author: Theemwiz
Author URI: https://theemwiz.com/
Requires at least: 4.7
Requires PHP: 7.3.0
Tested up to: 7.3.5
Description: ConveyWP is a fully responsive WordPress Blog theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://wwgw.gnu.org/licenses/gpl-2.0.html
Text Domain: conveywp
Tags: one-column, two-columns, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
/* Table of contents

- 1. Global Styles 
1.1 Spacers
1.3 Form Styles

- 2. Top Bar Section

- 3. Navigation

- 4. Slider
4.1 Infobox Element

- 5. Breadcrumb

- 6. Contact Form

- 7. Sidebar

- 8. Search

- 9. Latest News Element

- 10. Subscribe Element

- 11. Client Carousel Element

- 12. Footer Section

- 13. Blog Section & Element

- 14. Testimonial Section

- 15. About Page

- 16. Services Page

- 17. Pricing Page

- 18. 404 Page

- 19. Responsive Styles

- 20. Back to top styles 

- 21. Preloader Effect 

- 22. Misc Styles 

*/

/* 1. Global Styles */

a:hover {
  color: #14b7fb;
}

.sticky {
  position: relative;
}

aside#sidebar {
  height: auto;
  position: sticky;
  top: 110px;
}

/* Text meant only for screen readers. */

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
  border: 1px solid #333;
  padding: 2px;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.socializer a > * {
  line-height: 32px;
}

.foot-widget.empty_widget {
  width: 100%;
  margin: 0;
  padding-bottom: 100px;
  text-align: center;
}

.no_widgets {
  font-size: 16px;
  text-align: center;
}

.grecaptcha-badge {
  visibility: hidden;
  opacity: 0;
}

.rc-anchor-normal-footer {
  order: 2;
}

.rc-anchor-invisible-text {
  order: 1;
}

select option:disabled {
  background: #ccc;
  opacity: 0.5;
}

/* User Dashboard */

.llms-student-dashboard .llms-sd-section {
  margin-bottom: 0;
}

.llms-student-dashboard .llms-sd-section + .llms-sd-section {
  margin-top: 40px;
}

.llms-student-dashboard .llms-button-secondary,
#llms-redeem-voucher-submit,
.llms-group-card-header .llms-group-card-action,
.llms-group-card .llms-group-card-action {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  fill: #ffffff;
  color: #ffffff;
  background-color: #25aae1;
  border-radius: 5px;
  padding: 20px 45px 20px 45px;
  display: inline-block;
}

.llms-student-dashboard .llms-button-secondary:hover,
#llms-redeem-voucher-submit:hover,
.llms-group-card
  .llms-group-card-action:hover
  .llms-group-card-header
  .llms-group-card-action:hover {
  background-color: #14b7fb;
}

.llms-student-dashboard table.llms-table {
  background: #fff;
  border: none;
  border-radius: 0;
}

.llms-table th,
.llms-table td,
.llms-table th:first-child,
.llms-table td:first-child,
.llms-table th:last-child,
.llms-table td:last-child {
  border: 1px solid #e0e0e0;
  padding: 10px 15px;
}

.llms-table thead th,
.llms-table thead td {
  font-size: 16px;
  font-weight: 600;
  vertical-align: middle;
}

.llms-table td .llms-donut.mini svg {
  display: none;
  background: none;
}

.llms-table td .llms-donut.mini {
  background: none;
  width: 100%;
  height: 100%;
  border-radius: 0;
  line-height: 1;
}

.llms-table td .llms-donut.mini .inside {
  background: none;
  border-radius: 0;
  position: static;
  transform: none;
  height: auto;
  width: auto;
  justify-content: flex-start;
  font-size: 18px;
  font-weight: 700;
  color: #25aae1;
  line-height: 1;
}

.llms-table td .llms-donut.mini .inside .percentage,
.llms-table td .llms-donut.mini .inside .percentage small {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}

.llms-sd-grades .llms-table .llms-progress .progress__indicator {
  color: #fff;
}

.llms-sd-grades .llms-table .llms-progress {
  height: auto;
}

.llms-sd-grades .llms-table .llms-progress .llms-progress-bar {
  background: #818181;
}

.llms-progress .progress-bar-complete {
  background: #25aae1;
}

.llms-table tfoot tr .llms-table-sort {
  text-align: left;
}

.llms-table tfoot tr .llms-table-sort form label {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 5px;
}

.llms-table tfoot tr .llms-table-sort button.llms-button-secondary {
  padding: 12px 30px;
  font-size: 14px;
  line-height: 16px;
  margin: 10px 0 0;
}

.llms-student-dashboard .llms-group {
  background: #e5e5e5;
  border: 1px solid #dadada;
}

.llms-sd-notification-center .llms-notification-list,
.llms-sd-notification-center .llms-notification-list-item {
  margin: 0 0 20px;
}

.llms-sd-notification-center .llms-notification {
  border: 1px solid #e5e5e5;
  box-shadow: none;
  padding: 20px 30px 50px;
  border-radius: 5px;
}

.llms-notification .llms-notification-dismiss {
  opacity: 1;
  font-weight: 400;
  top: 5px;
  right: 5px;
}

.llms-notification .llms-notification-dismiss:hover {
  color: #ff0c00;
}

.llms-notification .llms-notification-main {
  align-self: center;
}

.llms-notification .llms-notification-body p {
  margin-bottom: 0;
}

.llms-sd-notification-center .llms-notification .llms-notification-footer {
  margin: 0;
  position: absolute;
  padding: 5px 15px;
  font-size: 13px;
  line-height: 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #e5e5e5;
}

.llms-sd-notification-center .llms-notification .llms-notification-footer span {
  float: none;
  display: inline-block;
}

.llms-form-fields .wp-block-columns .wp-block-column:not(:first-child) {
  margin: 0;
}

.llms-form-field .select2-container .select2-selection--single {
  box-shadow: none;
  line-height: 20px;
  padding: 15px;
  font-size: 14px;
  background: none;
  display: block;
  width: 100%;
  font-weight: 400;
  background-color: #fff;
  background-clip: padding-box;
  color: #495057;
  border: 1px solid #e3e3e3;
  border-radius: 0px;
  transition: all 0.15s ease;
  height: auto !important;
}

.llms-form-field
  .select2-container
  .select2-selection--single
  span.select2-selection__rendered {
  line-height: 20px;
  padding-left: 0;
}

.nice-select.disabled {
  display: none;
}

.select2-container.select2-container--focus .select2-selection {
  border: 1px solid #007bff !important;
}

.llms-password-strength-meter {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  line-height: 20px;
}

label[for="llms-voucher-code"] {
  font-size: 20px;
  font-weight: 600;
  color: #222;
}

button#llms-redeem-voucher-submit {
  border: none;
  line-height: 1;
}

.single-llms_group .site-wrapper .site-content {
  position: relative;
}

.llms-group-profile-content {
  max-width: 100%;
  width: 1230px;
  padding: 0 15px;
  margin: 0 auto;
}

.llms-group-profile-header {
  position: static;
}

.llms-group-profile-header .llms-group-banner {
  top: 0;
  width: 100%;
  bottom: inherit;
  height: 280px;
}

.llms-group-profile-nav
  ul.llms-group-menu
  li.llms-group-menu-item.current
  a.llms-group-menu-link {
  background: #fff;
  color: #25aae1;
  border-bottom-color: #25aae1;
}

.llms-group-profile-nav
  ul.llms-group-menu
  li.llms-group-menu-item.current
  a.llms-group-menu-link:hover {
  color: #25aae1;
  background: #fff;
}

.llms-group-profile-nav {
  background: #eaeaea;
  position: relative;
}

.llms-group-profile-nav:before {
  content: "";
  display: block;
  position: absolute;
  width: 100vw;
  height: 100%;
  background: #eaeaea;
  left: 0;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.llms-group-has-context-menu {
  border: none;
  line-height: 20px;
}

.llms-group-card .llms-loop-item-content .feat_area {
  width: 100%;
  margin: 0;
}

.llms-group-card .llms-loop-item-content .content_area {
  width: 100%;
  padding: 20px 15px;
}

.llms-group-card .llms-loop-item-content .content_area h4.llms-loop-title {
  font-size: 19px;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.llms-group-card .llms-loop-item-content .feat_area {
  width: 100%;
  margin: 0;
}

.llms-group-card .llms-loop-item-content .content_area {
  width: 100%;
  padding: 20px 15px;
}

.llms-group-card .llms-loop-item-content .content_area h4.llms-loop-title {
  font-size: 19px;
}

.card--group-profile-seats h3.llms-group-card-title {
  font-size: 18px;
}

button#llms-group-add-seats {
  padding: 4px 10px;
}

.llms-group-profile-content .llms-table {
  margin: 0 0 30px;
}

.llms-group-card-title .fa {
  color: #b0b0b0;
  margin-right: 3px;
}

.llms-table .nice-select {
  border-color: #e3e3e3;
  border-radius: 0;
  height: auto;
  line-height: 20px;
  padding: 15px;
}

.llms-table .nice-select.open {
  border-color: #25aae1;
  background-color: #fff;
}

.nice-select ul.list {
  border-radius: 0;
  height: auto;
  overflow: auto;
  max-height: 200px;
}

.nice-select ul.list li.option {
  padding: 10px 15px;
}

.llms-group-card {
  border: none;
  margin: 30px 0;
}

.llms-group-profile-content .llms-group-card-title {
  padding-bottom: 10px;
  margin: 0 0 5px;
  border-bottom: 1px solid #e0e0e0;
  font-size: 24px;
}

.llms-group-profile-content .llms-table.bulk_table td:first-child {
  font-weight: 700;
}

.llms-group-profile-content .llms-group-card-header {
  background: none;
  border-bottom: none;
  margin: 0;
}

.llms-group-card .llms-group-card-action.generate_report {
  padding: 15px 30px 12px;
  border: none;
}

#bulk_report_wrapper {
  margin: 30px 0;
  width: 100%;
}

#bulk_report_wrapper > .row {
  width: calc(100% + 30px);
}

table#bulk_report {
  width: 100% !important;
  border: none;
  margin: 20px 0 10px;
}

table.dataTable thead th,
table.dataTable thead td {
  border: 1px solid #e0e0e0;
}

#bulk_report_length .nice-select {
  margin: 0 5px;
  border-radius: 0;
  height: 30px;
  line-height: 1;
  padding: 10px 15px;
  min-width: 50px;
  border-color: #e0e0e0;
}

#bulk_report_length .nice-select:focus {
  box-shadow: none;
  border-color: #25aae1;
}

.dataTables_wrapper .dataTables_filter input {
  border-color: #e0e0e0;
  border-radius: 0;
  padding: 10px 15px;
}

.dataTables_wrapper .dataTables_filter input:focus {
  border-color: #25aae1;
  box-shadow: none;
}

#bulk_report_length .nice-select {
  margin: 0 5px;
  border-radius: 0;
  height: 30px;
  line-height: 1;
  padding: 10px 15px;
  min-width: 50px;
  border-color: #e0e0e0;
}

#bulk_report_length .nice-select:focus {
  box-shadow: none;
  border-color: #25aae1;
}

.dataTables_wrapper .dataTables_paginate .paginate_button,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
  background: none;
  border: 1px solid #25aae1;
  padding: 5px 15px;
  margin-left: 5px;
  color: #25aae1 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.active {
  background: #25aae1;
  color: #fff !important;
  border-color: #25aae1 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
  display: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button a {
  color: inherit;
}

.llms-group-main .llms-group-card button.llms-group-card-action.invite-members,
.llms-group-card button.llms-group-card-action.invite-members,
.llms-group-card .llms-group-card-header .llms-group-card-action.edit-profile,
button#llms-group-add-seats {
  padding: 0;
  font-size: 16px;
  background: none;
  color: #25aae1;
  line-height: 28px;
  top: 10px;
  right: 10px;
  text-transform: none;
}

.llms-group-main
  .llms-group-card
  button.llms-group-card-action.invite-members::after,
.llms-group-card button.llms-group-card-action.invite-members::after,
.llms-group-card
  .llms-group-card-header
  .llms-group-card-action.edit-profile::after,
button#llms-group-add-seats:after,
.llms-group-card .llms-group-card-main a.view_all::after,
.acf-actions a.acf-button:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  transition: 0.5s ease all;
  height: 1px;
  background: #14b7fb;
  bottom: 3px;
}

.llms-group-main
  .llms-group-card
  button.llms-group-card-action.invite-members:hover::after,
.llms-group-card button.llms-group-card-action.invite-members:hover::after,
.llms-group-card
  .llms-group-card-header
  .llms-group-card-action.edit-profile:hover::after,
button#llms-group-add-seats:hover::after,
.llms-group-card .llms-group-card-main a.view_all:hover::after,
.acf-actions a.acf-button:hover:after {
  width: 100%;
}

.llms-group-main
  .llms-group-card
  button.llms-group-card-action.invite-members:hover,
.llms-group-card button.llms-group-card-action.invite-members:hover,
.llms-group-card
  .llms-group-card-header
  .llms-group-card-action.edit-profile:hover,
button#llms-group-add-seats:hover {
  background: none;
  color: #14b7fb;
}

/* .llms-group-card .llms-group-card-main a.view_all_wrap {
    text-align: center;
    font-weight: 600;
    display: inline-block;
    position: relative;
} */

.llms-group-card .llms-group-card-action.invite-members .llms-group-text,
.llms-group-card-header .llms-group-card-action.edit-profile .llms-group-text {
  opacity: 1;
}

.llms-group-card .llms-group-card-action.invite-members i,
.llms-group-card-header .llms-group-card-action.edit-profile i {
  font-size: 16px;
  color: #fff !important;
  display: none;
}

button#llms-group-add-seats i {
  display: none;
}

button#llms-group-add-seats .llms-group-text {
  opacity: 1;
}

.llms-group-card-main .llms-group-card-main--heading {
  border-bottom: 1px solid #25aae1;
  padding: 0 0 10px;
  color: #25aae1;
}

.llms-group-member .llms-group-member--desc h6 {
  margin-bottom: 0;
  font-weight: 400;
}

.llms-group-member .llms-group-member--desc h5 {
  margin-bottom: 8px;
}

.llms-group-profile-main
  .llms-group-card.card--group-profile-members
  .llms-group-card-main
  .llms-group-member {
  margin-bottom: 25px;
}

.llms-group-card .llms-group-card-footer {
  background: none;
  border: none;
  display: flex;
  text-align: left;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.llms-group-card-footer button.invite-members {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  fill: #ffffff;
  color: #ffffff;
  background-color: #25aae1;
  border-radius: 5px;
  padding: 10px 16px 8px;
  width: 100%;
  border: none;
  margin: 0 10px 10px 0;
}

.llms-group-card-footer button#llms-group-invite-members_course_admin {
  background-color: #1a82ad;
}

.llms-group-card-footer button#llms-group-invite-members_course_admin:hover {
  background-color: #2099cb;
}

.llms-group-card-footer button#llms-group-invite-members_new {
  background-color: #125d7c;
}

.llms-group-card-footer button#llms-group-invite-members_new:hover {
  background-color: #1985b1;
}

.llms-group-card-footer button.invite-members:hover,
.llms-group-main .llms-group-card .llms-group-button:hover,
.llms-group-modal--content .llms-button-primary:hover {
  background: #14b7fb;
}

.llms-group-card-footer button.invite-members i {
  display: none;
}

.llms-group-profile-sidebar
  .llms-group-card.card--group-profile-members
  .llms-group-card-main {
  justify-content: flex-start;
  flex-flow: row;
  flex-wrap: wrap;
}

.llms-group-main .llms-group-card .llms-group-button,
.llms-group-modal--content .llms-button-primary {
  background: #25aae1;
  padding: 16px 45px;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  border-radius: 5px;
  float: none;
}

.llms-group-card-main .view_all_wrap {
  width: 100%;
  margin: 20px 0 0;
  text-align: center;
}

a.view_all {
  position: relative;
  display: inline-block;
}

table.add-seats-table.llms-table {
  margin: 0 0 20px;
}

table.add-seats-table.llms-table td h3 {
  font-size: 22px;
  margin: 0;
}

.llms-group-seats-modal .llms-form-fields.flush .llms-form-field input {
  padding: 10px 15px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}

.tagify {
  display: none;
}

#llms_group_invitation_emails {
  display: none;
}

.llms-group-card.card--group-profile-about .llms-group-card-text {
  padding: 0 20px 0 0;
  /*
    background: #fff;
    border: 1px solid #e0e0e0; */
}

.llms-group .llms-group-content.sidebar--right .llms-group-main {
  margin-right: 30px;
}

.llms-group-card-main .group-leaders-wrap {
  margin: 0 -10px 50px;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
}

.llms-group-card-main .group-leaders-wrap .llms-group-card-main--heading {
  width: 100%;
  font-size: 19px;
  margin: 0 10px 20px;
}

.llms-group-card-main .group-leaders-wrap > .llms-group-member {
  width: 25%;
  margin: 0 10px !important;
  padding: 15px;
  display: flex;
  flex-flow: row;
  align-items: center;
  border: 1px solid #e0e0e0;
}

/* .llms-group-card-footer button#llms-group-invite-members_course_admin {
    background: none;
    border: 1px solid #25AAE1;
    color: #25AAE1;
}

.llms-group-card-footer button#llms-group-invite-members_new {
    background: #09295d;
    border-color: 1px solid transparent;
    color: #fff;
}

.llms-group-card-footer button#llms-group-invite-members_new:hover {
    background: #09295d91;  
} */

.llms-form-field .nice-select {
  line-height: 20px;
  padding: 15px;
  font-size: 14px;
  height: auto;
  border-radius: 0;
  border: 1px solid #e3e3e3;
}

.nice-select:after {
  border-width: 1.5px;
  width: 8px;
  height: 8px;
}

tags.tagify {
  font-size: 14px;
  padding: 15px;
  line-height: 20px;
  background: #fff;
  border: 1px solid #e3e3e3;
}

tags.tagify span.tagify__input {
  margin: 0 30px 0 0;
  padding: 0;
}

.llms-group-card.card--group-profile-settings .llms-form-field {
  border: none;
}

/* .llms-student-dashboard {
    padding-left: 300px;
}

.llms-sd-section {
    padding-left: 30px;
} */

.title_add_btn {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.post-type-archive-course .bread_crumb {
  /* background: none !important; */
  padding: 30px 0 0;
}

.post-type-archive-course .bread_crumb .bg_overlay {
  background: none;
}

.post-type-archive-course .bread_crumb .pag_titl_sec h1 {
  color: #000;
  font-size: 36px;
}

.post-type-archive-course .bread_crumb .pg_links p.lnk_pag,
.post-type-archive-course .bread_crumb .pg_links p.lnk_pag a,
.post-type-archive-course .bread_crumb .pg_links a,
.post-type-archive-course .bread_crumb .pg_links .bbp-breadcrumb-current,
.post-type-archive-course .bread_crumb .pg_links span {
  color: #000;
}

.post-type-archive-course
  .bread_crumb
  p.lnk_pag.item-current
  span.bread-current {
  color: rgba(0, 0, 0, 0.75);
}

.dataTables_wrapper {
  flex-wrap: wrap;
}

.dataTables_wrapper > div {
  width: 50%;
  float: none !important;
}

table.dataTable {
  width: 100% !important;
}

.llms-group-card-main .group-leaders-wrap > .llms-group-member {
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-color: #e9e9e9;
  flex-wrap: wrap;
  text-align: center;
}

.llms-group-card-main .group-leaders-wrap > .llms-group-member > * {
  display: block;
  width: 100%;
  margin: 0;
}

.llms-group-card-main .group-leaders-wrap .llms-student-avatar img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: inline-block;
}

.llms-group-card-main
  .group-leaders-wrap
  > .llms-group-member
  .llms-student-avatar {
  background: none;
  border: none;
  text-align: center;
  margin: 0 0 15px;
}

.llms-group-card-main
  .group-leaders-wrap
  > .llms-group-member
  .llms-group-member--name {
  font-size: 18px;
  line-height: 1;
}

.llms-group-card-main
  .group-leaders-wrap
  > .llms-group-member
  .llms-group-member--role {
  font-size: 13px;
  display: inline-block;
}

.llms-group-card-main .group-memebers-wrap h3 {
  font-size: 21px;
  width: 100%;
}

.llms-group-card-main .group-memebers-wrap .llms-group-member--name {
  font-size: 18px;
}

.llms-group-card-main .llms-group-member--role {
  font-size: 13px;
  line-height: 18px;
  position: relative;
  font-weight: 500;
}

.llms-group-card-main .group-memebers-wrap {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
}

.llms-group-card-main .group-memebers-wrap .llms-group-member {
  width: 50%;
}

.llms-group-member .llms-group-member--role .fa {
  background: #ebc407;
  border-color: #ebc407;
  color: #000;
  font-size: 9px;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 16px;
  padding: 0;
  left: 0;
}

.llms-group-card-main
  .group-leaders-wrap
  > .llms-group-member
  .llms-group-member--role
  em {
  font-style: normal;
  font-weight: 600;
  color: #000;
  font-size: 12px;
}

.llms-group-profile-header .llms-group-name span.members-count,
.llms-group-profile-header .llms-group-name span.course_id {
  display: table;
  font-size: 14px;
  /* background: #09295d91; */
  background: rgb(37 170 225);
  padding: 6px 12px 4px;
  text-shadow: none;
  font-weight: 500;
  margin: 0 0 5px;
}

.llms-group-profile-header .llms-group-name {
  font-weight: 600;
  margin-top: -160px;
}

.llms-group-name-txt {
  font-size: inherit;
  color: inherit;
  line-height: 1;
}

.llms-group-main .llms-group-card .llms-group-button {
  display: block;
  margin-top: 0;
}

.header_usermenu {
  width: 150px;
  justify-content: flex-end;
}

nav.navbar {
  width: calc(100% - 520px);
}

.main-logo {
  width: 320px;
}

body:not(.logged-in) .header_usermenu {
  width: 280px;
  justify-content: flex-end;
}

body:not(.logged-in) nav.navbar {
  width: calc(100% - 650px);
}

/* Acf Form Modal  */

div.llms-group-invite-modal .llms-group-modal--container {
  width: 1000px;
  padding: 0;
  height: auto;
  max-height: 100vh;
  overflow: initial;
  background: none;
}

.popup-modal-close {
  position: absolute;
  z-index: 1111;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background: #25aae1;
  color: #fff;
  border-radius: 50%;
  transform: translate(50%, -50%);
  cursor: pointer;
}

.group_modal_wap {
  position: relative;
  width: 100%;
  background: #fff;
  overflow: auto;
  max-height: calc(100vh - 50px);
}

.popup-modal-close:before {
  content: "\f00d";
  font-family: "FontAwesome";
}

.employee_tabs ul > li {
  width: 50%;
  font-size: 20px;
  border-radius: 0;
  text-align: center;
}

.employee_tabs ul > li.nav-item a {
  border-radius: 0;
  font-weight: 600;
  padding: 15px 25px;
  border-bottom: 1px solid #007bff;
}

.tab-content {
  padding: 30px;
}

.tab-content:before {
  display: block;
  content: "";
  height: 60px;
}

.acf-form .acf-fields {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.acf-form .acf-fields > .acf-field {
  width: 50%;
  border: none;
  padding: 0px 15px 20px;
}

header.llms-group-modal--header {
  display: none;
}

.acf-form .acf-fields > .acf-field.acf-field-repeater {
  width: 100%;
}

.acf-form .acf-fields > .acf-field[data-name="company_name"] {
  width: 100%;
}

.acf-form .acf-field input[type="text"],
.acf-form .acf-field input[type="password"],
.acf-form .acf-field input[type="date"],
.acf-form .acf-field input[type="datetime"],
.acf-form .acf-field input[type="datetime-local"],
.acf-form .acf-field input[type="email"],
.acf-form .acf-field input[type="month"],
.acf-form .acf-field input[type="number"],
.acf-form .acf-field input[type="search"],
.acf-form .acf-field input[type="tel"],
.acf-form .acf-field input[type="time"],
.acf-form .acf-field input[type="url"],
.acf-form .acf-field input[type="week"],
.acf-form .acf-field textarea,
.acf-form .acf-field select {
  padding: 15px;
}

.acf-form .acf-field .acf-label label {
  font-weight: 400;
}

.acf-form .acf-table label {
  margin: 0;
}

/* .acf-form .acf-repeater .acf-row td.acf-field {
    width: 50%;
} */

.acf-repeater tbody tr.acf-row > td.acf-row-handle.remove {
  min-width: 40px;
}

.acf-form .select2-container.-acf .select2-selection {
  border: 1px solid #e3e3e3;
  border-radius: 0;
  position: relative;
}

.acf-form
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.group_modal_wap .employee_tabs {
  position: fixed;
  width: 1000px;
  z-index: 111;
  background: #fff;
}

.acf-row
  .select2-container.-acf
  .select2-selection--single
  .select2-selection__rendered {
  padding: 15px;
  line-height: 20px;
}

.acf-row .select2-container.-acf .select2-selection--single {
  height: auto !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  line-height: inherit;
}

/* New CSS */

.acf-input
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  padding: 15px;
  line-height: 20px;
}

.acf-form .select2-container.-acf .select2-selection {
  height: auto !important;
}

.acf-form-submit input.acf-button,
.llms-group-invite-modal .llms-group-modal--container input[type="submit"] {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 15px 30px 13px;
}

.acf-form-submit input.acf-button:hover,
.llms-group-invite-modal
  .llms-group-modal--container
  input[type="submit"]:hover {
  background: #14b7fb;
}

.acf-actions a.acf-button {
  position: relative;
  display: inline-block;
}

#llms-group-invite-modal_new.llms-group-invite-modal
  .llms-group-modal--container {
  padding: 40px;
  width: 500px;
  background: #fff;
}

#llms-group-invite-modal_new.llms-group-invite-modal .llms-group-modal--header {
  display: block;
}

.llms-group-modal .llms-group-modal--header .llms-group-button {
  display: none;
}

.llms-group-invite-modal .llms-group-modal--header h2 {
  font-size: 26px;
  margin: 0 0 30px;
}

.llms-group-invite-modal .llms-form-fields input[type="file"] {
  width: 100%;
  border: 1px solid #e0e0e0;
  padding: 15px 20px;
}

.llms-group-invite-modal .llms-form-fields input[type="submit"] {
  display: block;
  margin: 15px 0 0;
}

.llms-group-member .llms-group-has-context-menu + .llms-group-context-menu {
  position: absolute;
  display: block;
  top: inherit;
  left: 0;
  bottom: 0;
  background: none;
  border: none;
  box-shadow: none;
}

.llms-group-member .llms-group-context-menu > li:not(:last-child) {
  display: none;
}

.llms-group-member .llms-group-context-menu > li button {
  display: inline-block;
  width: auto;
  border: 1px solid #ddd;
  font-size: 13px;
  line-height: 18px;
}

.llms-group-member .llms-group-context-menu > li {
  border: none;
  background: none;
}

.llms-group-member .llms-group-context-menu li button i.fa.inactive {
  display: none;
}

.llms-group-profile-main
  .llms-group-card.card--group-profile-members
  .llms-group-card-main
  .llms-group-member.group-role--member {
  padding-bottom: 40px;
}

.bulk_wrap label {
  display: block;
  margin-bottom: 3px;
}

.bulk_wrap i {
  display: block;
  font-size: 14px;
  color: #888;
  font-style: normal;
  margin-bottom: 10px;
}

.llms-group-profile-nav
  ul.llms-group-menu
  li.llms-group-menu-item.item--member-more
  button.llms-group-button.llms-group-has-context-menu {
  display: none;
}

/* #message_wrap {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    z-index: -1;
    left: 0;
    bottom: -50px;
    width: 100%;
    height: 100px;
    background: #09295d;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s ease all;
}

#message_wrap.show_alert {
    opacity: 1;
    visibility: visible;
    z-index: 100;
    bottom: 0;
} */

.llms-notification {
  top: 94px;
}

.llms-notification.visible {
  right: 1px;
}

.acf-repeater .acf-row-handle .acf-icon.small,
.acf-repeater .acf-row-handle .acf-icon.-small {
  line-height: 18px;
  margin: 0;
  position: relative;
  font-size: 12px;
}

.acf-repeater .acf-row-handle .acf-icon.small:first-child,
.acf-repeater .acf-row-handle .acf-icon.-small:first-child {
  margin-bottom: 8px;
}

.acf-repeater
  tbody
  tr.acf-row:first-child
  > td.acf-row-handle.remove
  a.acf-icon.-minus {
  display: none;
}

.llms-student-dashboard.view-groups nav.llms-pagination {
  display: block;
}

.conveywp_body.page-dashboard .course_id.dash_visible {
  display: block;
}

/* click to copy css ends: */

.restart_wizard_wrap {
  position: fixed;
  right: 10px;
  top: 103px;
  z-index: 10;
}

a#restart_wizard_btn {
  position: relative;
  width: 40px;
  height: 40px;
  color: var(--primary-color);
  background: #fff;
  font-size: 20px;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

a#restart_wizard_btn:hover {
  background: #14b7fb;
  color: #fff;
}

/* //start custom css */

.sjb-page .list-data .v2 {
  background: #fff;
  border: 1px solid #ccc;
  float: left;
  margin: 15px 0;
  width: 100%;
  padding-bottom: 15px;
  border-radius: 5px;
}

.select2-container.select2-container--default .select2-selection--single {
  border: 1px solid #cacaca;
  line-height: 1;
  background: #fff;
  font-size: 13px;
  font-family: "Helvetica-New", sans-serif;
  min-height: 52px;
  border-radius: 0;
}

.sjb-page .list-data .v2 .job-info h4 a {
  color: #212428 !important;
  font-size: 22px;
  word-wrap: break-word;
  font-family: "Helvetica-New", sans-serif;
  font-weight: 600;
  line-height: 30px;
}

.sjb-page .list-data .v2 .job-info h4 a:hover {
  color: #26bdef !important;
}

.sjb-page .job-description-list p {
  color: #666;
  font-size: 16px;
  margin: 0 0 10px;
  word-wrap: break-word;
  font-family: "Helvetica-New", sans-serif;
}

.sjb-page .list-data .v2 .sjb-apply-now-btn a {
  border-radius: 0;
  font-size: 14px;
  padding: 10px 20px;
  margin-top: 10px;
  margin-left: 5px;
  font-family: "Helvetica-New", sans-serif;
  border-radius: 5px;
  text-transform: uppercase;
  transition: all 0.5s ease;
}

.sjb-page .list-data .v2 .sjb-apply-now-btn a:hover {
  background-color: #14b7fb !important;
}

.sjb-search-keywords.form-group input.form-control {
  border: 1px solid #c1c1c1;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #777777;
  font-size: 16px;
  height: 48px;
  border-radius: 5px;
  font-family: "Helvetica-New", sans-serif;
}

.sjb-page .sjb-filters.sjb-filters-v2 .form-control {
  border: 1px solid #c1c1c1;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #777777;
  font-size: 16px;
  height: 48px;
  font-family: "Helvetica-New", sans-serif;
  border-radius: 5px;
}

.sjb-page .sjb-filters.sjb-filters-v2 {
  background-color: #f2f2f2;
  border: 0;
  margin: 30px 0 15px;
  padding: 35px 30px 0;
  overflow: hidden;
  border-radius: 5px;
}

.sjb-page .sjb-filters.sjb-filters-v2 input#keywords::placeholder {
  font-size: 16px;
}

.select2-container.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 52px;
  padding-left: 15px;
  padding-right: 25px;
  color: #222;
  font-size: 15px;
}

.sjb-page .sjb-detail .list-data .v2 .jobpost-form .file {
  background: #fff;
  border: 1px solid #c1c1c1;
  border-radius: 5px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  font-size: 16px;
  height: 40px;
  line-height: 1.42857;
  padding: 8px 12px;
  position: relative;
  text-align: left;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 100%;
  font-family: "Helvetica-New", sans-serif;
}

.sjb-page .sjb-detail .list-data .v2 .jobpost-form .file div {
  background: #3297fa;
  border-radius: 0;
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
  height: 26px;
  padding: 5px 12px;
  position: absolute;
  right: 6px;
  text-align: center;
  top: 6px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 5px;
  font-family: "Helvetica-New", sans-serif;
}

.sjb-page .sjb-detail .list-data .v2 .jobpost-form .app-submit {
  margin: 5px 0px 20px 0px;
  display: block;
  padding: 7px 30px;
  border-radius: 0;
  float: right;
  text-transform: uppercase;
  border-radius: 5px;
  background-color: #183d7b !important;
  color: #fff !important;
  transition: all 0.5s ease;
}

.sjb-page .sjb-detail .list-data .v2 .job-features .sjb-title-value h4 i {
  color: #25aae1;
  width: 30px;
}

/* 
button.btn.btn-primary.app-submit:hover {
    background: transparent !important;
    color: #f96156 !important;
    outline: 1px solid #082471 !important;
} */

.sjb-page .sjb-detail .list-data .v2 .jobpost-form .file div:hover {
  background: transparent !important;
  color: #f96156 !important;
  outline: 1px solid #f96156 !important;
}

.sjb-page .sjb-detail .list-data .v2 .jobpost-form .file:hover {
  border-color: #26bdef;
}

.sjb-page .sjb-detail .list-data .v1 ul li::before,
.sjb-page .sjb-detail .list-data .v2 ul li::before {
  content: "\f101";
  font-family: "FontAwesome";
  font-size: 12px;
  left: 0;
  position: absolute;
  top: 0;
  color: #14b7fb;
}

.sjb-page .row {
  margin: 0;
}

.sjb-page .sjb-detail .list-data .v2 .jobpost-form .form-control:hover {
  border-color: #26bdef !important;
}

.sjb-detail.sjb-v2 {
  font-family: "Helvetica-New", sans-serif;
}

.sjb-page .sjb-detail .list-data .v2 .jobpost-form .app-submit:hover {
  background-color: #25aae1 !important;
}

.sjb-page .list-data .sjb-job-type-location-date {
  border-top: 1px solid #ccc;
  padding: 15px 0px;
  overflow: hidden;
  margin-right: 15px;
}

.sjb-with-logo {
  padding: 0 -53px;
  margin: 0 -15px;
}

.sjb-job-type-location-date .job-type {
  margin-left: -10px;
}

.sjb-page .list-data .sjb-job-info {
  margin-left: 0;
  margin-right: 15px;
}

.sjb-page .sjb-detail .list-data .v2 .jobpost-form .form-control {
  font-size: 16px;
  height: 40px;
  border-radius: 0;
  border: 1px solid #c1c1c1;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 5px;
}

.sjb-page .list-data .sjb-job-info h4 span i {
  margin-right: 6px;
  padding: 15px 0;
}

.sjb-page .list-data .sjb-company-wrapper-details-list {
  padding: 15px 0px;
  overflow: hidden;
}

.job-info.job-without-company {
  margin-left: -10px;
}

.sjb-page .sjb-filters.sjb-filters-v2 .btn-search:hover,
.sjb-page .sjb-filters.sjb-filters-v2 .btn-search:focus {
  outline: none;
  background-color: #14b7fb !important;
}

.sjb-job-characteristics .sjb-job-type-location-date .job-location {
  margin-left: -65%;
}

.sjb-job-characteristics .sjb-job-type-location-date .job-date {
  margin-left: -100% !important;
}

.sjb-job-type-location-date .job-location {
  margin-left: -35%;
}

.sjb-job-type-location-date .job-date {
  margin-left: -55%;
}

.sjb-title-value {
  margin-left: -12px;
}

.sjb-page .sjb-detail .list-data .v2 .job-features .sjb-title-value p {
  margin-left: 30px;
}

.sjb-page .sjb-detail .list-data .v2 .jobpost-form label {
  font-size: 18px;
  font-weight: 400;
  margin-left: -15px;
}

.ui-datepicker .ui-state-hover {
  background: #14b7fb;
  border: 1px solid #14b7fb;
  color: #fff;
}

.ui-datepicker .ui-state-highlight {
  background: #14b7fb;
  border: 1px solid #14b7fb;
  color: #fff;
}

.sjb-page .sjb-detail .list-data .v2 .job-detail h3 span {
  font-size: 35px;
  color: #26bdef !important;
  font-weight: 600;
}

.sjb-page .list-data .v2 .job-description h3 {
  font-size: 25px;
  color: #26bdef !important;
}

.job-features h3 {
  font-size: 25px !important;
  color: #26bdef !important;
}

.jobpost-form h3 {
  font-size: 25px !important;
  color: #26bdef !important;
}

.job-location i {
  padding-right: 5px;
}

.job-date i {
  padding-right: 5px;
}

.job-type i {
  padding-right: 5px;
}

.sjb-page .row {
  margin: 0;
  display: block;
}

.sjb-page .sjb-filters.sjb-filters-v2 .btn-search {
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-family: "FontAwesome";
  font-size: 20px;
  height: 46px;
  transition: all 0.7s ease;
  padding: 0;
  border-radius: 5px;
  width: 100%;
  outline: none;
  background-color: #183d7b !important;
}

.sjb-page {
  padding: 10px 25px;
  margin: 50px 0;
}

/* media query for mobile responsive */

@media only screen and (max-width: 600px) {
  .sjb-job-characteristics .sjb-job-type-location-date .job-location {
    margin-left: 0%;
  }
  .sjb-job-characteristics .sjb-job-type-location-date .job-date {
    margin-left: 0% !important;
  }
  .jobpost-form .col-md-9.col-xs-12 {
    padding: 0;
  }
  .sjb-page .list-data .v2 .job-description h3 {
    font-size: 25px;
    color: #26bdef !important;
  }
  .jobpost-form h3 {
    font-size: 16px !important;
    padding-bottom: 10px;
  }
  .job-features h3 {
    font-size: 16px !important;
  }
  .sjb-page .list-data .v2 .job-description h3 {
    font-size: 16px;
    color: #26bdef !important;
  }
  .sjb-page .sjb-apply-now-btn {
    width: 100%;
    display: flex;
    justify-content: left;
    margin-left: -15px;
  }
  .sjb-page {
    padding: 10px 15px;
    margin: 0px 0;
  }
  .sjb-page .sjb-detail .list-data .v2 .job-detail h3 span {
    font-size: 30px;
    color: #26bdef !important;
    font-weight: 600;
  }
  .footer_top {
    padding: 40px 30px 30px 30px;
  }
  .footer_copy_right {
    background: #000;
    padding: 20px 20px;
    color: #787878;
    font-size: 13px;
    position: relative;
    z-index: 1;
  }
}

/* Simple Custom Plugin CSS */

/* Enter Your Custom CSS Here */

/* Footer styles */

.foot-widget .widget_nav_menu {
  margin-top: 0;
}

.foot-widget h4.footer-logo {
  text-transform: uppercase;
}

.footer_widget a {
  position: relative;
}

.foot-widget ul.menu li a::after {
  top: 0;
  content: "\ea21";
}

.foot-widget h2.foot_title {
  font-size: 18px;
}

.foot-widget .widget_text p {
  padding-right: 30px;
}

.foot-widget .ctct-disclosure small a {
  font-size: 11px;
}

.footer_widget ul.menu li a:hover,
.footer_widget a:hover,
.footer_copy_right .text-right .footer_menu ul.footer-nav li a:hover,
.foot-widget .textwidget a:hover,
.blog .widget-area ul li a:hover {
  color: #14b7fb;
}

.foot-widget ul.menu li a::before,
.foot-widget a::before,
.foot-widget input.ctct-submit:hover {
  background-color: #14b7fb;
}

.foot-widget input.ctct-submit {
  text-transform: uppercase;
  padding: 10px 20px;
  transition: all 0.5s ease;
}

.footer_menu ul li {
  font-size: 13px;
}

.footer_copy_right .text-right .footer_menu ul.footer-nav li a::after {
  display: none;
}

.footer_copy_right .text-right .footer_menu ul.footer-nav li a {
  margin: 0 10px;
  padding-bottom: 5px;
}

.foot-widget .address {
  font-size: 14px;
}

.backtop a.cd-top:hover {
  background: #14b7fb;
}

.footer_copy_right .text-right .footer_menu ul.footer-nav li:last-child a {
  margin-right: 0;
}

.footer_copy_right .text-right .footer_menu ul.footer-nav li:last-child {
  margin-right: 0;
}

/* Blog page */

.blog div#primary {
  padding: 60px 0;
}

.blog .blog_list {
  border-radius: 10px;
}

.blog .readmore {
  border-radius: 3px;
}

.blog .panel-body h3.sec_titl {
  line-height: 40px;
}

.blog .widget-area section:first-child:not(.widget_search) {
  margin-bottom: 0;
  padding: 40px 40px 0px;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
}

.blog .widget-area section:first-child:not(.widget_search) h2 {
  margin-bottom: 0;
  position: relative;
  padding-bottom: 15px;
}

.blog .widget-area section:first-child:not(.widget_search) h2::after {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: 0px;
  left: 0;
  width: 50px;
  height: 2px;
  background-color: #25aae1;
}

.blog .widget-area section.widget_recent_entries:not(.widget_search) {
  border-top: none;
  border-radius: 0 0 10px 10px;
  padding-top: 30px;
}

.blog #sidebar ul li:first-child {
  margin-top: 0;
}

.blog #sidebar .widget_recent_entries ul li a::before {
  content: "\ea21";
  top: 5px;
}

.blog .widget-area ul li a {
  color: #24292e;
}

ul#menu-login-menu {
  /* box-shadow: none; */
}

.users_menu_dropdown ul.account_menu > li > a {
  padding: 10px 20px;
  border-bottom: 1px solid #ececec;
}

#sidebar.lifter_sidebar > section.widget > form > ul > li {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 1px solid #ececec;
}

aside#sidebar.lifter_sidebar > section > p {
  display: none;
}

#sidebar.lifter_sidebar section {
  padding: 30px;
}

#sidebar.lifter_sidebar > section.widget > form > ul > li:first-child {
  margin-top: 0;
  padding-top: 0;
}

#sidebar > section.widget > form > ul > li:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

/* Course catalog page */

#sidebar.lifter_sidebar ul li > ul li {
  margin: 0;
  align-items: center;
}

#sidebar.lifter_sidebar ul li > ul li input[type="checkbox"] {
  position: relative;
  top: 1px;
}

.contact-page-form .nice-select.elementor-field-textual.elementor-size-md {
  border: none;
  color: #a6a6a6;
  background: #ededed;
  display: flex;
  align-items: center;
}

.bread_crumb .container {
  padding: 0 20px;
}

.llms-group-invite-modal .llms-group-modal--container {
  height: 500px;
  overflow: auto;
}

body.page-enterprise-solutions .entry-content {
  padding: 0;
}
/* wpcf7-form-control-wrap */
.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap textarea {
  /* height: 50px; */
  margin-bottom: 20px;
  border-radius: 5px;
  background: white;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #515151;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.wpcf7-form-control-wrap textarea {
  margin-bottom: 0;
}
.wpcf7-form-control-wrap input:focus,
.wpcf7-form-control-wrap textarea:focus {
  color: #495057;
  background-color: #fff;
  border-color: #25aae1;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(37, 170, 225, 0.25);
}
.wpcf7-list-item {
  margin-left: 0;
}
.wpcf7 form .wpcf7-response-output {
  margin-left: 0;
}
.wpcf7-list-item-label {
  line-height: 20px;
}
.wpcf7-form-control-wrap input[type="checkbox"] {
  margin-bottom: 0;
  margin-right: 10px;
  margin-top: 2px;
}
.wpcf7-form-control-wrap input[type="checkbox"]:focus {
  box-shadow: none;
}
.wpcf7-list-item label {
  display: flex;
  align-items: flex-start;
}
.wpcf7-form-control.has-spinner.wpcf7-submit {
  padding: 15px 40px;
  font-size: 16px;
  margin-top: 10px;
}
.wpcf7-form-control.has-spinner.wpcf7-submit:hover {
  background-color: #14b7fb;
}

/* Header Menu Style  */

.navbar .navbar-nav > li {
  display: block;
}

.navbar-toggler {
  border: none;
}

.navbar-toggler:focus {
  box-shadow: none;
}
.ready-section span.wpcf7-list-item-label {
    color: #fff;
}
