header {

    border-bottom: 1px solid var(--colors-static-neutral-06, #EFF0F4);
    background: var(--White, #FFF);
}

/* header img {
    height: 28px !important;
    margin-right: 316px;
} */

/*header .column-content > *,
header dxp_base-text-block{
	display: flex !important;
	width: initial !important;
	max-width: initial !important;
	margin: 0px !important;
	line-height: 10px !important;
	height: 30px !important;
	vertical-align: middle !important;
}*/
header .cn_header.comm-section-container {
    height: 54px;
    min-height: 54px;
}


header community_layout-column.col-large-size_1-of-12:has(dxp_base-button.cn_header),
header community_layout-column.col-large-size_2-of-12:has(.cn_header-logo) {
    min-width: auto;
}

header community_navigation-customizable-navigation-menu .container:has(.cn_hamburgericon) {
    width: 100%;
}

header dxp_base-button.cn-header {
    display: flex !important;
    justify-content: right;
}

.cn_header .columns-content.lwc-6j9an5vbrcd {
    margin-inline: 0;
}

.cn_service_icons .responsive-container {
    display: flex;
    justify-self: center;
    gap: 60px;
    align-items: center;
    //margin-bottom:-24px;
}

.cn_header .column-content>*,
.cn_header dxp_base-text-block {
    display: flex !important;
    width: initial !important;
    max-width: initial !important;
    margin: 0px !important;
    line-height: 10px !important;
    /* height: 30px !important; */
    vertical-align: middle !important;
}

/*header .column-content{
	display: flex !important;
	justify-content: space-around !important; /* Distributes buttons evenly */
align-items: center !important;
flex-wrap: nowrap !important;
/* Prevents wrapping to new lines */
flex-direction: row !important;
}

*/ .cn_header .column-content {
    display: flex !important;
    justify-content: space-around !important;
    /* Distributes buttons evenly */
    align-items: center !important;
    flex-wrap: nowrap !important;
    /* Prevents wrapping to new lines */
    flex-direction: row !important;
}


main {

    /*min-height: 100vh;*/
    margin-top: 100px
}

footer {
    width: 100%;
    background-color: #ccc;
    /*padding: 20px;*/
}

.community_byo-scoped-header-and-footer__header-content {
    background: white !important;
}

body:not(#studioBody) header {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 999;
}

body.scrollbelow50px:not(.show-menu) .community_byo-scoped-header-and-footer__header-content {
    //-webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
    //box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
    box-shadow: null;
    -webkit-backdrop-filter: saturate(180%) blur(100px);
    backdrop-filter: saturate(300%) blur(100px);
    background-color: rgba(255, 255, 255, 0.2);
    z-index: 999;
}

/* MOBILE MENU STRUCTURE
<label id="menu-mobile" for="mobilemenu"><input type="checkbox" id="mobilemenu" style="display:none;"><div class="toggle"><span class="toggle-line">&nbsp;</span><span class="toggle-line">&nbsp;</span><span class="toggle-line">&nbsp;</span></div><span class="description">Mobile Menu Button</span></label>
*/

#menu-mobile {
    display: none;
    /* desktop */
}

#menu-mobile .toggle {
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    cursor: pointer;
    padding: 10px !important;
    border-radius: 100%;
    transition: 0.3s;
}

#menu-mobile:hover .toggle,
#menu-mobile input:checked+.toggle {
    background: #ccc;
}

#menu-mobile span.description {
    display: none !important;
}

#menu-mobile .toggle span {
    display: block;
    position: absolute;
    height: 3px;
    width: 18px;
    top: 10px;
    left: 11px;
    background: rgb(50, 50, 50);
    border-radius: 9px;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#menu-mobile .toggle span:nth-child(1) {
    top: 10px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#menu-mobile .toggle span:nth-child(2) {
    top: 18px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#menu-mobile .toggle span:nth-child(3) {
    top: 26px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#menu-mobile input:checked+.toggle span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(42deg);
    top: 10px;
    left: 11px;
    width: 24px;
    background: #888 !important;
}

#menu-mobile input:checked+.toggle span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

#menu-mobile input:checked+.toggle span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-42deg);
    top: 26px;
    left: 11px;
    width: 24px;
    background: #888 !important;
}



#menu-mobile input:checked+.toggle span {
    background: #231E20 !important;
}

