403Webshell
Server IP : 35.201.19.92  /  Your IP : 216.73.216.156
Web Server : nginx
System : Linux pod-200961 6.8.0-1055-gke #61-Ubuntu SMP Tue May 26 22:57:42 UTC 2026 x86_64
User : fpm200098 ( 200098)
PHP Version : 8.2.33
Disable Function : apache_child_terminate,apache_get_modules,apache_get_version,apache_getenv,apache_note,apache_setenv,disk_free_space,disk_total_space,diskfreespace,dl,exec,fastcgi_finish_request,link,opcache_compile_file,opcache_get_configuration,opcache_invalidate,opcache_is_script_cached,opcache_reset,passthru,pclose,pcntl_exec,popen,posix_getpid,posix_getppid,posix_getpwuid,posix_kill,posix_mkfifo,posix_setegid,posix_seteuid,posix_setgid,posix_setpgid,posix_setsid,posix_setuid,posix_uname,proc_close,proc_get_status,proc_nice,proc_open,proc_terminate,realpath_cache_get,shell_exec,show_source,symlink,system
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : ON  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /nas/content/live/questfamilyday/wp-content/themes/generatepress_child/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /nas/content/live/questfamilyday/wp-content/themes/generatepress_child//style.css
/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      1.0.174
*/

/*Sleep Checks*/
.child-time-log table.sleep-time-logs {
    margin-top: 30px;
}
.sleep-time-logs {
    border-bottom: 1px solid #a8d8f0;
    margin-bottom: 0;
    border: 1px solid #71ccc5;
}
.sleep-time-logs thead {
    background: #71ccc5;
    color: #fff;
}
.sleep-time-logs tbody td,
.sleep-time-logs thead th {
    border: 1px solid #71ccc5;
}
.child-time-log .child-name {
    width: 15%;
    font-weight: 700;
}
.sleep-time-logs tbody td, 
.sleep-time-logs thead th {
    padding: 20px 20px;
}
.sleep-time-logs td.child-name {
    min-width: 145px;
    vertical-align: top;
}
table .time-records {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    /* justify-content: space-between;*/
    /*gap: 10px;*/
    gap: 18px;
    row-gap: 30px;
}
table .time-records .time-check {
    /*font-size: 14px;
    font-weight: 600;*/
    font-size: 16px;
    font-weight: 700;
    min-width: 105px;
    display: flex;
    align-items: center;
    line-height: 14px;
}
table .time-records .time-check input[type="checkbox"] {
    margin: -2px 0 0;
    line-height: 1;
    margin-right: 4px;
}
table .time-records .time-check input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    min-width: 1px;
    width: 26px;
    height: 26px;
    border: 1px solid #71CCC5;
    margin: 0px 8px 0 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
table .time-records .time-check input[type="checkbox"]:checked:before {
    content: "\2713";
    color: #71CCC5;
    font-weight: 700;
    background: transparent !important;
    margin-top: 2px;
}
.time-check .log-checked {
    /*width: 13px;
    margin-right: 4px;*/
    margin-right: 8px;
    border: 1px solid #71CCC5;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #71CCC5;
}
.log-checked {
    position: relative;
}
.log-checked:before {
    content: "\2713";
    /*color: #71CCC5;*/
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    /*    margin-top: 3px;*/
    margin-top: 0px;
}



.child-time-log {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}
.child-time-log .child-name {
    width: 15%;
    font-weight: 700;
}
ul.time-logs {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.time-logs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}
ul.time-logs .time-check {
    font-weight: 400;
}

/*Step Form*/
#page .video-frame-heading {
  max-width: 960px;
  margin: 0 auto;
  margin-top: 35px;
}
#page .video-frame-title {
  text-transform: none;
  margin-bottom: 10px;
}

/*Task Dates*/
.gfield--input-type-date.gf_readonly input {
  pointer-events: none;
}
.task-exist-message {
  text-align: center;
}
.task-exist-message::before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-size: 5.5em;
  color: #71CCC5;
  margin-bottom: 12px;
  display: block;
  width: 100%;
  height: auto;
  text-align: center;
}

/*Task Nav*/
ul.tasks-action-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
ul.tasks-action-nav li {
    flex-grow: 1;
}
ul.tasks-action-nav a {
    text-align: center;
    width: 100%;
    display: block;
    background-color: #eef7fc;
    color: #0F4661;
    font-size: 20px;
    font-weight: 700;
    padding: 10px 20px;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    /*border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background-color: #71CCC5;
    color: #fff;*/
    border-radius: 10px;
    text-transform: uppercase;
}
ul.tasks-action-nav a:hover {
    background-color: #a8d8f087;
}
ul.tasks-action-nav li.active a {
    background-color: #F4698B;
    color: #fff;
}
ul.tasks-action-nav a .count-task {
    min-width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #F4698B;
    color: #fff;
    border-radius: 100%;
    font-size: 14px;
    margin-right: 10px;
}
ul.tasks-action-nav li.active a .count-task {
    background-color: #fff;
    color: #0F4661;
}
.pending-tasks-board {
    box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
    padding: 30px;
}
ul.pending-tasks-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
ul.pending-tasks-list li {
    width: calc(16.66% - 10px);
}
.task-date {
    position: relative;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
    background-color: #a8d8f087;
    color: #0F4661;
    font-size: 16px;
    font-weight: 700;
    display: block;
    text-align: center;
    line-height: 1;
    padding: 20px 20px;
    border-radius: 10px;
    border: 1px solid #a8d8f0;
    height: 100%;
    align-content: center;
}
.task-date .day {
    position: absolute;
    top: 8px;
    left: 8px;
    font-size: 13px;
    color: #f4698b;
}
.task-date .date-month {
    font-size: 18px;
}
.task-date .year {
    display: block;
    font-size: 14px;
    margin-top: 7px;
}
.task-date:hover {
    background-color: #F4698B;
    color: #fff;
    border-color: #F4698B;
}
.task-date:hover .day {
    color: #fff;
}
.tasks-date-header {
    text-align: center;
}
.tasks-date-heading {
    font-size: 28px;
    font-weight: 700;
}
.date-sub-heading {
    font-size: 20px;
    font-weight: 700;
    color: #f4698b;
}

@media only screen and (max-width: 1200px) {
    ul.pending-tasks-list li {
        width: calc(20% - 10px);
    }
}

@media only screen and (max-width: 991px) {
    ul.pending-tasks-list li {
        width: calc(25% - 10px);
    }
}

@media only screen and (max-width: 767px) {
    ul.tasks-action-nav a {
        font-size: 16px;
        min-height: 65px;
    }
    .task-date {
        padding: 20px 10px;
    }
}

@media only screen and (max-width: 575px) {
    ul.pending-tasks-list li {
        width: calc(33.33% - 8px);
    }
    .task-date {
        font-size: 14px;
    }
    .task-date .year {
        margin-top: 3px;
        font-size: 12px;
    }
}

@media only screen and (max-width: 479px) {
    .pending-tasks-board {
        padding: 30px 20px;
    }
    ul.pending-tasks-list {
        gap: 10px;
    }
    ul.pending-tasks-list li {
        width: calc(50% - 5px);
    }
}


/*Pagination Records*/
.pagination-records {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
    justify-content: flex-end;
    align-items: center;
}
.pagination-records .page-numbers {
    background: #edeff0;
    height: 35px;
    width: 35px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #0F4661;
    border: 1px solid #a8d8f0;
    background-color: #eef7fc;
    align-content: center;
    border-radius: 4px;
}
.pagination-records .page-numbers:hover {
    background-color: #a8d8f087;
}
.pagination-records .page-numbers.current {
    background: #f4698b;
    color: #fff;
    border-color: #f4698b;
}
.records-result-count {
    display: inline-flex;
    width: 100%;
}
.records-result-count:has(+ .records-filter-options) {
    width: calc(50% - 0px);
}
.records-result-count:has(+ .records-filter-options.with-filter-date) {
    width: calc(25% - 0px);
}
.records-result-count {
    min-height: 40px;
    align-items: center;
}
.records-result-count p {
    margin: 0;
}
.records-filter-options {
    display: inline-flex;
    justify-content: flex-end;
    width: 100%;
}
.records-result-count + .records-filter-options {
    width: calc(50% - 5px);
}
.records-result-count + .records-filter-options.with-filter-date {
    width: calc(75% - 5px);
}
.records-result-count,
.records-filter-options {
    margin-bottom: 10px;
}
.filter-select select {
    border: 2px solid #a8d8f0;
    border-radius: 4px;
    padding: 5px 15px;
    max-width: 336px;
}
.filter-select,
.filter-date-range {
    display: inline-flex;
}
.input-date-container input.input-filter {
    border: 2px solid #a8d8f0;
    border-radius: 4px;
    padding: 5px 15px;
    width: 200px;
}

/*Attachment Lists*/
#page a.file-attachment-q, 
#page a.file-attachment-q .link-label {
    color: #0F4661;
    font-weight: 400;
    font-size: 15px;
    line-height: 1;
    vertical-align: middle;
}
#page a.file-attachment-q {
    display: inline-flex;
    height: 52px;
    padding: 10px 15px;
    margin-right: 8px;
    max-width: 200px;
    min-width: 160px;
    align-items: center;
    border-radius: 10px;
    box-shadow: inset 0 0 0 1px rgba(100, 121, 143, 0.302);
    margin-top: 4px;
    margin-bottom: 4px;
}
#page a.file-attachment-q .file-thumb {
    width: 32px;
    height: 32px;
    margin-right: 10px;
}
#page a.file-attachment-q .link-label {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 18px;
}
#page .attached-small a.file-attachment-q {
    height: 31px;
    padding: 5px 10px;
    max-width: 160px;
    min-width: 64px;
}
#page .attached-small a.file-attachment-q .file-thumb {
    width: 18px;
    height: 18px;
    margin-right: 8px;
}

@media only screen and (max-width: 767px) {
    #page .attached-small a.file-attachment-q, #page a.file-attachment-q .link-label,
    #page a.file-attachment-q, #page a.file-attachment-q .link-label {
        font-size: 14px;
    }
    #page a.file-attachment-q {
        height: 30px;
        padding: 5px 10px;
        max-width: 160px;
        min-width: 64px;
    }
    #page a.file-attachment-q .file-thumb {
        width: 18px;
        height: 18px;
        margin-right: 8px;
    }
}

/*Member Educators Table*/
.all-educators table.educators-table {
    margin-top: 0;
    margin-bottom: 0;
}
.all-educators table.educators-table .role-label {
    font-size: 14px;
    margin-left: 20px;
    background-color: #f4698b;
    color: #fff;
    padding: 3px 10px;
    font-weight: 500;
    border-radius: 5px;
    vertical-align: middle;
}
.all-educators table.educators-table .member-email {
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin-top: 5px;
}
.all-educators table.educators-table .member-email:first-child {
    margin-top: 0;
}
.all-educators table.educators-table .role-label + .member-email {
    margin-top: 8px;
}
.bx-shadow {
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.15);
}
.bx-shadow-light {
    box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.1);
}
.highlight-pink {
    font-weight: 700;
    color: #f4698b;
}

/*View Profile*/
.member-user-avatar {
    text-align: center;
}
.member-user-avatar .member-avatar-img img {
    width: 180px;
    height: 215px;
    border-radius: 8px;
    overflow: hidden;
    margin: 0 auto;
    object-fit: cover;
    object-position: center;
}
#member-bio {
    line-height: 1.4;
}
#member-bio .name {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: #0F4661;
    margin-top: 12px;
    margin-bottom: 10px;
    line-height: 1;
    font-family: 'Nunito';
}
#member-bio.member-profile-bio p {
    margin-bottom: 10px;
}
#member-bio.member-profile-bio p:last-child {
  margin-bottom: 0;
}

.profile-view-docs .current-educator-docs {
    display: none;
}

.member-profile-bio-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 50px;
}
.supervise-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.supervised-bio-wrap .member-supervise-user + .member-supervise-user {
    margin-top: 15px;
}
.supervise-profile {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.15);
    padding: 15px 20px 15px 15px;
    border-radius: 10px;
}
.supervise-profile .supervise-img img {
    width: 45px;
    height: 45px;
    border-radius: 8px;
    overflow: hidden;
    margin: 0 auto;
    object-fit: cover;
    object-position: center;
}
.supervise-profile .supervise-info .supervise-name {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 5px;
}
.supervise-info .supervise-role {
    font-size: 16px;
    color: #71CCC5;
    line-height: 1;
    display: block;
}
.member-supervise-user a:hover .supervise-profile {
    box-shadow: 0px 1px 12px 0px rgba(244, 105, 139, .5);
}

