#Footer-Copyright .TopLeftPane,
#Footer-Copyright .TopRightPane,
#Footer-Copyright .footer_service_code,
#Footer-Copyright .TopLeftPane a,
#Footer-Copyright .TopRightPane a {
    padding: 5px 0;
    font-size: 0.875rem;
    color: var(--white);
}

#Footer-Copyright .TopLeftPane {
    flex: 1 0 auto;
}

#Footer-Copyright .footer_service_code {
    width: 28%;
}

/*#Footer-Copyright .TopLeftPane a, #Footer-Copyright .TopRightPane a {
    font-size: 0.875rem;
    color: var(--white);
}*/

#Footer-Copyright {
    padding: 8px 0;
}

    #Footer-Copyright span {
        color: var(--white);
    }

.wrapper3 {
    background: #f9f9f9;
    padding: 0;
}

#footerTop {
    height: 202px;
}

#Footer-Partners .partner-list {
    width: 100%;
}

#Footer-Partners img.first-partner {
    margin-left: 0;
}

#Footer-Partners {
    margin: 10px 0;
}

    #Footer-Partners a:hover {
        text-decoration: none;
    }

#footerPhoneBtn {
    max-width: 150px;
    max-height: 40px;
    border: 1px solid var(--white);
    color: var(--white);
    padding: 7px 22px;
    margin-top: 25px;
}
    
    #footerPhoneBtn:hover {
        border: 1px solid #2B2B2B;
        color: #2B2B2B;
        background-color: var(--white);
    }

.FooterSocial .fla {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

footer .FooterSocial p {
    padding-top: 0px;
    line-height: 1;
    text-transform: uppercase;
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--white);
}

.FooterMenuPane3 span {
    padding: 10px 0;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: var(--white);
}

.FooterMenuPane1 {
    width: 20%;
}

.FooterMenuPane2 {
    width: 30%;
}

.FooterMenuPane3 {
    width: 35%;
}

.FooterMenuPane4 {
    width: 15%;
}

.footer-menu-block {
    float: left;
    width: 44%;
}

/*@media handheld, only screen and (max-width: 768px), (max-width: 820px) {
    .footer-menu-block:nth-of-type(1) {
        width: 41%;
    }
}*/

.FooterMenuContent ul {
    border: none;
    list-style: none;
}

.FooterMenuContent .footer-menu li a {
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: var(--white);
    text-transform: uppercase;
}

.FooterMenuContent .footer-menu li {
    padding-bottom: 8px;
}

.FooterMenuContent .FooterMenuTitle {
    font-size: 1.25rem;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: var(--white);
}

.FooterMenuContent li a {
    font-size: 0.875rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: var(--white);
}

.FooterMenuContent .footer-menu {
    margin: 7px 0;
}

.FooterMenuPane2 .bottomlinks-box {
    margin: 10px 0 5px;
}

.FooterMenuContent ol {
    list-style: none;
    margin-left: 0;
}

/**** New Styles ****/
.FooterMenuContent {
    margin-top: 0.5em;
    padding-top: 5px;
}

.footer-icon.lazy-background.visible {
    background: url(https://www.securedatarecovery.com/SecureData.Orchard.Themes.SDRTheme2022/images/sprites/footer-sprite.png) no-repeat var(--x-offset, 0px) var(--y-offset);
}

.social-item .footer-icon {
    height: 24px;
    display: block;
    min-width: 24px;
}

    .social-item .footer-icon:hover {
        --x-offset: -24px;
    }

    .social-item .footer-icon.fb-icon {
        --y-offset: 0px;
    }

    .social-item .footer-icon.x-icon {
        --y-offset: -24px;
    }

    .social-item .footer-icon.linkedin-icon {
        --y-offset: -48px;
    }

    .social-item .footer-icon.youtube-icon {
        --y-offset: -72px;
    }

    .social-item .footer-icon.instagram-icon {
        --y-offset: -96px;
    }

/*** Flags Section ***/
#footer-country-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}


    #footer-country-row .country-btn {
        background: url("https://www.securedatarecovery.com/SecureData.Orchard.Themes.SDRTheme2022/images/sprites/footer-sprite.png") no-repeat var(--x-offset, -40px) var(--y-offset);
        cursor: pointer;
        width: 40px;
        height: 30px;
    }

        #footer-country-row a.country-btn{
            padding: 0;
        }

        #footer-country-row .country-btn.active,
        #footer-country-row .country-btn:hover {
            --x-offset: 0px;
        }

    #footer-country-row #usa-btn {
        --y-offset: -120px;
    }

    #footer-country-row #uk-btn {
        --y-offset: -150px;
    }

    #footer-country-row #canada-btn {
        --y-offset: -180px;
    }

    #footer-country-row #mexico-btn {
        --y-offset: -210px;
    }

    #footer-country-row #australia-btn {
        --y-offset: -240px;
    }

    #footer-country-row .first-flag {
        order: 1;
    }

    #footer-country-row .second-flag {
        order: 2;
    }

    #footer-country-row .third-flag {
        order: 3;
    }

    #footer-country-row .fourth-flag {
        order: 4;
    }

    #footer-country-row .fifth-flag {
        order: 5;
    }

