/*
Theme Name: Nede Care Homes Child
Template: nede-carehomes
Description: Child Theme for Nede Care Homes
Text Domain: nede-carehomes-child
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Version: 2.1.6

*/

@font-face {
    font-family: 'Cosmic Rays';
    src: url('/wp-content/fonts/CosmicRays.woff2') format('woff2'),
        url('/wp-content/fonts/CosmicRays.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
:root {
    --e-global-color-purple: #54366e;
	--e-global-color-black: #000000;
	--e-global-color-pink: #A270AB;
	--e-global-color-green: #32acad;
	--e-global-color-white: #ffffff;
}
h1 {
    font-size: 48px;
    line-height: 60px;
    margin: 0;
    font-family: 'Padauk', sans-serif !important;
    font-weight: 700;
    color: var(--e-global-color-purple);
}
h2 {
    font-size: 42px;
    line-height: 48px;
    margin: 0 0 40px 0;
    font-family: 'Padauk', sans-serif !important;
    font-weight: 700;
    color: var(--e-global-color-purple);
}
h3 {
    font-size: 30px;
    line-height: 36px;
    margin: 0 0 20px 0;
    font-family: 'Padauk', sans-serif !important;
    font-weight: 700;
    color: var(--e-global-color-purple);
}
h4 {
    font-size: 24px;
    line-height: 30px;
    margin: 0;
    font-family: 'Padauk', sans-serif !important;
    font-weight: 700;
    color: var(--e-global-color-purple);
}
h5 {
    font-size: 20px;
    line-height: 20px;
    margin: 40px 0;
    font-family: 'Signika', sans-serif !important;
    font-weight: 400;
    color: var(--e-global-color-black);
}
h6 {
    font-size: 16px;
    line-height: 30px;
    margin: 15px 0;
    font-family: 'Signika', sans-serif !important;
    font-weight: 400;
    color: var(--e-global-color-black);
}
p {
	font-size: 18px;
    line-height: 30px;
    margin: 0;
    font-family: 'Signika', sans-serif !important;
    font-weight: 400;
    color: var(--e-global-color-black);
}
a:focus {
    outline:none!important;
}
.ulitmate_dual_buttons a {
	min-width: 308px;
    border-radius: 32px;
    margin-right: 15px;
    font-size: 16px;
    line-height: 34px;
    font-family: 'Padauk', sans-serif;
    height: auto;
}
.ulitmate_dual_buttons a span {
	font-size: 16px;
    line-height: 16px;
    font-family: 'Padauk', sans-serif;
    font-weight: 700;
    padding: 0;
}
.vc_btn3.vc_btn3-size-md {
	padding: 8px 80px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 500;
    box-shadow: rgb(0 0 0 / 6%) 0px 5px 15px;
    color: var(--e-global-color-white);
    background: var(--e-global-color-green);
}
.vc_btn3.vc_btn3-size-md:hover {
	background: var(--e-global-color-pink);
	color: var(--e-global-color-white);
}
.header-bottom-wrap .main-menu ul li a {
    color: #303030 !important; 
	font-family: 'Signika', sans-serif !important;
}
.white-text, .white-text a {
    color:#fff!important;
}

.single_job_listing .company {
    margin:0;
}

.sin-busi-post .footer .post-like {
    display:none;
}

.display-ib {
    display:inline-block;
}

.tabs-nav {
    margin: 0;
   
}
.tabs-nav ul {
    list-style: none;
    margin:0;
}
.tabs-nav li {display: inline-block;}
.tabs-nav a {
    display: block;
    padding: 5px;
    padding-bottom:2px;
    text-decoration: none;
    font-size:15px;
}
.tabs-nav li:first-child a  {
    padding-left:0;
}
.tabs-nav li:last-child a  {
    padding-right:0;
}
.tabs-nav a:hover {
    border-bottom:1px solid;
    color:#606060;
}
.tabs-nav a.active {
    border-bottom:1px solid #222;
    font-weight:600;
    color:#222;
}
section.tab {
    display: none;
    margin-bottom: 15px;
    padding: 15px 0;
}

section.tab.active {display: block;}

.profile-tab-list ul li.resources a:before {
    content:"\f019";
}

.create-busi-post-form textarea#edit-post-txt {
    height:300px;
}

.no-margin {
    margin:0!important;
}

.report {
    float: right;
    margin-bottom: 10px;
    font-size: 11px;
    background: #888;
    line-height: initial;
    padding: 3px 5px;
    border-radius: 5px;
    color: #fff;
    margin-right: -10px;
    cursor:pointer;
}
    .report:hover {
        background: #aaa;
    }
.reported {
    float: right;
    margin-bottom: 10px;
    font-size: 11px;
    background: red;
    line-height: initial;
    padding: 3px 5px;
    border-radius: 5px;
    color: #fff;
    margin-right: -10px;
    cursor:pointer;
}
.hide {
    display:none!important;
}

.cta {
    padding: 30px;
    background-color: #f4f4f4;
    text-align: center;
    font-size: 18px;
}

    .cta a {
        color:#fff;
        background-color: #34adb0;
        padding:10px 18px;
        border-radius:50px;
        font-size: 16px;
        margin-left: 15px;
    }
        .cta a:hover {
            color: #fff;
        }
    
.cta.secondary {

}
    .cta.secondary a {
        background-color:#a270ab;
    }

.cta.right {
    background-color:inherit;;
    padding: 0;
}
    .cta.right a {
        display:inline-block;
        margin-top: 10px;
        margin-left: 0;
        margin-bottom:30px;
    }
    .cta.left.secondary {
        display:inline-block;
        background-color:inherit;
        padding:0;
    }
    .cta.left.secondary a {
        margin-left:0;
    }



/* hide profile on subscription */
#pmpro_account-profile {
    display:none!important;
}

#pmpro_user_fields .pmpro_checkout-h3-msg {  
    display:none!important;
}

/* hide price and select on levels on public facing site */
.page-id-19844 .pmpro_level .btn-primary, .page-id-19946 .pmpro_level .btn-primary {
    display:none!important;
}

.page-id-19844 #nav-below, .page-id-19946 #nav-below {
    display:none!important;
}

.open-close-days .open_all_day-info, .open-close-days .closed_all_day-info {
    position:initial;
}

.nav-next.alignright {
    margin:0px!important;
}

/* Levels */
.pmpro_level {

}
.pmpro_level ul {
    list-style: none;
    margin: 0;
    border: solid #eee;
    border-width:0 1px 1px 1px;
}
.pmpro_level ul li {
    border-top: 1px solid #eee;
    padding: 10px 15px;
}
.pmpro_level ul li:first-of-type {
    border-top:0;
}
.pmpro_level ul li span {
    float:right;
    margin-top: 3px;
}
.pmpro_level .btn {
    background-color:#34adb0 !important;
    font-family: oxygen;
    font-size: 15px !important;
    letter-spacing: 0.03em !important;
    border-radius: 50px;
    color: #fff;
    display: block;
    height: 36px;
    line-height: 36px;
    padding: 0 18px;
    text-transform: uppercase;
    margin-top: -5px;
}
.text-muted {
    display:none;
}