@media only screen and (min-width: 992px) {
    .supervised-bio-wrap {
        padding-top: 10px;
        padding-right: 15px;
    }
    .member-profile-bio-wrap.current-profile {
        justify-content: flex-end;
    }
}

@media only screen and (max-width: 767px) {
  #member-bio .member-name {
      text-align: center;
  }
  #member-bio .member-name .name {
      margin-top: 0;
      margin-bottom: 20px;
  }
}

body .eael-gravity-form .gform_wrapper .gform_anchor {
  border: none !important;
  background: none !important;
  color: transparent !important;
}

/*Modal Records view*/
.text-bold {
  font-weight: 700;
}
.record-log-init {
  display: none;
}

@media only screen and (min-width: 768px) {
    #page .view-record-modal .modal-dialog-centered {
        margin: 30px auto;
    }
    body.admin-bar #page .view-record-modal .modal-dialog-centered {
        margin-top: 62px;
    }
}

.modal-header.extra-info {
    position: relative;
    flex-wrap: wrap;
}
.modal-header.extra-info:before, 
.modal-header.extra-info:after {
    display: none;
}
.modal-header.extra-info .modal-title {
    width: 100%;
    margin-right: 60px;
}
.modal-header.extra-info button.close,
.modal-header.extra-info button.close:hover {
    position: absolute;
    margin: 0;
    top: 14px;
    right: 5px;
}
.modal-header .modal-uploaded-by {
    width: 100%;
    font-size: 14px;
    line-height: 1.1;
    display: flex;
    align-items: flex-start;
    gap: 5px;
    color: #F4698B;
}
.modal-header .modal-uploaded-by label {
  color: #0F4661;
}
.modal-header .modal-uploaded-by a {
    color: #F4698B;
}
.view-record-modal.modal .modal-title {
    font-weight: 700;
    text-transform: uppercase;
}
.view-record-modal.modal button.close,
.view-record-modal.modal button.close:focus {
    opacity: 1;
    background: transparent;
}
.view-record-modal.modal button.close span {
    color: #71CCC5;
    font-size: 32px;
    margin-top: -3px;
}
.view-record-modal.modal button.close:hover span {
    color: #F4698B;
}
.view-record-modal.modal .modal-footer {
    justify-content: end;
    align-items: center;
}
.view-record-modal.modal .modal-footer .log-date-footer {
    margin-right: auto;
}
.log-date-footer .log-datetime {
    font-size: 14px;
    line-height: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    color: #F4698B;
}
.log-date-footer .log-datetime label {
    color: #0F4661;
}
.view-record-modal.modal .modal-body {
    padding: 0;
}
.record-details .flex-row {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.flex-row .group-info {
    width: 100%;
}
.group-info .heading-row {
    background-color: #EAF2FA;
    padding: 14px 15px;
    font-weight: 700;
    line-height: 1.2;
    font-size: 16px;
}
.group-info .desc {
    padding: 14px 15px;
    line-height: 1.4;
    font-size: 16px;
    min-height: 45px;
}
.group-info .desc.lr-link-profile {
    font-size: 16px;
    font-weight: 700;
}
.group-info .desc.lr-link-profile a.profile-url:hover {
    color: #F4698B;
}
table.records-log.file-records tbody td {
    padding: 10px 20px;
    height: 60px;
}
table.records-log td.file-link img.file-thumbnail {
    height: 35px;
    background: transparent;
    margin-right: 8px;
    padding: 0;
}
table.records-log td.file-link .view-file {
    /*display: inline-flex;
    align-items: center;*/
    line-height: 1;
    font-size: 16px;
    color: #F4698B;
    font-weight: 600;
    margin: 0 10px;
    vertical-align: middle;
}
table.records-log td.file-link .view-file .view-label {
  vertical-align: inherit;  
}
table.records-log tr.no-record td {
  height: 100px !important;
}
.info-tab-wrap ul.nav-tabs {
    margin: 0;
    display: flex;
    align-items: center;
    border: none;
    gap: 2px;
}
.info-tab-wrap ul.nav-tabs:before,
.info-tab-wrap ul.nav-tabs:after {
  display: none;
}
.info-tab-wrap ul.nav-tabs>li {
    margin: 0;
    float: none;
    flex: 1 1 auto !important;
    text-align: center;
    background-color: #EAF2FA;
    font-weight: 700;
    line-height: 1.2;
    font-size: 16px;

}
.info-tab-wrap ul.nav-tabs a {
    border: none;
    padding: 15px 15px;
    margin: 0;
    color: #176287;
    background-color: #EAF2FA;
}
.info-tab-wrap ul.nav-tabs>li.active>a,
.info-tab-wrap ul.nav-tabs>li:hover>a {
    background-color: #EAF2FA;
    border: none;
    color: #F4698B;
}
.info-tab-wrap .tab-content {
    border: none;
    padding: 15px 15px;
    font-size: 16px;
}
.info-tab-wrap .tab-content ul.checklists {
    margin: 0;
}
.record-details ul.checklists {
  margin: 0;
  list-style: none;
}
.record-details ul.checklists li {
    position: relative;
    padding-left: 32px;
    line-height: 1.3;
}
.record-details ul.checklists li+li {
    margin-top: 10px;
}
.record-details ul.checklists li:before {
    content: "";
    width: 22px;
    height: 22px;
    position: absolute;
    border: 1px solid #0F4661;
    left: 0;
    top: -1px;
}
.record-details ul.checklists li.checked:after {
    content: "\2713";
    color: #71CCC5;
    font-weight: 700;
    position: absolute;
    left: 5px;
    top: 1px;
}

table.records-log th.date-column,
table.records-log td.date-column {
    min-width: 200px;
    width: 200px;
    text-align: left;
}
table.records-log td a.profile-url {
    font-size: 16px;
}
table.records-log td a.profile-url:hover {
    color: #F4698B;
}

@media only screen and (min-width: 461px) {
  .flex-row .group-info.col-sm-half {
    width: 50%;
  }
}

@media only screen and (min-width: 768px) {
  .flex-row .group-info.col-md-half {
    width: 50%;
  }
}

/*Records Table*/
table.records-log {
    border: none;
    border-bottom: 1px solid #a8d8f0;
    margin-bottom: 0;
}
table.records-log thead {
    background: #71ccc5;
}
table.records-log th {
    padding: 20px 20px;
    line-height: 1;
    border: none;
    color: #fff;
    text-transform: uppercase;
}
table.records-log th:first-child,
table.records-log td:first-child {
    min-width: 310px;
}
table.records-log th.leave-return-name, 
table.records-log td.leave-return-name {
    min-width: 220px;
}
table.records-log th.estimate-column {
    font-size: 16px;
    padding: 10px 20px;
    line-height: 1.1;
}
.visitors-entry table.records-log th:first-child, 
.visitors-entry table.records-log td:first-child {
    min-width: 220px;
}
.records-log tbody td.reason-column {
    max-width: 300px;
    line-height: 1.3;
}
table.records-log td.estimate-column {
    max-width: 300px;
}

table.records-log tbody td {
    padding: 20px 20px;
    line-height: 1;
    border: none;
    min-width: 200px;
}
table.records-log tbody tr:nth-child(even) {
    background-color: #eef7fc;
}
table.records-log tbody tr:not(.no-record):hover {
    background-color: #a8d8f087;
}
table.records-log tbody td.entry-name {
    font-weight: 700;
}
table.records-log td.leave-return-name a.profile-url {
    font-size: 18px;
    font-weight: 700;
}
table.records-log td.entry-date {
    font-size: 13px;
    max-width: 230px;
}
.alert-msg-mb-30 .alert {
  margin-bottom: 30px;
}
/*td .btn-action {
    font-size: 15px;
    background-color: #0f4661;
    color: #fff;
    padding: 10px 18px;
    display: inline-block;
    line-height: 1;
    border-radius: 4px;
}*/
td .btn-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 4px;
    margin-top: 4px;
    margin-bottom: 4px;
}
td .btn-action {
    font-size: 15px;
    line-height: 1;
    color: #fff;
    padding: 8px 18px;
    border-radius: 8px;
    vertical-align: middle;
    min-width: 160px;
    margin-right: 4px;
}
td .btn-action i.fa {
    margin-right: 8px;
}
td .btn-action.bg-teal {
    background-color: #71CCC5;
}
td .btn-action.bg-pink {
    background-color: #f4698b;
}
td .btn-action:hover, 
td .btn-action.bg-pink:hover {
    background-color: #0F4661;
}
.record-noresult-wrap {
  text-align: center;
  padding: 50px 10px;
}
.record-noresult-wrap p {
    color: #f4698b;
    font-weight: 700;
}


/*Menu login/logout*/
body.logged-in .hide_when_logged_in {
  display: none !important;
}
body:not(.logged-in) .hide_when_logout {
  display: none !important;
}
/*Leave / Return Form*/
body .gform_wrapper .consent-confirm.gfield--type-consent .gfield_consent_description {
    overflow-y: visible !important;
    padding: 15px;
    font-size: 15px;
    border: 1px solid #71CCC5;
    margin-bottom: 15px;
}
body .gform_wrapper .consent-confirm.gfield--type-consent input[type=checkbox] {
    vertical-align: top;
}
body .gform_wrapper .consent-confirm.gfield--type-consent .gfield_consent_label {
    width: calc(100% - 35px);
    font-size: 16px;
}
body .gform_wrapper .consent-confirm.gfield--type-consent .gfield_consent_label > .gfield_required_text {
    display: none;
}

