/* ------------------------------ functions.php ----------------------------- */
/* General */

#popmake-110307 .talk-calendar form {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: start !important;
    align-items: start !important;
}

#popmake-110307 .talk-calendar form > p,
#popmake-110307 .talk-calendar form > div  {
    width: 100% !important;
    display: block !important;
    float: left !important;
    max-width: 100% !important;
}
#pum-110307 .pum-close {
    display: none !important;
}

#pum-110152 .pum-close {
    top:20px !important;
}
#popmake-82250 .active:before {
    background: transparent;
}
#popmake-86465 .col-two .tabs-popc h3 {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 28px;
    color: #061B2B;
    text-align: center;
    width: 33%;
    cursor: pointer;
    text-transform: uppercase;
}
#popmake-86465 .col-two .tabs-popc {
    display: flex;
    justify-content: center;
    align-items: center;
}
#popmake-86465 .tabc-container {
    display: none;
}
#popmake-86465 .tabc-container.active {
    display: block;
}
#popmake-86465 .active:before {
    background: transparent;
}

body.error404.logged-in .mega-sub-menu {
    display:none;
}


/* plans box section customize based on user area | free plan */
body.logged-in .planspage-table-plans .col-one a {
    opacity:0 !important;
    pointer-events: none !important;
}
body:not(.logged-in) .planspage-table-plans .col-one {
    background: #FFF !important;
    border-color: #F1F1F5 !important;
}
body:not(.logged-in) .planspage-table-plans .col-one a:before {
    position: absolute !important;
    content: url(../svg/get-started-icon.svg) !important;
    right: 24px !important;
    top: 13px !important;
    left: initial !important;
}
body:not(.logged-in) .planspage-table-plans .col-one a {
    border-radius: 8px;
    padding: 12px 24px;
    font-family: "Ubuntu";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 35px;
    color: #061B2B;
    position: relative;
    background: #F2C94C !important;
}
#skipDataSubmit {
    width: 34% !important;
    background: transparent;
    border: 1px solid #000;
    color: gray;
}


.collect_survey_form-customize-title-label.customize-title-label {
    background: linear-gradient(252.42deg, #4871C3 -16.16%, #43528D 51.31%, #427EAC 116.02%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-weight: bolder;
}

.submit_button_container input[type="submit"]{
    font-size: 13px !important;
}
.elements-bar{
display:none !important
}
#skipDataSubmit:hover{
    background-color: #dc2828 !important;
    color: white !important;
}
#posts_views img {
    height: auto;
    width: 15px;
}

body .plans-table-inline-block .col.col-subscribed {
    background: #EBECEC !important;
    border-color: #EBECEC !important;
}

/* General-ENDs */


/* Service */

.ranking-rating-container {
    text-align: center;
}
.ranking-rating-container .ranking-count {
    color: #061B2B;
    font-size: 64px;
    font-weight: 700;
    line-height: 41px;
    margin-bottom: 20px
}
.ranking-rating-container .ranking-stars {
    margin-bottom: 5px;
}
.ranking-rating-container .ranking-stars i {
    font-size: 20px;
}
.ranking-rating-container .reviews-count {
    color: #667085;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
}


.sidebar-service-sec {
    margin-top:20px;
    border-radius: 10px;
    padding: 25px 30px;
}
.sidebar-service-sec .top-box {
    display: flex;
}
.sidebar-service-sec .top-box img {
    width: 40px;
    margin-right: 20px;
    height: fit-content;
}
.sidebar-service-sec .top-box .service-description {
    margin-top: 0;
    font-family: 'Ubuntu' !important;
    font-weight: 700;
    font-size: 18px;
    line-height: 130%;
    text-transform: capitalize;
    color: #fff;
}
.sidebar-service-sec .bottom-box .service-btn {
    background: #000000;
    border-radius: 4px;
    padding: 15px 30px;
    font-family: 'Ubuntu' !important;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #FFFFFF;
    display: block;
}