.pmpro_actionlinks a {
    color:#34adb0;
}

.pmpro_checkout-fields ul {
    display:none!important;
}

#subscription .entry-content {
    display:block!important;
}

#subscription .entry-header {
    background-color: #e4ecf3!important;
    border-color: #ececec!important;
    border-radius: 0!important;
    padding: 15px!important;
}
#subscription .entry-header h2 {
    border-bottom:0!important;
    padding-bottom:0!important;
}

#pmpro_account .pmpro_box h3 {
    margin-bottom:10px;
}

.hidden-id {
    display:none!important;
}

.social-whatsapp {
    display:none;
}

.wyz-button:hover, .location-search .input-submit button:hover {
    filter:none;
}


.disabled {
    background-color:#e4e4e4!important;
    padding-bottom: 5px!important;
}
    .disabled label, .disabled span {
        color:#a6a6a6!important;
    }
    .cmb-row.disabled .cmb-td input.cmb2-upload-button {
        background-color: #a7a7a7!important;
    }

/* Use this stylesheet to override theme default styles */
.cmb-row .cmb-td>input[type=text], .cmb-row .cmb-td>input[type=number], .cmb-row .cmb-td>input[type=email], .cmb-row .cmb-td>.wyz-select, .post-password-form input[type=password], #wyz-no-content-search #s,
.input-box input, .input-box textarea, .input-box select, .widget-area select, .wpb_widgetised_column .wpb_wrapper select, .wyz-select, .post-footer-comment-form .wyz-input, form.pmpro_form .input, form.pmpro_form textarea, form.pmpro_form select,
.bus-filter input, .bus-filter select, .bus-filter .selectize-input, .bus-filter .selectator_element {
    border:1px solid #8f8f8f;
}

.mean-nav > ul {
    padding: 0 20px 0 20px;
    background: white;
}

.woocommerce-placeholder {
    display:none;
}

.sin-blog .blog-image {
    display:none;
}

.sin-blog .blog-meta-data .blog-meta:nth-child(2) {
    display:none!important;
}
 
.business-sidebar .light-blue-link {
    font-size: 18px!important;
    font-weight: 600!important;
    background-color: #00b0b1;
    color: white!important;
    padding: 10px!important;
    display: inline-block!important;
    text-decoration: none!important;
    border-radius: 6px!important;
}
.helpful {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: oxygen;
}

.bus-fav-cont {
    display:none;
}

.bus-fav-cont a.edit-nursery {
    font-size:14px!important;
    line-height:25px !important;
    padding:0 10px!important;
    float:right!important;
    margin-left:10px;
    height:auto!important;
}

.business-tab-area .grade {
    display: inline-block;
    padding: 15px 10px;
    width:100%;
    border-radius: 10px;
    background:#fff;
    -webkit-box-shadow: 1px 1px 3px 1px rgba(102,102,102,1);
    -moz-box-shadow: 1px 1px 3px 1px rgba(102,102,102,1);
    box-shadow: 1px 1px 3px 1px rgba(102,102,102,1);
}
.business-tab-area .grade img {
    max-height: 70px;
    width: auto;
    display:block;
    margin-bottom: 15px;
    vertical-align: middle;
}
.business-tab-area .grade p {
    margin-bottom:5px;
}

.business-tab-area .grade a {
    display:block;
}

.business-data-area .grade {
    float:right;
}
.business-data-area .grade img {
    max-height: 70px;
    width: auto;
    vertical-align: middle;
}
.business-data-area .grade p {
    display:none;
}

.business-data-area .grade a {
    display:block;
    text-align:right;
}

#rev_slider_22_1 .slotholder .tp-bgimg {
    background-image: linear-gradient( rgba(162, 112, 171, 0.3), rgba(162, 112, 171, 0.3) ),url(https://nurseries.nede.co.uk/wp-content/uploads/tanaphong-toochinda-526036-unsplash.jpg)!important;
}
h1.home-title {
    font-size: 4em;
    line-height: 1;
    text-align: center;
    font-weight: 100;
    margin-bottom: 20px!important;
    color: #fff;
    white-space: normal;
    font-family: "Cosmic Rays"!important;
}

span.tagline {
    font-size: 1.5em!important;
    line-height: 1;
    white-space:normal;
    font-weight: 400;
    color: #fff;
    font-family: Roboto!important;
    text-align: center;
    display:block;
    margin-bottom:0;
}

.vc_col-sm-12 .bus-filter.width-4 {
    padding:0 20px;
}

.home .margin-top-50 {
    margin-top:0!important;
}
table.nursery-table {
    border-radius:6px;
}
table.nursery-table tbody tr:nth-of-type(odd) {
    background-color:#eee;
}
table.nursery-table tbody tr:nth-of-type(even) {
    background-color:#fff;
}
table.nursery-table thead tr {
    background-color:#aa6cae;
}
table.nursery-table tbody tr:nth-of-type(odd):hover {
    background-color: #33adb0;
    color: #fff;;
}
table.nursery-table tbody tr:nth-of-type(even):hover {
    background-color: #33adb0;
    color: #fff;
}
table.nursery-table thead tr:hover {
    background-color:#33adb0;
}
table.nursery-table th {
    color:#000;
}
table.nursery-table td, table.nursery-table th {
    border-left:1px solid #ccc;
    border-right:1px solid #ccc;
    font-size:13px;
}
/*table.nursery-table td a {
    color:#a26fab;
}*/
.btn-next.btn-square {
    clear:none!important;
}
.cmb2-id-wyz-business-facebook, #wyz_business_logo-status {
    clear:both;
}



fieldset h2 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 15px;
    text-decoration: underline;
}
fieldset em {
    display: block;
    text-align: center;
    margin: 0 0 30px 0;
}
.list-toggle {
    float: right;
    cursor: pointer;
    margin-top: -45px;
    padding-right: 15px;
}
    .list-toggle:hover {
        color:#000;
    }

.dataTables_wrapper .dataTables_length {
    margin-bottom:7px;
}
table.dataTable thead .sorting, 
table.dataTable thead .sorting_asc, 
table.dataTable thead .sorting_desc {
    background-image : none!important;
}

.header-bottom {
    background-color:rgba(255, 255, 255, 1);
}
#wyz-mobile-menu-trigger {
    font-size:30px!important;
    line-height:60px;
}
.page-title h2 {
    font-size:22px;
}
.header-top-left p a:hover {
    color:#fff;
}
/*.business-data-wrapper .logo, #mapBodyContent img {
    display:none;
}*/

.single-wyz_business #page-header-image {
    position: absolute;
}
.business-data-wrapper h1 {
    background: #ffffff;
    padding: 15px;
}


.gm-style-iw > div {
    padding-top:20px;
}