/*Forms: Monthly Registers Kitchen and Pest Control*/
.kitchen-task-form .gfield--type-html.pre-info-message-select,
.pest-control-form .gfield--type-html.pre-info-message-select {
  min-height: 100px;
  align-content: center;
  background-color: #d7f1f145;
}
.eael-custom-radio-checkbox .gfield_checkbox input[type=checkbox]:checked:before,
.eael-custom-radio-checkbox .gfield--type-consent input[type=checkbox]:checked:before {
    content: "\2713";
    color: #71CCC5;
    font-weight: 700;
    background: transparent !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.eael-custom-radio-checkbox .gfield--type-consent input[type=checkbox] {
    margin-right: 5px;
}
.eael-custom-radio-checkbox .gfield--type-consent input[type=checkbox]:before {
    display: flex;
}
.task-name-label.gfield_html {
  font-weight: 700;
}
.text-weight-bold h4 {
  font-weight: 700;
}
.note-text-small.gfield_html {
  font-size: 15px;
  font-weight: 400;
}
.note-text-small.gfield_html span.red-text-note {
  color: #c02b0a;
}
@media  only screen and (min-width: 641px) and (max-width: 767px) {
  body .gform_wrapper.gravity-theme .gfield.gfield--width-date-col {
    grid-column: span 4;
    -ms-grid-column-span: 4;
  }
  body .gform_wrapper.gravity-theme .gfield.gfield--width-area-col {
    grid-column: span 8;
    -ms-grid-column-span: 8;
  }
  body .gform_wrapper.gravity-theme .gfield.gfield--width-observation-col {
    grid-column: span 7;
    -ms-grid-column-span: 7;
  }
  body .gform_wrapper.gravity-theme .gfield.gfield--width-action-col {
    grid-column: span 5;
    -ms-grid-column-span: 5;
  }
  /*  Heading*/
  body .gform_wrapper.gravity-theme .gfield.gfield--width-date-col.heading-col {
    grid-column: span 2;
    -ms-grid-column-span: 2;
  }
  body .gform_wrapper.gravity-theme .gfield.gfield--width-area-col.heading-col {
    grid-column: span 4;
    -ms-grid-column-span: 4;
  }
  body .gform_wrapper.gravity-theme .gfield.gfield--width-observation-col.heading-col {
    grid-column: span 3;
    -ms-grid-column-span: 3;
  }
  body .gform_wrapper.gravity-theme .gfield.gfield--width-action-col.heading-col {
    grid-column: span 3;
    -ms-grid-column-span: 3;
  }
}
@media only screen and (max-width: 767px) {
  .heading-col.gfield--type-html h4 {
    font-size: 18px;
  }
}
@media  only screen and (min-width: 768px) and (max-width: 991px) {
  body .gform_wrapper.gravity-theme .gfield.gfield--width-date-col {
    grid-column: span 2;
    -ms-grid-column-span: 2;
  }
  body .gform_wrapper.gravity-theme .gfield.gfield--width-area-col {
    grid-column: span 3;
    -ms-grid-column-span: 3;
  }
  body .gform_wrapper.gravity-theme .gfield.gfield--width-observation-col {
    grid-column: span 4;
    -ms-grid-column-span: 4;
  }
  body .gform_wrapper.gravity-theme .gfield.gfield--width-action-col {
    grid-column: span 3;
    -ms-grid-column-span: 3;
  }
  .heading-col.gfield--type-html h4 {
    font-size: 21px;
  }
}
@media only screen and (min-width: 992px) {
  .text-lg-center {
    text-align: center;
  }
  body .gform_wrapper.gravity-theme .gfield.gfield--width-date-col {
    grid-column: span 2;
    -ms-grid-column-span: 2;
  }
  body .gform_wrapper.gravity-theme .gfield.gfield--width-area-col {
    grid-column: span 2;
    -ms-grid-column-span: 2;
  }
  body .gform_wrapper.gravity-theme .gfield.gfield--width-observation-col {
    grid-column: span 5;
    -ms-grid-column-span: 5;
  }
  body .gform_wrapper.gravity-theme .gfield.gfield--width-action-col {
    grid-column: span 3;
    -ms-grid-column-span: 3;
  }
}

/*New Profile styles*/
.grid-inner-buttons .elementor-button.elementor-button-link {
  width: 100%;
}
.grid-month-buttons .elementor-widget-button {
    max-width: 16.666% !important;
    margin: 0 !important;
}
.grid-month-buttons .elementor-widget-button .elementor-widget-container {
    margin: 10px 10px 10px 10px;
}
.grid-month-buttons .elementor-button.elementor-button-link {
    width: 100%;
}
/*.gform_confirmation_message .confirmation-icon {
  margin-bottom: 12px;
  text-align: center;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-size: 5.5em;
  color: #71CCC5;
}*/
.confirm-message-icon .gform_confirmation_message:before,
.page_type-members-page .eael-gravity-form .gform_confirmation_message:before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-size: 5.5em;
  color: #71CCC5;
  margin-bottom: 12px;
  display: block;
  width: 100%;
  height: auto;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .flex-buttons-row .elementor-widget-button .elementor-button-link {
    min-height: 75.19px;
  }
  .grid-inner-buttons .elementor-button.elementor-button-link {
      width: 100%;
      min-height: 75.19px;
      display: flex;
      align-items: center;
      justify-content: center;
  }
  .grid-month-buttons .elementor-button.elementor-button-link {
    min-height: 75.19px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media only screen and (min-width: 1024px) {
  .flex-buttons-row .elementor-widget-button .elementor-button-link {
    min-height: 88.38px;
  }
  .grid-inner-buttons .elementor-button.elementor-button-link {
      width: 100%;
      min-height: 88.38px;
      display: flex;
      align-items: center;
      justify-content: center;
  }
  .grid-month-buttons .elementor-button.elementor-button-link {
    min-height: 88.38px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media only screen and (max-width: 767px) {
  .grid-month-buttons .elementor-widget-button {
      max-width: 25% !important;
  }
}

@media only screen and (max-width: 575px) {
  .grid-month-buttons .elementor-widget-button {
      max-width: 33.33% !important;
  }
}

@media only screen and (max-width: 479px) {
  .grid-month-buttons .elementor-widget-button {
      max-width: 50% !important;
  }
}

@media only screen and (max-width: 400px) {
  .grid-month-buttons .elementor-widget-button {
      max-width: 100% !important;
  }
}

@media only screen and (min-width: 768px) {
    .modern-member-bio.elementor-section .profile-image-col.elementor-column {
        width: 224px;
    }
    .modern-member-bio.elementor-section .profile-bio-col.elementor-column {
        width: calc(100% - 224px);
    }
}

.modern-profile-photo .wp-user-profile-avatar .wp-user-profile-avatar-link {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}
.modern-profile-photo .wp-user-profile-avatar .caption-text {
    display: none;
}
.modern-profile-photo .wp-user-profile-avatar {
/*    width: 100%;*/
/*    max-width: 180px;*/
    position: relative;
/*    padding-bottom: 120%;*/
    width: 180px;
    height: 215px;
    border-radius: 8px;
    overflow: hidden;
    margin: 0 auto;
}
.modern-profile-photo .wp-user-profile-avatar img {
    margin: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    object-position: center;
}
.member-badge-role {
    font-size: 13px;
    padding: 7px 12px 7px 12px;
    background-color: #71CCC5;
    color: #fff;
    border-radius: 4px;
    line-height: 1;
    display: inline-block;
}

@media only screen and (max-width: 767px) {
    .modern-member-bio.elementor-section .elementor-heading-title {
        font-size: 24px !important;
    }
    .modern-member-bio .profile-bio-info .elementor-heading-title {
        font-size: 20px !important;
    }
    .modern-member-bio .badge-user .elementor-heading-title {
        font-size: 18px !important;
    }
}

@media only screen and (max-width: 479px) {
    .modern-member-bio .profile-bio-info .elementor-heading-title {
        font-size: 18px !important;
    }
}

.profile-breadcrumbs.elementor-widget-dce-breadcrumbs ul {
    font-size: 16px;
    color: #0F4661;
}
.profile-breadcrumbs.elementor-widget-dce-breadcrumbs ul a {
    color: #F4698B;
}
.flex-grid-files.elementor-column>.elementor-element-populated {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.flex-grid-files.elementor-column>.elementor-element-populated>.elementor-widget-image-box {
    width: 20%;
    padding: 20px;
    margin: 0;
}

/*Forms*/
#page #content .checkbox-theme-modern .gfield--type-checkbox .ginput_container_checkbox {
    line-height: 1.3;
}
#page #content .checkbox-theme-modern .gfield--type-checkbox .gchoice + .gchoice {
    margin-top: 15px;
}
#page #content .checkbox-theme-modern .gfield--type-checkbox .gfield-choice-input {
    vertical-align: top;
    margin-top: 2px;
    margin-right: 5px;
}
#page #content .checkbox-theme-modern .gfield--type-checkbox .gfield-choice-input + label {
    font-weight: 500;
    vertical-align: top;
}

@media only screen and (max-width: 980px) {
  .flex-grid-files.elementor-column>.elementor-element-populated>.elementor-widget-image-box {
      width: 25%;
  }
}

@media only screen and (max-width: 767px) {
  .flex-grid-files.elementor-column>.elementor-element-populated>.elementor-widget-image-box {
      width: 33.33%;
  }
  .flex-grid-files .elementor-image-box-title {
      font-size: 16px !important;
      line-height: 1.2em;
  }
}

@media only screen and (max-width: 575px) {
  .flex-grid-files.elementor-column>.elementor-element-populated>.elementor-widget-image-box {
      width: 50%;
  }
}

@media only screen and (max-width: 479px) {
  .flex-grid-files.elementor-column>.elementor-element-populated>.elementor-widget-image-box {
      width: 100%;
      padding: 0px;
      margin: 20px;
  }
}
/*end new profile*/

/*Above New end added on 07.25.2024*/

/*Menu login/logout*/
body.logged-in .hide_when_logged_in {
  display: none !important;
}
body:not(.logged-in) .hide_when_logout {
  display: none !important;
}

.document-upload-form-wrapper {
    /*max-width: 560px;
    margin: 0 auto;
    background-color: #A8D8F061;
    border-radius: 20px;*/
    /*padding: 40px;*/
    padding: 15px 25px 25px;
}
.document-upload-form-wrapper .form-heading {
    text-align: center;
    margin-bottom: 20px;
}
.document-upload-form-wrapper .gform_required_legend {
    display: none;
}
.document-upload-form-wrapper .message-content {
  text-align: center;
}
.document-upload-form-wrapper .message-content.text-left {
  text-align: left;
}

/*Member Documents*/
.doc-attachments ul.attachments {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0px;
  margin: 0px;
}
.doc-attachments li.attachment {
  width: 16.66%;
  padding: 8px;
}
.doc-attachments .attachment-preview {
  position: relative;
  box-shadow: inset 0 0 15px rgb(0 0 0 / 10%), inset 0 0 0 1px rgb(0 0 0 / 5%);
  background: #f0f0f1;
  /*cursor: pointer;*/
}
.doc-attachments .attachment-preview::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.doc-attachments .attachment-preview .thumbnail {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 1;
  transition: opacity .1s;
  margin: 0px;
}
.doc-attachments .attachment-preview .thumbnail .centered {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translate(50%,50%);
}
.doc-attachments .attachment-preview .thumbnail .centered .img-thumbnail {
  position: absolute;
  transform: translate(-50%,-50%);
  top: 0;
  left: 0;
}
.doc-attachments .attachment-preview .filename {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  max-height: 100%;
  word-wrap: break-word;
  text-align: center;
  font-weight: 600;
  background: rgba(255,255,255,.8);
  box-shadow: inset 0 0 0 1px rgb(0 0 0 / 15%);
  font-size: 14px;
}
.doc-attachments .attachment-preview .filename div {
  padding: 5px 10px;
  color: #176287;
}

@media only screen and (max-width: 1120px) {
  .doc-attachments li.attachment {
    width: 20%;
  }
}
@media only screen and (max-width: 980px) {
  .doc-attachments li.attachment {
    width: 25%;
  }
}
@media only screen and (max-width: 810px) {
  .document-upload-form-wrapper {
    padding: 15px 0px 25px;
  }
  .doc-attachments li.attachment {
    width: 33.33%;
  }
}
@media only screen and (max-width: 639px) {
  .doc-attachments li.attachment {
    width: 50%;
  }
}

/*Member Videos*/
.video-attachments .attachments {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0px;
  margin: 0px;
}
.video-attachments li.attachment {
  width: 33.3%;
  padding: 8px;
}
.video-attachments .attachment-preview {
  position: relative;
}
.video-attachments .attachment-preview::before {
  content: "";
  display: block;
  padding-top: 57%;
}
.video-attachments .attachment-preview iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.video-attachments .attachment-preview .video-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.video-attachments .attachment-preview .vid-title {
  color: #fff;
  padding: 1em;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.video-attachments .attachment-preview .video-box .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-attachments .attachment-preview .video-box .play-btn:hover {
  color: #71ccc5;
}
.video-attachments .attachment-preview .video-box .fa {
  font-size: 50px;
}

.doc-attachments li.attachment .attachment-preview .filename {
  display: block;
}
/*.doc-attachments li.attachment:hover .attachment-preview .filename {*/
.doc-attachments li.attachment .attachment-preview:hover .filename {
  display: none;
}
.doc-attachments li.attachment .action_wrapper {
  display: none;
}
/*.doc-attachments li.attachment:hover .action_wrapper {*/
.doc-attachments li.attachment .attachment-preview:hover .action_wrapper {
  display: block;
}
.doc-attachments li.attachment .action_wrapper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255,255,255,.8);
}
.doc-attachments li.attachment .action_wrapper div {
  padding: 5px;
}
.doc-attachments li.attachment .action_wrapper a {
  color: #0f4661;
}
.doc-attachments li.attachment .action_wrapper a {
  margin: 0px 15px;
}

@media only screen and (max-width: 980px) {
  .video-attachments li.attachment {
      width: 50%;
  }
}

/*Questions*/
.quiz-form_wrapper.gform_wrapper.gravity-theme .gfield {
  text-align: left;
}
.quiz-form_wrapper .gfield_radio .gchoice {
  display: inline-block;
  width: 24.6%;
}
.quiz-form_wrapper .gquiz-field .gfield_label {
  color: #176287;
}
.quiz-form_wrapper .gfield_radio .gchoice label,
.quiz-form_wrapper .gfield_checkbox .gchoice label{
  color: #333;
}

form.quiz-form input[type="submit"] {
  visibility: hidden;
  position: absolute;
}
.quiz-result {
  text-align: center;
}

@media only screen and (max-width: 980px) {
  .quiz-form_wrapper .gfield_radio .gchoice {
      width: 24.5%;
  }
}

@media only screen and (max-width: 800px) {
  .quiz-form_wrapper .gfield_radio .gchoice {
      width: 24.3%;
  }
}
@media only screen and (max-width: 767px) {
  .quiz-form_wrapper .gfield_radio .gchoice {
      width: 49%;
  }
}
@media only screen and (max-width: 479px) {
  .quiz-form_wrapper .gfield_radio .gchoice {
      width: 100%;
  }
}

