/* 
Theme Name: PSL Skillstool
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-skillstool
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

body {
    margin: 0;
}
header#site-header.site-header {
    box-shadow: 0 0 10px rgb(0 0 0 / 16%);
}
header#site-header.site-header .header-inner {
    padding: 0 65px;
    align-items: center;
}
.header-inner .site-navigation-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    width: calc(100% - 165px);
    margin-left: auto;
    margin-right: 0;
    justify-content: end;
}
.site-navigation ul.menu li.menu-item-has-children>a {
    padding-right: 6px;
}
.global-header .hfe-nav-menu li.menu-item.profile-btn>a {
    background-color: var(--e-global-color-secondary) !important;
}
.global-header .hfe-nav-menu li.menu-item.corporate-btn>a {
    background-color: var(--e-global-color-primary) !important;
}
.site-navigation ul.menu li.menu-item-object-logout>a {
    background-color: var(--e-global-color-accent);
    color: #fff;
}
.global-header .hfe-nav-menu li.menu-item.corporate-btn>a, 
.global-header .hfe-nav-menu li.menu-item.profile-btn>a {
    color: #fff!important;
    border-radius: 8px;
    line-height: normal;
}
.global-header .hfe-nav-menu li.menu-item.profile-btn>a::before, 
.global-header .hfe-nav-menu li.menu-item.corporate-btn>a::before {
    content: '';
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 0;
    display: inline-block;
    margin-right: 25px;
    position: relative;
    top: 2px;
    opacity: 1!important;
}
.site-header .site-navigation .menu li.menu-btn {
    align-items: center;
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 0 18px;
}
.site-header .site-navigation ul.menu li a:hover {
    color: var(--e-global-color-accent);
}
.site-header .site-navigation .menu li.menu-btn>a {
    border-radius: 8px;
    padding: 7px 14px;
    position: relative;
    line-height: normal;
    color: #fff !important;
}
.global-header .hfe-nav-menu li.menu-item.corporate-btn>a::before {
    background-image: url(src/images/corporate-btn-icon.png);
    width: 22px;
    height: 18px;
    margin-right: 16px;
}
.global-header .hfe-nav-menu li.menu-item.profile-btn>a::before {
    background-image: url(src/images/profile-btn-Icon.png);
    width: 17px;
    height: 19px;
}
.sidebar_menu_main ul#menu-dashboard-sidebar>li>a {
    border-top: 1px dashed var(--e-global-color-secondary);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sidebar_menu_main ul#menu-dashboard-sidebar>li:first-child a {
    border: 0;
    border-top-left-radius: 24px;
}

.cia-user-menu {
    position: relative;
    display: inline-block;
    font-family: inherit;
    cursor: pointer;
}

.cia-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
    padding: 10px 12px;
    z-index: 1000;
    width: 100%;
    margin-top: 5px;
}

.cia-user-menu:hover .cia-dropdown {
    display: block;
}
.cia-dropdown a {
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    color: var( --e-global-color-70e1731 );
    word-break: break-all;
}
.cia-dropdown a:hover {
    color: var( --e-global-color-accent );
}
.cia-dropdown span.cia-role {
    font-weight: 600;
    word-break: break-all;
    font-size: 15px;
    line-height: 18px;
    display: inline-block;
}
.cia-greeting {
    padding: 10px;
}
.cia-dropdown hr {
    margin: 10px 0;
    background: #223363;
    opacity: 0.25;
}

.skill-tool-content-side {
    position: relative;
}
.skill-tool-content-side::before {
    content: '';
    border-left: 1px dashed var(--e-global-color-secondary);
    top: 70px;
    display: block;
    height: calc(100% - 70px);
}
.sidebar_menu_main ul#menu-dashboard-sidebar>li>a::after {
    content: '';
    background-image: url(src/images/menu-icon-right.png);
    width: 12px;
    height: 20px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
}
.sidebar_menu_main ul#menu-dashboard-sidebar>li>a.eael-item-active::after {
    transform: rotate(180deg);
}
.eael-simple-menu-container.preset-1 {
    background-color: transparent !important;
}
.banner-btn a.elementor-button {
    width: 320px;
    max-width: 100%;
}
.dotted_list ul.elementor-icon-list-items li.elementor-icon-list-item:first-child {
    padding-top: calc(40px / 2);
}
.dotted_list ul.elementor-icon-list-items li.elementor-icon-list-item:first-child::before {
    content: "";
    border-color: var(--e-global-color-70e1731);
    border-top-style: dashed;
    border-top-width: 1px;
    top: 0;
    position: absolute;
    width: 100%;
    left: 0;
}
.dotted_list ul.elementor-icon-list-items li.elementor-icon-list-item:last-child {
    padding-bottom: calc(40px / 2);
}
.dotted_list ul.elementor-icon-list-items li.elementor-icon-list-item:last-child::before {
    content: "";
    border-color: var(--e-global-color-70e1731);
    border-top-style: dashed;
    border-top-width: 1px;
    bottom: 0;
    position: absolute;
    width: 100%;
    left: 0;
}
button.btn.btn-danger.mx-1.filter-btn {
    background-color: #da224f !important;
    border-color: #da224f !important;
    color: #ffffff !important;
}

button.btn.btn-intermediate.mx-1.filter-btn {
    background-color: #019ff8;
    border-color: #019ff8;
    color: #ffffff;
}

button.btn.btn-success.mx-1.filter-btn {
    background-color: rgb(62, 168, 152) !important;
    color: rgb(255, 255, 255) !important;
    border-color: rgb(62, 168, 152) !important;
}

.page-template-template-skillformResult, .page-template-template-skillformResult p {
    font-size: 16px;
    line-height: 22px;
    padding: 17px 30px;
}

.current_page_item a span, .current_page_item a i {
    color: #00B8B5 !important;

}
.faq.type-faq .entry-header .post-thumbnail{
        justify-content: unset;
}
.skill-user-name h1.elementor-heading-title {
    font-weight: 500;
}
.main-page-contentDiv {
    overflow: visible;
    position: relative;
}
.main-page-contentDiv .main_sidebar_page {
    flex-wrap: wrap;
    margin: 0;
    display: block;
    position: sticky;
    top: 10px;
    position: -webkit-sticky;
    transition: all .6s ease;
    transition-duration: .45s;
}
html {
    overflow: hidden;
}
html, body {
    overflow-x: hidden;
    height: 100% !important;
}
.page-template-default .wrapper,
.faq-template-default .wrapper{
    overflow: unset;
}
.nav-pills>li>a {
    font-weight: normal;
}
.self-assement-card h4.card-title {
    font-size: 18px;
    line-height: 28px;
    font-weight: normal;
    color: #fff;
    margin: 0;
}
.self-assement-card .card-body {
    background-color: var(--e-global-color-secondary);
    border-radius: 24px;
    padding: 25px;
    background-image: url(src/images/card_grad2.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.self-assement-card .card-body p.card-date {
    margin: 0;
    color: var( --e-global-color-accent );
    text-align: right;
    margin: 22px 0 30px;
}
.self-assement-card .card-body .upper-heading h5 {
    margin: 0;
    color: #fff;
    font-weight: 600;
    font-size: 21px;
    line-height: 28px;
}
.self-assement-card .card-btns {
    display: flex;
    justify-content: space-between;
}
.self-assement-card .card-btns .btn {
    font-size: 15px;
    background: #fff;
    color: var(--e-global-color-primary);
}
.self-assement-card .card-btns .btn:hover,
.self-assement-card .card-btns .btn:focus {
    background-color: var( --e-global-color-accent );
    color: #fff;
}
.card.self-assement-card {
    border-radius: 0;
    border: 0;
    box-shadow: none;
    margin: 0 !important;
}
.survey-result-page .box-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 0 26px;
}
.survey-result-page .box-header>.btn.btn-primary {
    width: 165px;
    background-color: var(--e-global-color-accent);
}
.survey-result-page .box-header>.btn.btn-primary:hover,
.survey-result-page .box-header>.btn.btn-primary:focus {
    border-color: var(--e-global-color-accent);
}
.survey-result-page .box-header>h3 {
    width: calc(100% - 175px);
}
.survey-result-page .chart-and-accordion .accordion {
    padding: 0 15px 15px;
}
.survey-result-page .chart-and-accordion .accordion  .accordion-body {
    padding: 15px;
    font-weight: normal;
    color: #000;
}
.survey-result-page .chart-and-accordion .accordion button.accordion-button {
    white-space: normal;
    text-align: left;
    padding: 10px 15px;
    font-size: 18px;
    line-height: 26px;
    background-color: transparent;
    color: #000;
    border: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 0;
}
.accordion .accordion-item button.accordion-button::after {
    display: inline-block;
    margin-left: 30px;
}
.psl_result_container_block .container,
.psl_result_area .container {
    padding: 0;
}
.self-assement-card .download-btn {
    background-color: var(--e-global-color-accent);
    color: #fff;
}
.self-assement-card .view-report-btn {
    background-color: var(--e-global-color-primary);
    color: #fff;
}
table.skillsTable {
    margin: 18px 0 0;
    box-shadow: 0 0 4px rgba(47, 43, 61, 0.1);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
table.skillsTable tbody td a.tdviewMore {
    white-space: nowrap;
}
table.skillsTable,
table.skillsTable thead {
    border: 0;
}
table.skillsTable tbody tr,
table.skillsTable thead tr {
    border-bottom: 1px solid #E6E6E8;
}
table.skillsTable tbody tr:last-child {
    border:0;
}
table.skillsTable thead th, 
table.skillsTable tbody td {
    border: 0 !important;
    font-size: 16px;
    line-height: 24px;
}
table.skillsTable thead th {
    font-weight: 600;
    background: #7D5DA0;
    color: #fff;
}
table.skillsTable tbody td {
    font-weight: normal;
}
table.skillsTable tbody td a {
    color: var(--e-global-color-accent);
}
table.skillsTable tbody>tr:nth-child(odd)>td, 
table.skillsTable tbody>tr:nth-child(odd)>th {
    background-color: transparent;
}
table.skillsTable thead th:first-child {
    border-top-left-radius: 10px;
}
table.skillsTable thead th:last-child {
    border-top-right-radius: 10px;
}
.self-assement-card {
    height: 100%;
}
@media (min-width: 1360px) {
    .site-header ul.menu li>a {
        padding: 8px 20px;
    }
}
@media (max-width: 1499px) {
    .skill-tool-content-side::before {
        top: 60px;
        height: calc(100% - 60px);
    }
    .sidebar_menu_main ul#menu-dashboard-sidebar>li>a::after {
        width: 10px;
        height: 18px;
    }
    .site-header .site-navigation ul.menu li a {
        padding: 8px 12px;
    }
    .self-assement-card .card-body .upper-heading h5 {
        font-size: 19px;
        line-height: 27px;
        width: calc(100% - 84px);
    }
    .self-assement-card .card-body p.card-date {
        font-size: 15px;
        line-height: 23px;
    }
    .self-assement-card .card-btns .btn {
        font-size: 14px;
        padding: 6px 12px;
    }
}
@media (max-width: 1430px) {
    .site-header .site-navigation .menu li.menu-btn {
        margin: 0 0 0 12px;
    }
    .cia-greeting {
        font-size: 16px;
    }
}
@media (min-width: 1360px) and (max-width: 1430px) {
    .site-header ul.menu li>a {
        padding: 8px 16px;
    }
}
@media (max-width: 1399px) {
    .global-header .hfe-nav-menu li.menu-item.profile-btn>a::before {
        margin-right: 15px;
    }
    .site-header .site-navigation .menu li {
        font-size: 16px;
        line-height: 24px;
    }
    .site-header .site-branding .site-logo img {
        width: 150px;
        max-width: 100%;
    }
    .header-inner .site-navigation-wrap {
        width: calc(100% - 151px);
    }
    .col-sm-12.details-card {
        padding: 0 6px;
    }
}
@media (min-width: 1200px) and (max-width: 1399px) {
    .elementor-kit-44 h1 {
        font-size: 60px;
        line-height: 70px;
    }
    .elementor-kit-44 h2 {
        font-size: 38px;
        line-height: 46px;
    }
    .elementor-kit-44 h3 {
        font-size: 35px;
        line-height: 44px;
    }
    .elementor-kit-44 h4 {
        font-size: 32px;
        line-height: 40px;
    }
    .elementor-kit-44 h5 {
        font-size: 26px;
        line-height: 34px;
    }
    .elementor-element .elementor-element.main_page_logo .elementor-widget-container img {
        width: 350px;
    }
}
@media (min-width: 1200px) and (max-width: 1359px) {
    .site-header ul.menu li>a {
        padding: 8px 13px;
    }
}
@media (min-width: 1200px) and (max-width: 1299px) {
    .box-layout-gray {
        padding-left: 0;
        padding-right: 0;
    }
    section.elementor-section.padding-block {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}
@media (max-width: 1299px) {
    .self-assement-card .card-body {
        padding: 18px;
    }
    .self-assement-card .card-body .upper-heading h5 {
        font-size: 18px;
    }
    .self-assement-card h4.card-title {
        font-size: 16px;
        line-height: 26px;
    }
    header#site-header.site-header .header-inner {
        padding: 0 15px;
    }  
    .site-header .site-navigation ul.menu li a {
        padding: 8px 10px;
    }  
}
@media (max-width: 1199px) {   
    .site-navigation ul.menu li a {
        padding: 8px 9px;
    }
    .site-header .site-navigation .menu li.menu-btn {
        margin: 0 0 0 10px;
    }
    .Dashboard-chartscontent #getContent.box h4.box-title {
        font-size: 24px !important;
        line-height: 32px;
    }
}
@media (min-width: 1024px) and (max-width: 1199px) {
    .details-card {
        width: 50%;
    }
    .psl_result_container_block .col-lg-4 {
        width: 100%;
    }
}
@media (max-width: 1199px) and (min-width: 1025px) {
    .elementor-element.header_rows {
        width: 100%;
    }
}
@media (max-width: 1024px) {
    .global-header .hfe-nav-menu li.menu-item.corporate-btn>a, 
    .global-header .hfe-nav-menu li.menu-item.profile-btn>a {
        display: inline-block;
        text-align: left;
        padding-top: 8px !important;
        padding-bottom: 8px !important;
        margin: 12px 15px;
    }
}
@media (max-width: 1099px) {    
    .global-header .hfe-nav-menu li.menu-item.corporate-btn>a::before, 
    .global-header .hfe-nav-menu li.menu-item.profile-btn>a::before {
        margin-right: 10px;
    }
    .site-header .site-navigation .menu li.menu-btn {
        margin: 0 0 0 8px;
    }
    .global-header .hfe-nav-menu li.menu-item.profile-btn> {
        margin-left: 4px;
    }
    .site-header .site-navigation .menu li {
        font-size: 14px;
        line-height: 22px;
    }
}
@media (max-width: 1023px) {
    .Dashboard-chartscontent #getContent.box .box-header {
        padding-top: 0;
        padding-bottom: 15px;
    }
    .col-sm-12.details-card {
        padding: 0 12px;
    }
    .survey-result-page .box-header {
        padding-top: 0;
    }
    .Dashboard-chartscontent #getContent.box .col-lg-12.mt-70 {
        margin-top: 20px !important;
    }
    .main-page-contentDiv .main_sidebar_page {
        display: flex;
        background: #fff;
        z-index: 999;
        padding-top: 10px;
        padding-bottom: 10px;
        border-radius: 0;
    }
    .site-navigation ul.menu li a {
        padding: 8px 8px;
    }
    .site-header .site-navigation .menu li.menu-btn {
        font-size: 13px;
        line-height: 17px;
    }
    .skill-tool-content-side::before {
        display: none;
    }
    .page_main-title h1.wpr-post-title {
        font-size: 40px;
        line-height: 48px;
    }
   .sidebar_menu_main.elementor-widget-eael-simple-menu ul#menu-dashboard-sidebar {
        left: 50px;
        transform: none;
        width: 90%;
        background: #fff;
        border: 1px solid #ddd;
    }
}
@media (max-width: 991px) {
    .header-inner .site-navigation-wrap {
        width: auto;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    .details-card {
        width: 50%;
    }
    .self-assement-main .col-md-4 {
        width: 33.3333333333%;
    }
    .self-assement-main .col-md-8 {
        width: 66.6666666667%;
    }
}
@media (max-width: 767px){
    section.survey-result-page {
        padding: 0;
    }
    .self-assement-card {
        height: auto;
        margin: 0 0 20px;
    }
    .page-id-233 .box-body{
        overflow-x: auto;
    }
    .skill-user-name h1.elementor-heading-title br {
        display: block;
    }
    .sidebar_menu_main.elementor-widget-eael-simple-menu ul#menu-dashboard-sidebar {
        width: 80%;
    }  
    .site-header .site-branding .site-logo img {
        width: 112px;
        max-width: 100%;
    }  
    .cia-greeting {
        font-size: 15px;
    }
}
@media (max-width:575px){
    .survey-result-page .box-header>h3 {
        width: 100%;
        padding: 0 0 12px;
    }
    .site-navigation-toggle-holder {
        padding: 0;
    }
}
@media (max-width: 338px) {
    .site-header .site-branding .site-logo img {
        width: 94px;
    }
}
#loader{
    display: none !important;
}
.text-privacy span, .text-privacy a{
    color: white;
}

.text-privacy a{
text-decoration: underline;
}
.text-privacy .wpcf7-list-item{
    margin:0;
}
.text-privacy input[type="checkbox"] {
    appearance: none;
    width: 18px;
    height: 18px;
    border: 2px solid #d4af37; / Colore oro /
    border-radius: 4px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.text-privacy input[type="checkbox"]:checked {
    background-color: #d4af37; / Colore oro /
    border-color: #d4af37;
}

.text-privacy input[type="checkbox"]:checked::after {
    content: '✓';
    font-size: 14px;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
}
.text-privacy .wpcf7-form-control-wrap{
    border: none;
}
 .wpcf7-form .field-dividing-item {
    display: flex;
    width: 100%;
    margin: 0 0 30px;
    justify-content: space-between;
}
.wpcf7-form-control-wrap select, .field-item textarea{
        width: 100%;
}
.field-item h3{
        color: #fff;
}
.site-default-contact-form .wpcf7-form .field-dividing-item .field-item {
    width: calc(50% - 45px);
}
.site-default-contact-form .wpcf7-form .field-dividing-item .field-item.field-full {
    width: 100%;
}
.site-default-contact-form .wpcf7-form-control-wrap select {
    background-color: transparent;
    color: white;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 28px;
    line-height: 36px;
    border: 0;
    border-bottom: 1px dashed #fff;
    padding: 15px 0;
    border-radius: 0;
}
.skill_form_wrap.site-default-contact-form .wpcf7-form .field-item h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    margin: 0 0 12px;
}
.site-default-contact-form .wpcf7-form .field-item p span input.wpcf7-file {
    margin-bottom: 30px;
}
/******************** SITE DEFAULT CONTACT US FORM CSS STARTS HERE **********************/