.gm-style-iw h4 {
    font-weight:600;
}
.business-data-wrapper .content h1 {
    font-size:2em;
    margin-bottom:0;
}
/* Nursery Form */
#wyz_frontend_businesses input[type="text"], #wyz_frontend_businesses .cmb-td, #wyz_frontend_businesses input[type="email"],
#wyz_frontend_businesses select, #wyz_frontend_businesses input[type="number"], #wyz_frontend_businesses .cmb-th {
    width:100%;
}
#wyz_frontend_businesses select {
    margin-top:0;
}
#wyz_frontend_businesses .cmb-td ul {
    list-style-type:none;
    margin-bottom:15px;
}
#wyz_frontend_businesses .cmb-td ul li {
    display:inline-block;
    margin-right:10px;
    margin-top:0;
}
#wyz_frontend_businesses #wp-wyz_business_description-editor-tools {
    display:none;
}

.cmb2-id-wyzi-claim-fields-15 {
    display:inline-block;
}

#wyz_frontend_businesses .cmb2-id-wyz-business-phone1, #wyz_frontend_businesses .cmb2-id-wyz-business-phone2,
#wyz_frontend_businesses .cmb2-id-wyz-business-email1, #wyz_frontend_businesses .cmb2-id-wyz-business-website,
#wyz_frontend_businesses .cmb2-id-wyz-business-bldg, #wyz_frontend_businesses .cmb2-id-wyz-business-addition-address-line,
#wyz_frontend_businesses .cmb2-id-wyz-business-street, #wyz_frontend_businesses .cmb2-id-wyz-business-city,
#wyz_frontend_businesses .cmb2-id-wyz-business-flicker, #wyz_frontend_businesses .cmb2-id-wyz-business-name,
#wyz_frontend_businesses .cmb2-id-wyz-business-facebook, #wyz_frontend_businesses .cmb2-id-wyz-business-twitter, 
#wyz_frontend_businesses .cmb2-id-wyz-business-instagram
{
    width:50%;
    padding:0 5px;
    box-sizing:border-box;
    float:left;
}

.cmb2-id-wyzi-claim-fields-0, .cmb2-id-wyzi-claim-fields-1, .cmb2-id-wyzi-claim-fields-2, .cmb2-id-wyzi-claim-fields-3, .cmb2-id-wyzi-claim-fields-4, .cmb2-id-wyzi-claim-fields-5, .cmb2-id-wyzi-claim-fields-6,
.cmb2-id-wyzi-claim-fields-13, .cmb2-id-wyzi-claim-fields-14, .cmb2-id-wyzi-claim-fields-9, .cmb2-id-wyzi-claim-fields-10, .cmb2-id-wyzi-claim-fields-11, .cmb2-id-wyzi-claim-fields-12 {
    width:50%;
    padding:0 5px;
    box-sizing:border-box;
    float:left;
}
#wyz_frontend_businesses .cmb2-id-wyz-business-description, #wyz_frontend_businesses .cmb2-id-wyz-business-location {
    padding:0 5px;
    box-sizing:border-box;
}
#wyz_frontend_businesses .cmb-th label {
    margin-bottom:5px;
    font-weight:600;
}

.filters {
    text-align: right;
}
.note {
    font-weight:600;
    margin-bottom:5px;
    font-style:italic;
}

.media-modal-content .media-sidebar {
    display:none!important;
}

.cmb2-id-wyz-business-description label span {
    margin-left: 15px;
    font-weight: 400;
    font-style: italic;
}

@media screen and (max-width:991px) {
    .archive .home-search {
        margin-top:-290px!important;
        margin-bottom:0px!important;
    }
}
@media screen and (max-width:767px) {
    #wyz_frontend_businesses .cmb2-id-wyz-business-phone1, #wyz_frontend_businesses .cmb2-id-wyz-business-phone2,
    #wyz_frontend_businesses .cmb2-id-wyz-business-email1, #wyz_frontend_businesses .cmb2-id-wyz-business-website,
    #wyz_frontend_businesses .cmb2-id-wyz-business-bldg, #wyz_frontend_businesses .cmb2-id-wyz-business-addition-address-line,
    #wyz_frontend_businesses .cmb2-id-wyz-business-street, #wyz_frontend_businesses .cmb2-id-wyz-business-city,
    #wyz_frontend_businesses .cmb2-id-wyz-business-flicker, #wyz_frontend_businesses .cmb2-id-wyz-business-name,
    #wyz_frontend_businesses .cmb2-id-wyz-business-facebook, #wyz_frontend_businesses .cmb2-id-wyz-business-twitter, 
    #wyz_frontend_businesses .cmb2-id-wyz-business-instagram
    {
        padding:0;
        width:100%;
    }

    .cmb2-id-wyzi-claim-fields-0, .cmb2-id-wyzi-claim-fields-1, .cmb2-id-wyzi-claim-fields-2, .cmb2-id-wyzi-claim-fields-3, .cmb2-id-wyzi-claim-fields-4, .cmb2-id-wyzi-claim-fields-5, .cmb2-id-wyzi-claim-fields-6,
    .cmb2-id-wyzi-claim-fields-13, .cmb2-id-wyzi-claim-fields-14, .cmb2-id-wyzi-claim-fields-9, .cmb2-id-wyzi-claim-fields-10, .cmb2-id-wyzi-claim-fields-11, .cmb2-id-wyzi-claim-fields-12 {
        width:100%;
        padding:0;
    }
    #wyz_frontend_businesses .cmb2-id-wyz-business-description, #wyz_frontend_businesses .cmb2-id-wyz-business-location {
        padding:0;
    }
    
    .archive .home-search {
        margin-top:-210px!important;
        margin-bottom:40px!important;
    }
    
    .archive #page-header-image #header-image-content {
        padding-top:0px!important;
    }
    .archive #blurrMe #page-header-image {
        min-height:0 !important;
    }
    
    .list-toggle {
        margin-top: -10px;
        float: none;
        text-align: center;
        margin-bottom: 20px;
        display: block;
    }
    
    .home-search .vc_col-sm-12 .bus-filter {
        margin-bottom:20px!important;
        display:block!important;
        padding:0!important;
    }
    .home .rangeslider {
        margin-top:12px!important;
    }
    .bus-filter.width-4 {
        padding:0 4px 0 0;
    }
    .sort-dd {
        border:1px solid;
    }
    .filters {
        margin-top:0!important;
    }
    #header-image-content .header-image-main-content {
        font-size:30px!important;
    }
    
}

@media screen and (max-width:479px) {
    .archive .home-search {
        margin-top:-30px!important
    }
    .wall-collection-area.margin-top-50 {
        margin-top:0!important;
    }
}

#wyz_frontend_businesses .open-close-days {
   clear:both;
}
/* Custom Nursery Fields*/
/*#wyz_frontend_businesses .cmb2-id-wyzi-claim-fields-0, #wyz_frontend_businesses .cmb2-id-wyzi-claim-fields-1,
#wyz_frontend_businesses .cmb2-id-wyzi-claim-fields-2, #wyz_frontend_businesses .cmb2-id-wyzi-claim-fields-3,
#wyz_frontend_businesses .cmb2-id-wyzi-claim-fields-4, #wyz_frontend_businesses .cmb2-id-wyzi-claim-fields-11
{
    display:none;
}*/