/* Custom nav-tabs */
.cd-breadcrumb.nav-tabs {
    display: flex;
    justify-content: center;
}
.cd-breadcrumb li {
    width: 100%;
    text-align: center;
}

.steps-btn-wrapper {
  text-align: center;
  margin-top: 2em;
}

.steps-btn-wrapper button {
  min-width: 145px;
}

@media only screen and (max-width: 767px) {
  .tab-content-step .form-heading {
      font-size: 1.4em;
      line-height: 1.1em;
  }
  .tab-content-step .steps-btn-wrapper button {
      min-width: 112px;
      font-size: .8em;
      padding: 10px 15px 10px 15px;
  }
  .document-upload-form-wrapper .message-content {
      font-size: .9em;
      line-height: 1.2;
  }
  .video-attachments .attachment-preview .vid-title {
      font-size: 0.8em;
      line-height: 1.1;
  }
}

@media only screen and (max-width: 479px) {
  .doc-attachments .attachment-preview .filename {
      font-size: 11px;
      line-height: 1.1;
  }
  .doc-attachments ul.attachments {
      margin-left: -5px;
      margin-right: -5px;
  }
  .doc-attachments li.attachment {
      padding: 5px;
  }
  .doc-attachments li.attachment .action_wrapper a {
      margin: 0px 8px;
  }
  .video-attachments li.attachment {
      width: 100%;
  }
  .video-attachments .attachment-preview .video-box .fa {
      font-size: 40px;
  }
  #Questions .steps-btn-wrapper {
      margin-top: 0.5em;
  }
}

/*default style*/
.tab-content {
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  display: block;
  border-radius: 0 0 0.25em 0.25em;
}
.tab-content .tab-pane {
  text-align: left;
  padding: 10px;
}
.tab-content .tab-pane h3 {
  margin: 0;
}

.cd-breadcrumb {
  padding: 6px 7px;
  margin: 0;
  background-color: transparent;
  border-radius: 0.25em 0.25em 0 0;
}
.cd-breadcrumb.nav-tabs {
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: none;
}
.cd-breadcrumb.nav-tabs.approved-all > li.active > a, 
.cd-breadcrumb.nav-tabs.approved-all > li.active > a:hover, 
.cd-breadcrumb.nav-tabs.approved-all > li.active > a:focus {
  color: #ffffff;
  background-color: #f4698b;
  border: 0px solid #f4698b;
  cursor: default;
}
.cd-breadcrumb.nav-tabs > li > a {
  margin-right: inherit;
  line-height: inherit;
  height: 48px;
  border: inherit;
  border-radius: inherit;
  border-color: #edeff0;
}
.cd-breadcrumb.nav-tabs > li > a {
    display: flex;
    text-align: left;
    justify-content: center;
    align-items: center;
}
.cd-breadcrumb li {
  display: inline-block;
  float: left;
  margin: 0.5em 0;
}
.cd-breadcrumb li::after {
  /* this is the separator between items */
  display: inline-block;
  content: "ยป";
  margin: 0 0.6em;
  color: tint(#f4698b, 50%);
}
.cd-breadcrumb li:last-of-type::after {
  /* hide separator after the last item */
  display: none;
}
.cd-breadcrumb li > * {
  /* single step */
  display: inline-block;
  font-size: 1.4rem;
  color: #f4698b;
}
.cd-breadcrumb li.current > * {
  /* selected step */
  color: #f4698b;
}
.cd-breadcrumb a:hover {
  /* steps already visited */
  color: #f4698b;
}
.cd-breadcrumb.custom-separator li::after {
  /* replace the default arrow separator with a custom icon */
  content: "";
  height: 16px;
  width: 16px;
  vertical-align: middle;
}
.cd-breadcrumb li {
  margin: 1.2em 0;
}
.cd-breadcrumb li::after {
  margin: 0 1em;
}
.cd-breadcrumb li > * {
/*  font-size: 1.6rem;*/
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1 !important;
}

.cd-breadcrumb.triangle li {
  position: relative;
  padding: 0;
  margin: 0 4px 0 0;
}
.cd-breadcrumb.triangle li:last-of-type {
  margin-right: 0;
}
.cd-breadcrumb.triangle li .octicon {
  margin-right: 3px;
}
.cd-breadcrumb.triangle li > * {
  position: relative;
/*   padding: 0.8em 0.8em 0.7em 2.5em; */
  padding: 0.8em 0.5em 0.7em 2em;
  color: #333;
  background-color: #edeff0;
  /* the border color is used to style its ::after pseudo-element */
  border-color: #edeff0;
}
.cd-breadcrumb.triangle.approved-all li.active > * {
  /* selected step */
  color: #ffffff;
  background-color: #f4698b;
  border-color: #f4698b;
}
.cd-breadcrumb.triangle li:first-of-type > * {
  padding-left: 1.6em;
  border-radius: 4px 0 0 4px;
}
.cd-breadcrumb.triangle li:last-of-type > * {
/*   padding-right: 1em; */
  padding-right: 0.5em;
  padding-left: 1.7em;
  border-radius: 0 0.25em 0.25em 0;
}
.cd-breadcrumb.triangle.approved-all a:hover {
  /* steps already visited */
  color: #ffffff;
  background-color: #f4698b;
  border-color: #f4698b;
  text-decoration: none;
}
.cd-breadcrumb.triangle li::after,
.cd-breadcrumb.triangle li > *::after {
  /*
        li > *::after is the colored triangle after each item
        li::after is the white separator between two items
    */
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  content: "";
  height: 0;
  width: 0;
  /* 48px is the height of the <a> element */
  border: 24px solid transparent;
  border-right-width: 0;
  border-left-width: 20px;
  transition: color .1s ease-in-out,border .1s ease-in-out;
}
.cd-breadcrumb.triangle li::after {
  /* this is the white separator between two items */
  z-index: 1;
  -webkit-transform: translate(4px, 0);
  -ms-transform: translate(4px, 0);
  -o-transform: translate(4px, 0);
  transform: translate(4px, 0);
  border-left-color: #ffffff;
  /* reset style */
  margin: 0;
}
.cd-breadcrumb.triangle li > *::after {
  /* this is the colored triangle after each element */
  z-index: 2;
  border-left-color: inherit;
}
.cd-breadcrumb.triangle li:last-of-type::after,
.cd-breadcrumb.triangle li:last-of-type > *::after {
  /* hide the triangle after the last step */
  display: none;
}

.cd-breadcrumb.nav-tabs:not(.approved-all) > li > a, 
.cd-breadcrumb.nav-tabs:not(.approved-all) > li > a:hover, 
.cd-breadcrumb.nav-tabs:not(.approved-all) > li > a:focus {
  cursor: default;
  background-color: #edeff0;
  border-top: 1px solid #edeff0;
  border-color: #edeff0;
}

.cd-breadcrumb.nav-tabs > li.primary > a, 
.cd-breadcrumb.nav-tabs > li.primary > a:hover, 
.cd-breadcrumb.nav-tabs > li.primary > a:focus {
  color: #ffffff;
  background-color: #f4698b;
  border: 0px solid #f4698b;
  cursor: default;
}

.cd-breadcrumb .tab-label-mobile {
  display: none;
}

@media only screen and (max-width: 1070px) {
  .cd-breadcrumb.triangle li > * {
      padding: 0.8em 0em 0.7em 1em;
  }
  .cd-breadcrumb li > * {
      font-size: 1.3rem;
  }
  .cd-breadcrumb.nav-tabs > li > a {
      display: flex;
      align-items: center;
      justify-content: center;
  }
  .cd-breadcrumb.triangle li:first-of-type > * {
    padding-left: 0.4em;
  }
  .cd-breadcrumb.triangle li:last-of-type > * {
      padding-right: 0.4em;
  }
}

@media only screen and (max-width: 800px) {
  .cd-breadcrumb .tab-label {
    display: none;
  }
  .cd-breadcrumb .tab-label-mobile {
    display: block;
  }
}

@media only screen and (max-width: 560px) {
  .cd-breadcrumb.nav-tabs {
    flex-wrap: wrap;
  }
  .cd-breadcrumb li {
      width: 49%;
      margin-bottom: 8px !important;
  }
  .cd-breadcrumb.triangle li:nth-child(2n) {
      margin-right: 0px;
  }
  .cd-breadcrumb.triangle li:nth-child(2) {
    padding-right: 20px;
  }
  .cd-breadcrumb.triangle li:nth-child(2n):after {
      left: 90%;
  }
  .cd-breadcrumb.triangle li:nth-child(2n) > *::after {
      left: 100%;
  }
}

@media only screen and (max-width: 400px) {
  .cd-breadcrumb li > * {
      font-size: 1.2rem;
  }
  .cd-breadcrumb.triangle li .octicon {
      margin-right: 5px;
      font-size: 13px;
  }
  .cd-breadcrumb.triangle li:nth-child(odd) {
      width: 45%;
  }
  .cd-breadcrumb.triangle li:nth-child(even) {
      width: 53%;
  }
  .cd-breadcrumb.triangle li:nth-child(2n):after {
      left: 88%;
  }
  .cd-breadcrumb.triangle li:nth-child(2) > a {
      padding-left: 1.5em;
  }
}


#tab-menu-section{
  display:none !important;
}
.mobile-menu-col .elementor-element-populated{
  justify-content: end !important;
}
@media (min-width: 768px){
  .member-login-btn{
    display:block !important;
  }
}

@media (min-width: 1025px) and (max-width: 1316px){
  #main-menu .jet-menu .jet-menu-item .top-level-link{
    padding: 10px 10px 10px 10px !important;
    font-size: 0.8em !important;
  }
  .login-btn .elementor-button-content-wrapper span{
    font-size: 0.8em !important;
  }
}
@media (max-width: 940px){
  .to-section-right-column{
    width:100% !important;    
  }
  .to-section-right-column .elementor-element-populated{    
    margin:0 !important;
    margin-top: 120px !important;
  }
  
  .to-section-right-column .elementor-element-populated .elementor-element-6f6646d8{
    max-width:100% !important;
  }
}

@media (max-width: 767px){
  #tab-menu{
    display:none !important;
  }
  #custom-mobile-menu{
    display:block !important;
  }
  
  .member-login-btn{
    display:none !important;
  }
  
  #logo-col .elementor-widget-container {
    text-align: center !important;
  }
  
  .to-section-right-column{
    margin:0 !important;
    margin-top: 120px !important;
  }
  .mobile-menu-col .elementor-widget-wrap{
    justify-content: end !important;
  }
  
  .banner-heading-with-circle-background{
    min-height: 240px !important;
    height: 240px !important;
    width: 240px !important;
    max-width: 300px !important;    
  }
  .btn-responsive{
    width:100% !important;
    margin:auto;
  }
  
}
@media (min-width:376px) and (max-width: 767px){
  .heading-with-circle-background{
    width: 300px !important;
    height: 300px !important;
    max-width: 300px !important;
  }
}

@media (max-width: 375px){
  .heading-with-circle-background{
    width: 270px !important;
    height: 270px !important;
    max-width: 300px !important;
  }
}

@media (max-width: 684px){
  
}



/*New CSS NK */

@media (max-width:940px){

.about-section .elementor-container.elementor-column-gap-default {
    justify-content: center;
}

.about-section .to-section-right-column .elementor-element-populated {
    padding-top: 0 !important;
    margin-top: 0px !important;
}

.about-section .to-section-right-column {
    margin-top: 67px !important;
}

.about-section .to-section-right-column .elementor-widget-wrap.elementor-element-populated {
    text-align: center;
}
 
.about-section .to-section-right-column p {
    text-align: center;
} 

  
  
  
}



