.shiftnav.shiftnav-shiftnav-main ul.shiftnav-menu li.menu-item > .shiftnav-target {
    font-size: 20px !important;
}
.shiftnav-open .shiftnav.shiftnav-open-target{
    width: 100%;
}
.pb-newsspan.menu-grid li:hover .dropdown-menu{
    display: flex;
    flex-direction: column;
    top: 100%;
    right: 0;
}
.pb-newsspan.menu-grid li .dropdown-menu li{
    margin-bottom: 4px;
}
.pb-newsspan.menu-grid li .dropdown-menu li a{
    font-size: 16px;
    font-weight: 300;
    white-space: normal;
}
#menu-primary-dtp-menus li.current-menu-item>a{
    border-bottom: none !important;
}
/*-----------------
Checkbox Style
------------------*/
.package-form {
    display: flex;
    align-items: center;
    position: relative;
}

.package-form .radio-checkbox {
    display: none;
}

.package-form .form-check-label {
    margin-bottom: 0;
    display: flex;
    align-items: start;
}
.package-form .form-check-label i{
    font-size: 28px;
}

.package-form .form-check-label .check {
    display: none;
    margin: 0 8px 0 0;
}

.package-form .form-check-label .uncheck {
    display: inline-flex;
    margin: 0 8px 0 0; /* Adjust the margin as needed */
    color: #FFF; /* Icon color */
}

/* Style for checked state */
.package-form .radio-checkbox:checked + .form-check-label .uncheck {
    display: none; /* Hide the unchecked icon when the radio button is checked */
}

.package-form .radio-checkbox:checked + .form-check-label .check {
    display: inline-flex; /* Show the checked icon when the radio button is checked */
    margin: 0 5px 0 0;
    color: #26a39e;
}

/*----------------
Feedback Form Styles
------------------*/
#ContactUs{
    background: #1C5DC5;
    border: 2px solid #1C5DC5;
    display: flex;
    margin: 0 auto;
    justify-content: center;
}
#ContactUs:hover,#ContactUs:focus {
    color: #1C5DC5 !important;
    background: #fff;
}
.feedback-form-block .wpforms-container.feedback-form{
    margin: 0 auto;
}
.feedback-form-block .feedback-form .wpforms-field{
    padding: 8px 0;
}
.feedback-form-block .feedback-form .wpforms-field-label{
    margin-bottom: 4px;
}
.feedback-form-block .feedback-form .department-dropdown .wpforms-field-label{
    margin-bottom: 14px;
}

body.woocommerce-cart.modal-open .shiftnav-wrap{
    position: initial;
}
.woocommerce-cart-form__cart-item.cart_item .product-quantity {
    display: flex;
    justify-content: space-between;
}

/**** Cart Popup Styles ****/
.wooCartPopup.in{
    display: flex !important;
    align-items: center;
}
.wooCartPopup.in .modal-dialog .modal-content{
    border-radius: 0;
}

.wooCartPopup.in .modal-dialog .modal-content .modal-body{
    padding-top: 0;
}

.wooCartPopup .modal-header{
    border-bottom: none;
}
.wooCartPopup .modal-header .popup-close{
    top: -10px;
    right: -10px;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background-color: #fff;
    position: absolute;
    opacity: 1;
    font-weight: bold !important;
    font-size: 30px;
    color: #404040;
    border-bottom-color: transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, .34);
    cursor: pointer;
    line-height: 34px;
}
.wooCartPopup .modal-header .modal-title{
    padding: .9375rem;
}
.wooCartPopup .modal-header .modal-title img{
    width: 100%;
}
.wooCartPopup .modal-body p{
    padding: .9375rem;
    font-size: 15pt;
    font-family: 'ProximaNovaA-Regular';
    color: #4472c4;
}
.modal-backdrop.in{
    opacity: 0.6;
}

.survey-image img{
    margin-bottom: 20px;
}


/*----------------
Salary Survey Page Ribbon Styles
------------------*/

.ribbon{
    background: #e81F25;
    display: flex;
    position: relative;
    width: 85%;
    height: 100%;
    padding: 10px 0 10px 10px;
    margin: 40px 0 80px 0;
}
.ribbon:before{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 60px 60px 20px;
    border-color: transparent #851618 transparent transparent;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    position: absolute;
    bottom: -60px;
    left: -20px;
}
.ribbon:after {
    content: " ";
    position: absolute;
    display: block;
    width: 95%;
    height: 100%;
    top: 0;
    left: 5%;
    z-index: -1;
    background: #e81f25;
    transform-origin: bottom left;
    -ms-transform: skew(-30deg, 0deg);
    -webkit-transform: skew(-30deg, 0deg);
    transform: skew(-30deg, 0deg);
}
.ribbon p{
    margin-bottom: 0;
    font-size: 14px;
    color: #FFF;
    line-height: 24px;
    text-align: center;
}

/**** Button Styles ****/
.outline-btn{
    font-family: ProximaNova-semiBold, ProximaNovaA-Regular, sans-serif;
    display: inline-block;
    text-align: center;
    border-radius: 50px !important;
    height: 48px;
    font-size: 16px !important;
    padding: 11px 18px !important;
    line-height: 25px;
}
.outline-btn:hover{
    color: #FFF !important;
}
.bg-btn{
    font-family: ProximaNova-semiBold, ProximaNovaA-Regular, sans-serif;
    display: inline-block;
    text-align: center;
    border-radius: 50px !important;
    height: 48px;
    font-size: 16px !important;
    padding: 11px 18px !important;
    line-height: 25px;
    color: #FFF;
}
.bg-btn:hover{
    background-color: #fff !important;
}

@media screen and (min-width: 1181px){
    .ribbon{
        width: 85%;
        height: 100%;
        padding: 20px 0 20px 20px;
    }
    .ribbon p{
        font-size: 20px;
        line-height: 30px;
    }
    .package-form .form-check-label {
        margin-bottom: 0;
        display: flex;
        align-items: center;
    }
    .min-70{
        min-height: 70px;
    }
}

@media screen and (max-width: 640px) {
    .ml-md-0{
        margin-left: 0 !important;
    }
}