#wyz_frontend_businesses #cmb2-metabox-wyz_frontend_businesses fieldset > div.cmb-row {
    width:50%;
    padding:0 5px;
    box-sizing:border-box;
    float:left;
}
#wyz_frontend_businesses #cmb2-metabox-wyz_frontend_businesses fieldset > .cmb-type-pw-map {
    width:100%!important;
}

#wyz_frontend_businesses #cmb2-metabox-wyz_frontend_businesses fieldset > .cmb-type-multicheck,
#wyz_frontend_businesses #cmb2-metabox-wyz_frontend_businesses fieldset > .cmb-type-textarea {
    width:100%!important;

}
.cmb-type-wysiwyg {
    width:100%!important;
}

    #wyz_business_description_ifr {
        height:150px!important;
    }
/*#wyz_frontend_businesses #cmb2-metabox-wyz_frontend_businesses fieldset:last-of-type .open-close-days .cmb-row {
    width:initial!important;
    padding:initial!important;
}
#wyz_frontend_businesses #cmb2-metabox-wyz_frontend_businesses fieldset:last-of-type .open-close-days .cmb-row:not(.cmb-remove-field-row) {
    padding: 0 0 0 200px!important;
}*/

.open-close-days .open_close_status {
    display:block!important;
    display:inline-block!important;
    position:initial!important;
    margin-left:15px;
}
.open-close-days .cmb-add-row, .open-close-days .cmb-remove-field-row {
    display:none!important;
}
.open-close-days .close-days, .open-close-days .open-days {
    display:none;
}
.open-close-days .cmb-th {
    padding-top:10px!important;
}
.open-close-days .postbox.cmb-row.cmb-repeatable-grouping {
    max-width:350px!important;
}
#wyz_frontend_businesses .cmb2-id-wyzi-claim-fields-18 {
    width:100%!important;
}
.open-close-days .cmb-repeat-group-wrap {
    margin-bottom:5px!important;
}


@media screen and (max-width:767px) {
    #wyz_frontend_businesses #cmb2-metabox-wyz_frontend_businesses fieldset:last-of-type .cmb-row {
        width:100%;
        padding:0;
    }
    h1.home-title {
        font-size: 3em;
       
    }
}
.blog-pagination {
    clear:both;
}
.vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
    background-color:#34adb0 !important;
}
.archive #header-image-content{
    padding-top:50px !important;
}

.home-search {
    background: #33adb0;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.23);
    display: inline-block;
    overflow: visible;
    padding: 15px 15px 45px 15px;
    width: 100%;
    text-align:center;
}
.archive .home-search {
    margin-top:-100px;
    padding-bottom:30px;
}
.archive .home-search p {
    color:#fff;
}
.archive .home-search h2 {
    margin-bottom:15px!important;
}

.home-search h2 {
    color: #fff;
    font-size: 16px;
    font-weight:600;
    line-height: 12px;
    text-align: left;
    text-transform: capitalize;
}
.home-search .bus-filter-locations, .home-search .bus-filter-radius {
    margin-bottom: 0;
}

.home-search .bus-filter-radius {
    margin-top: -6px;
}
.rev_slider .bus-filter-radius {
    margin-top:0;
}
    .rev_slider .rangeslider {
        margin-top:6px;
    }
.home-search .bus-filters-cont form {
    padding:0;
}
.home-search .input-submit {
    display: inline-block;
    float: none;
}
.home-search .input-submit a {
    width:100%;
}
.home-search .rangeslider .range_handle, .home-search .rangeslider .range_fill {
    background-color:#a270ab!important;
}
/*.home-search .input-submit button {
    border: medium none;
    border-radius: 25px;
    color: #fff;
    display: block;
    font-size: 11px;
    line-height: 36px;
    padding: 0 16px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}*/

.business-item {
    border: 1px solid lightgrey;
    border-radius: 10px;
    padding: 15px;
    box-sizing: border-box;
    background:#34adb014;
    margin-bottom:30px;
    display:inline-block;
    width:100%;
    cursor:pointer;
}
.business-item:hover {
    background: #fefefe;
    color:#606060;
}
.business-item > div {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.business-item > div > span {
    padding-right:5px;
}

.sub-heading {
    font-weight: bold;
    color: #795480;
    line-height: 1.6;
    font-size: 17px!important;
    margin-bottom:24px;
}

.home .vc_custom_1568289722235 .vc_column_container, .page-id-19844 .vc_parallax .vc_column_container {
    padding-left:10px;
    padding-right:10px;
}

.contact-info-wrap p span {
    width:80px;
}
.header-bottom-wrap>.header-logo {
    margin-top:0!important;
}

.header-bottom {
    padding:18px 0!important;
}
.wpcf7-form .busi-contact-form>.wpcf7-form-control-wrap {
  float: left;
}
.error {
    border:1px solid red!important;
}

#home-map {
    background:black!important;
    display:none;
}
#business-list-holder {
    display:none!important;
}
#business-list-holder.show {
    display:block!important;
}


/* tables */
table.tablesorter {
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	padding: 4px;
}
table.tablesorter thead tr .theader {
	background-image: url(/wp-includes/tablesorter/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(/wp-includes/tablesorter/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(/wp-includes/tablesorter/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;
}

.footer-bottom {
    display:none;
}
.footer-top {
    background-color:#a270ab!important;
    padding:20px 0 0 0;
}
.footer-top .widget-area .widget {
    margin-bottom: 15px;
}
.sin-footer .widget-title {
    margin: 5px 0;
    padding-bottom: 10px;
}
.sin-footer .widget li {
    margin-bottom:10px;
}
.sin-footer.widget-area .widget a:hover {
    color:#fff!important;
}
#copyrights .copyrights {
    border-top:0;
    color:#fff;
    font-size:0.8em;
}
#copyrights .copyrights a {
    color:#fff;
}
#header-image-content .header-image-main-content {
    font-family: Oxygen;
    font-size:45px!important;
    letter-spacing:1.2px!important;
}


.cmb-row .cmb-td .validation-error {
    border-color:red!important;
}


#copyrights {
    background-color: #35adb0!important;
}


.framed img {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.21)!important;
}

.wyz_claim_form_main {
    text-align:center;
    display:inline-block;
}
.wyz_claim_form_main input[type="text"], .wyz_claim_form_main input[type="email"], .wyz_claim_form_main textarea {
    min-width:50%;
}
.wyz_claim_form_main .checkbox label {
    width:auto!important;
    margin-left:10px;
}
.wyz_claim_form_main input[type="submit"] {
   width:150px;
}

tr.clickable-row:hover {
    background-color: #fff;
    cursor:pointer;
}

.bus-fav-cont a {
    font-size:26px!important;
}

/* Blog Formats */


.tg-filters-holder {
    margin-bottom:10px;
}

/* Add Job */
.job-manager-form fieldset input, .job-manager-form fieldset select, .job-manager-form fieldset textarea {
    border: 1px solid #C2C2C2!important;
}