@media (max-width:767px){
  
.why-col .elementor-widget-wrap.elementor-element-populated {
    margin-right: 0px !important;
}

.why-col h2, .why-col p {
    text-align: center;
}
.ready-section .elementor-widget-wrap.elementor-element-populated {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.ready-section  .elementor-widget-container {
    text-align: center;
} 
h2, .elementor-heading-title {
    font-size: 26px !important;
    line-height: 30px !important;
}

h3, h3.elementor-heading-title {
    font-size: 20px !important;
    line-height: 28px;
}


.partner-text .elementor-heading-title {
    font-size: 18px !important;
      line-height: 25px !important;
}

.partner-row .elementor-widget-heading {
    margin-bottom: 10px !important;
}
.logo-img-row .elementor-widget-container {
    max-width: 157px;
    margin: 0px auto;
}
 

.logo-img-row  .elementor-column {
    width: calc(50% - 10px) !important;
    background: #FFF;
    box-shadow: 0px 0px 13px rgb(0 0 0 / 8%);
    margin-bottom: 10px;
    max-width: 200px;
}

.logo-img-row  .elementor-container.elementor-column-gap-default {
    justify-content: space-around;
}
.footer-sticky .elementor-container.elementor-column-gap-no .elementor-column:nth-child(2) .elementor-button-link {
    border: 1px solid #3689af;
}

.footer-sticky .elementor-container.elementor-column-gap-no .elementor-column:nth-child(1) .elementor-button-link {
    border: 1px solid #ed9d9d;
}
.copy-section .elementor-widget-wrap.elementor-element-populated {
    padding: 0px 10px !important;
    text-align: center;
}

.copy-section .elementor-widget-container {
    text-align: center;
    font-size: 14px;
}

.copy-section {
    padding: 29px 10px !important;
} 
.heading-with-circle-background h2 {
    font-size: 21px !important;
    line-height: 29px !important;
} 
.mission-section .elementor-widget-wrap.elementor-element-populated {
    padding: 20px !important;
}

.mission-section .elementor-widget-wrap.elementor-element-populated ul.elementor-icon-list-items {
    margin-top: 17px;
}

.check-section {
    padding: 20px 0px 30px !important;
}

.booking-section {
    padding: 40px 20px 60px !important;
}

.list-section {
    padding: 20px 0px !important;
}

.list-section .elementor-container {
    padding: 9px !important;
}

.list-section .elementor-widget-wrap.elementor-element-populated {
    padding-left: 10px !important;
    padding-right: 10px !important;
} 
  
.gform_wrapper.gravity-theme .ginput_complex span {
    margin-bottom: 8px;
}

.gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 0;
}

.ginput_container {
    margin-bottom: 8px;
}

.has_first_name.has_last_name {
    margin-bottom: 0;
}

.gform_footer.top_label {
    padding-top: 0 !important;
    padding-bottom: 0px !important;
} 
.list-space ul {
    padding-left: 10px !important;
    margin-left: 30px;
} 
.blog-list .elementor-inner-column {
    text-align: center;
} 
.blog-list {
    margin: 40px -34px 0px;
}
.contact-section {
    margin: 50px -35px 0px;
    padding-bottom: 0 !important;
}

.contact-section .gform_wrapper.gravity-theme .gfield textarea.medium {
    height: 100px;
}

.contact-section .name_first label, .contact-section .name_last label {
    font-size: 12px !important;
} 
  
  
}

/*Upload Documents*/
#Upload-docs .gfield:not(.no-border, .spacer) {
  border: 1px solid;
  padding: 15px 15px 22px;
}
.more-info p {
    line-height: 1;
    margin-bottom: 5px;
}
.more-info p a {
    color: #f4698b;
    text-decoration: underline;
}
.more-info p.pink {
    color: #f4698b;
}
#Upload-docs .gform_wrapper.gravity-theme .gform_fileupload_rules {
    display: none;
}
.gfield .ginput_container.field_uploaded {
/*    display: none;*/
}
.gfield .status-wrap {
    position: relative;
}
.gfield .upload-status {
    font-size: 14px;
    background: #71ccc5;
    border-radius: 5px;
    color: #fff;
    padding: 5px 10px;
}
.upload-status.approved {
    background: #f4698b;
}
.upload-status.disapproved {
    background: #c5bba5;
}
#Upload-docs .gform_wrapper.gravity-theme .gfield_label {
    line-height: 1.3;
}
.placement-wrap {
    color: #71ccc5;
}
.placement-wrap.disapproved-text {
    font-size: 16px;
    margin-bottom: 5px;
    color: #d54120;
}
.download-upload ul {
    margin: 5px 0 0;
    padding-left: 30px;
}
.download-upload ul li {
    line-height: 1.2;
}
.download-upload ul li:not(:last-child) {
    margin-bottom: 5px;
}
.download-upload ul a {
    color: #71ccc5;
}
.download-upload ul a:hover {
    color: #1c78a6;
}

@media only screen and (min-width: 641px) {
  .gform_wrapper.gravity-theme .gfield_label.field_uploaded {
      padding-right: 110px;
  }
  .gfield .upload-status {
    position: absolute;
    right: 0;
  }
}

/*Profile page*/
.profile-form .gfield .gfield_label {
    color: #0f4661;
}
.profile-form .gfield input {
    border: 1px solid #0f4661;
}
.profile-form .gfield input[type="file"] {
    border: none;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header select {
    font-size: 1.5rem !important;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar th span {
    font-size: 1.5rem !important;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar td {
    font-size: 1.3rem !important;
}

/*Apply Now Form*/
.educator-application-form input.gform_previous_button,
.educator-application-form input[type="submit"] {
    width: auto !important;
}
.educator-application-form .gform_confirmation_message {
    text-align: center;
}

/*Header Nav*/
ul.profile-nav, ul.profile-nav ul.sub-menu {
    list-style: none;
    margin: 0;
}
ul.profile-nav * {
    color: #fff;
}
ul.profile-nav a {
    font-family: "Nunito", Sans-serif;
    font-size: 0.95em;
    letter-spacing: 0.9px;
    text-transform: uppercase;
    font-weight: 600;
}
ul.profile-nav a i {
    margin-right: 5px;
}
.nav-profile-wrapper .custom-html-widget {
    display: flex;
    justify-content: flex-end;
}

/*Profile page*/
.text-dflex .elementor-heading-title {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.text-dflex .elementor-heading-title p {
  margin-left: 5px;
  margin-bottom: 0px;
}
.items-center .elementor-widget-wrap {
  align-items: center;
}
.min-width-100 {
  min-width: 100px;
}
.items-center .elementor-widget-wrap p {
  margin-bottom: 0px;
}
#preview-propic .elementor-widget-container {
  position: relative;
  width: 158px;
  height: 158px;
  margin: 0 auto;
}
#preview-propic .elementor-widget-container img {
  position: absolute;
  object-fit: contain;
  width: 100%;
  height: 100%;
  object-position: center;
  left: 0;
}
#profile-docs.doc-attachments li.attachment {
    width: 25%;
    margin-bottom: 20px;
}
.attachment-title {
    font-weight: 700;
    line-height: 1.1;
    font-size: 16px;
    margin-bottom: 5px;
    text-align: left;
    color: #71ccc5;
}
.attachment-expiry {
  font-size: 15px;
  margin-bottom: 8px;
  color: #f4698b;
  font-weight: 600;
}

/*Step Form*/
body.page-id-2104 .hero-banner-section {
    z-index: 0 !important;
}
#Upload-docs .ginput_container input[type="text"],
#Upload-docs .ginput_container select {
    border: 1px solid #0f4661;
}
.tab-content .tab-pane h3.sub-heading {
  color: #f4698b;
  margin-bottom: .5em;
}
.tab-content .content-section:not(:last-child) {
  margin-bottom: 2.5em;
}
.img-link-wrapper {
  text-align: center;
  margin-top: 1.5em;
  display: block;
}
.img-link-wrapper a {
  display: inline-block;
  width: auto;
  margin: 0 auto;
  border: 1px solid #edeff0;
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.08) !important;
}
a.url-highlight {
    color: #f4698b;
    font-weight: 700;
    text-decoration: underline !important;
}
.thank-you-wrap a {
    color: #71ccc5;
}
.thank-you-wrap a:hover {
    color: #f4698b;
}
.qa-passed {
  color: #f4698b;
  font-weight: 700;
  font-size: 24px;
}
.message-content .mt-1em {
  margin-top: 1.5em;
}
.qa-btn {
  background: #71ccc5;
  color: #fff;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 600;
  font-family: "Karla", Sans-serif;
  border-radius: 10px 10px 10px 10px;
  padding: 15px 25px 15px 25px;
  display: inline-block;
  margin-top: 1.5em;
}
.qa-btn:hover {
  background: #f4698b;
  color: #fff;
}
#Questions .steps-btn-wrapper button:not(:last-child) {
  margin-right: 7px;
}

@media only screen and (max-width: 1024px) {
  #profile-docs.doc-attachments li.attachment {
      width: 33.33%;
      margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .profile-details .elementor-heading-title {
      font-size: 16px !important;
  }
  #profile-docs.doc-attachments li.attachment {
      width: 50%;
      margin-bottom: 20px;
  }
  #profile-docs.doc-attachments .attachment-title {
      font-size: 14px;
  }
  #profile-docs.doc-attachments .attachment-expiry {
    font-size: 12px;
    line-height: 1.2;
  }
}

/*Staff Profile*/
.profile-form .gform_footer input[type="submit"] {
  width: auto !important;
}

/*Educators Documents*/
.educ-heading-section {
    padding: 15px 0px;
    border-bottom: 2px solid #a8d8f0;
    position: relative;
}
ul.educators-list {
    margin: 0;
    list-style: none;
}
ul.educators-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 25px;
}
ul.educators-list li:nth-child(even) {
    background-color: #eef7fc;
}
ul.educators-list li span {
    line-height: 1;
}
ul.educators-list li .name {
    font-weight: 700;
}
ul.educators-list li:hover {
    background-color: #a8d8f087;
}
ul.educators-list li .actions a {
    font-size: 16px;
    font-weight: 600;
    color: #f4698b;
}
ul.educators-list li .actions a:hover *,
ul.educators-list li .actions a:hover {
    color: #f4698b !important;
}
ul.educators-list li .actions a i {
    margin-right: 5px;
}
.current-educator-docs {
    padding: 15px 0px;
}
.educ-heading-section h2 {
    text-align: center;
}
ul.educators-list .educ-details {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.educ-main-heading-section .educ-heading-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.heading-home-visit h4 {
    margin: 0;
    color: #71ccc5;
}

@media only screen and (min-width: 490px) {
  a.educ-back {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1;
  }
  ul.educators-list.staffs-list span.name {
      min-width: 40%;
  }
  ul.educators-list.staffs-list li {
      justify-content: flex-start;
  }
  ul.educators-list.staffs-list li span.actions {
      margin-left: 15px;
  }
}

@media only screen and (max-width: 767px) {
  ul.educators-list li {
      padding: 20px 10px;
  }
  ul.educators-list li .name {
      font-size: 15px;
      line-height: 1.2;
  }
  ul.educators-list li .actions a {
      font-size: 14px;
  }
  ul.educators-list .educ-details {
    width: 70%;
  }
  ul.educators-list .educ-details .actions a {
    min-width: 58px !important;
    display: inline-block;
    margin-left: 10px;
  }
}

/*Staff Upload Documents*/
.staff-upload-docs .gform_footer {
    justify-content: center;
}
.staff-upload-docs .gform_footer input[type="submit"] {
    width: auto !important;
}
.staff-upload-docs .gfield_html ul {
    padding: 0;
}
.staff-upload-docs .gfield_html ul li {
    position: relative;
    padding-left: 15px;
}
.staff-upload-docs .gfield_html ul li:before {
    content: "";
    width: 6px;
    height: 6px;
    background: #71ccc5;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 6px;
}

.ginput_container_fileupload input[type="file"]::file-selector-button {
  padding: 5px 10px !important;
  font-size: 16px !important;
  background: #efefef !important;
  color: #000 !important;
  border-radius: 3px !important;
  border: 1px solid rgba(0,0,0,.75) !important;
}

.ginput_container_fileupload input[type="file"]::file-selector-button:hover {
  background: #404040 !important;
  color: #fff !important;
}

/*Educators Documents*/
table.educators-table {
    margin-top: 1em;
    border: none;
    border-bottom: 1px solid #a8d8f0;
}
table.educators-table thead {
    background: #71ccc5;
}
table.educators-table th {
    padding: 20px 20px;
    line-height: 1;
    border: none;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}
table.educators-table th.text-left,
table.educators-table td.text-left {
    text-align: left;
}
table.educators-table th.text-right,
table.educators-table td.text-right {
    text-align: right;
}
table.educators-table tbody td {
    padding: 20px 20px;
    line-height: 1;
    border: none;
    text-align: center;
}
table.educators-table tbody tr:nth-child(even) {
    background-color: #eef7fc;
}
table.educators-table tbody tr:hover {
  background-color: #a8d8f087;
}
table.educators-table tbody td a {
    font-size: 15px;
}
table.educators-table tbody td a.pink {
    color: #f4698b;
}
table.educators-table tbody td.quiz .date {
    display: block;
    font-size: 14px;
    margin-top: 5px;
}
table.educators-table .qa-status {
    color: #71ccc5;
}
.home-visit {
  display: flex;
  align-content: center;
  justify-content: flex-end;
}
.visit-files .img-thumbnail {
  max-width: 32px;
}
.visit-upload {
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 20px;
}
.visit-upload a {
    color: #71ccc5;
}
.upload-visit-section.invalid {
  margin-top: 2em;
}

#profile-docs.doc-attachments li.attachment {
    display: flex;
    flex-direction: column;
}
.doc-attachments .attachment-preview {
    margin-top: auto;
}
.profile-section-heading .heading {
  margin-bottom: 20px;
}
.master-visit-doc-section {
    padding: 10px 0px;
}
.master-visit-docs {
    margin-top: 10px;
}
.master-visit-docs a {
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    color: #176287;
}
.master-visit-docs .fa {
    color: #f4698b;
    margin-right: 7px;
    font-size: 25px;
}
.master-visit-docs a:not(:last-child) {
    margin-right: 20px;
}

