.cross {
    position: relative;
}
.cross::before {
    content: " ";
    width: 78px;
    border-top: 2px solid #3ac7f4;
    height: 12px;
    position: absolute;
    top: 12px;
    left: 20px;
    transform: rotate(335deg);
}
span.subscription-details {
    display: none;
}
.loader {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    background: #dcdcdc9c;
    z-index: 9999999;
}

span.item-count {
    color: #ffffff;
    border: 1px solid #3ebbe5;
    height: 20px;
    width: 20px;
    display: block;
    position: absolute;
    top: 4px;
    border-radius: 50%;
    text-align: center;
    right: 49px;
    background: #3ebbe5;
    font-weight: 600;
    font-size: 14px;
}

.lds-ripple {
    position: relative;
    width: 64px;
    height: 64px;
    margin: 23% auto !important;
}

.lds-ripple div {
    position: absolute;
    border: 4px solid #fff;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
}

.swal-overlay {
    z-index: 9999 !important;
}

@keyframes lds-ripple {
    0% {
        top: 28px;
        left: 28px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: -1px;
        left: -1px;
        width: 58px;
        height: 58px;
        opacity: 0;
    }
}

/*
*
*/

ul.wsp-pages-list li a {
    color: #202020 !important;
}

ul.wsp-pages-list li a:hover {
    color: #ff6a0c !important;
}

/*
*
*/
/* *{
  font-family: 'PT Sans Caption', sans-serif, 'arial', 'Times New Roman';
} */
/* Error Page */
.error .clip .shadow {
    height: 180px;
    /*Contrall*/
}

.error .clip:nth-of-type(2) .shadow {
    width: 130px;
    /*Contrall play with javascript*/
}

.error .clip:nth-of-type(1) .shadow,
.error .clip:nth-of-type(3) .shadow {
    width: 250px;
    /*Contrall*/
}

.error .digit {
    width: 150px;
    /*Contrall*/
    height: 150px;
    /*Contrall*/
    line-height: 150px;
    /*Contrall*/
    font-size: 120px;
    font-weight: bold;
}

.error h2

/*Contrall*/
    {
    font-size: 32px;
}

.error .msg

/*Contrall*/
    {
    top: -190px;
    left: 30%;
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 32px;
}

.error span.triangle