.fieldset-company_website, .fieldset-company_tagline, .fieldset-company_video, .fieldset-company_twitter {
    display:none!important;
}

/* Chatter Grid */
.tg-filters-holder .tg-filter:nth-child(5) {
    display:none;
}

.tg-item-inner {
    border: 1px solid #c1d8e0;
}

.tg-item-term {
    font-size:12px;
}

.business-profile-tab-list #pts-info-cont {
    display:none;
}

.social-login-container {
    display:none;
}

.open-help {
    position:fixed;
    right:0;
    z-index:2;
    cursor:pointer;
}
.help-popup {
    display:none;
    position: fixed;
    top: 25%;
    left: 50%;
    z-index: -9999;
    width: 35%;
    margin-left: -17.5%;
    background-color: #fafafb;
    border-radius: 5px;
    border: 1px solid rgba(0,0,0,.1);
    box-shadow: 0 0 10px rgba(0,0,0,.08);
}
    .help-popup.active {
        display:block;
        z-index:3;
    }
    .help-popup .close-popup {
        cursor: pointer;
        display: block;
        width: 24px;
        height: 24px;
        line-height: 24px;
        position: absolute;
        top: 0;
        right: 0;
        text-align: center;
        background: #666;
        border-radius: 50%;
        margin-top: -8px;
        color: #fff;
        margin-right: -8px;
        z-index: 2;
    }
    .help-popup .heading {
        background-color: #fff;
        border-radius: 5px 5px 0 0;
        border-bottom: 1px solid #dfe0e1;
        box-shadow: 0 1px 1px #f0f0f1;
        padding: 26px 20px!important;
        width: 100%;
    }
        .help-popup .heading h3 {
            font-weight: 700;
            font-size: 1.8em;
            color: #37474f;
            margin: 0;
            margin-bottom: .4em;
        }
        .help-popup .heading p {
            margin-bottom:0!important;
        }
    .help-popup .main {
        padding: 18px 16px!important;
        font-size: 16px;
        border-radius: 0 0 5px 5px;
        width: 100%;
    }
        .help-popup .main input[type="text"], .help-popup .main input[type="email"], .help-popup .main textarea  {
            width:100%;
        }
        .help-popup .main textarea {
            height:125px!important;
        }
    .overlay {
        width: 100%;
        height: 100%;
        position: fixed;
        background: rgba(0,0,0,.7);
        top: 0;
        left: 100%;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transition: opacity .2s ease-out;
        -moz-transition: opacity .2s ease-out;
        -ms-transition: opacity .2s ease-out;
        -o-transition: opacity .2s ease-out;
        transition: opacity .2s ease-out;
    }
    .overlay.active {
        opacity: 1;
        left: 0;
        z-index:2;
    }


.sin-pub-offer .buttons .btn {
    margin-bottom:10px;
}
.sin-pub-offer .buttons a:nth-child(2) {
    display:none;
}


/* Jobs */

.job_filters .search_jobs input, .job_filters .search_jobs select {
    height: 35px;
}
.job_filters .search_jobs div label {
    display:inline-block!important;
    color:#fff;
}

.job_filters .search_jobs div.filter_first, .job_filters .search_jobs div.search_categories {
    float: left;
    padding-right: .5em;
    width: 50%!important;
}

.small-text {
    font-size: 14px;
    letter-spacing: normal;
}

.job_filters .showing_jobs a.rss_link {
    display:none;
}
.search_jobs .search_submit:nth-child(4) {
    display:none;
}
.search_submit {
    float:right!important;
    margin-top:30px;
}
.search_submit a {
    cursor:pointer;
    background-color:#a270aa;
}
    .search_submit a:hover {
        background-color:#b590bb;
    }

    .job_listing_preview_title h2 {
        clear: both;
        padding-top: 20px;
    }

@media screen and (min-width:480px) {
    .page-template-full-width-page .page-title-social {
        display:none;
    }
}
@media screen and (max-width:479px) {
    .job_filters .search_jobs div.filter_first, .job_filters .search_jobs div.search_categories, .search_submit {
        float:none;
        width:100%!important;
        padding-right:0;
    }
}

/* Mobile Styles */

@media screen and (max-width:767px) {
    .sub-heading {
        font-size:18px!important;
    }
    .header-right {
        border-top:0;
    }
    .header-right a {
        margin-left:0!important;


    }
    .header-right a i {
        display:none;
    }

    .job_filters .search_jobs div.filter_first, .job_filters .search_jobs div.search_categories {
        width: 100%;
    }

}

@media only screen and (min-width: 768px) {
    .main-menu #mobile-login-link, .main-menu #mobile-logout-link {
        display: inline-block;
    }
}


.btn-next.btn-square {
    clear:none;
}
#mobile-login-link, #mobile-logout-link, #mobile-register-link {
    display:none!important;
}
#mobile-main-menu #mobile-login-link, #mobile-main-menu #mobile-logout-link {
    display:block!important;
}
.login-menu .menu a:first-child {
    display:none;
}
    .login-menu .menu a#my-account-btn {
        display:block!important;
    }
    
@media only screen and (max-width: 767px) {
    .header-social {
        float:right!important;
    }
}



/* Chatter Category Colours */

/* Advice */
#grid-20034 .f1310 .tg-item-content-holder {
    background-color:#8A57F0;
}
#grid-20034 .tg-nav-color[data-filter=".f1310"] {
    background-color:#8A57F0;
}
#grid-20034 .tg-nav-color[data-filter=".f1310"] .tg-nav-color {
    color:#fff;
}

/* News */
#grid-20034 .f1306 .tg-item-content-holder {
    background-color:#70A1D7;
}
#grid-20034 .tg-nav-color[data-filter=".f1306"] {
    background-color:#70A1D7;
}
#grid-20034 .tg-nav-color[data-filter=".f1306"] .tg-nav-color {
    color:#fff;
}

/* Care Homes */
#grid-20034 .f1316 .tg-item-content-holder {
    background-color:#A1DE93;
}
#grid-20034 .tg-nav-color[data-filter=".f1316"] {
    background-color:#A1DE93;
}
#grid-20034 .tg-nav-color[data-filter=".f1316"] .tg-nav-color {
    color:#fff;
}


/* Quotes */
#grid-20034 .f1312 .tg-item-content-holder {
    background-color:#35B0AB!important;
}
#grid-20034 .tg-nav-color[data-filter=".f1312"] {
    background-color:#35B0AB;
}
#grid-20034 .tg-nav-color[data-filter=".f1312"] .tg-nav-color {
    color:#fff;
}

/* Recommendations */
#grid-20034 .f1323 .tg-item-content-holder {
    background-color:#F47C7C;
}
#grid-20034 .tg-nav-color[data-filter=".f1323"] {
    background-color:#F47C7C;
}
#grid-20034 .tg-nav-color[data-filter=".f1323"] .tg-nav-color {
    color:#fff;
}

/* All */
#grid-20034 .tg-nav-color[data-filter="*"] {
    background-color:#666;
}
#grid-20034 .tg-nav-color[data-filter="*"] .tg-nav-color {
    color:#fff;
}