/*Updates 05-26-2023*/
.modal-header {
    display: flex;
    align-items: center;
}
.modal button.close,
.modal button.close:hover {
    background: transparent;
    padding: 0rem 1rem;
    margin: -1rem -1rem -1rem auto;
    display: flex;
    align-items: center;
    line-height: 1;
    border-radius: 0px;
    height: 31px !important;
}
.modal button.close span {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (0.5rem * 2));
}
.modal-content {
    width: 100%;
}
.modal-footer {
    display: flex;
    justify-content: center;
}
.modal-footer button, .modal-footer button:hover {
    padding: 10px 20px !important;
    font-size: 15px !important;
    border: none !important;
}
.modal-footer button.btn-cancel, 
.modal-footer button.btn-cancel:hover {
    background-color: #5a6268;
    border-color: #545b62;
}
a.archive-educ-link {
    color: #71CCC5;
    text-transform: uppercase;
    font-family: "Karla", Sans-serif;
    font-size: 1em;
    font-weight: 600;
    letter-spacing: 1px;
}
.mt-3em {
    margin-top: 3em;
}
.ml-30 {
  margin-left: 30px;
}
a.c-teal {
    color: #71ccc5;
}
.text-14 {
  font-size: 14px;
}
#Upload-docs .gsection.section-doc-heading {
  border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
  border-bottom: 2px solid;
  padding-left: 0px;
  margin-bottom: 1.3em;
}
.show-only-fdc-field .gfield:not(.fdc-field) {
  display: none !important;
}
.document-upload-form-wrapper .fdc-field {
    display: none !important;
}
.mt-20 {
  margin-top: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.gform_delete_file, .gform_delete_file:hover {
  padding: 0 5px !important;
  line-height: 24px !important;
  border-radius: 0px !important;
  background: transparent !important;
  border: none !important;
}
.gform_delete_file .dashicons.dashicons-trash {
  color: #f4698b;
}
.gform_drop_area .button.gform_button_select_files {
  padding: 8px 20px !important;
  font-size: 16px !important;
}
.report-heading {
  font-size: 16px;
  font-weight: 700;
  color: #71ccc5;
  margin-bottom: 0px;
  line-height: 1.2;
}
.report-date {
  font-size: 14px;
  color: #f4698b;
  font-weight: 400;
}

/*Step Form Updates*/
#Upload-docs.modern-form .gform_footer {
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  #Upload-docs.modern-form .gform_footer input[type="submit"] {
    min-width: 180px;
  }
  .tab-content-step .steps-btn-wrapper > button {
    padding: 10px 25px;
    font-size: 16px;
  }
}
#Upload-docs.modern-form .group-wrap > .gfield:not(.no-border, .spacer) {
  border: none;
  padding: 0;
}
#Upload-docs.modern-form .group-wrap {
  grid-column-gap: 4%;
  grid-row-gap: 16px;
  display: grid;
  grid-template-columns: repeat(12,1fr);
  grid-template-rows: repeat(auto-fill,auto);
  width: 100%;
}

#Upload-docs.modern-form .group-wrap > .gfield.span-wide {
  grid-column: span 8;
}
#Upload-docs.modern-form .group-wrap > .gfield:last-child {
  grid-column: span 4;
}
#Upload-docs.modern-form .group-wrap > .gfield.span-wide-8 {
  grid-column: span 8;
}
#Upload-docs.modern-form .group-wrap > .gfield.span-wide-full,
#Upload-docs.modern-form .group-wrap > .gfield.span-wide:first-child {
  grid-column: span 12;
}
#Upload-docs.modern-form .group-wrap .ginput_container_date {
  position: relative;
  max-width: 210px;
}
#Upload-docs.modern-form .group-wrap .ginput_container_date img.ui-datepicker-trigger {
  position: absolute;
  right: 6px;
}
#Upload-docs.modern-form .group-wrap > .gfield.field_description_above .gfield_label {
  margin-bottom: 3px;
}
.gfield.recent_file .recent-box {
  background-color: #edeff0;
  padding: 10px 15px 12px;
  border-radius: 5px;
  position: relative;
}
.gfield.recent_file .title {
  font-size: 14px;
  font-weight: 600;
  line-height: 1 !important;
  margin-bottom: 10px;
  display: block;
}
.gfield.recent_file .recent-details {
  display: flex;
  align-content: center;
}
.gfield.recent_file .recent-details .updoc-img {
  max-width: 35px;
  margin-right: 12px;
}
.gfield.recent_file .updoc-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.gfield.recent_file .updoc-title {
  display: block;
  line-height: 1;
  font-size: 15px;
  font-weight: 700;
}
.gfield.recent_file .updoc-expiry {
  font-size: 14px;
  line-height: 1;
  display: block;
  margin-top: 7px;
}
.gfield.recent_file .updoc-status {
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 5px;
  line-height: 1;
  display: inline-block;
  background-color: #28a745;
  color: #fff;
  position: absolute;
  top: 10px;
  right: 10px;
}
.gfield.recent_file .updoc-status.on-review {
  background-color: #007bff;
}
.gfield.recent_file .updoc-status.disapproved {
  background-color: #dc3545;
}
.gfield.recent_file a,
.gfield.recent_file a:hover {
  color: #0f4661;
  transition: none;
}
.gfield.recent_file a:hover {
  color: #f4698b;
}
.gfield.recent_file .date_approved {
  font-size: 13px;
}
.gfield.recent_file .btn-action {
  position: relative;
  display: block;
  text-align: center;
  margin-top: 10px;
}
.gfield.recent_file .gfied_edit_upload {
  font-size: 14px;
  display: inline-block;
  padding: 4px 20px;
  border-radius: 5px;
  min-width: 150px;
}
/*.group-wrap.gfield .hide-field, */
/*.group-wrap.gfield .hide-field + .gfield:not(.spacer)*/
.group-wrap.gfield .hide-field:not(:has(+ .gfield[data-has_value="true"])),
.group-wrap.gfield .hide-field + .gfield:not(.spacer):not([data-has_value="true"]),
.group-wrap.gfield .gfield.recent_file:has(~ .gfield[data-has_value="true"]) .btn-action  {
  display: none;
}

@media only screen and (max-width: 1024px) {
  #Upload-docs.modern-form .group-wrap > .gfield.span-wide,
  #Upload-docs.modern-form .group-wrap > .gfield.span-wide-8 {
    grid-column: span 12;
  }
}

@media only screen and (max-width: 400px) {
  .gfield.recent_file .recent-box {
    padding-top: 40px;
  }
}

/*Profile/Documents Lists*/
.doc-attachments .more-docs-wrapper {
  margin-top: 5px;
  display: flex;
  min-height: 31px;
}
.more-docs-wrapper .more-docs {
  font-size: 13px;
  padding: 8px 15px;
  display: inline-block;
  border-radius: 0;
  width: 100%;
  line-height: 1;
}
.modal-archive-docs .modal-title {
  font-weight: 700;
  color: #71ccc5;
}
.modal-archive-docs .attachment-title {
  font-size: 14px;
}
.modal-archive-docs .attachment-expiry {
  font-size: 13px;
}
.modal-body.modal-docs-lists {
  min-height: 60vh;
  max-height: 60vh;
  overflow: auto;
}
.doc-attachments .modal-docs-lists .attachment-preview .filename {
  font-size: 12px;
}
.modal-body.modal-docs-lists .approved-date {
  font-size: 13px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .modal-dialog-centered {
    margin-top: 0;
    margin-bottom: 0;
  }
}

/*Video Iframe*/
.video-frame-wrapper { 
  position: relative; 
  padding-bottom: 56.25%; 
  padding-top: 30px; 
  height: 0; 
  overflow: hidden; 
  max-width: 960px;
  margin: 0 auto 30px;
}

.video-frame-wrapper iframe, 
.video-frame-wrapper object, 
.video-frame-wrapper embed {
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
}

/*Gravity Form group multiple file*/
#Upload-docs.modern-form .gform_wrapper.gravity-theme .gform_drop_area {
    margin-bottom: 0;
}
#Upload-docs .ginput_preview_list .ginput_preview {
    display: flex;
    align-items: center;
    gap: 15px;
}
#Upload-docs .ginput_preview_list .ginput_preview .gpreview_file {
    min-width: 45px;
    width: 45px;
    height: 45px;
    position: relative;
    overflow: hidden;
}
#Upload-docs .ginput_preview_list .ginput_preview .gpreview_file .preview_img[src=""] {
    display: none;
}
#Upload-docs .ginput_preview_list .ginput_preview .gpreview_file .preview_img {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: center;
}
#Upload-docs .ginput_preview_list .ginput_preview .file_info_wrap {
    padding-right: 40px;
    position: relative;
    width: calc(100% - 60px);
    line-height: 1;
}
#Upload-docs .ginput_preview_list .ginput_preview .file_info_wrap .gfield_fileupload_filename {
    display: block;
    line-height: 1;
    font-size: 15px;
    font-weight: 700;
}
#Upload-docs .ginput_preview_list .ginput_preview .file_info_wrap .gfield_fileupload_filesize,
#Upload-docs .ginput_preview_list .ginput_preview .file_info_wrap .gfield_fileupload_progress {
    font-size: 14px;
}
#Upload-docs .ginput_preview_list .ginput_preview .file_info_wrap .gfield_fileupload_filesize {
    padding-left: 0;
}
#Upload-docs .gfield_fileupload_progress .gfield_fileupload_percent {
    display: none;
}
#Upload-docs .gfield_fileupload_progressbar {
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 100%;
    height: 4px;
    border-radius: 6px;
    background: rgba(0, 0, 0, 0.06);
}
#Upload-docs .gfield_fileupload_progressbar .gfield_fileupload_progressbar_progress {
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    border-radius: 6px;
    background: #71CCC5;
}
#Upload-docs .gfield_fileupload_progress.gfield_fileupload_progress_complete {
    display: none;
}
#Upload-docs .ginput_preview_list .ginput_preview .file_info_wrap .gform_delete_file {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
#Upload-docs.modern-form .gform_wrapper.gravity-theme .gform_drop_area {
    padding: 20px 32px;
}
#Upload-docs .gform_drop_instructions {
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
}
#Upload-docs .gform_drop_area .button.gform_button_select_files {
    font-size: 15px !important;
    font-weight: 400;
    text-transform: lowercase;
    padding: 2px 10px !important;
    border-radius: 6px;
}


/*.group-wrap.gfield .hide-field:not(:has(+ .gfield[data-has_value="true"])),
.group-wrap.gfield .hide-field + .gfield:not(.spacer):not([data-has_value="true"]),
.group-wrap.gfield .gfield.recent_file:has(~ .gfield[data-has_value="true"]) .btn-action*/