@media only screen and (max-width: 1239px) {
    #footer-country-row {
        gap: 15px;
    }
}

@media only screen and (min-width: 1240px) {
    #footer-country-row {
        gap: 20px;
    }
}
/*** End Flags Section ***/
.partner-icon {
    height: 36px;
    display: block;
    float: left;
    min-width: 35px;
    margin-left: calc((100% - 828px)/10);
}

.partner-icon.lazy-background.visible {
    background-image: url(https://www.securedatarecovery.com/SecureData.Orchard.Themes.SDRTheme2022/images/sprites/sprite_partners.png);
    background-repeat:no-repeat;
}

.seagate-icon {
    width: 100px;
    background-position: 0 0;
    margin-left: 0;
}

.wd-icon {
    width: 100px;
    background-position: 0 -400px;
    margin-top: 4px;
}

.intel-icon {
    width: 36px;
    background-position: 0 -160px;
}

.asustor-icon {
    width: 100px;
    background-position: 0 -440px;
    margin-top: 4px;
}

.dell-icon {
    width: 36px;
    background-position: 0 -80px;
}

.microsoft-icon {
    width: 78px;
    background-position: 0 -120px;
}

.symantec-icon {
    width: 100px;
    background-position: 0 -200px;
}

.ibm-icon {
    width: 74px;
    background-position: 0 -240px;
}

.vmware-icon {
    width: 100px;
    background-position: 0 -280px;
    margin-top: 9px;
}

.lenovo-icon {
    width: 52px;
    background-position: 0 -320px;
}

.hp-icon {
    width: 52px;
    background-position: 0 -360px;
}

.rights_reserved_pane {
    text-align: right;
}

footer #Footer-Copyright {
    background-color: #202020;
}

footer .footer_service_input {
    top: 0;
}

#Footer-Copyright a {
    padding: 2px 0;
}

#backtotop {
    font-size: 0;
    line-height: 0;
    text-align: left;
    text-indent: -99999px;
    width: 50px;
    height: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    border: 2px solid var(--blue);
    background: url(https://www.securedatarecovery.com/SecureData.Orchard.Themes.SDRTheme2022/images/arrow-back-to-top-white.svg) center center no-repeat var(--blue);
    position: absolute;
    top: -75px;
    right: 10px;
    display: none;
    z-index: 999;
}

    #backtotop:hover {
        background: url(https://www.securedatarecovery.com/SecureData.Orchard.Themes.SDRTheme2022/images/arrow-back-to-top.svg) center center no-repeat var(--white);
    }

footer .wrapper3 {
    background: #2B2B2B;
}

footer .footer_service_code .footer_service_input {
    background-color: var(--dark-gray);
    color: var(--white) !important;
    font-size: 18px;
    padding: 6px 9px;
    width: auto;
}

footer .footer_service_code div {
    display: flex;
    align-items: center;
    flex-direction: row;
}

footer #Footer-Copyright .TopLeftPane {
    text-align: center;
}

    footer .FooterMenuContent .footer-menu li a,
    footer .FooterMenuContent .FooterMenuTitle,
    footer .FooterMenuPane3 span,
    footer #Footer-Copyright .TopLeftPane a,
    footer #Footer-Copyright .TopRightPane {
        color: var(--white) !important;
    }

.FooterMenuContent .footer-menu li a {
    font-size: 1.25rem;
    line-height: 2rem;
}


.FooterMenuContent {
    margin-top: 0;
    padding-top: 30px;
}

    .FooterMenuContent .footer-menu {
        margin: 0;
    }

.FooterMenuPane2 .bottomlinks-box {
    margin-top: 0;
}

.FooterMenuPane3 span {
    padding-top: 0;
}

.footer_service_code span:not(.footer_service_input) {
    font-weight: 600;
    font-size: 1rem;
    line-height: 1;
}

.mobile_footer_menu_container {
    display: flex;
    align-items: center;
}

#sticky-footer {
    position: sticky;
    bottom: 0;
    z-index: 998;
    width: 100%;
}