#sticky-wrapper {
    height:98px!important;
}

@media screen and (max-width:767px) {
    #sticky-wrapper {
        height:78px!important;
    }
}

@media only screen and (max-width: 479px) {
    .container {
        width:100%;
    }
    .header-logo a img {
        width: 140px!important;
    }

    .archive #page-header-image {
        min-height: 120px!important;
    }
}




/* New Single Nursery styles */

.business-data-wrapper .logo {
    float:none;
    margin-bottom:10px;
    display:block;
}
.business-data-wrapper h1 {
    float:left;
}

.business-data-area {
    padding: 15px 0 50px;
    background-color:#f2f8fd;
}

.business-data-area .bus-fav-cont {
    position:relative;
    font-size: 2em;
    margin: 0.67em 0;
    bottom: initial;
    right: initial;
    float:left!important;
    margin-left:30px;
}

.bus-fav-cont a {
    color: #222;
}

.gm-style-iw > div {
    padding-top:10px;
}
#mapBodyContent img {
    display:none;
}
.gm-style-iw h4 {
    margin:0;
}

.fav-image-2 {
    display:none;
}

.business-header-image {
    background-attachment:initial!important;
    background-position: center!important;
}
.selectize-control.plugin-remove_button [data-value] .remove, .business-tab-list ul li.active, .profile-tab-list ul li.active, .business-tab-list ul li .tab-overlay, .profile-tab-list ul li .tab-overlay {
    border-color:#35adb0 !important;
}
.business-tab-area {
    background:#fff;
}

.business-about-area, .busi-bank-photos, .business-post-area, .business-rating-area, .busi-contact-wrapper, .busi-jobs-wrapper,
.business-sidebar .sin-busi-sidebar, .widget-area .sin-busi-sidebar:not(.map), .business-additional-content-area {
    background: #fff;
    padding:20px;
    border-radius: 5px;
    -webkit-box-shadow: 1px 1px 3px 1px #66666633;
    -moz-box-shadow: 1px 1px 3px 1px #66666633;
    box-shadow: 1px 1px 3px 1px #66666633;
    border:0;
}


#busi_rate_submit {
    background-color: #34adb0!important;
}

.sin-busi-sidebar {
    margin-bottom:40px;
}

.business-sidebar {
    color:#222;
}

.sidebar-title {
    color:#222;
}
.contact-info-sidebar p, .contact-info-sidebar p a {
    color:#222;
}

/*.contact-info-sidebar .phone:before, .contact-info-sidebar .address:before, .contact-info-sidebar .email:before, .contact-info-sidebar .website:before, .tags-sidebar:before, .contact-info-sidebar p a:hover {
    color:#f0e5f2;
}*/
.contact-info-sidebar .email:before {
    content:none;
}

.opening-hours-sidebar .day {
    color:#222;
    margin-bottom:5px;
}

.opening-hours-sidebar .time-container {
    margin-bottom:5px;
}

.opening-hours-sidebar .time {
    color: #34adb0;
}

.opening-hours-sidebar .oad-time { 
    color:#008000ab;
}
.opening-hours-sidebar .cad-time { 
    color:#ff000096;
}

.sidebar-social a {
    color: #fff;
}

.sidebar-container .social {
    margin:0;
}
.sidebar-container .business-social {
    float:none;
}
.sin-busi-sidebar.social-widget {
    margin-bottom:40px;
}

.single-claim-container {
    margin-top:30px;
}


.pmpro_confirmation_wrap {
    display:inline-block;
}

.cmb2-id-business-gallery-image {
    width:100%!important;
}

.open-close-days .cmb-row .cmb-nested .cmb-row:last-of-type {
    min-height:0!important;
    margin:0!important;

}
@media screen and (max-width: 767px) {
    .business-tab-area .wyz-button {
        display:none;
    }

    /* Sort out height issues on full-screen rows on mobile */
    .full-screen {
      height:initial!important;
      padding-bottom:20px!important;
    }
    .full-screen .row {
      position: relative!important;
      margin-top:20px!important;
      width: initial!important;
    }

    /* Single business mobile view */
    
  .business-sidebar {
    margin-bottom: 0;
  }
  .sin-busi-sidebar:last-child {
    margin-bottom: 40px;
  }
  .business-sidebar-content-area > .col-md-6 {
    margin-bottom:40px;
  }
  .single-claim-container {
    margin-top:0;
    margin-bottom:40px;
  }

}

@media screen and (min-width: 768px) and (max-width: 991px) { /* ipad portrait */
  .business-sidebar-content-area > .col-md-6 {
    padding:0;
    margin-bottom:40px;
  }
  .business-sidebar {
    margin-bottom: 40px;
    padding: 0;
  }
  .sin-busi-sidebar {
    float:none;
    width:100%;
    padding:initial;
  
  }
  
}

@media only screen and (max-width: 991px) {
    .business-data-area .bus-fav-cont {
        top: initial;
    }

    /* Help popup width */
    .help-popup {
      width: 90%;
      left:5%;
      margin-left:0;
      top:15%;
  }
}


/* Paypal Express */

/* CSS Document */
#pmpro_payment_method span {
	display: inline-block;
}
#pmpro_payment_method span a {
	background-position: bottom left;
	background-repeat: no-repeat; 
	background-size: auto;
	border: none;
	display: inline-block; 
	font-size: 16px;
	font-size: 1.6rem;
	padding-bottom: 70px;
	width: 90%;
}
#pmpro_payment_method span.gateway_authorizenet, 
#pmpro_payment_method span.gateway_braintree,
#pmpro_payment_method span.gateway_cybersource,
#pmpro_payment_method span.gateway_paypal,
#pmpro_payment_method span.gateway_stripe, 
#pmpro_payment_method span.gateway_twocheckout {
	width: 60%; 
}
#pmpro_payment_method span.gateway_paypalexpress {
	width: 35%;
}
#pmpro_payment_method span.gateway_authorizenet a, 
#pmpro_payment_method span.gateway_braintree a,
#pmpro_payment_method span.gateway_cybersource a,
#pmpro_payment_method span.gateway_paypal a,
#pmpro_payment_method span.gateway_stripe a, 
#pmpro_payment_method span.gateway_twocheckout a {
	background-image: url(/wp-content/uploads/cc-horizontal.jpg); 
}
#pmpro_payment_method span.gateway_paypalexpress a {
	background-image: url(/wp-content/uploads/paypal.jpg);
}

@media (max-width:768px) {
	#pmpro_payment_method span {display: block; width: 100%; }
}


/* container */
@media (min-width:768px){.container{width:100%!important}}@media (min-width:992px){.container{width:100%!important}}
@media only screen and (max-width: 767px) {
  .container {
      width:100%!important;
  }
}
@media (min-width:1200px){.container{width:1170px!important}}

.page-title-social .page-title {
    width:100%!important;
    float:none;
    text-align:center;
}


#subscriptions .pmpro_actionlinks #pmpro_actionlink-levels {
    display:none;
}

.profile-tab-list  .subscriptions .profile-tab:before {
    content: "\f234";
}