.inner-container h3{
    font-weight: 700;
    font-size: 16px;
    text-transform: capitalize;
    max-width: 250px;
    line-height: 25px;
    margin: 0 ;
    transition: all 1s;
}
.inner-container img{
    margin-left: 23px;
    position: relative;
    display: none;
    transition: 2s;
}
.inner-container a.button_service{
    background: #000000;
    border-radius: 4px;
    padding: 8px 30px;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    color: #fff;
    width: fit-content;
    margin-top: 10px;
    text-transform: capitalize;
}
.inner-container div{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.inner-container:hover img {
    animation: image-fade 1s both;
    display: block;
}        










.inner-container:hover > div::before ,
.inner-container:hover::after {   
    -webkit-animation: fade-in-left 1s both;
    -moz-animation: fade-in-left 1s both;
    -o-animation: fade-in-left 1s both;
    animation: fade-in-left 1s both;
    display: block;
}
.inner-container:hover::before{
    display: block;
    animation: fade-in-right 1s both;
}
.inner-container > div::before{
    content: url('../png/group-1000003463.png');
    position: absolute;
    left: 7px;
    width: 25px;
    height: 25px;
    top: -7px;
    display: none;
}
.inner-container::before{
    content: url('../png/rectangle-6021.png');
    position: absolute;
    right: -10px;
    top: 20px;
    display: none;
}
.inner-container::after{
    content: url('../png/group-1000003683-2.png');
    position: absolute;
    left: -26px;
    bottom: 17px;
    display: none;
}
.inner-container:hover h3{
    animation: text-fade 1s both;
}
@keyframes fade-in-left {
    0%{
        transform: translateY(-50px);
        transform: translateX(-20px);
        opacity: 0;
    }
    100%{
        transform: translateY(0);
        transform: translateX(0);
        opacity: 1;
    }
}
@keyframes fade-in-right {
    0%{
        transform: translate(0 );
        transform: translateX(20px);
        opacity: 0;
    }
    100%{
        transform: translateY(0);
        transform: translateX(0);
        opacity: 1;
    }
}
@keyframes image-fade {
    0%{
        display: none;
        transform: translateX(-10px);
    }
    100%{
        display: block;
        transform: translateX(0);
    }
}
@keyframes text-fade {
    0%{
        transform: translateX(0);
    }
    100% {
        transform: translateX(7px);
    }
}
a.button_service {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;

    text-decoration: none;
    color: initial;
}
/* Service-ENDs */


/* Rating */
.last-rating .ranking-stars {
    margin-right: 10px
}
.reviews-count-container .all-reviews-button-link {
    font-size: 21px;
    font-weight: 700;
    line-height: 24px;
    background-color: #3A373700;
    padding: 0;
    margin-top: 25px;
    display: block;
}
.last-rating {
    justify-content: center
}

.last-rating .img-con {
    display: flex;
    justify-content: center;
    align-items: center;
}

.last-rating .img-con img {
    margin-right: 15px
}

.last-rating .ranking-stars {
    margin-right: 10px
}
.ranking-rating-container {
    text-align: center;
}
.ranking-rating-container .ranking-count {
    color: #061B2B;
    font-size: 64px;
    font-weight: 700;
    line-height: 41px;
    margin-bottom: 20px
}
.ranking-rating-container .ranking-stars {
    margin-bottom: 5px;
}
.ranking-rating-container .ranking-stars i {
    font-size: 20px;
}
.ranking-rating-container .reviews-count {
    color: #667085;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
}
/* Rating-ENDs */












/* My account Address */
.edit_address .shipping_apt_suite_field {
    width: 100% !important;
}
.edit_address .billing_apt_suite_field {
    width: 100% !important;
}

/* My account Address-ENDs */


/* plans section column customize buttons for logged OR Subscriped users */
.data-id-button-disabled {
    pointer-events:none !important;
    background:none !important;
    border:none !important;
}
.data-id-button-disabled:before {
    position: absolute !important;
    content: url(../png/icon-5.png) !important;
    right: 20px !important;
    top: 13px !important;
    left:initial !important;
}
/* plans section column customize buttons for logged OR Subscriped users-ENDs */




/* Checkout */
.plan-box:not(.plan-years) .offer {
    display: none;
}

body:not(.page-id-53577) #customer_details h4, 
body:not(.page-id-53577) #customer_details h4 span {
    background-color:#061B2B;
}