.site-default-contact-form .wpcf7-form .field-item p span input, .site-default-contact-form .wpcf7-form .field-item p span textarea{
    border: 0;
    border-bottom: 1px dashed #fff;
    border-radius: 0;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 28px;
    line-height: 36px;
    color: #fff;
    box-shadow: none;
    outline: 0;
    margin: 0;
    display: block;
    background: transparent;
}
.site-default-contact-form .wpcf7-form .field-item p span input {
    height: 56px;
    width: 100%;
    padding: 15px 0;
}
.site-default-contact-form .wpcf7-form .field-item p span textarea {
    min-height: 128px;
    padding: 17px 25px;
    border: 1px solid #fff;
    border-radius: 24px;
    height: 128px;
    margin: 12px 0 0;
    width: 100%;
}


.site-default-contact-form .wpcf7-form .field-item p span input::-webkit-input-placeholder { color: #fff;opacity: 1;}
.site-default-contact-form .wpcf7-form .field-item p span input::-moz-placeholder { color: #fff;opacity: 1;}
.site-default-contact-form .wpcf7-form .field-item p span input:-ms-input-placeholder { color: #fff;opacity: 1;}
.site-default-contact-form .wpcf7-form .field-item p span input:-moz-placeholder { color: #fff;opacity: 1;}
.site-default-contact-form .wpcf7-form .field-item p span textarea::-webkit-input-placeholder { color: #fff;opacity: 1;}
.site-default-contact-form .wpcf7-form .field-item p span textarea::-moz-placeholder { color: #fff;opacity: 1;}
.site-default-contact-form .wpcf7-form .field-item p span textarea:-ms-input-placeholder { color: #fff;opacity: 1;}
.site-default-contact-form .wpcf7-form .field-item p span textarea:-moz-placeholder { color: #fff;opacity: 1;}

.site-default-contact-form .wpcf7-form .field-item h3{
    margin: 0 0 40px;
    color: #FBDB38;
}

.site-default-contact-form .wpcf7-form .field-action-item {
    text-align: center;
}

.site-default-contact-form .wpcf7-form .field-action-item p{
    position: relative;
    display: inline-block;
}

.site-default-contact-form .wpcf7-form .field-action-item p .wpcf7-spinner{
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 15px;
}

.site-default-contact-form .wpcf7-form .field-action-item p .wpcf7-submit {
    padding-right: 60px;
    padding-left: 60px;
    background: #fff;
    color: var(--e-global-color-accent);
    border-radius: 8px;
    letter-spacing: 0;
}

.site-default-contact-form .wpcf7-form .field-action-item p .arrow-btn {
    z-index: 9;
    position: absolute;
    right: 20px;
    width: 20px;
    height: 54px;
    display: flex;
    align-items: center;
    top: 0;
}

.site-default-contact-form .wpcf7-form .field-action-item p .arrow-btn svg path {
    fill: #fff;
}

.site-default-contact-form .wpcf7-form .field-action-item p:hover .arrow-btn svg path {
    fill: #F19026;
}
@media (max-width: 1499px) {
    .site-default-contact-form .wpcf7-form .field-item p span input, .site-default-contact-form .wpcf7-form .field-item p span textarea,
    .site-default-contact-form .wpcf7-form-control-wrap select{
        font-size: 26px;
        line-height: 34px;
    }
}
@media (max-width: 1199px) {
    .site-default-contact-form .wpcf7-form .field-item p span input, .site-default-contact-form .wpcf7-form .field-item p span textarea,
    .site-default-contact-form .wpcf7-form-control-wrap select{
        font-size: 24px;
        line-height: 32px;
    }
    .site-default-contact-form .wpcf7-form .field-dividing-item .field-item {
        width: calc(50% - 20px);
    }
}
@media (max-width: 1023px) {
    .site-default-contact-form .wpcf7-form .field-item p span input, .site-default-contact-form .wpcf7-form .field-item p span textarea,
    .site-default-contact-form .wpcf7-form-control-wrap select{
        font-size: 20px;
        line-height: 28px;
    }
   .site-default-contact-form .wpcf7-form .field-dividing-item .field-item {
        width: 100%;
        margin-bottom: 30px;
    }
    .wpcf7-form .field-dividing-item {
    flex-wrap: wrap;
    margin: 0;
}
.skill_form_wrap.site-default-contact-form .wpcf7-form .field-item h3 {
    font-size: 26px;
    margin: 0;
    line-height: 34px;
}
}
.skill_form_wrap .text-privacy input[type="checkbox"] {
    appearance: none;
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    border-radius: 4px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    transition: all 0.3s 
ease-in-out;
    margin-right: 15px;
    opacity: 1;
    left: 0;
}
.site-default-contact-form .text-privacy span.wpcf7-list-item>label {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.skill_form_wrap .wpcf7-form-control-wrap select option {
    color: #000;
}
/******************** SITE DEFAULT CONTACT US FORM CSS ENDS HERE **********************/

@media (min-width: 1200px) and (max-width: 1299px) {
    .elementor-element.padding-block {
        padding-left: 0;
        padding-right: 0;
    }
}

.global-header .hfe-nav-menu li.menu-item.corporate-btn>a {
    margin-right: 5px;
}