/*Contrall*/
    {
    top: 70%;
    right: 0%;
    border-left: 20px solid #535353;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}


.error .container-error-404 {
    margin-top: 30px;
    position: relative;
}

.error .container-error-404 .clip {
    display: inline-block;
    transform: skew(-45deg);
}

.error .clip .shadow {

    overflow: hidden;
}

.error .clip:nth-of-type(2) .shadow {
    overflow: hidden;
    position: relative;
    box-shadow: inset 20px 0px 20px -15px rgba(150, 150, 150, 0.8), 20px 0px 20px -15px rgba(150, 150, 150, 0.8);
}

.error .clip:nth-of-type(3) .shadow:after,
.error .clip:nth-of-type(1) .shadow:after {
    content: "";
    position: absolute;
    right: -8px;
    bottom: 0px;
    z-index: 9999;
    height: 100%;
    width: 10px;
    background: linear-gradient(90deg, transparent, rgba(173, 173, 173, 0.8), transparent);
    border-radius: 50%;
}

.error .clip:nth-of-type(3) .shadow:after {
    left: -8px;
}

.error .digit {
    position: relative;
    top: 8%;
    color: white;
    background: #07B3F9;
    border-radius: 50%;
    display: inline-block;
    transform: skew(45deg);
}

.error .clip:nth-of-type(2) .digit {
    left: -10%;
}

.error .clip:nth-of-type(1) .digit {
    right: -20%;
}

.error .clip:nth-of-type(3) .digit {
    left: -20%;
}

.error h2 {
    color: #A2A2A2;
    font-weight: bold;
    padding-bottom: 20px;
}

.error .msg {
    position: relative;
    z-index: 9999;
    display: block;
    background: #535353;
    color: #A2A2A2;
    border-radius: 50%;
    font-style: italic;
}

.error .triangle {
    position: absolute;
    z-index: 999;
    transform: rotate(45deg);
    content: "";
    width: 0;
    height: 0;
}

.news-tag {
    float: left;
    background-color: #3ebbe5;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    padding: 3px 10px 5px;
    margin: 0 5px 5px 0;
    border-radius: 4px
}

/* Error Page */
@media(max-width: 767px) {

    /* Error Page */
    .error .clip .shadow {
        height: 100px;
        /*Contrall*/
    }

    .error .clip:nth-of-type(2) .shadow {
        width: 80px;
        /*Contrall play with javascript*/
    }

    .error .clip:nth-of-type(1) .shadow,
    .error .clip:nth-of-type(3) .shadow {
        width: 100px;
        /*Contrall*/
    }

    .error .digit {
        width: 80px;
        /*Contrall*/
        height: 80px;
        /*Contrall*/
        line-height: 80px;
        /*Contrall*/
        font-size: 52px;
    }

    .error h2

    /*Contrall*/
        {
        font-size: 24px;
    }

    .error .msg

    /*Contrall*/
        {
        top: -110px;
        left: 15%;
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 18px;
    }

    .error span.triangle

    /*Contrall*/
        {
        top: 70%;
        right: -3%;
        border-left: 10px solid #535353;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
    }

    .error .container-error-404 {
        height: 150px;
    }

    /* Error Page */
}

/*--------------------------------------------Framework --------------------------------*/

.overlay {
    position: relative;
    z-index: 20;
}

/*done*/
.ground-color {
    background: white;
}

/*done*/
.item-bg-color {
    background: #EAEAEA
}

/*done*/

/* Padding Section*/
.padding-top {
    padding-top: 10px;
}

/*done*/
.padding-bottom {
    padding-bottom: 10px;
}

/*done*/
.padding-vertical {
    padding-top: 10px;
    padding-bottom: 10px;
}

.padding-horizontal {
    padding-left: 10px;
    padding-right: 10px;
}

.padding-all {
    padding: 10px;
}

/*done*/

.no-padding-left {
    padding-left: 0px;
}

/*done*/
.no-padding-right {
    padding-right: 0px;
}

/*done*/
.no-vertical-padding {
    padding-top: 0px;
    padding-bottom: 0px;
}

.no-horizontal-padding {
    padding-left: 0px;
    padding-right: 0px;
}

.no-padding {
    padding: 0px;
}

/*done*/
/* Padding Section*/

/* Margin section */
.margin-top {
    margin-top: 10px;
}

/*done*/
.margin-bottom {
    margin-bottom: 10px;
}

/*done*/
.margin-right {
    margin-right: 10px;
}

/*done*/
.margin-left {
    margin-left: 10px;
}

/*done*/
.margin-horizontal {
    margin-left: 10px;
    margin-right: 10px;
}

/*done*/
.margin-vertical {
    margin-top: 10px;
    margin-bottom: 10px;
}

/*done*/
.margin-all {
    margin: 10px;
}

/*done*/
.no-margin {
    margin: 0px;
}

/*done*/

.no-vertical-margin {
    margin-top: 0px;
    margin-bottom: 0px;
}

.no-horizontal-margin {
    margin-left: 0px;
    margin-right: 0px;
}

.inside-col-shrink {
    margin: 0px 20px;
}

/*done - For the inside sections that has also Title section*/
/* Margin section */

hr {
    margin: 0px;
    padding: 0px;
    border-top: 1px dashed #999;
}

/*.processing .blockOverlay {display:none !important; }*/
/* .blockUI{
        display:none !important;
    } */
.sticky-disable {
    min-height: 400px;
}

.upload-release-file {
    border: 4px solid #cfe7ee;
    padding: 20px;
}

.user_profile {
    width: 190px;
    position: relative;
    display: inline-block;
    margin-right: 20px;
}

.user_profile .fa-trash {
    position: absolute;
    right: 1px;
    top: 21px;
    font-size: 19px;
    color: #d60e0e;
    background: #000;
    padding: 5px;
}

.preview_job_list {
    float: none;
    background: none;
    padding: 0;
}

.productList h2.page-Subheading {
    margin-bottom: 10px;
    line-height: 1.2;
}


.business-contact-info h2 {
    font-size: 25px;
    padding: 0;
    margin: 15px 0 5px;
}

.business-contact-info ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.business-contact-info li {
    padding: 8px;
    list-style-type: none !important;
    margin: 0 !important;
    border-bottom: 1px solid #e8e8e8;
}

.business-contact-info li:nth-child(odd) {
    background: #f7f7f7;
}

.business-contact-info li span {
    font-weight: bold;
    padding: 0 8px 0 0;
    width: 24%;
    display: inline-block;
}

a.click-to-login {
    cursor: pointer;
    background-color: #3ebbe5;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    padding: 3px 10px 5px;
    border-radius: 4px;
    margin-left: 5px;
}

span.login-text {
    text-align: center;
    display: block;
}

span.login-text {
    text-align: center;
    display: block;
    font-weight: 500;
}

.library-wrapper {
    padding-top: 30px
}

/*@media (min-width: 768px){
    .d-flex{
      display: -moz-box;
      display: -ms-flexbox;
      display: -moz-flex;
      display: flex;
}
    .flex-wrap{
        flex-flow: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .a-item-center{align-items: center;}
}*/

/* Safari 7.1+ */


@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) {
   

        /*
      Define here the CSS styles applied only to Safari browsers
      (any version and any device)
     */
        /*.library-wrapper h3{ min-height: 150px;}*/
        .list-m-height {
            min-height: 500px
        }

        .d-flex {
            display: inherit;
        }


    
}