/* Registration Form */
.wyz-form-wrapper .section-title {
    display:none;
}

.wpb_content_element {
    /*margin-bottom:0;*/
}

.business-details-form .pw-map {
    display:none;
}

.business-details-form .cmb-type-pw-map .cmb2-metabox-description {
    display:none;
}

.business-details-form .btn-square.button-primary {
    background-color:#35adb0;
    float:left;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding: 0 20px!important;
    margin-top: 20px;
}

.cmb-row .cmb-td input.cmb2-upload-button, .cmb-remove-group-row.cmb-remove-group-row-button, .cmb-add-group-row.button-secondary {
    background-color:#a370aa;
}

.btn-previous {
    display:none!important;
}

.main-menu nav {
    display:inline-block;
}
.nav-account {
    margin-top: 13px;
    float:right;
}


/* Checkout */
.pmpro_checkout h3 span.pmpro_checkout-h3-msg {
    display:none!important;
}

/*#pmpro_pricing_fields h3, #pmpro_pricing_fields .pmpro_checkout-fields > p {
    display:none;
}*/











/********************DB CSS3************************************/
@import url('https://fonts.googleapis.com/css2?family=Padauk:wght@400;700&family=Signika:wght@400;500;600;700&display=swap');







.color_fff {
	color: #fff!important
}

.color_54366e {
	color: #54366e!important
}

.color_000 {
	color: #000000 !important
}

.color_646464 {
	color: #646464!important
}

.color_132b7e {
	color: #132b7e!important
}

.color_029ef5 {
	color: #029ef5!important
}

.background_fff {
	background-color: #fff!important
}

.bg_f9f8fa {
	background: #f9f8fa!important;
	
}

#contact_form_inner .button_of_submtn #submit_btn:hover,
.gredient_bg_secondary {
	background: #0e2781!important;
	background: -moz-linear-gradient(-45deg, #0e2781 0, #2b45a0 100%)!important;
	background: -webkit-linear-gradient(-45deg, #0e2781 0, #2b45a0 100%)!important;
	background: linear-gradient(135deg, #0e2781 0, #2b45a0 100%)!important
}

.background_f2f6f8 {
	background-color: #f2f6f8!important
}


.no_margin {
	margin: 0
}


.no_padding {
	padding: 0
}


.padding_top70 {
	padding-top: 70px
}



.text_lowercase {
	text-transform: lowercase
}

.text_capitalize {
	text-transform: capitalize
}

.text_uppercase {
	text-transform: uppercase
}






#banner_section {
	padding: 150px 0 250px
}



#banner_section .bus-filter {
	width: 100% !important;
	padding:0
}


#banner_section .bus-filter .range_fill_bg {
	background-color: #fff !important;
}

.blog-page-area.margin-bottom-100.margin-top-50 {
	margin: 0 !important
}
#banner_section .bus-filter .range_fill {
	background-color: #34adb0 !important;
}

#banner_section .bus-filter .range_handle {
	background-color: #34adb0 !important;
}


#banner_section .mini-head p,
#banner_section p.mini-head
{
	font-size: 16px;
	line-height: 16px;
	color:#000;
	font-weight:700;
    	font-family: 'Signika', sans-serif !important
	
	
}

#banner_section .bus-filter-locations-text {
	border-color: #eeeeee;
	height: 45px;
	line-height: 45px;
	padding: 0 20px
}

#banner_section .bus-filter button  {
	background:#34adb0 !important;
	border-radius: 32px !important;
	padding: 15px 0 !important;
	font-size: 15px !important;
	line-height: 15px !important;
	    font-weight: 700;
    text-transform: capitalize;
	font-family: 'Open Sans', sans-serif
}

#banner_section .bus-filter button:hover {
	background:#54366e !important;
}


#banner_section .bus-filter.input-submit {
	margin-top: 20px;
}

#banner_section .bus-filter.nth-2 {
	margin-top: 30px;
}

#banner_section  form {
	padding: 0
}


#banner_section .rangeslider {
	    margin-top: 15px;
}


#about_us {
	padding: 250px 0 185px
}


#about_us  .vc_col-sm-4 {
    position: absolute;
    right: 0;
    top: 80px;
}



.dual_btn_ot  .ult_dual_button {
    text-align: left !important
}


#section_2 .dual_btn_ot  .ult_dual_button .ult_dualbutton-wrapper.btn-inline.place-template  a {
    min-width: 308px ;
    border-radius: 32px !important;
    margin-right: 15px !important;
    font-size: 16px;
    line-height: 34px;
    font-family: 'Padauk', sans-serif !important;
     height:  auto !important

}

#section_2 .dual_btn_ot  .ult_dual_button .ult_dualbutton-wrapper.btn-inline.place-template  a span{

          font-size: 16px;
    line-height: 16px !important;
    font-family: 'Padauk', sans-serif !important;
    font-weight: 700 !important;
        padding: 0 !important;
   

    
}


.dual_btn_ot  .ult_dual_button  span.middle-text {
    display: none !important;
}


#section_2 {
    padding: 100px 0
}

#section_2 .icons_box .vc_column-inner > .wpb_wrapper{
       box-shadow: 0 0 8px rgb(0 0 0 / 10%);
    padding: 35px 30px;
    border-radius: 16px;
    min-height: 370px;
    
}
#section_2 .icons_box .vc_column-inner > .wpb_wrapper  br {
    display: none
}

#section_2 .icons_box .vc_column-inner > .wpb_wrapper .wpb_single_image  {
    min-height: 85px
}




#testimonial_bx {
    padding:  150px 0 250px;
    position: relativee
}


#testimonial_bx:before {
    content: "";
    position: absolute;
    right: 130px;
    top: 80px;
    font-size: 100px;
    line-height: 100px;
    background: url("http://carehomes.andychapman.co/wp-content/uploads/quote-icon.png") no-repeat;
    width: 411px;
    height: 344px
    


}

#trusted_row {
    padding: 250px 0
}
#custom-faqs-section .wpb_wrapper h3{
    font-size: 22px;
    font-weight: bold !important;
    margin-bottom: 10px;
}
#custom-faqs-section{
    padding: 30px 0px 0px 0px;
}
#custom-faqs-section h2{
    font-size: 30px !important;
}
#custom-icon-remove .custom-btn-2 button{
    padding: 8px 80px !important;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 500;
    box-shadow: rgb(0 0 0 / 6%) 0px 5px 15px;
    z-index: 1;
}
#custom-icon-remove {
    background: white;
    padding: 10px 20px;
    box-shadow: rgb(0 0 0 / 6%) 0px 5px 15px;
    border-radius: 20px;
    position: absolute;
    right: 0;
    bottom:-115px;
}
#custom-icon-remove .wpb_wrapper h2{
    color: #000000;
    font-weight: bold !important;
    font-size: 18px;
}
#custom-icon-remove ul li{
     border-bottom: 1px solid #f2f2f2;
}
#custom-icon-remove .icon_list_icon{
    display: none !important;
}
#custom-spacing-remove{
    position: relative;
}
.smile_icon_list.left li .icon_description{
    padding-left: 0px !important;
}
.list-img-icon{
    left: 0px !important;
}
#custom-spacing-remove .smile_icon_list li.icon_list_item{
    margin: 0 !important;
}
.icon_list_connector{
    display: none !important;
}
.custom-icon{
    background: none !important;
}
.icon_list_icon{
     background: none !important;
}
.carrer-section-2{
    padding: 120px 0px 30px 0px;
}
.career-section-left-box{
    padding-right: 150px;
}