.plan-box {
    position:relative;
}

.plan-box .offer{
    line-height:30px;
    font-size:13px;
    width:140px;
    height:30px;
    border-radius:4px;
    text-align:center;
    position:absolute;
    right:6px;
    top:-38px;
    background: linear-gradient(135deg, #72CE66, #D0E64C);
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#72ce66+0,d0e64c+100 */
    background: linear-gradient(135deg,  #72ce66 0%,#d0e64c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.plan-box > a {
    width: 100% !important;
    background-color: rgb(90 212 141 / 30%);
    border-color: #5AD48D !important;
    float: left;
    display: inline-block !important;
    padding: 0 10px !important;
}

.plan-box > a > span,
.plan-box > a > p,
.plan-box > a > div {
    float: left !important;
    margin: .6em auto !important;
}

.plan-box > a > .price {
    float: right !important;
    font-size: 15px;
    font-weight:500;
}

.plan-icon img {
    margin-right:0 !important;
}

.plan-box .title {
    display:flex;
    flex-direction:column;
    line-height:15px;
    margin-left:10px !important;
    font-size:15px;
    font-weight:500;
}

.plan-box .title small {
    font-size:9px;
    font-weight:400;
    line-height:15px;
    color:#667085;
}

.plan-icon {
    width:32px;
    height:32px;
    display:flex;
    justify-content:center;
    align-items:center;
    background-color:#fff;
    border-radius: 4px;
}


.woocommerce-page.woocommerce-checkout .checkout-left-section {
    position: relative;
}

.checkout-left-section {
    padding-left:0;
}

@media (min-width:1000px) {

    body.checkout-plan-scrolled .checkout-left-section > div {
        padding-top:10px !important;
    }
}

/* Checkout-ENDs */


/* Menu Profile */
body .mega-blog-item.mega-menu-item > .dashicons-arrow-down-alt2.mega-menu-link {
    flex-direction: row;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.icon-profile-name {
    padding: 0 5px;
    color:#0c275f;
}
body .cs-user-profile-menu-container{
    width:100%;
}
body .header-wrap-inner > .right-part > ul {
    padding-left: 0 !important;
    width: 14%;
}
body li.mega-blog-item.mega-menu-item.mega-menu-item-type-post_type.mega-menu-item-object-page.mega-menu-item-has-children.mega-menu-megamenu.mega-align-bottom-left.mega-menu-grid.mega-has-icon.mega-icon-left.cs-user-profile-menu-container img {
    width: 40px;
    height: 40px;
}
body .mega-menu-grid .dashicons-arrow-down-alt2 {
    padding-top: 10px;
}
@media ( max-width: 1024px ) {
    body .header-wrap-inner > .right-part {
        width: 57.5% !important;
    }
    body .header-wrap-inner > .right-part > ul {
        padding-left: 0 !important;
        width: 250px !important;
    }

}
@media ( min-width: 992px ) {
    .header .mobile-logo {
        display:none !important;
    }
}
@media ( max-width: 592px ) {
    body .header-wrap-inner > .right-part {
        width: 66.5% !important;
    }
}
@media only screen and ( max-width: 1111px ) and ( min-width: 1024px ) {
    body .icon-profile-name {
        display:none !important;
    }
    #mega-menu-wrap-primary ul#mega-menu-primary {
        margin-left: 0 !important;
    }
}
/* Menu profile-ENDs */





/* Query */
@media screen and (max-width: 360px) {
    #collectsurverySubmit {
        padding: 10px !important;
    }
}


@media screen and (max-width: 767px) {
    #popmake-110307 .submit_button_container p {
        display: flex !important;
    }
}


@media(max-width:967px){
    #collectsurverySubmit{
        font-size: 13px !important;
    }
}
/* Query-ENDs */

/* ------------------------------ ENDS functions.php ----------------------------- */