.mobile-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    background-color: var(--orange);
    padding: .5rem 0;
    text-align: center;
    font-size: 20px;
}

#mobile-footer-phone::before {
    background-image: url('https://www.securedatarecovery.com/SecureData.Orchard.Themes.SDRTheme2022/images/phone.png');
    background-repeat: no-repeat;
    background-size: 20px;
    content: "";
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.mobile-footer a {
    display: flex;
    align-items: center;
    color: white;
}

@media (min-width: 851px) {
    .mobile-footer {
        display: none;
    }
}

.mobile-footer p {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
}

.mobile-footer p.above {
    margin: 10px 0 5px 0;
}

.mobile-footer p.below {
    margin: 5px 0 10px 0;
}

    .mobile-footer .button.call {
        background-color: var(--orange);
        border-color: var(--orange);
        color: var(--white);
        font-size: 20px;
        font-weight: 700;
        line-height: 34px;
        padding: 8px 0;
        height: auto;
        position: relative;
        box-sizing: border-box;
        display: block;
        margin: 0 auto;
        width: 220px;
        border-radius: 100px;
    }

button[data-cookie-string] {
    padding: .5rem 1rem;
    min-width: unset;
}

#dvParentCleanRoomVideo1, #dvParentCleanRoomVideo2, #dvParentCleanRoomVideo3,
#dvParentCleanRoomVideo4, #dvParentCleanRoomVideo5, #dvParentCleanRoomVideo6,
#dvParentCleanRoomVideo7, #dvParentCleanRoomVideo8, #dvParentCleanRoomVideo9, .video-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9999;
    top: 0;
    display: flex;
    align-items: center;
    pointer-events: none;
}

#dvCleanRoomVideo1, #dvCleanRoomVideo2, #dvCleanRoomVideo3,
#dvCleanRoomVideo4, #dvCleanRoomVideo5, #dvCleanRoomVideo6,
#dvCleanRoomVideo7, #dvCleanRoomVideo8, #dvCleanRoomVideo9, .video-content {
    width: calc(100% - 80px);
    max-width: 1200px;
    margin: auto;
}
    #dvCleanRoomVideo1 video, #dvCleanRoomVideo2 video, #dvCleanRoomVideo3 video,
    #dvCleanRoomVideo4 video, #dvCleanRoomVideo5 video, #dvCleanRoomVideo6 video,
    #dvCleanRoomVideo7 video, #dvCleanRoomVideo8 video, #dvCleanRoomVideo9 video, .video-overlay video {
        pointer-events: initial;
    }

    .active-overlay {
        background: var(--black);
        height: 200%;
        width: 100%;
        position: absolute;
        z-index: 9990;
        opacity: 0.8;
    }

#dnn_ContentPane .fancybox-video {
    display: none;
}

#customer-code {
    width: 80px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #424242;
    color: #FFF;
    font-size: 18px;
    border-radius: 5px;
    margin-left: 15px;
}

@media only screen and (max-width: 1025px) {
    footer .mobile-only {
        display: block;
    }

    .TopLeftPane {
        margin: 15px 0 20px;
    }

    #footerTop {
        height: auto;
    }
    .FooterMenuPane1 {
        width: 100%;
        text-align: center;
        padding-top: 30px;
    }
    
        .FooterMenuPane1 img {
            width: 200px;
            height: 53px;
        }

    #mobile_footer_nav_links {
        margin-top: 0;
        padding-bottom: 30px;
        width: 100%;
    }

        #mobile_footer_nav_links .footer-menu-block {
            justify-content: center;
            display: flex;
            width: auto;
        }
    
    .footer-menu {
        display: flex;
        margin: 0 auto;
        gap: 75px;
        justify-content: center;
    }

    .FooterMenuPane3, .FooterMenuPane4, #LeftPartners, .wrapper4, #footerPhoneBtn {
        display: none;
    }

    footer .mobile_footer_menu_container {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    footer #Footer-Copyright .mobile_footer_menu_container div {
        width: auto;
        text-align: center;
    }

    #customer_servce_code_block {
        max-width: none;
    }

    .FooterMenuContent .footer-menu li a {
        font-size: 18px;
    }

    #Footer-Copyright {
        padding: 20px 0;
    }

        #Footer-Copyright .TopLeftPane, #Footer-Copyright .TopRightPane, #Footer-Copyright .footer_service_code {
            padding: 0;
        }

    #footer_documents_dekstop {
        margin: 20px 0 15px;
    }

}

@media handheld, only screen and (max-width: 460px) {
    footer #footer_documents_dekstop .mobile-only {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    footer .FooterMenuContent .footer-menu li a {
        font-size: 18px;
    }
}