/* Responsive adjustments for desktop screens */
@media (min-width: 768px) {

    header .cn_header.comm-section-container {
        min-height: 88px;
    }

    .cn_header .column-content>*,
    .cn_header header dxp_base-text-block {
        //display: flex !important;
        display: block !important;
        width: initial !important;
        max-width: initial !important;
        margin: 0px !important;
        line-height: 10px !important;
        /* height: 30px !important; */
        vertical-align: middle !important;
        position: static;
    }

    .cn_tiles .column-content.lwc-5hiuomulcap {
        box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.2) !important;
        background-color: #FFFFFE !important;
        border-radius: 6px !important;
        height: 345px !important;
        padding: 25px !important;
        margin: 0px auto !important;
    }

    .cn_feedback .column-content.lwc-5hiuomulcap {
        box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.2) !important;
        ;
        border-radius: 6px !important;
        margin: 0px auto !important;
    }
}


/* Responsive adjustments for smaller screens */

@media (max-width: 768px) {
    /*#mobilecssupdate*/

    body:not(#studioBody) header {
        position: sticky !important;
        top: 0px;
        width: 100%;
        z-index: 999;
    }

    .cn_agentlogin .dxp-text-body,
    .slds-text-body--regular,
    .slds-text-body_regular {
        /*#mobilecssupdate*/

        margin-left: -0px !important;
        margin-top: 0px !important;

    }

    f .cn-services-tile {
        margin: 0px auto !important;
    }

    .cn_tiles {
        margin: 0px auto !important;
    }

    body header img,
    body header dxp_base-image {
        height: 20px !important;
        max-height: 20px !important;
        margin: 5px !important;
        width: 100% !important;
        /*margin-right: 337px !important;*/
    }

    body header .column-content dxp_base-button,
    body header .column-content dxp_base-link,
    body header .column-content dxp_base-text-block {
        /*display: none !important; /* until we show it later #mobilecssupdate*/
    }

    body.show-menu header .column-content {
        display: block !important;
    }

    body.show-menu header {
        height: 100vh !important;
        overflow-y: scroll;
        background: white;
    }


    body header .column-content dxp_base-button,
    body header .column-content dxp_base-link {
        /*display: none !important;*/
        /* height: 60px !important; */
        border-radius: 6px;
        margin-bottom: 10px !important;
        line-height: 30px !important;
        vertical-align: middle !important;
        align-items: center !important;
        text-align: center !important;
        margin: 8px 0px !important;
    }

    body header .column-content dxp_base-text-block h3 {
        font-size: 16px !important;
        line-height: 35px !important;
        text-align: center !important;
    }

    body header .column-content dxp_base-button a,
    body header .column-content dxp_base-link a {
        // width: 100% !important;
        max-width: 100% !important;
        text-align: center !important;
        padding: 12px 40px !important;
        box-sizing: border-box !important;
        line-height: 35px !important;
        font-size: 16px !important;
        vertical-align: middle !important;
    }

    body.show-menu header .column-content {
        margin-bottom: 50px !important;
    }

    body.show-menu header .column-content a {
        display: block !important;
    }

    body.show-menu header .column-content dxp_base-button,
    body.show-menu header .column-content dxp_base-text-block,
    body.show-menu header .column-content dxp_base-link,
    body.show-menu header .column-content h3 {
        background-color: #f1f1f1;
        display: block !important;
        text-align: center !important;
        text-indent: 0px !important;
        vertical-align: middle !important;
    }

    #menu-mobile {
        display: block !important;
        position: absolute;
        left: 12px;
        top: 12px;
    }

    community_byo-scoped-header-and-footer {
        flex-direction: column;
    }

    header {
        width: 100%;
        order: -1;
        /* Makes the nav come first */
        //border-bottom: 1px solid var(--colors-static-neutral-06, 	//#EFF0F4);
        //background: var(--White, #FFF);
    }

    main {
        width: 100%;
        margin-top: 20px;
    }
}

/* Styles for primary buttons */
header .dxp-button-large {
    display: block;
    width: 100%;
    position: relative;
    padding: 10px 20px;
    border-radius: 0px !important;
    border: none;
    background: none;
    font-size: 16px !important;
    font-weight: 500 !important;
    text-align: left;
    font-size: 16px;
    color: #333;
    /* Text color */
    transition: background-color 0.3s;
    border-bottom: 2px solid #f1f1f1;
}