#Upload-docs .gfield--type-fileupload:not(.hide-field),
#Upload-docs .gfield--type-fileupload.hide-field:has(+ .gfield[data-has_value="true"]) {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
#Upload-docs .gfield--type-fileupload:not(.hide-field) > label.gfield_label,
#Upload-docs .gfield--type-fileupload.hide-field:has(+ .gfield[data-has_value="true"]) > label.gfield_label {
    order: -3;
}
#Upload-docs .gfield--type-fileupload:not(.hide-field) > label.gfield_label + .gfield_description,
#Upload-docs .gfield--type-fileupload.hide-field:has(+ .gfield[data-has_value="true"]) > label.gfield_label + .gfield_description {
    order: -2;
    padding: 0 0 5px;
}
#Upload-docs .gfield--type-fileupload:not(.hide-field) > .ginput_preview_list,
#Upload-docs .gfield--type-fileupload.hide-field:has(+ .gfield[data-has_value="true"]) > .ginput_preview_list {
    order: -1;
}
#Upload-docs .gfield--type-fileupload:not(.hide-field) > .ginput_container_fileupload,
#Upload-docs .gfield--type-fileupload.hide-field:has(+ .gfield[data-has_value="true"]) > .ginput_container_fileupload {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
#Upload-docs .gfield--type-fileupload:not(.hide-field) > .ginput_container_fileupload > .ginput_preview_list,
#Upload-docs .gfield--type-fileupload.hide-field:has(+ .gfield[data-has_value="true"]) > .ginput_container_fileupload > .ginput_preview_list {
  order: -1;
}

#Upload-docs.modern-form .group-wrap > .gfield.force-hide, #Upload-docs.modern-form .group-wrap.gfield:has(.force-hide) {
    display: none !important;
}

.box-files-wrap {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: center;
}
.box-files-wrap .box-file-item {
/*     flex-grow: 1;
    width: 250px; */
    text-align: center;
    padding: 20px;
	max-width: 250px;
}
.box-file-item img {
    margin-bottom: 15px;
}
.file-box-title {
    font-family: Karla, sans-serif;
    font-size: 16px;
}


/*New Profile*/
.flex-buttons-row .elementor-widget-button,
.flex-buttons-row .elementor-widget-button .elementor-widget-container,
.flex-buttons-row .elementor-button-wrapper,
.flex-buttons-row .elementor-widget-button .elementor-button-link,
.flex-buttons-row .elementor-button-content-wrapper {
    height: 100%;
}
.flex-buttons-row .elementor-widget-button .elementor-button-link {
    width: 100%;
}
.flex-buttons-row .elementor-button-content-wrapper {
    align-items: center;
}

/*.flex-buttons-row .elementor-widget-button * {
    height: 100%;
}

.flex-buttons-row .elementor-widget-button,
.flex-buttons-row .elementor-widget-button * {
    align-items: center;
    display: flex;
    justify-content: center;
    flex-grow: 1;
    height: 100%;
}*/

/*Updates 17 Oct 2024*/
#Upload-docs.modern-form .group-wrap.gfield:has(.gfield.hide-field-temp) {
    display: none;
}

/*
* Updates 15 January 2025
* Version- 1.0.173
*/
.video-bottom_title {
    font-size: 20px;
    font-weight: 600;
    margin-top: 12px;
    margin-bottom: 35px;
    text-align: left;
}

/*
* Updates 3 February 2025
* Version- 1.0.174
*/
.ecs-post-loop .type-faq .elementor-widget-toggle .elementor-tab-content footer.author-bio-section {
    display: none;
} 








/* Quest Landing Page*/

.elc-btn a {
    background: #f4698b;
    border-radius: 6px;
    padding: 10px 10px !important;
    min-width: 149px;
    justify-content: center !important;
	text-transform:uppercase;
}
.elc-btn a .jet-menu-item-wrapper {
    justify-content: center;
}
.page-id-38873   .elementor-heading-title {
    font-size: 50px;
    line-height: 52px;
    color: #4b351d;
    text-transform: none;
}

.page-id-38873   p {
    font-size: 20px;
    line-height: 32px;
    color: rgba(75, 53, 29, 1);
}
.page-id-38873  .elementor.elementor-348 {
    display: none !important;
}
.header-sec {
    position: absolute !important;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 2;
    padding: 0 !important;
}
.banner-sec {
    padding: 120px 0px 80px !important;
    min-height: 800px;
    display: flex;
    align-items: center;
}

.banner-sec:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 0.3;
}
.banner-sec h1.elementor-heading-title {
    font-size: 70px !important;
    line-height: 70px;
    color: #FFF;
    text-align: center;
    max-width: 900px;
    margin: 0px auto;
    font-weight: 600;
}

.btn-custom  span.elementor-button-icon {
    width: 52px;
    height: 52px;
    background: rgba(255, 255, 255, 0.3);
    text-align: center;
    justify-content: center;
    border-radius: 50%;
    margin-left: 14px;
}

.btn-custom a {
    align-items: center;
    color: #4b351d !important;
    border-radius: 100px !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    padding: 11px 2px 11px 30px !important;
    min-width: 336px;
}

.btn-custom span.elementor-button-content-wrapper {
    align-items: center;
}

.img-style img {
    object-fit: cover;
    border-radius: 50% !important;
    overflow: hidden;
    border: 10px solid rgba(244, 104, 139, 1) !important;
}
 
.banner-sec:after {
    background: url('/wp-content/uploads/2025/08/blue-bg-scaled-1.png') no-repeat;
    background-size: 100% 100%;
    content: "";
    width: 100%;
    left: 0;
    right: 0;
    position: absolute;
    height: 100%;
    background-position: top !important;
    top: 77%;
}

.about-sec {
    background-size: 100% 100% !important;
	 background-image: url("/wp-content/uploads/2025/08/about-bg-scaled-1.png");
    background-position: top center;
    background-size: cover;
}

.over-media {
    max-width: 206px;
    position: absolute !important;
    right: 88px;
    bottom: 0;
}

.img-style:before {
    background: url('/wp-content/uploads/2025/08/over-media.png') no-repeat;
    background-size: contain;
    content: "";
    width: 206px;
    height: 206px;
    bottom: -63px;
    right: 92px;
    position: absolute;
}
.text-sec .img-style:before {
    background: url('/wp-content/uploads/2025/08/over-media2.png') no-repeat;
    background-size: contain;
    content: "";
    width: 206px;
    height: 206px;
    top: -27px;
    left: -48px;
    position: absolute;
}
.text-sec .img-style img { 
    border: 10px solid rgba(168, 216, 240, 1) !important;
}
.about-media-col {
    padding-left: 44px;
    padding-top: 70px;
}

.about-sec:before {
    content: "";
    width: 204px;
    height: 204px;
    background: url('/wp-content/uploads/2025/08/red-circle.png') no-repeat;
    position: absolute;
    background-size: contain;
    right: 281px;
    top: -41px;
}
.about-sec:after {
    content: "";
    width: 144px;
    height: 144px;
    background: url('/wp-content/uploads/2025/08/orange-circle.png') no-repeat;
    position: absolute;
    background-size: contain;
    right: 444px;
    top: -173px;
}

.features-col .elementor-widget-container:before  {
     content: counters(num,".",decimal-leading-zero);
     color: #2C0000;
     position: absolute;
     left: 0;
     width: 69px;
     height: 69px;
     background: #ccc;
     text-align: center;
     border-radius: 50%;
     font-size: 24px;
     line-height: 32px;
     display: flex;
     align-items: center;
     justify-content: center;
     font-weight: 600;
	top: 7px;
}
.features-col{
  counter-increment: num;
  background: #FFF;
  padding: 30px;
  border-radius: 30px;
}


.features-col h4 {
    color: #4b351d;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
}

.features-col .elementor-widget-container {
    padding-left: 92px;
    position: relative;
}

.features-col .elementor-widget-container p {
    margin: 0;
}


.features-col:nth-child(1) .elementor-widget-container:before  {
background:rgba(1, 102, 170, 1);
	color:#FFF;
}
.features-col:nth-child(2) .elementor-widget-container:before  {
background:rgba(168, 216, 240, 1);	
}
.features-col:nth-child(3) .elementor-widget-container:before  {
background:rgba(113, 204, 196, 1);
}
.features-col:nth-child(4) .elementor-widget-container:before  {
background:rgba(255, 221, 157, 1);	
}
.features-col:nth-child(5) .elementor-widget-container:before  {
background:rgba(244, 104, 139, 1);	
}
.img-space {
    padding-right: 43px !important;
}

.form-col {
    background: rgba(165, 219, 221, 1);
    padding: 70px;
    border-radius: 30px;
    max-width: 726px;
    margin-left: auto;
}

.form-wrap {
    padding-left: 103px;
}

.form-col h3 {
    color: rgba(75, 53, 29, 1);
    font-size: 30px;
    font-weight: 700;
    text-transform: none;
    margin-bottom: 23px;
}

.form-col input:not([type="submit"]) {
    background:transparent !important;
    border: 0;
    border-bottom: 1px solid rgba(75, 53, 29, 1);
    padding: 10px 0px 15px !important;
    color:rgba(75, 53, 29, 1)!important;
    font-size:20px !important;
    outline:0 !important;
}

.form-col textarea{
   background:transparent !important;
   border: 1px solid rgba(75, 53, 29, 1);
   color:rgba(75, 53, 29, 1)!important;
   font-size:20px !important;
   outline:0 !important;
   border-radius: 20px;
   margin-top: 20px !important;
   padding: 20px !important;
   height: 170px !important;
}
.form-col ::-webkit-input-placeholder {  
   color: rgba(75, 53, 29, 1) !important;
    font-size:20px;
    opacity:1 !important;
}
.form-col ::-moz-placeholder {  
 color: rgba(75, 53, 29, 1) !important;
    font-size:20px;
    opacity:1 !important;
}
.form-col :-ms-input-placeholder { 
   color: rgba(75, 53, 29, 1) !important;
    font-size:20px;
    opacity:1 !important;
}
.form-col :-moz-placeholder { 
   color: rgba(75, 53, 29, 1) !important;
    font-size:20px;
    opacity:1 !important;
}

.form-col .gform_footer:after {
    content: "";
    background: url(/wp-content/uploads/2025/08/btn-arrow-1.svg) no-repeat;
    width: 19px;
    height: 10px;
    display: inline-block;
    margin-left: 5px;
    position: absolute;
    right: 28px;
    top: 37px;
    background-size: contain;
    z-index: 1;
}
.form-col .gform_wrapper.gravity-theme .gform_footer {
    margin: 12px 0px 0px;
    display: inline-block;
    background: #71CCC5;
    padding: 0 !important;
    border-radius: 100px;
}
.form-col .gform_button {
    align-items: center;
    color: #4b351d !important;
    border-radius: 100px !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    padding: 25px 77px 14px 29px !important;
    min-width: auto;
    cursor: pointer;
    background: transparent !important;
    position: relative;
    z-index: 1;
}
.form-col .gform_footer {
    position: relative;
}
.form-col .gform_footer:before {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.3);
    content: "";
    position: absolute;
    right: 12px;
    border-radius: 50%;
    top: 14px;
}

.form-col .gform_wrapper.gravity-theme .gform_footer:hover {
    background: #f4688b;
}

.form-col textarea {
    margin-bottom: 20px !important;
}
.form-col .gfield_error [aria-invalid=true] {
    padding-left: 20px !important;
}
.footer-sec {
    background-size: 100% 100% !important;
	  background-image: url("/wp-content/uploads/2025/08/footer-bg.jpg");
    background-position: top center;
    background-repeat: no-repeat;
}
.form-col {
    position:relative;
}
.form-col .ginput_container.ginput_container_date {
    background: url('/wp-content/uploads/2025/08/calendar.png') no-repeat;
    background-size:   20px !important;
    background-position: right !important;
}

.form-col:before {
    content: "";
    width: 150px;
    height: 150px;
    background: url('/wp-content/uploads/2025/08/red-circle.png') no-repeat;
    position: absolute;
    background-size: contain;
    right: -76px;
    top: -50px;
}
.copy-row p ,
.copy-row .elementor-widget-container{
    font-size: 12px;
}

.copy-row p *,
.copy-row .elementor-widget-container{
    color: rgba(75, 53, 29, 1);
}
.text-sec:after {
    content: "";
    width: 118px;
    height: 118px;
    background: url('/wp-content/uploads/2025/08/blue-circle.png') no-repeat;
    position: absolute;
    background-size: contain;
    right: 62px;
    bottom: -57px;
}
 

.form-sec {
    padding: 100px 0px !important;
}
.copy-row {
    border-top: 1px solid rgba(75, 53, 29, 0.2);
    padding-top: 18px;
    margin-top: 50px;
}
.footer-sec {
    padding-bottom: 0 !important;
}
.footer-sec h3 {
    font-size: 20px;
    color: rgba(75, 53, 29, 1);
    margin-bottom: 20px;
    text-transform: none;
}