.banner-section {
    padding: 200px 0px;
}
.banner-column {
    padding-right: 100px;
}
.vc_btn3.vc_btn3-style-custom{
    padding: 10px 160px;
    background: var(--e-global-color-green);
    border-radius: 30px;
    font-size: 18px;
    font-weight: 500;
}
.vc_btn3.vc_btn3-style-custom:hover{
    background:#A270AB;
}
.d-flex{
    display: flex;
    align-items: center;
}
/*.section-2{*/
/*    padding-top: 0px !important;*/
/*}*/
.custom-padding{
    padding-bottom: 80px !important;
}
.custom-image .wpb_single_image img{
    position: relative;
    top: 340px;
}


.header-bottom-wrap .main-menu ul  li  a {
	color:#000;
	font-weight:700;
	letter-spacing: 1px;

}  

.header-bottom-wrap .main-menu a.wyz-secondary-color.nav-account ,
.header-bottom-wrap .main-menu a.wyz-primary-color.nav-account:hover
 {
	     background-color: #54366e !important;
}

.header-bottom-wrap .main-menu a.wyz-primary-color.nav-account ,
.header-bottom-wrap .main-menu a.wyz-secondary-color.nav-account:hover
  {
	 background-color: #34adb0 !important;
}


.header-bottom-wrap .main-menu ul li:hover a {
	color :#34adb0 
}

@media screen and (min-width: 1200px){
	.custom-image-size{
    max-width: 80% !important;
}
}





@media screen and (max-width: 1199px) {
    
    
    #banner_section .vc_col-sm-6 {
        width:  70%;
    }
    
    br {
        display: none
    }
    
    #about_us {
    padding: 120px 0 110px;
}
    
    #testimonial_bx:before {
           background-size: 60%; 
            right: -150px;
    }
    
    
    #trusted_row .vc_col-sm-6 {
        width: 70%;
    }
    
    #trusted_row {
    padding: 120px 0;
}
    
    
    
}


@media screen and (max-width: 991px) {
    
    #banner_section {
    padding: 130px 0 130px;
}
    
    
    .dual_btn_ot  .ult_dualbutton-wrapper {
        float: left !important
    }
    
    #trusted_row {
    padding: 100px 0;
}
h2 {
    font-size: 36px;
    line-height: 42px;
}
h4 {
    font-size: 20px; 
}
.vc_btn3.vc_btn3-style-custom {
    padding: 10px 160px !important;
}
.vc_btn3.vc_btn3-size-md {
	padding: 5px 30px;
}    
    
    #testimonial_bx {
        padding: 120px 0 120px;
    }
    
    #section_2 .icons_box .vc_column-inner > .wpb_wrapper {
           padding: 35px 15px; 
    }
	.vc_btn3.vc_btn3-color-success, .vc_btn3.vc_btn3-color-success.vc_btn3-style-flat{
    padding: 9px 100px !important;
    font-size: 16px;
}
#custom-spacing-remove{
    padding:80px 0px;
}
.career-section-left-box {
    padding-right: 100px;
}
#custom-icon-remove {
   bottom: 135px;
    width: 40%;
}
#custom-icon-remove .custom-btn-2 button {
    padding: 5px 30px !important;
}
    

}


@media screen and (max-width: 767px) {
    
    #banner_section .vc_col-sm-6 {
    width: 100%;
}
h1 {
    font-size: 42px;
    line-height: 48px;
}
h2 {
    font-size: 30px;
    line-height: 36px;
}
h5 {
    font-size: 18px;
    margin: 20px 0;
}
.ulitmate_dual_buttons a {
    min-width: 270px;    
}
    
    #about_us .vc_col-sm-4 {
        position: unset;
            margin-top: 40px;
    }
    
    #section_2 .dual_btn_ot .ult_dual_button .ult_dualbutton-wrapper.btn-inline.place-template a {
            min-width: 270px;
    }
    
    
    #section_2 .icons_box .vc_column-inner > .wpb_wrapper {
        min-height: initial;
        padding:  30px;
    }
    
    #section_2 .icons_box  {
        margin-bottom: 15px
    }
    
    
    .font_size42 {
    font-size: 30px;
}
    
    
    .line_height48 {
    line-height: 36px !important;
}
    
    #trusted_row .vc_col-sm-6 {
    width: 100%;
}
	.custom-image .wpb_single_image img {
    position: relative;
    top: 0;
}
.vc_btn3.vc_btn3-color-success, .vc_btn3.vc_btn3-color-success.vc_btn3-style-flat {
    padding: 10px 120px !important;
}
.banner-section {
    padding: 100px 0px;
}
.banner-column {
    padding-right: 0px;
}
#custom-spacing-remove {
    padding: 50px 0px;
}
.career-section-left-box {
    padding-right: 0px;
}
#custom-icon-remove {
    bottom: -40px;
    position: relative;
    width: 100%;
    top: 20px;
}
    
    
}



@media screen and (max-width : 480px) {
    
h1 {
    font-size: 30px;
    line-height: 36px;
}
h2 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 20px;
}
h4 {
    line-height: 24px; 
}
h5 {
    font-size: 16px; 
}
h6 {
    line-height: 24px;
}
p {
	font-size: 16px;
    line-height: 24px	
}
.ulitmate_dual_buttons a {
    min-width: 300px;
    margin-bottom: 10px;
}
.vc_btn3.vc_btn3-style-custom {
    padding: 8px 100px !important;
    font-size: 16px;
}
    #banner_section {
    padding: 80px 0 80px;
}
    
    #banner_section .mini-head p, #banner_section p.mini-head {
            font-size: 14px;
    }
    
    #about_us {
    padding: 70px 0 70px;
}

    
    #section_2 {
    padding: 70px 0;
}
    
    
    .padding_top70 {
    padding-top: 35px;
}
    
    #section_2 .dual_btn_ot .ult_dual_button .ult_dualbutton-wrapper.btn-inline.place-template a {
    min-width: 300px;
    margin-bottom: 10px;
}
    
    .padding_top80 {
    padding-top: 40px;
}
    
    #testimonial_bx:before {
    background-size: 53%;
    right: -150px;
    bottom: 0;
    top: auto;
}
    
    #testimonial_bx {
    padding: 70px 0 70px;
}
    
    #trusted_row {
    padding: 70px 0;
}
    
    #trusted_row:before {
        background: rgba(255,255,255, .5);
        top: 0;
        left: 0;
        width: 100%;
        position: absolute;
        content: "";
        height: 100%;
    }
    
    
    
}