header .dxp-button-large::before {
    content: "";
    opacity: 0.1;
    background: var(--sds-c-button-brand-color-background-hover, var(--dxp-s-button-color-hover, var(--dxp-g-brand-1, #014486)));
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
}

/* Add a chevron icon to the primary buttons */
header .dxp-button-large::after {
    content: "\203A";
    /* Unicode character for right-pointing chevron */
    transition: transform 0.3s ease-out;
    /* Animation effect */
    font-size: 30px;
    top: 0px;
    position: absolute;
    right: 20px;
    /* Right padding */
    color: #666;
}

header .dxp-button-large:hover {
    font-weight: bold !important;
    color: black;
    background: none !important;
}

.slds-button_brand {
    color: white;
}

header .dxp-button-large:hover::after {
    transform: translateX(5px);
    /* Moves the chevron 5px to the right on hover */
}

.cn-grey-background {
    background-color: #f1f1f1;
}

/* Style for secondary/tertiary links */
header .dxp-button-small {
    display: block;
    width: 100%;
    text-align: left;
    padding: 2px 20px;
    margin: 0px !important;
    background: transparent;
    border: none;
    color: #666;
    text-decoration: none;
    display: inline-block;
}

header .dxp-button-small:hover {
    background-color: #ddd;
}

header a.slds-button {
    padding: 10px 20px;
    /* margin-left: 59px; */
    border-radius: 10px;
}

.cn-gradient-tile {

    background: rgb(245, 243, 214);
    background: -moz-linear-gradient(56deg, rgba(245, 243, 214, 1) 0%, rgba(219, 238, 219, 1) 49%, rgba(226, 232, 216, 1) 100%);
    background: -webkit-linear-gradient(56deg, rgba(245, 243, 214, 1) 0%, rgba(219, 238, 219, 1) 49%, rgba(226, 232, 216, 1) 100%);
    background: linear-gradient(56deg, rgba(245, 243, 214, 1) 0%, rgba(219, 238, 219, 1) 49%, rgba(226, 232, 216, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f5f3d6", endColorstr="#e2e8d8", GradientType=1);
    margin: 20px;
    border-radius: 20px;
}



.button.go a {
    cursor: pointer;
    width: 280px;
    height: 56px;
    /* background: #0daf21; */
    background: linear-gradient(92.6deg, #8B8C8F 2.72%, #8B8C8F 2.73%, #BBBCBF 60.46%);
    border: none;
    display: block;
    border-radius: 60px;
    position: relative;
    line-height: 1.75;
    text-align: center;
    color: white;
    font-weight: bold;
    text-decoration: none;
    font-family: sans-serif;
    font-size: 20px;
    transition: 0.3s;
}

.button.go a.slds-button:hover,
.button.go a.slds-button:active,
.button.go a.slds-button:visited,
.button.go a.slds-button:focus {
    background: linear-gradient(92.79deg, #2DB34B 53.45%, #23A148 99.59%);
    box-shadow: none;
}

.button.go a::after {
    background: center;
    background-image: url(/sfsites/c/resource/CNWebsiteThemeConcept1/assets/icons/get_connected_cta_circle.svg);
    content: '';
    position: absolute;
    top: 5.5px;
    left: 5px;
    width: 45px;
    height: 45px;
    border-radius: 90px;
    transition: 0.3s;
}

/* Apply the animation on hover */
.button.go a:hover::after {
    opacity: 1;
    left: calc(100% - 50px);
}

.button.go:hover a::after,
.button.go a:active::after,
.button.go a:visited::after {
    opacity: 1 !important;
}


.cn-services-tile {
    background-color: white;
    padding: 20px;
    margin: 30px 30px 30px 0px;
    position: relative;
    border-radius: 6px;
    border: 1px solid #f1f1f1;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
    overflow-wrap: break-word;
    position: relative;
    z-index: 0;
    height: 342px;
}

.cn-services-tile .main-content-container {
    padding: 130px 0px 0px !important;
    justify-content: left !important;
    align-items: start !important;
}

.cn-services-tile .main-content {
    padding: 0px !important;
    width: 100% !important;
}

.cn-services-tile .dxp-block-image-host {
    background-size: 120px !important;
}

.cn-services-tile .main-content h1 {
    text-align: left;
    font-weight: 600;
    font-size: x-large;
}

.cn-services-tile .main-content h3 {
    text-align: left;
    font-size: 15px;
}

.cn-services-tile .dxp-block-flexible-container {
    min-height: 100% !important;
}

.cn_phonenumber .dxp-text-heading-medium {
    margin-left: -13px;
}

.cn_tiles-heading .dxp-text-heading-medium {
    margin-top: -23px;
}

.component-wrapper-spacer.cn_woof-heading-size {
    padding-bottom: 16px;

}

.cn_woof-heading-size .dxp-text-heading-medium {
    font-size: 25px;
    font-family: Open Sans;

}

.cn_woof-heading-size .dxp-text-heading-large {

    margin-bottom: -16px;
}

.slds-carousel__image>img {
    width: auto !important;
}

.cn_page_header .dxp-text-heading-large {
    font-family: Open Sans;
    font-size: 43px;
}

.cn_tiles .column-content.lwc-5hiuomulcap {
    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.2);
    background-color: #FFFFFE;
    border-radius: 6px;
    height: 345px;
    margin: 19px;
    padding: 25px;
}

.cn_feedback .column-content.lwc-5hiuomulcap {
    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    margin: 15px;
}

.cn_agentlogin .dxp-text-body,
.slds-text-body--regular,
.slds-text-body_regular {
    //padding-left: 14px;
    //padding-top: -19px;
    //margin-top: 7px;
    margin-left: -61px;
    margin-top: 7px;
    color: #231F20;
    text-align: center;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    //line-height: normal;
}

.cn_contactus .dxp-text-body,
.slds-text-body--regular,
.slds-text-body_regular {
    //padding-left: 25px;
    //padding-top: -19px;
    //margin-top: 7px;
    margin-top: 7px;
    margin-left: -41px;
    color: var(--connectnow-dark-grey, #231F20);
    text-align: center;
    font-family: 'Open Sans';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    //line-height: normal;
}

.cn_becomepartner .dxp-text-body,
.slds-text-body--regular,
.slds-text-body_regular {
    //padding-left: 67px;
    //padding-top: -19px;
    //margin-top: 7px;
    margin-top: 7px;
    margin-left: -101px;
    color: var(--connectnow-dark-grey, #231F20);
    text-align: center;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
}

.cn_header a.slds-button {
    padding: 10px 20px;
    //margin-left: -60px;
    border-radius: 10px;
    /* gap: 10px; */
    font-size: 15px;
    font-weight: 600;
    white-space: nowrap;
}

.cn_rating_number .dxp-text-heading-large,
.slds-text-heading--large,
.slds-text-heading_large {
    color: #444;
    /* text-align: center; */
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Open Sans";
    font-size: 29px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    /* padding-left: 25px; */
    margin-right: 42px;
    padding-top: 18px;
}

.cn_rating_image img {
    padding-top: 19px;
    /* padding-right: 7px; */
    /* margin-right: 31px; */
    margin-left: -47px;
    width: 252px;
}

.cn_foxtel_image img {
    margin-top: -10px;

}

.cn_contactus_heading .dxp-text-heading-xlarge {
    color: #231F20;
    font-family: "Open Sans";
    font-size: 43px;
    font-style: normal;
    font-weight: 700;
    line-height: 59px;
}

@media (max-width: 1400px) {

    .cn_custom_text_margin .component-wrapper-spacer .lwc-4k1qbp7cls1-host {
        margin-bottom: 0;
    }

    /* .cn_service_icons .responsive-image {
        width: auto; /* Default: maintain aspect ratio */
    height: auto;
    /* Default: maintain aspect ratio */
}

*/ .cn_agentlogin .dxp-text-body,
.slds-text-body--regular,
.slds-text-body_regular {
    //padding-left: 14px;
    //padding-top: -19px;
    //margin-top: 7px;
    margin-left: -99px;
    margin-top: 7px;
    color: #231F20;
    text-align: center;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    padding: unset;
    //line-height: normal;
}

.cn_contactus .dxp-text-body,
.slds-text-body--regular,
.slds-text-body_regular {
    margin-top: 7px;
    margin-left: -97px;
    color: var(--connectnow-dark-grey, #231F20);
    text-align: center;
    font-family: 'Open Sans';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    padding: unset;
    margin-block-end: auto;
}

.cn_becomepartner .dxp-text-body,
.slds-text-body--regular,
.slds-text-body_regular {
    margin-top: 7px;
    margin-left: -158px;
    color: var(--connectnow-dark-grey, #231F20);
    text-align: center;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    padding: unset;
    /* padding: 0px 0px 0px 0px; */
    /* margin-block-end: auto; */
}

.cn_header a.slds-button {
    padding: 10px 20px;
    /* margin-left: -56px; */
    border-radius: 10px;
    /* gap: 10px; */
    font-size: 15px;
    font-weight: 600;
    white-space: nowrap;
    //max-width: fit-content;
    width: 158px !important;
    height: 42px;
}

.cn_partners_logo .lwc-bh41l7ugn9-host {
    padding-left: 59px;
    padding-right: 59px;
}

.cn_navigation_bar .comm-customizable-navigation-bar.lwc-44ehd87o51g ul.lwc-44ehd87o51g {
    display: flex;
    justify-content: var(--dxp-c-nav-bar-horizontal-alignment, flex-start);
    --dxp-c-nav-bar-menu-item-padding-top: 8px;
    --dxp-c-nav-bar-menu-item-padding-left: 8px;
    --dxp-c-nav-bar-menu-item-padding-right: 8px;
    --dxp-c-nav-bar-menu-item-padding-bottom: 8px;
    /* margin-left: 424px !important;
    margin-top: -8px !important; */
}

/*main.lwc-6raprfhcujs.community_byo-scoped-header-and-footer__main{
margin-bottom: -252px; !important;
}*/

}

@media (max-width: 1024px) {
    .lwc-4k1qbp7cls1-host {
        height: 55px !important;
    }
}

@media (max-width: 768px) {

    .cn_service_icons .responsive-container {
        display: flex;
        justify-self: center;
        gap: 50px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .cn_service_icons .responsive-image {
        width: 80px;
        /* Adjust image width for smaller screens */
        height: auto;
        /* Maintain aspect ratio */
    }

    */ body header img,
    body header dxp_base-image {
        height: 20px !important;
        max-height: 20px !important;
        margin: 5px !important;
        width: 96% !important;
        /*margin-right: 337px !important;*/
    }

    .cn_agentlogin .dxp-text-body,
    .slds-text-body--regular,
    .slds-text-body_regular {
        visibility: hidden;
    }

    .cn_contactus .dxp-text-body,
    .slds-text-body--regular,
    .slds-text-body_regular {
        visibility: hidden;
    }

    .cn_becomepartner .dxp-text-body,
    .slds-text-body--regular,
    .slds-text-body_regular {
        visibility: hidden;
    }

    .cn_header a.slds-button {
        border-radius: 10px;
        gap: 10px;
        font-weight: 600;
        white-space: nowrap;
        // margin-left: 582px;
        /* margin-top: -169px; */
        //right:31px;
        display: flex;
        // justify-content: space-between;
        align-items: center;
        padding: 2px 16px !important;
        /* margin-right: 8px; */
    }

    /*.lwc-6raprfhcujs-host {
    display: flex !important;
    flex-flow: column !important;
    width: 753px !important; 
}*/

    /*.cn_hamburgericon .slds-icon{
    margin-left: 713px;
    margin-top: -165px;
}*/

    .cn_hamburgericon .lwc-53bjlcqal33-host {
        // margin-left: 713px;
        /* margin-top: -87px; */
    }
}
.header__container-logo2{
    height: 67px;
}
@media (max-width: 475px) {

    .cn_header.comm-section-container community_layout-column {
        min-width: auto;
    }

    .cn_Footer_Margin .lwc-6j9an5vbrcd-host[data-layout-direction~='mobile-direction-column'] .columns-content.lwc-6j9an5vbrcd {
        margin-top: -24px;
    }

    .cn_page_header .dxp-text-heading-large {
        font-family: Open Sans;
        font-size: 30px;
    }

    body header img,
    body header dxp_base-image {
        height: 16px !important;
        max-height: 16px !important;
        margin: 0 !important;
        /*width: 70% !important;*/
        width: 146px !important;
        /*margin-right: 337px !important;*/
    }
    .header__container-logo2 img {
        max-height: 100% !important;
        height: auto !important;
    }

    /*.lwc-6raprfhcujs-host {
    display: flex !important;
    flex-flow: column !important;
    width: 752px !important; 
}*/

    .cn_header .column-content>*,
    .cn_header dxp_base-text-block {
        //display: flex !important;
        display: block !important;
        width: initial !important;
        max-width: initial !important;
        margin: 0px !important;
        line-height: 10px !important;
        /* height: 30px !important; */
        vertical-align: middle !important;
        justify-content: right;
    }

    .cn_header a.slds-button {
        border-radius: 10px;
        gap: 10px;
        font-weight: 600;
        white-space: nowrap;
        //margin-left: 582px !important;
        /* margin-top: -167px !important; */
        //right: 48px;
        display: flex;
        padding: 2px 16px !important;
        margin-right: 32px;
    }

    .cn_service_icons .responsive-image {
        width: 80px;
        /* Adjust image width for smaller screens */
        height: auto;
        /* Maintain aspect ratio */
    }

    /*.cn_footer_text_hide .textBlock_desktop.lwc-4rt99a8doqk, .textBlock_desktopTabletMobile.lwc-4rt99a8doqk, .textBlock_mobileDesktop.lwc-4rt99a8doqk, .textBlock_tabletDesktop.lwc-4rt99a8doqk {
    display: none !important;;
}*/

    .cn_hide_line .hr.lwc-hpv24absc3 {
        display: none !important;
        ;
    }

    /*.cn_hamburgericon .slds-icon{
    margin-left: 698px;
    margin-top: -165px;
}*/

    .cn_hamburgericon {
        position: absolute;
        top: 8px;
        right: 0;
    }

    .cn_hamburgericon .lwc-53bjlcqal33-host {
        //margin-left: 692px !important;
        /* margin-top: -88px !important; */
    }

    .comm-customization-navigation-modal.lwc-31fgv4jrnu0 {
        height: 2417px !important;
        right: 0 !important;
        left: unset !important;
    }

    .cn_partner .lwc-48aostf02bd-host[data-layout-direction~='mobile-direction-column'] {
        font-size: 30px !important;
    }
}

.cn_navigation_bar .comm-customizable-navigation-bar.lwc-44ehd87o51g ul.lwc-44ehd87o51g {
    display: flex;
    justify-content: var(--dxp-c-nav-bar-horizontal-alignment, flex-start);
    //margin-left: 550px;
    /* margin-top: -8px; */
}

/* 
.lwc-4k1qbp7cls1-host {
    height: 60px;
} */

.my-custom-wrapper .community_builder-output-rich-text.lwc-1nf8r8ii43j-host {
    overflow: visible;
    /* or hidden if clipping is preferred */
}

@media only screen and (min-width: 350px) and (max-width: 380px) {
    .cn_header a.slds-button {
        margin-left: 30px;
    }
}
/* For mobile Screen */
@media only screen and (max-width: 499px) {
    .component-wrapper-spacer.cn_woof-heading-size {
        margin-bottom: 0px !important;
        padding-bottom: 16px;
    }
    .product_review_logo {
        padding-bottom: 16px !important;
        margin-bottom: 0px !important;
    }
    .free_rewards_column {
        margin-bottom: 0px;
        padding-bottom: 40px;
    }
    .review_heading_text div p strong:nth-child(3) {
        font-size: 25px !important;
    }
    /* For Privacy Policy */
    .hero_heading_privacyPolicy {
        padding: 60px 0px 24px 0px;
    }
    .main_div_privacyPolicy,  .main_row3{
        display: flex;
        flex-direction: column;
        gap: 40px;
    }
    .row_3_privacyPolicy {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }
    .hero_privacyPolicy {
        padding-bottom: 40px
    }
    .para_privacyPolicy {
        padding-bottom: 22px;
    }

    /* For Terms and Condition */
    .hero_heading_TNC {
        padding: 60px 0px 20px 0px;
    }
    .dxpStyle_731d041a-848f-46a6-b2d2-5f1844c833dd {
        padding: 0px 16px !important;
        margin-top: 0px !important;
        margin-bottom: 0px !important;
        padding-bottom: 40px;
    }
    .inner_div_TandC {
        display: flex;
        flex-direction: column;
        gap: 60px;
    }
    .inner_p_div {
        padding-bottom: 22px;
    }
    .cn_service_icons .responsive-container {
        gap: 50px 40px !important;
    }
}
@media only screen and (min-width: 340px) and (max-width: 348px) {
    .cn_header a.slds-button {
        margin-left: -59px !important;
    }
}