.footer-sec  .elementor-widget-image img {
    margin-bottom: 40px;
}

.footer-sec  .btn-footer a {
    background: transparent !important;
    padding-left: 0 !important;
    padding: 0 !important;
}
 

.footer-sec  .btn-footer span.elementor-button-text {
    color: rgba(75, 53, 29, 1);
    text-transform: none !important;
}

.footer-sec .btn-footer .elementor-button-icon {
    width: 38px;
    height: 38px;
    background: rgba(113, 204, 196, 1);
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 12px;
}

.footer-sec  .elementor-button-content-wrapper {
    align-items: center;
}
.footer-info span.elementor-icon-list-text {
    font-size: 20px;
    line-height: 32px;
    color: rgba(75, 53, 29, 1);
}

.footer-info span.elementor-icon-list-icon {
    width: 40px;
    height: 40px;
    margin-right: 14px;
    background: rgba(113, 204, 196, 1);
    /* justify-content: center; */
    color: rgba(75, 53, 29, 1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center !important;
    padding-left: 6px;
}

.footer-info li.elementor-icon-list-item {
    margin-bottom: 8px !important;
}

.footer-info li.elementor-icon-list-item:last-child {
    margin-bottom: 0 !important;
}
.cnt-head {
    margin-bottom: 0 !important;
    padding-left: 60px;
}

.btn-footer {
    margin-top: 30px !important;
}

.footer-row p {
    font-size: 20px !important;
}

.footer-row .elementor-widget-container {
     font-size: 20px !important;
    color:rgba(75, 53, 29, 1);
}
.footer-icon {
    max-width: 230px;
    margin: -250px 0px 0px 88px;
}
.form-col .gform_wrapper.gravity-theme .gform_validation_errors>h2.hide_summary {
    font-size: 13px !important;
    line-height: 16px !important;
}
.page-id-38938 .banner-sec:after {
    display: none;
}

.page-id-38938 .banner-sec {
    min-height: 598px;
    background-position: top !important;
}

@media (min-width:1422px) and (max-width:1600px){
 .form-col {
    margin-left: 0;
    max-width: 87%;
}   
}

@media (min-width:1200px) and (max-width:1421px){
 .form-col {
    margin-left: 0;
    max-width: 85%;
} 

.form-col:before {
    width: 120px;
    right: -47px;
}

.text-sec:after {
    width: 86px;
    right: 39px;
    bottom: -69px;
}
    
}



@media (min-width:1200px) and (max-width:1670px){
  .about-sec:before {
    right: 100px;
}

.about-sec:after {
    right: 250px;
}
  
}


@media (min-width:768px){
	
.form-col .gform_wrapper.gravity-theme .gform_fields {
    grid-column-gap: 34px;
}	
	
}

@media (max-width:980px){
.banner-sec h1.elementor-heading-title {
    font-size: 30px !important;
    line-height: 35px !important;
    margin-bottom: 8px;
    max-width: 291px;
}
.form-col .gform_wrapper.gravity-theme .gform_footer {
    height: 63px;
}
.banner-sec {
    background-position: center !important;
}

.features-col .elementor-widget-container {
    padding-left: 0;
    padding-top: 58px;
}

.features-col .elementor-widget-container:before {
    top: 0;
    width: 44px;
    height: 44px;
    font-size: 16px !important;
}	
.mid-row .elementor-column {
    width: 100% !important;
}

.mid-row  .elementor-container {
    flex-direction: column-reverse;
}

.why-left {
    width: 100% !important;
}

.features-wrap {
    width: 100% !important;
}	
.img-left-col {
    width: 100% !important;
}

.text-right-col {
    width: 100% !important;
}

.exp-left-col {
    width: 100% !important;
}

.form-wrap {
    width: 100% !important;
    padding: 0 !important;
}	
.about-media-col {
    max-width: 400px;
    margin-bottom: 17px;
    padding-left: 0 !important;
}

.img-style:before {
    width: 102px;
    height: 102px;
    right: 0;
    bottom: -9px;
}	

body.page-template section.about-sec.elementor-section-boxed {
    background-image: url('/wp-content/uploads/2025/08/about-bg-scaled-sm-scaled-1.png');
    background-size: cover !important;
}

.banner-sec:after {
    background: url('/wp-content/uploads/2025/08/blue-bg-scaled-sm.png') no-repeat;
    background-size: contain;
    content: "";
    width: 100%;
    left: 0;
    right: 0;
    position: absolute;
    height: 100%;
    background-position: top !important;
    top: 85%;
}

.banner-sec {
    padding: 120px 0px 0px !important;
}

.about-media-col {
    padding-top: 41px;
}

.about-sec:before {
    width: 112px;
    right: 63px;
    top: -3px;
    /* top: auto; */
}

.about-sec:after {
    right: 31%;
    top: -136px;
    width: 101px;
}	
.form-col {
    padding: 30px;
    margin-left: 0;
}

.form-col h3 {
    font-size: 30px !important;
    line-height: 32px;
    font-weight: 700 !important;
    max-width: 200px;
    margin-bottom: 5px;
}

.btn-custom a {
    padding: 4px 2px 3px 30px !important;
    font-size: 16px !important;
    min-width: 280px;
}
.btn-custom span.elementor-button-icon {
    margin-left: 18px;
	margin-top: 3px;
   margin-bottom: 4px;
}	
.page-id-38873  h2,
.page-id-38873   .elementor-heading-title {
    font-size: 30px !important;
    line-height: 39px !important;
    font-weight: 700 !important;
}

.form-col:before {
    width: 100px;
    right: 0;
    left: 67%;
}

.form-sec {
    padding: 24px 0px 104px !important;
}
 
.form-wrap:before {
    content: "";
    width: 118px;
    height: 118px;
    background: url('/wp-content/uploads/2025/08/blue-circle.png') no-repeat;
    position: absolute;
    background-size: contain;
    right: -84px;
    top: -95px;
}
 

.form-sec {
    overflow: hidden;
}

.text-sec:after {
    display: none;
}
.mid-row .elementor-widget-wrap.elementor-element-populated {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.features-col h4 {
    font-size: 18px !important;
    line-height: 28px;
}

.page-id-35136 p {
    font-size: 18px;
    line-height: 28px;
}

.features-col .elementor-widget-container p {
    font-size: 16px;
    line-height: 26px;
}

.form-col ::-webkit-input-placeholder {  
     font-size:16px;
}
.form-col ::-moz-placeholder {  
  font-size:16px;
}
.form-col :-ms-input-placeholder { 
    font-size:16px;
}
.form-col :-moz-placeholder { 
     font-size:16px;
}

.form-text {
    padding-right: 29px !important;
} 	
.form-col .gform_button {
    padding: 14px 72px 7px 29px !important;
    font-size: 16px !important;
}

.form-col .gform_footer:before {
    top: 6px;
    right: 7px;
}

.form-col .gform_footer:after {
    top: 27px;
    right: 25px;
}	
.img-left-col {
    max-width: 400px;
}
 
.form-wrap {
    position: relative;
    z-index: 9;
}	
.text-sec .img-style:before {
    width: 100px;
    left: 0;
}

	
	
}
/*max 980px*/






@media (min-width:768px) and (max-width:980px){
	
.features-wrap .elementor-widget-wrap.elementor-element-populated  {
    justify-content:center !important;
}

.features-wrap  .features-col {
    width: calc(50% - 20px);
    margin: 10px;
}
 	
.footer-icon {
    margin: -126px auto  0px auto;
    max-width: 126px;
}
.cnt-head {
    padding-left: 0 !important;
    margin-left: -17px;
}

.footer-info li.elementor-icon-list-item {
    margin-left: -20px;
}

.footer-info span.elementor-icon-list-icon {
    min-width: 33px !important;
    width: 33px;
    height: 33px;
    padding-left: 4px;
    line-height: 37px !important;
}

.footer-sec .btn-footer .elementor-button-icon {
    width: 33px;
    height: 33px;
}

 

.btn-footer {
    margin-top: -8px !important;
}

.footer-icon + .elementor-widget-image img {
    max-width: 296px !important;
    margin-bottom: 0 !important;
}	
	
.copy-row  .elementor-container {
    flex-direction: column-reverse;
    justify-content: center !important;
    text-align: center !important;
}

.copy-row p, .copy-row .elementor-widget-container {
    text-align: center !important;
}	
.footer-info span.elementor-icon-list-text {
    font-size: 16px;
    line-height: 25px;
}

.footer-info li.elementor-icon-list-item:last-child {
    max-width: 188px;
}

.copy-row {
    margin-top: 15px;
}	
span.mid-line {
    margin: 0px 14px;
}	
.footer-sec .elementor-button-content-wrapper {
    justify-content: start !important;
}

.footer-sec .btn-footer span.elementor-button-text {
    text-align: left !important;
    font-size: 16px !important;
}

.footer-row p {
    font-size: 16px !important;
}

.footer-sec h3 {
    font-size: 16px !important;
}

.privacy-text, .privacy-text p {
    font-size: 12px !important;
}
.copy-row .elementor-container .elementor-column {
    width: 100% !important;
}	
}







@media (max-width:767px){
	
.footer-sec {
    background-size: cover !important;
	background-image: url('/wp-content/uploads/2025/08/about-bg-scaled-sm-scaled-1.png'); 
    background-position: top center;
    background-repeat: no-repeat;
}	
	
.footer-icon {
    margin: -126px auto  0px auto;
    max-width: 126px;
}
 
.footer-row .elementor-widget-container {
    font-size: 16px !important;
}

.cnt-head {
    padding-left: 0 !important;
    margin-left: -17px;
}

.footer-info li.elementor-icon-list-item {
    margin-left: -20px;
}

.footer-info span.elementor-icon-list-icon {
    min-width: 33px !important;
    width: 33px;
    height: 33px;
    padding-left: 4px;
    line-height: 37px !important;
}

.footer-sec .btn-footer .elementor-button-icon {
    width: 33px;
    height: 33px;
}

 

.btn-footer {
    margin-top: -8px !important;
}

.footer-icon + .elementor-widget-image img {
    max-width: 296px !important;
    margin-bottom: 0 !important;
}	
	
.copy-row  .elementor-container {
    flex-direction: column-reverse;
    justify-content: center;
}

.copy-row p, .copy-row .elementor-widget-container {
    text-align: center !important;
}	
.footer-info span.elementor-icon-list-text {
    font-size: 16px;
    line-height: 25px;
}

.footer-info li.elementor-icon-list-item:last-child {
    max-width: 188px;
}

.copy-row {
    margin-top: 15px;
}	
span.mid-line {
    margin: 0px 14px;
}	
.footer-sec .elementor-button-content-wrapper {
    justify-content: start !important;
}

.footer-sec .btn-footer span.elementor-button-text {
    text-align: left !important;
    font-size: 16px !important;
}

.footer-row p {
    font-size: 16px !important;
}

.footer-sec h3 {
    font-size: 16px !important;
}

.privacy-text, .privacy-text p {
    font-size: 12px !important;
}
	
.site-footer span.elementor-icon-list-text {
    font-size: 14px !important;
}
 	
	
	
}
/* max 767px */


@media (max-width:480px){

.banner-sec:after {
    top: 81%;
}
	
}


@media (min-width:1025px){
.elc-btn a {
    position: relative;
    left: 10px;
}
	
}
 
@media (min-width:514px) and (max-width:768px){
.banner-sec:after {
    top: 77%;
}    
}
  
@media (min-width:769px) and (max-width:980px){
.banner-sec:after {
    top: 74%;
}    
}	


@media (min-width: 1440px) and (max-width:1700px) {
 body #main-menu .jet-menu .jet-menu-item .top-level-link   {
    padding-left: 10px !important;
    padding-right: 10px !important;
}    
}

@media (min-width:1260px) and (max-width:1439px){
 body #main-menu .jet-menu .jet-menu-item .top-level-link {
    padding-left: 3px !important;
    padding-right: 5px !important;
}  
 body.page .elementor-location-header .jet-menu-container  .jet-menu {
    justify-content: space-between !important;
}  
    
}



@media (max-width:480px){
.page-id-38938 .banner-sec {
    min-height: 367px;
    background-position: top !important;
}

.page-id-38938  .site-footer {
    margin-top: 61px;
}	
}




Youez - 2016 - github.com/yon3zu
LinuXploit