/*.list-m-height{min-height: 490px}*/

.p-bot50 {
    padding-bottom: 30px;
}

.p-top15 {
    padding-top: 15px
}

.inner-contentwrap h3 span a {
    color: #888;
}

.inner-contentwrap h3 span a:hover {
    color: #ff6a0c;
}

.inner-contentwrap h3 span:hover {
    text-decoration: none;
}

.library-wrapper h3 {
    font-size: 20px;
    line-height: 1.2;
    /*min-height: 150px;*/
}

.tags {
    margin-left: -2px;
    margin-right: -2px;
    /*padding-top: 10px*/
}

.tags a {
    font-size: 12px;
    border: 1px solid #ccc;
    padding: 3px 6px;
    margin: 5px 2px;
    border-radius: 4px;
}
.page-id-170231 .cart-menu{
    display:none;
}

/* added 08-12-23 */
.flex-radio {
    background-color: #fff;
    text-align: left;
    margin: 0 0 10px 0;
}

#pricePlans #plans .plan.flex-plan,
#pricePlans #plans .plan.premier-plan{
    box-shadow: none;
    border: 0;
    border-radius: 0;
    background:#fff;
}

#pricePlans #plans .plan.flex-plan .planContainer,
#pricePlans #plans .plan.premier-plan .planContainer {
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    background: #e1e4e6;
}

.switch-container {
    width: 200px;
    position: relative;
    display: flex;
    padding: 0;
    background: #e1e4e6;
    line-height: 40px;
    border-radius: 40px;
    margin: 0 0 10px 0;
}
.switch-container input {
    visibility: hidden;
    position: absolute;
    top: 0;
}
.switch-container label {
    width: 50%;
    padding: 0;
    margin: 0;
    text-align: center;
    cursor: pointer;
    color: #000;
    font-size:14px;
    font-weight:600;
}
.switch-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    padding: 0.15rem;
    z-index: 3;
    transition: transform .5s cubic-bezier(.77, 0, .175, 1);
}
.switch {
    border-radius: 3rem;
    background: #ff6a0c;
    height: 100%;
}
.switch div {
    width: 100%;
    text-align: center;
    opacity: 0;
    display: block;
    color: #fff;
    transition: opacity .2s cubic-bezier(.77, 0, .175, 1) .125s;
    will-change: opacity;
    position: absolute;
    top: 0;
    left: 0;
    font-size:14px;
    font-weight:600;
}
.switch-container input:nth-of-type(1):checked~.switch-wrapper {
    transform: translateX(0%);
}
.switch-container input:nth-of-type(2):checked~.switch-wrapper {
    transform: translateX(100%);
}
.switch-container input:nth-of-type(1):checked~.switch-wrapper .switch div:nth-of-type(1) {
    opacity: 1;
}
.switch-container input:nth-of-type(2):checked~.switch-wrapper .switch div:nth-of-type(2) {
    opacity: 1;
}
#pricePlans #plans .plan:nth-child(1),
#pricePlans #plans .plan:nth-child(3) {
    margin-top: 0;
}
.custom-btn a.button{
    color: #3e4f6a !important;
    background-color: #e1e4e6 !important;
    padding: 0 !important;
}
.custom-btn a.button:hover {
    background: #3e4f6a !important;
    color: #fff !important;
}
/* pack */
.single_variation_wrap {
    display: flex;
    align-items: center;
    margin-left: 30px;
}
.woocommerce-variation-add-to-cart .quantity {
    display: none !important;
}
table.variations th.label {
    padding: 0;
    line-height: normal;
    vertical-align: middle;
    display: table-cell;
}
table.variations th label {
    margin-bottom: 0;
    line-height: normal;
}
table.variations td select {
    margin: 0 6px;
}
td.woocommerce-product-attributes-item__value p {
    margin-bottom: 0;
    margin-left: 6px;
}
@media (min-width:992px){
    .basic-plan {
        margin-top: 50px !important;
    }
    .flex-plan {
        margin-top: 17px !important;
    }
    .pr-plan {
        margin-top: 50px !important;
    }
    .premier-plan .bestPlanTitle h2 {
        line-height: 47px;
    }
}