/*
Theme Name: SalvageNew
Author: George
Description: Blank theme for GS score
Version: 0.0.1
*/


/*global site styles*/
@font-face {
    font-family: 'Dinpro';
    src: url('/wp-content/uploads/2017/12/DINPro-Light.eot');
    src: url('/wp-content/uploads/2017/12/DINPro-Light.woff') format('woff'),
    url('/wp-content/uploads/2017/12/DINPro-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Dinpro';
    src: url('/wp-content/uploads/2017/10/DINPro-Regular.eot');
    src: url('/wp-content/uploads/2017/10/DINPro-Regular.woff') format('woff'),
    url('/wp-content/uploads/2017/10/DINPro-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Dinpro';
    src: url('/wp-content/uploads/2017/10/DINPro-Medium.eot');
    src: url('/wp-content/uploads/2017/10/DINPro-Medium.woff') format('woff'),
    url('/wp-content/uploads/2017/10/DINPro-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Dinpro';
    src: url('/wp-content/uploads/2018/01/DINPro-Bold.eot');
    src: url('/wp-content/uploads/2018/01/DINPro-Bold.woff') format('woff'),
    url('/wp-content/uploads/2018/01/DINPro-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Dinpro';
    src: url("/wp-content/uploads/2021/02/DINPro-Black.otf") format("opentype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MuseoSans';
    src: url("/wp-content/uploads/2021/02/MuseoSans_500.otf") format("opentype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}




:root {
    --global-font: "Dinpro", sans-serif;
    --secondary-font: "MuseoSans", sans-serif;
    --darkgray:#4e5a69;
    --lightgray: #acaeb1;
    --mainred: #df3a35;
    --buttongray:#939ead;
    --lightbackground:#f4f8fe;
    --midi-black:#0d151f;
    --red-shadow:#bd3c38;
}
html {
    scroll-behavior: smooth;
}
body {
    overflow-x: hidden;
    margin: 0;
    font-family: var(--global-font);
}
h1,h2,h3,h4,h5,a {
    font-family: var(--global-font);
}
h1,h2,h3,h4,h5,p {
    margin-top: 0;
}
h1,h2,h3,h4,h5 {
    color:black;
}
a {
    outline: none;
    text-decoration: none;
    cursor: pointer;
}
p {
    font-family: var(--secondary-font);
}
.full-width-content {
    margin: auto;
    max-width: 1216px;
}
.secondary-title {
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    color: var(--midi-black);
    margin-bottom:16px;
    text-transform: uppercase;
}
.secondary-descr {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.33;
    text-align: center;
    color: var(--darkgray);
    max-width: 592px;
    margin: 0 auto;
}

/*subheader styles*/

.new-subheader {
    background: var(--darkgray);
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 36px;
}
.new-subheader .customer-code-container {
    font-family: var(--global-font);
    color: var(--lightgray);
    font-size: 14px;
    height: 100%;
    display: flex;
    align-items: center;
    visibility: visible;
}
.customer-code-container .customer-code-block {
    background-color: #586171;
    color: var(--lightgray);
    padding: 1px 14px;
    border-radius: 5px;
    font-weight: 600;
}
.subheader-buttons {
    display: flex;
    align-items: center;
    height: 100%;
}

.subheader-buttons .subheader-submit-btn {
    background: var(--mainred);
    color: #fff;
    height: 100%;
    padding: 0 20px;
    display: flex;
    align-items: center;
    font-family: var(--global-font);
    font-weight: 500;
}
.subheader-buttons .account-btn {
    background: var(--buttongray);
    color: #fff;
    height: 100%;
    padding: 0 20px;
    display: flex;
    align-items: center;
    font-weight: 500;
}

/*Header Styles*/

.header-container {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    padding: 0 30px 10px 30px;
    z-index: 123;
    background-color: #fff;
}
.admin-bar  .header-container {
    top:32px;
}
.header-content{
    display: flex;
    align-items: center;
    padding: 33px 0 0 0;
    max-width: 1216px;
    margin: auto;
    justify-content: space-between;
}
.header-content  .custom-logo-link {
    max-width: 201px;
}
.header-content  .custom-logo-link img {
    width: 201px;
    height: 38px;
}
/*megamenu styles*/

.mega-menu .mega-menu-link {
    font-family: var(--global-font) !important;
}
.generated-phone-number {
    margin-left: 20px !important;
}
.generated-phone-number a {
    border: solid 2px var(--mainred) !important;
    border-radius: 4px !important;
    line-height: 46px !important;
    height: auto !important;
    padding: 0 36px !important;
}
.get-help-header .mega-menu-link {
    border: solid 2px var(--mainred)!important;
    border-radius: 4px!important;
    line-height: 46px!important;
    height: auto!important;
    padding: 0 36px!important;
    margin-left: 20px !important;
    color: white !important;
    background-color: var(--mainred)!important;
}
.mobile-logo-link {
    display: none;
}
.mobile-phone-link {
    display: none;
}
.footer-recovery-service-left-menu:after {
    content: '';
    display: block;
    max-width: 170px;
    height: 1px;
    background-color: var(--mainred);
    position: relative;
    top: 10px;
}

/*footer styles*/

.site-footer {
    padding: 45px 30px 25px 30px;
    background: linear-gradient(180deg, #f4f8fe 0%,#ffffff 100%);
}
.footer-content-block {
    display: flex;
    max-width: 1216px;
    margin: auto;
}
.left-footer-column ul {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    margin: 0;
}
.footer_partner_images ul li img {
    height: 50px;
    margin-right: 10px;
}
.right-footer-column {
    display: flex;
    flex-wrap: wrap;
    flex:1;
    justify-content: space-around;
}
.left-footer-column {
    padding-right: 45px;
}
.right-footer-column .widget {
    margin-right: 30px;
}
.right-footer-column .widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.right-footer-column .widget ul li a {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.7;
    color: var(--mainred);
}
.copyright-block {
    background-color: white;
    padding: 42px 30px;
    border-top: 1px solid #e5e7eb;
    position: relative;
}
.copyright-block-content {
    display: flex;
    align-items: center;
    max-width: 1216px;
    margin: auto;
    justify-content: space-between;
}
.footer-copyright-text {
    font-size: 14px;
    color: #0d151f;
}
.footer-social-networks-wrapper {
    display: grid;
    grid-template-columns: 20px 20px 20px 20px;
    align-items: center;
    justify-content: center;
    grid-gap: 16px;
}
.footer-social-networks-wrapper a {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-icon-facebook {
    background: url(/wp-content/uploads/2021/02/fb.svg);
    background-position: center;
    background-repeat: no-repeat;
}
.footer-icon-linkedin {
    background: url(/wp-content/uploads/2021/02/linkedin.svg);
    background-position: center;
    background-repeat: no-repeat;
}
.footer-icon-twitter {
    background: url(/wp-content/uploads/2023/12/x-grey.svg);
    background-position: center;
    background-repeat: no-repeat;
}
.footer-icon-youtube {
    background: url(/wp-content/uploads/2021/02/youtube.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.footer-first-col .first-title {
    text-transform: uppercase;
    font-size: 1.17em;
    line-height: 1.31;
    margin: 0;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    font-family: var(--global-font);
}
.footer-first-col .first-title a {
    color: var(--mainred);
}
.footer_menu_oneofthree_last {
    font-size: 14px;
    color: var(--lightgray);
    margin-top: 6px;
}
.footer_menu_oneofthree_last a {
    color: var(--lightgray);
}
/*Home page styles*/
.first-screen-container {
    position: relative;
}
.first-screen-container.visible {
    background-position: 80% center !important;
    background-size: cover;
    background-image: url(/wp-content/uploads/2022/07/hdd-DATA-RECOVERY-LAB-1-min.jpg);
}
.first-screen-heading-container {
    max-width: 570px;
    margin-bottom: 50px;
}
.first-screen-heading-container h1 {
    font-size: 45px;
    font-weight: 900;
    margin-bottom: 16px;
}
.first-screen-heading-container p {
    font-size: 16px;
    line-height: 1.56;
    color: var(--midi-black);
    opacity:0.6;
}
.experience-container {
    display: flex;
    align-items: flex-start;
    box-shadow: 1px 1px 25px -5px #c8c8c8;
    padding: 33px 33px 18px 33px;
    background: white;
    max-width: 1150px;
    margin: auto;
    flex-wrap: wrap;
}
.multicolor-back .fusion-column-wrapper {
    background-size: 1300px !important;
    background-position: center 50% !important;
}
.experience-left-block {
    display: grid;
    grid-gap: 9px;
    max-width: 248px;
    justify-items: center;
    text-align: center;
    margin-right:120px;
}
.experience-left-block p {
    font-size: 15px;
    line-height: 1.33;
    text-align: center;
    color: var(--midi-black);
}
.experience-right-block {
    flex:1;
    padding-top:12px;
}
.experience-right-block h3 {
    font-size: 16px;
    line-height: 1.31;
    color: var(--midi-black);
    text-transform: uppercase;
    margin-bottom:12px;
}

.experience-progress-item {
    display: grid;
    align-items: center;
    grid-template-columns: 51px 210px 26px;
    grid-gap: 12px;
}
.experience-progress-item .progress-line {
    background: #eaeaea;
    height: 4px;
    flex: 0 0 270px;
    position: relative;
}
.experience-progress-item .progress-line:before {
    content: '';
    background: #ff0024;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
}
.experience-progress-item .progress-line.progress-line-96:before {
    width:96%;
}
.experience-progress-item .progress-line.progress-line-93:before {
    width:93%;
}
.experience-progress-item .progress-line.progress-line-90:before {
    width:90%;
}
.experience-progress-item .progress-line.progress-line-98:before {
    width:98%;
}
.experience-progress-item .progress-line.progress-line-94:before {
    width:94%;
}
.experience-progress-item .progress-line.progress-line-97:before {
    width:97%;
}

.progress-percent-text {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
    color:var(--darkgray);
    margin-right:12px;
}
.progress-percent{
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
    color:var(--darkgray);
    margin-leftt:9px;
    font-style:italic;
}
.experience-progressbars-column {
    display: grid;
    grid-gap: 22px;
}
.experience-progressbars {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 49px;
}
.process-images {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 34px 0;
    flex-wrap: wrap;
}
.process-images.home {
    justify-content: flex-start;
}
.process-images.home img {
    margin: 0 4px;
}
.verify-partner-logo {
    text-align: center;
    margin: 20px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.supported-blocks-container.verify-partner-twocol {
    max-width: 600px;
    margin: 48px auto 32px auto;
}
.process-full-container .process-images {
    display: none;
}
.process-images.footer {
    justify-content: flex-start;
    margin: 24px 0;
    max-width: 300px;
}
.process-images.footer img {
    margin: 0 10px 10px 0;
    width: 50px;
    height: 50px;
}
.process-images img {
    margin: 0 16px;
}
.main-video-container {
    max-width: 490px;
    margin: 34px auto 87px auto;
}
.main-video-container video {
    width: 100%;
    box-shadow: 0px 18px 15px -5px #c8c8c8;
    border-radius: 4px;
    outline:none;
    object-fit: cover;
    cursor: pointer;
}
.first-screen-actions-block h3 {
    opacity: 0.6;
    font-size: 16px;
    font-weight: 900;
    line-height: 2.38;
    color: #000000;
    font-family:var(--secondary-font);
}
.watch-tour-btn {
    font-size: 16px;
    font-weight: 500;
    color: var(--mainred);
    display: flex;
    align-items: center;
    white-space: nowrap;
}
.watch-tour-btn i {
    background: url(/wp-content/uploads/2021/02/play.svg);
    width: 24px;
    height: 24px;
    margin-right:12px;
}
.watch-tour-btn.home {
    position: absolute;
    top: 50%;
    right: 25%;
    transform: translateY(-50%);
}
.watch-tour-btn.home i {
    width: 60px;
    height: 60px;
    margin-right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0 0 3px 0 #bd3c38;
    border-radius: 50%;
}
.watch-tour-btn.home i:hover {
    filter: brightness(1.1);
}
.watch-tour-btn.home-mobile {
    display: none;
}
.first-screen-actions-block.centered {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    margin-top: 32px;
}
.first-screen-actions-block.centered h3 {
    margin-bottom: 10px;
}
.first-screen-actions-block.centered .call-form-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
}
.first-screen-actions-block.centered .phone-number-form-container {
    flex: 0 0 382px;
}
.process-steps-line {
    max-width: 916px;
    margin: auto;
    padding-top: 45px;
}
.process-step-block {
    display: flex;
    align-items: flex-start;
    max-width: 426px;
    position:relative;
}
.process-step-block img {
    z-index: 2;
}
.process-step-text {
    max-width: 384px;
    margin-left: 10px;
    margin-top:4px;
    z-index: 2;
}
.process-step-text a {
    color: var(--mainred);
}
.process-steps-line.right-line .process-step-block {
    margin-right: 0;
    margin-left: auto;
}
.process-step-text h4 {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
    color: var(--darkgray);
    margin-bottom:11px;
    text-transform:uppercase;
}
.process-step-text p {
    font-family: var(--global-font);
    font-size: 16px;
    font-weight: normal;
    line-height: 1.56;
    color: var(--darkgray);
}
.process-step-block:before {
    content: '';
    position: absolute;
    font-family: var(--global-font);
    font-size: 165px;
    font-weight: bold;
    color: #f7f9fb;
    left: -50px;
    top: -95px;
    z-index: 1;
}
.process-step-block.one:before {
    content: '01';
}
.process-step-block.two:before {
    content: '02';
}
.process-step-block.three:before {
    content: '03';
}
.process-step-block.four:before {
    content: '04';
}
.process-step-block.five:before {
    content: '05';
}

.clients-slider {
    max-width: 1066px;
    margin: 0 auto 28px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.clients-slider img {
    margin: 10px 20px;
}
.centered-button-container {
    display: flex;
    justify-content: center;
}
.red-btn {
    font-size: 16px;
    font-weight: 500;
    color: #fff !important;
    text-decoration: none !important;
    background-color: var(--mainred);
    line-height: 50px;
    padding: 0 28px;
    border-radius: 4px;
    display: inline-block;
    white-space: nowrap;
}
.red-bordered-btn {
    font-size: 16px;
    font-weight: 500;
    color: var(--mainred);
    background-color: transparent;
    line-height: 46px;
    padding: 0 28px;
    border-radius: 4px;
    display: inline-block;
    border: 2px solid var(--mainred);
}
.red-bordered-btn:hover {
    background-color: var(--mainred);
    color: white;
}
.clients-slider-block {
    display: flex;
    justify-content: center;
    align-items: center;
}
.haris-img {
    position:relative;
    top:10px;
}
.download-soft-container {
    border-radius: 4px;
    background-color: #213146;
    padding: 32px;
}
.download-soft-full {
    display: none;
}
.raid-soft-container {
    border-radius: 4px;
    background-color: #213146;
    padding: 32px;
}
.raid-soft-container.visible {
    background-image: url(/wp-content/uploads/2022/07/raid.svg);
    background-repeat: no-repeat;
    background-position: 85% 40%;
    background-size: 400px;
    background-blend-mode: overlay;
}
.download-soft-container.visible {
    background-image: url(/wp-content/uploads/2023/03/Data-recovery-software.svg);
    background-repeat: no-repeat;
    background-position: 540px 45px;
    background-size: 700px;
}
.download-soft-container.iphone.visible {
    background-image: url(/wp-content/uploads/2022/07/iphone-min.svg);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 350px;
}
.download-soft-block h3 {
    font-size: 35px;
    font-weight: 900;
    color: #ffffff;
    margin-bottom: 16px;
}
.download-soft-block p {
    font-size: 16px;
    line-height: 1.31;
    color: #b5bdc8;
    max-width: 458px;
    margin-bottom: 28px;
}
.download-soft-checks {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(360px,1fr));
    grid-gap: 24px;
}
.download-soft-checks-col {
    display: grid;
    grid-gap: 24px;
}
.download-soft-checks-row {
    display: flex;
    align-items: center;
    font-family: var(--secondary-font);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.31;
    color: #ffffff;
    background-color: rgba(0,0,0,.6);
    padding: 8px;
    border-radius: 6px;
}
.download-soft-checks-row img {
    margin-right: 10px;
}
.download-soft-checks-row a {
    color: white;
    text-shadow: 1px 1px 1px black;
    text-decoration: underline;
}
.call-form-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

/*All blocks styles*/

.top-page-heading-container {
    max-width: 1216px;
    margin: auto;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.top-page-heading-container h1 {
    font-size: 35px;
    color: black;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 600;
}
.top-page-heading-container  p {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.33;
    color: var(--darkgray);
    margin:0;
}
.top-page-heading-container  a {
    color: var(--mainred);
}
.shopperapprovedstars{
    padding-top: 14px;
}
.SA__total_reviews{
    display: none;
}
.top-actions-block {
    max-width: 477px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(226px,1fr));
    grid-gap: 25px;
    justify-items: center;
    padding: 28px 0;
}
.location-address-info-left-col .top-actions-block {
    max-width: unset;
    justify-items: flex-start;
}
.top-actions-block a {
    line-height: 50px;
    width: 100%;
    text-align: center;
    margin: 0;
    justify-content: center;
    max-width: 255px;
}
.top-actions-block .watch-tour-btn {
    color: white !important;
}
.top-actions-block .watch-tour-btn i {
    line-height: 1;
    background: none;
    width: unset;
    height: unset;
}


.inner-content-block {
    max-width:1216px;
    margin:0 auto !important;
}

.top-page-location-container {
    display: flex;
    flex-wrap: wrap;
}
.top-page-left-col {
    margin-right:32px;
    flex:1;
}
.top-page-left-col .first-title {
    font-size: 35px;
    font-weight: bold;
    text-transform: uppercase;
}
.top-page-right-col {
    max-width: 566px;
}
.top-page-left-col p {
    margin: 0;
    opacity: 0.6;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.56;
    color: var(--midi-black);
}

.location-address-info-container {
    display: flex;
    flex-wrap: wrap;
}
.location-address-info-left-col {
    margin-right: 100px;
    flex: 1;
}
.location-address-info-left-col p {
    font-family: var(--global-font);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.56;
    color: white;
    max-width: 500px;
    margin: 0;
}
.location-address-info-right-col {
    display: grid;
    grid-gap: 20px;
    max-width: 566px;
    width: 100%;
}
.location-address-info-left-col .show-loc {
    color: var(--mainred);
    margin-top: 20px;
    display: inline-block;
}
.location-info-line {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.location-info-line-content {
    color: white;
    font-size: 16px;
    font-weight: 500;
}
.location-info-line-content a {
    color: white;
    font-size: 16px;
    font-weight: 500;
}
.location-info-line-content {
    color: white;
    font-size: 16px;
    font-weight: 500;
    display: grid;
    grid-template-columns: 24px 1fr;
    grid-gap: 12px;
}
.location-info-line.opened-closed .location-info-line-content:nth-child(1) {
    margin-right: 40px;
}
.location-info-line-content i {
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-us-text-block span {
    color: white;
    font-size: 24px;
    margin-right:22px;
}
.contact-us-text-block a {
    color: white;
    font-size: 24px;
    font-weight: bold;
}
.contact-us-block {
     display: flex;
     align-items: center;
     justify-content: space-between;
     padding: 25px;
     flex-wrap: wrap;
     background-color: #213146;
     border-radius: 4px;
 }
.contact-us-block.visible {
    background-image: url(/wp-content/uploads/2021/04/bg-copy.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.pricing-columns-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px,1fr));
    grid-gap: 32px 0;
    margin-top: 32px;
}
.pricing-column {
    flex-shrink: 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    border-left: 0.5px solid #e2e2e2;
    border-right: 0.5px solid #e2e2e2;
}
.pricing-sliding-block {
    display: flex;
    flex: 1 1 0%;
    flex-direction: column;
}
.pricing-top-line {
    flex-shrink: 0;
    min-width: 0;
    padding: 16px;
    position: sticky;
    z-index: 100;
    top: 0;
    background-color: #fff;
    text-align: center;
    border-bottom: 1px solid #e2e2e2;
    border-top: 1px solid #e2e2e2;
}
.symptoms-block {
    height: 100%;
    display: flex;
    flex-flow: column;
}
.pricin-top-block {
    display: flex;
    flex-direction: column;
    flex: 1 1 0%;
}
.retail-text{
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    color: var(--darkgray);
    text-align: center;
    font-family: var(--global-font);
    margin-bottom: 0;
}
.your-text{
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    color: var(--darkgray);
    text-align: center;
    font-family: var(--global-font);
    margin-bottom: 0;
}
.pricing-title {
    border-radius: 4px;
    background-color: #3373e5;
    line-height: 35px;
    padding: 0 30px;
    color: white;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}
.price-digits {
    font-size: 28px;
    font-weight: 500;
    font-style: normal;
    color: #000000;
    text-align: center;
    font-family: var(--global-font);
    margin-bottom: 0;
}
.pricing-bottom-line {
    padding: 16px;
    border-top: .5px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
}
.pricing-bottom-line a {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}
.pricing-benefits-list, .symptoms-items-list {
    margin: 0;
    padding: 32px 16px 25px 16px;
    list-style: none;
    display: flex;
    grid-gap: 0;
    font-family: var(--global-font);
    flex-flow: column;
    justify-content: flex-start;
}
.pricing-benefits-item, .symptoms-item {
    font-size: 16px;
    color: black;
    display: grid;
    grid-template-columns: 1fr 16px;
    grid-gap: 12px;
}
.pricing-benefits-item:not(:last-child), .symptoms-item:not(:last-child) {
    margin-bottom: 25px;
}
.pricing-benefits-item i {
    width: 16px;
    background-image: url(/wp-content/uploads/2021/04/check-green.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px;
}
.pricing-benefits-item.no i {
    background-image: url(/wp-content/uploads/2021/04/closegray.svg);
    background-size: 14px;
}
.symptoms-block-title {
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 44px;
    font-size: 16px;
}
.symptoms-items-list .symptoms-item {
    grid-template-columns: 1fr 23px;
    align-items: center;
}
.symptoms-item i {
    width: 23px;
    height:23px;
    display: block;
    background-image: url(/wp-content/uploads/2021/04/question.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.symptoms-items-list {
    padding:32px 16px 25px 16px;
    flex: 1;
}
.red-line-emergency {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    background-color: var(--mainred);
    padding: 16px 30px;
    border-radius: 4px;
    margin-top: 50px;
}
.red-line-emergency a{
    color: #ffffff;
}

.personalized-solutions-col {
    margin: 0 auto;
}
.personalized-solutions-col .pricing-columns-container {
    margin-bottom: 32px;
}
.personalized-solutions-col .first-title {
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    max-width: 592px;
    margin: 0 auto 16px auto;
    text-transform: uppercase;
}
.personalized-solutions-col .second-title {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.33;
    color: var(--darkgray);
    font-family: var(--secondary-font);
    text-align: center;
    max-width: 592px;
    margin: 0 auto 28px auto;
}
.personalized-solutions-col .descr {
    font-family: var(--global-font);
    font-size: 16px;
    line-height: 1.56;
    color: var(--darkgray);
    max-width: 592px;
    margin: 0 auto 20px auto;
}
.personalized-solutions-col .third-title {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.31;
    text-transform: uppercase;
    max-width: 592px;
    margin: 0 auto 32px auto;
}



.personalized-solutions-col.left-aligned .first-title {
    font-size: 35px;
    font-weight: bold;
    text-align: left;
    max-width: 592px;
    margin: 0 auto 16px 0;
}
.personalized-solutions-col.left-aligned .second-title {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.33;
    color: var(--darkgray);
    font-family: var(--secondary-font);
    text-align: left;
    max-width: 592px;
    margin: 0 auto 28px 0;
}
.personalized-solutions-col.left-aligned .descr {
    font-family: var(--global-font);
    font-size: 16px;
    line-height: 1.56;
    color: var(--darkgray);
    max-width: 592px;
    margin: 0 auto 20px 0;
    text-align: left;
}
.personalized-solutions-col.left-aligned .third-title {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.31;
    text-transform: uppercase;
    max-width: 592px;
    margin: 0 auto 32px 0;
    text-align: left;
}

.personalized-solutions-col .statistic_table {
    max-width: 592px;
    margin: 0 auto;
}
.statistic_table table tbody tr td {
    font-size: 16px;
    line-height: 1.56;
    color: var(--darkgray);
    padding: 12px 16px;
    font-weight: 400;
}
.statistic_table table tbody tr:nth-child(odd) {
    background-color: #f4f8fe;
}
.statistic_table table tbody tr td:nth-child(2) {
    color: black;
    font-weight: bold;
}
.statistic_table table {
    width: 100%;
    border-spacing: 0;
}
.certificate-columns-container {
    display: flex;
    align-items:center;
}
.certificate-col {
    max-width: 490px;
}
.certificate-col .first-title {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.14;
    margin-bottom: 24px;
    text-transform: uppercase;
}
.certificate-col .descr {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.33;
    color: var(--darkgray);
    margin:0;
}
.certificate-col-right {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    height: 200px;
}
.certificate-col-right.auto-height {
    height: auto;
}
.certificate-col-right.auto-height .main-video-container {
    margin: 0 auto;
}
.certificate-col ul {
    list-style: none;
    padding: 0 0 0 10px;
    font-family: var(--global-font);
    font-size: 16px;
    line-height: 1.56;
    color: var(--darkgray);
}
.all-storage-devices-container {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(142px,1fr));
    grid-gap: 66px;
    justify-items: center;
}
.all-storage-devices-container .all-storage-item {
    display: flex;
    flex-flow: column-reverse;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.31;
    color: #000000;
    text-transform: uppercase;
    text-align: center;
}
.storage-device-image-block {
    border-radius: 2px;
    background-image: linear-gradient(to bottom, #f73b5d, #ec1b2f);
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 22px auto;
}
.faq-tab-container , .regular-accordion{
    max-width: 592px;
    margin: 32px auto 0 auto;
    width: 100%;
}
.accordian  .panel-heading {
    border-radius: 4px;
    background-color: var(--lightbackground);
    padding: 0;
}
.accordian  .panel-group {
    display: grid;
    grid-gap: 12px;
}


#faq-tabs {
    border: none;
    background: white;
    padding: 0;
    list-style: none;
    margin: 13px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
#faq-tabs li a {
    display: block;
    line-height: 47px;
    padding: 0 30px;
    min-width: 137px;
    text-align: center;
    border-top: solid 1px var(--mainred);
    border-bottom: solid 1px var(--mainred);
    background-color: var(--mainred) ;
    color: white;
    font-size: 16px;
    font-weight: 500;
    cursor:pointer;
}
#faq-tabs li a.inactive {
    background-color: white ;
    color: var(--mainred);
}
#faq-tabs li:first-child a {
    border-left: solid 1px var(--mainred);
    border-radius: 4px 0 0 4px;
}
#faq-tabs li:last-child a {
    border-right: solid 1px var(--mainred);
    border-radius: 0 4px 4px 0;
}

#cities-tabs {
    border: none;
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}
.city-tab-container {
    margin-top: 32px;
}
#cities-tabs li a {
    display: block;
    line-height: 47px;
    padding: 0 30px;
    min-width: 137px;
    text-align: center;
    border-top: solid 1px var(--mainred);
    border-bottom: solid 1px var(--mainred);
    background-color: var(--mainred) ;
    color: white;
    font-size: 16px;
    font-weight: 500;
    cursor:pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#cities-tabs li a.inactive {
    background-color: transparent;
}
#cities-tabs li:first-child a {
    border-left: solid 1px var(--mainred);
    border-radius: 4px 0 0 4px;
}
#cities-tabs li:last-child a {
    border-right: solid 1px var(--mainred);
    border-radius: 0 4px 4px 0;
}
#cities-tabs.multiple-cols {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(200px,1fr));
    grid-gap: 20px;
}
#cities-tabs.multiple-cols li a {
    border: solid 1px var(--mainred);
    border-radius: 4px;
}
.accordian .panel-title  {
    margin: 0;
}

.accordian .panel-title a {
    font-size: 16px !important;
    font-weight: 400;
    line-height: 1.56;
    color: var(--darkgray);
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-flow: row-reverse;
    padding: 12px 12px 12px 16px;
    border-radius: 4px;
}
.accordian .panel-title a .fusion-toggle-icon-wrapper {
    width: 19px;
    height: 19px;
    flex: 0 0 20px;
    display: block;
    background-color: transparent !important;
    border: none !important;
    background-image: url('/wp-content/uploads/2021/04/plus.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent;
    background-position: center;
}
.accordian .panel-title a.collapsed .fusion-toggle-icon-wrapper {
    background-image: url('/wp-content/uploads/2021/04/plus.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent !important;
    background-position: center;
}
.accordian .panel-title a.active .fusion-toggle-icon-wrapper {
    background-image: url('/wp-content/uploads/2021/04/minus.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent !important;
    background-position: center;
}
.accordian .panel-title a:hover .fusion-toggle-icon-wrapper {
    background-color: transparent !important;
}
.accordian .panel-title a i {
    display:none;
}
.accordian .collapse {
    display: none;
}
.accordian .collapse.in {
    display: block;
}
.accordian .collapsing {
    height:0;
    overflow:hidden;
    position:relative;
    transition: height .35s ease;
}
.accordian .panel-body {
    padding: 11px 16px 0 16px;
}
.accordian .panel-body p {
    font-family: var(--global-font);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.56;
    color: var(--darkgray);
}
.accordian .panel-body p a {
    color: var(--mainred);
}
.accordian .rich-snippet-hidden {
    display:none;
}
.shipping-toggles.accordian .panel-body p {
    margin-bottom: 32px;
}
.shipping-toggles.accordian .panel-body ul {
    margin: 32px 0;
    padding: 0;
    list-style: none;
}
.shipping-toggles.accordian .panel-body ul h4 {
    color: var(--mainred);
    margin-bottom: 16px;
}
.page-blog-posts-container {
    margin-top:27px;
}
.fusion-blog-layout-grid.fusion-blog-layout-grid-3 .fusion-post-grid {
    width: 33.33333333%;
    display: inline-block;
    float: left;
}
.fusion-blog-layout-grid .fusion-post-grid {
    margin-bottom: 0;
    box-sizing: border-box;
    border: none;
}
.fusion-flexslider .slides {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}
.fusion-rollover-main {
    position: relative;
}
.fusion-rollover {
    display: flex;
    align-items: center;
    justify-content: space-around;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: normal;
    text-align: center;
    transition: all .3s ease-in-out;
    -webkit-transform-style: preserve-3d;
}
.fusion-rollover:hover {
    opacity: 1;
    background: rgba(255,255,255,0.9);
}
.fusion-rollover-link {
    display: none;
}
.fusion-rollover-gallery {
    display: none;
}
.fusion-rollover-title-link {
    color: var(--darkgray);
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    padding: 0 20px;
}
.fusion-rollover-categories a {
    color: var(--mainred);
    background: #FCEBEA;
    padding: 6px 10px;
    font-size: 14px;
    margin-right: 5px;
    border-radius: 5px;
    margin-bottom: 5px;
    display: inline-block;
    white-space:nowrap;
}
.fusion-rollover-categories {
    padding: 0 20px;
}
.flex-direction-nav {
    display:none;
}
.flex-control-nav {
    margin: 0;
}
.fusion-post-wrapper {
    box-shadow: 0 15px 25px -15px #5f6d7f;
    border: none !important;
    border-radius: 4px;
}
.fusion-image-wrapper img {
    border-radius: 4px 4px 0 0;
    height: 211px;
    width: 100%;
    display: block;
    object-fit: cover;
}
.page-blog-posts-container  .fusion-post-content {
    display: flex;
    flex-flow: column;
}
.page-blog-posts-container .entry-title {
    order: 1;
    margin-bottom: 15px;
}
.page-blog-posts-container  .entry-title a {
    color: var(--darkgray);
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
    min-height: 43px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
}
.page-blog-posts-container .fusion-single-line-meta .fusion-inline-sep {
    display: none;
}
.page-blog-posts-container .fusion-single-line-meta {
    opacity: 0.5;
    font-family: var(--global-font);
    font-size: 14px;
    line-height: 1.79;
    color: var(--darkgray);
    margin-bottom: 10px;
}
.page-blog-posts-container .fusion-post-content-wrapper {
    padding: 20px !important;
}
.page-blog-posts-container .fusion-read-more {
    font-size: 16px;
    font-weight: 500;
    color: var(--mainred);
}
.page-blog-posts-container .fusion-read-more:after {
    content: '→';
    margin-left: 5px;
}

.sliding-table {
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
}
.single-post .sliding-table {
    max-width: 680px;
    width: 100%;
    margin: 0 0 2em 0;
}
.competitors-table {
    width: 100%;
    margin-top: 35px;
    border-spacing: 0;
}
.competitors-table tbody tr:nth-child(odd) {
    background-color: var(--lightbackground);
}
.competitors-table tr th, .competitors-table tr td {
    padding: 11px 16px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.56;
    color: var(--darkgray);
}
.competitors-table tr td:not(:nth-child(1)) {
    text-align: center;
}

.features-columns-container.icons-row {
    grid-template-columns: repeat(auto-fit,minmax(180px,1fr));
    margin-top: 32px;
}
.features-columns-container.awards .image-container {
    background-image: none;
}
.features-columns-container.fedex-container .red-btn {
    display: inline-block;
    margin-top: 20px;
}
.features-columns-container.fedex-container .image-container {
    background-image: none;
}
.features-columns-container .image-container {
    background-image: linear-gradient(to bottom, #f73b5d, #ec1b2f);
    width: 60px;
    height: 60px;
    flex: 0 0 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    margin-bottom: 10px;
}
.features-columns-container .titles .first-title {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
    color: var(--darkgray);
    margin: 0;
    text-align: center;
}
.features-columns-container .titles .second-title {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
    color: var(--darkgray);
    margin: 0;
    text-align: center;
}
.features-columns-container .feature-text-content {
    font-family: var(--global-font);
    font-size: 16px;
    line-height: 1.56;
    color: var(--darkgray);
    margin: 11px 0;
    text-align:center;
    font-weight: 400;
    min-height: 74px;
}
.features-columns-container.fedex-container .feature-text-content {
    min-height: unset;
}
.features-columns-container.short .feature-text-content {
    min-height: unset;
}
.feature-top-block {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.features-columns-container {
    margin-top:43px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 32px;
}
.feature-col.left .feature-top-block {
    flex-flow: row;
    justify-content: flex-start;
}
.feature-col.left .image-container {
    margin-bottom: 0;
    margin-right: 14px;
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
}
.feature-col.left .image-container {
    margin-bottom: 0;
    margin-right: 14px;
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
}
.feature-col.left .titles h3, .feature-col.left .titles h5 {
    text-align: left;
}
.feature-col.left .image-container img {
    width: 17px;
}
.feature-col.left .feature-text-content {
    text-align: left;
}
.process-steps-container {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(313px,1fr));
    margin-top: 140px;
    grid-gap: 100px;
}
.process-steps-container .process-step-text {
    margin: 0;
}
.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    visibility: visible;
    font-size: 12px;
    line-height: 1.4;
    opacity: 0;
}
.tooltip.in {
    opacity: .9;
}
.tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
}
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: rgba(33,33,33,.97);
}
.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #d1d1d2;
    text-align: center;
    text-decoration: none;
    background-color: rgba(33,33,33,.97);
    border-radius: 4px;
    background-clip: padding-box;
}

/*popup video styles*/

#popup-video-wrapper , #popup-review-wrapper {
    top: 0px;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #13161dc4;
    z-index: 12345;
    align-items: center;
    justify-content: center;
    display: none;
}
#popup-video-wrapper.act, #popup-review-wrapper.act {
    display: flex;
}
#popup-video-wrapper #popup-video {
    width: calc(100% - 30px);
    margin: 0 auto;
    position: relative;
    max-width: 900px;
    border-radius: 10px;
    max-height: 600px;
    background-color: #13161D;
}
#popup-review-wrapper #popup-review {
    width: calc(100% - 30px);
    margin: 0 auto;
    position: relative;
    max-width: 790px;
    border-radius: 10px;
    background-color: white;
}
#popup-video-wrapper #popup-video #popup-video-close {
    position: absolute;
    right: -15px;
    top: -15px;
    background-color: white;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#popup-review-wrapper #popup-review #popup-review-close {
    position: absolute;
    right: 10px;
    top: 10px;
    background-color: white;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
#popup-video-wrapper #popup-video #popup-video-close i, #popup-review-wrapper #popup-review #popup-review-close i {
    display: flex;
}
#popup-video-wrapper #popup-video #popup-video-close i svg, #popup-review-wrapper #popup-review #popup-review-close i svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: #13161D;
    stroke-width: 4;
}
#popup-review-wrapper #popup-review img {
    max-width: 500px;
    width: 100%;
    margin: 30px auto;
    display: block;
}
#popup-video-wrapper #popup-video iframe {
    height: 500px;
}
.download-soft-form {
    margin-bottom: 42px;
}
.download-soft-form .mc4wp-form-fields {
    display: flex;
    max-width: 384px;
    width: 100%;
    position: relative;
    border-radius: 4px;
    border: solid 1px #eef0f2;
    background-color: #fff;
}
.download-soft-form input.email {
    line-height: 56px;
    font-size: 16px;
    font-weight: 500;
    color: var(--midi-black);
    font-family: var(--global-font);
    border: none;
    outline: none;
    padding: 0 15px;
    width: calc(100% - 30px);
}
.download-soft-form input.submit{
    position: absolute;
    right: 4px;
    border-radius: 4px;
    box-shadow: 0 1px 2px 0 #bd3c38;
    background-color: var(--mainred);
    border: none;
    outline: none;
    line-height: 50px;
    top: 3px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    padding: 0 29px;
    cursor: pointer;
    font-family: var(--global-font);
    -webkit-appearance: none;
    -moz-appearance: none;
}
.download-soft-form .mc4wp-response {
    max-width: 384px;
    margin: 15px 0 0 0;
    color: white;
    font-size: 12px;
}
.download-soft-form .mc4wp-response .mc4wp-error {
    color:var(--mainred);
}
.fusion-posts-container {
    position: relative;
}
.locations-links-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px,1fr));
    grid-gap: 30px;
    margin-top: 32px;
}
.locations-links-col {
    display: grid;
    grid-gap: 20px;
}
.locations-links-col a {
    color: var(--mainred);
    font-weight: 500;
}
.locations-links-col a:after {
    content: '→';
    margin-left: 6px;
    font-size: 13px;
}
.red-text-btn {
    font-size: 18px;
    font-weight: 500;
    background-color: transparent;
    line-height: 50px;
    padding: 0 28px;
    border-radius: 4px;
    display: inline-block;
    color: var(--mainred);
    margin-top: 6px;
}
.feature-col {
    text-align: center;
}
.container-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}
.container-actions.verify-security {
    margin-top: 0;
    margin-bottom: 52px;
}
#shopper_review_page {
    margin-top: 32px;
}
.top-actions-container {
    background-image: none !important;
}
.top-actions-container.visible {
    background-image: var(--actionsBackground) !important;
    background-size: cover;
}
/*Blog styles*/
.blog .main-container, .single .main-container, .archive .main-container , .search .main-container {
    max-width: 1216px;
    margin: 83px auto 0 auto;
    padding: 57px 30px 0 30px;
}
.categories-top-container {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 45px;
    list-style: none;
}
.categories-top-container .cat-item a{
    color: black;
    font-weight: 500;
    padding: 0 16px;
    border-radius: 30px;
    line-height: 40px;
    display: block;
    margin-bottom: 15px;
}
.categories-top-container .cat-item.current-cat a{
    color: white;
    background-color: var(--mainred);
}
.categories-top-container .cat-item:not(.current-cat) a:hover {
    opacity: 0.8;
}
.blog .categories-top-container .cat-item:nth-child(1) a {
    color: white;
    background-color: var(--mainred);
}
.archive-title {
    font-size: 35px;
    color: black;
    margin-bottom: 40px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#ajax-load-more {
    min-height: 483px;
}
.articles {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(300px,1fr));
    grid-gap: 60px 30px;
}
.articles .post-content {
    box-shadow: 0 15px 25px -15px #5f6d7f;
    border: none !important;
    border-radius: 4px;
}
.articles .post-content  img {
    border-radius: 4px 4px 0 0;
    height: 211px;
    width: 100%;
    display: block;
    object-fit: cover;
}
.articles .post-content-text {
    padding: 20px;
}
.articles .post-content-text .entry-title a {
    color: black;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    min-height: 54px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
}
.articles .post-content-text .fusion-post-content-container p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    color: var(--darkgray);
    margin-bottom: 20px;
}
.articles .post-content-text  .fusion-read-more {
     font-size: 16px;
     font-weight: 500;
     color: var(--mainred);
 }
.articles .post-content-text  .fusion-read-more:after {
    content: '→';
    margin-left: 5px;
}
.single .entry-title {
    margin: 0 auto;
    padding: 0 0 32px;
    color: #000;
    font-size: 46px;
    line-height: 56px;
}
.single .post-content p {
    letter-spacing: -0.003em;
    margin-bottom: 2em;
    margin-top: 0;
    padding-right: 0;
    padding-left: 0;
    color: #000;
    font-size: 21px;
    line-height: 32px;
    font-weight: 400;
}
.single .post-content p a, li a {
    color: var(--mainred);
}
.single .post-content li {
    margin-top: 12px;
    padding-right: 0;
    padding-left: 0;
    color: #000;
    font-size: 21px;
    line-height: 32px;
    font-weight: 400;
}
.single .post-content ul, .single .post-content ol {
    margin-bottom: 2em;
    margin-top: 0;
    padding-left: 40px;
}
.single .post-content h2, .single .post-content h3, .single .post-content h4, .single .post-content h5 {
    font-size: 32px;
    line-height: 1.3;
    letter-spacing: 0;
    margin-bottom: 0.86em;
    color: black;
}
.single article {
    padding-bottom: 60px;
}
.single .post-content img {
    max-width: 100%;
    margin: auto;
    display: block;
    width: 100%;
    height: auto;
}
#breadcrumbs {
    font-weight: 500;
    border-radius: 30px;
    line-height: 40px;
    display: block;
    margin-bottom: 45px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#breadcrumbs a {
    color: var(--mainred);
}
.toc {
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
    overflow-y: auto;
}
.scroll-nav__list {
    list-style: none;
    padding: 0;
}
.scroll-nav__link {
    color: var(--mainred);
    margin-bottom: 6px;
    display: block;
}
.partners-links-container {
    display: flex;
    align-items: center;
    margin-top: 32px;
    flex-wrap: wrap;
    justify-content: center;
    margin: 22px -20px 0 -20px;
}
.partners-links-container a {
    margin: 10px 10px 0 10px;
}
.single #disqus_thread {
    margin-bottom: 60px;
}
.single .heateor_sss_sharing_container {
    margin: 32px 0;
}
.portal-login-blocks {
    box-shadow: 1px 1px 16px -10px var(--darkgray);
    border-radius: 4px;
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 1fr 1fr;
}
.portal_image {
    background-color: rgba(255,255,255,0);
    background-image: url(/wp-content/uploads/2021/04/back-login.jpeg);
    background-size: cover;
    padding: 35px 16px;
    text-align: center;
    color: white;
    height: calc(100% - 70px);
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: center;
}
.portal_image .first-title {
    color: white;
    font-size: 35px;
    font-weight: bold;
}
.portal_login_form {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    padding: 30px;
}
.portal_login_form .portal-login-heading {
    text-align: left;
    width: 100%;
    min-height: 60px;
    font-size: 24px;
    font-weight: bold;
}
.portal_login_form label {
    display: block;
    font-size: 16px;
    color: black;
    font-weight: 500;
    margin-bottom: 8px;
}
.portal_login_form input {
    display: block;
    line-height: 45px;
    outline: none;
    border-radius: 4px;
    border: solid 1px var(--mainred);
    margin-bottom: 20px;
    width: calc(100% - 30px);
    padding: 0 15px;
}
.submit_new_login input, .submit_organization_login input {
    background-color: var(--mainred);
    border: 1px solid transparent;
    box-shadow: 0 1px 2px 0 var(--red-shadow);
    color: white;
    border-radius: 4px;
    outline: none;
    cursor: pointer;
    line-height: 45px;
    padding: 0 15px;
    min-width: 180px;
    font-family: var(--global-font);
    font-size: 16px;
    font-weight: 500;
    margin: 0 auto;
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
}
.portal_login_form form {
    width: 100%;
}
.submit_organization_login {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    grid-gap: 15px;
    text-align: center;
}
.submit_organization_login .partner-signup {
    color: var(--mainred);
    font-weight: 500;
}
.portal_login_new {
    width: 100%;
}
.forgot-pass-link {
    color: var(--mainred);
    font-weight: 500;
    display: inline-block;
    margin-top: 16px;
}
.generated_locations_toggle_row {
    display: block !important;
    column-count: 2;
    column-gap: 15px;
}
.generated_locations_toggle_row .col-md-4 {
    column-count: 2;
    column-gap: 15px;
}
.generated_locations_toggle_row a {
    color: var(--mainred);
    display: block;
    font-weight: 400;
    margin-bottom: 6px;
}
#mega-menu-wrap-mobile-menu {
    display: none !important;
}
.right-footer-column .widget.widget_maxmegamenu {
    display: none;
}
.wpsl-search {
    background: white;
    box-shadow: none;
    position: absolute;
    padding: 0 !important;
    z-index: 100;
    width: calc(37% - 30px);
    margin: 0 !important;
}
#wpsl-search-wrap .wpsl-input label {
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
    color: var(--darkgray);
    margin-bottom: 11px;
}
.wpsl-input #wpsl-search-input {
    width: calc(100% - 24px);
    border: 1px solid #eef0f2;
    line-height: 56px;
    padding: 0 12px;
}

.wpsl-search-btn-wrap #wpsl-search-btn {
    background-image: url(/wp-content/uploads/2021/05/search-label.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    color: transparent;
    height: 58px;
    border: none;
    outline: none;
    background-color: transparent;
    box-shadow: none;
    margin: 0;
    width: 58px;
    padding: 0;
}
#wpsl-search-wrap div {
    margin: 0;
}
#wpsl-search-wrap .wpsl-search-btn-wrap {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
}
#wpsl-wrap #wpsl-result-list {
    width: calc(37% - 30px);
    margin-right: 0;
    padding-top: 106px;
}
#wpsl-wrap #wpsl-gmap {
    width: 63%;
}
#wpsl-result-list #wpsl-stores {
    height: calc(620px - 106px) !important;
}
#wpsl-wrap #wpsl-result-list li {
    padding: 0;
    border: 1px solid #f4f8fe;
    border-radius: 4px;
    margin-bottom: 15px;
}
.wpsl-store-location .store-name a , .wpsl-store-location .store-name strong  {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
    color: var(--darkgray);
    text-transform: uppercase;
    overflow: hidden;
    max-width: 230px;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}
#wpsl-wrap #wpsl-result-list ul li {
    font-family: var(--global-font);
    font-size: 16px;
    font-weight: 500;
    color: var(--darkgray);
    position:relative;
}
.wpsl-street i:before {
    content: '' !important;
    width: 12px;
    height: 15px;
    background-image: url(/wp-content/uploads/2021/05/location.svg);
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px;
    margin-right: 12px;
}
#wpsl-result-list li p.address-row span:not(:first-child) {
    margin-left: 25px;
}
.sl-phone i:before {
    content: '' !important;
    width: 12px;
    height: 15px;
    background-image: url(/wp-content/uploads/2021/05/phone.svg);
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px;
    margin-right: 12px;
}
.sl-fax i:before {
    content: "fax" !important;
    width: 12px;
    height: 15px;
    display: inline-block;
    margin-right: 15px;
    color: var(--mainred);
    font-size: 14px;
    margin-left: -3px;
    vertical-align: bottom;
}
.sl-fax {
    margin-top: 4px;
}
.wpsl-store-location p.store-name {
    border-bottom: 1px solid #f4f8fe;
    padding: 14px 10px 15px 13px !important;
}
#wpsl-result-list li p {
    padding: 0 10px 0 13px;
    font-family: var(--global-font);
}
.wpsl-direction-wrap {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
    display: flex;
    align-items: center;
    text-transform:uppercase;
}
.wpsl-direction-wrap a {
    border-radius: 2px;
    background-image: linear-gradient(to bottom, #f73b5d, #ec1b2f);
    width: 30px;
    height: 30px;
    color: transparent;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    position:relative;
}
.wpsl-directions:before {
    content: '';
    width: 30px;
    height: 30px;
    display: block;
    background-image: url(/wp-content/uploads/2021/05/direction.svg);
    background-repeat: no-repeat;
    background-position: 5px 7px;
    background-size: 18px;
}
.wpsl-zoom-here:before {
    content: '';
    width: 30px;
    height: 30px;
    display: block;
    background-image: url(/wp-content/uploads/2021/05/search.svg);
    background-repeat: no-repeat;
    background-position: 6px 7px;
    background-size: 18px;
}
.wpsl-store-details:after {
    content: '' !important;
    width: 15px;
    height: 15px;
    background-image: url(/wp-content/uploads/2021/05/calendar-ok.svg);
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px;
    position: absolute;
    left: -1px;
    top: 3px;
}
.wpsl-store-details {
    font-family: var(--global-font);
    font-size: 16px;
    font-weight: 500;
    color: var(--darkgray);
    padding-left: 26px;
}
.wpsl-store-details.wpsl-store-listing.wpsl-active-details:before, .wpsl-store-details.wpsl-store-listing:before {
    position: absolute;
    content: '';
    bottom: 6px;
    right: 2px;
    border-top: 4px solid var(--mainred);
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}
.wpsl-store-details.wpsl-store-listing.wpsl-active-details:before {
    border-bottom: 4px solid var(--mainred);
    border-top: none;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}
.wpsl-store-hours {
    padding: 0 10px 25px 38px;
}
.locations-buttons-row {
    background-color: #f4f8fe;
    padding: 10px 13px;
    border-radius: 0 0 4px 4px;
}
.locations-buttons-row input {
    border: 1px solid #e1e6ed;
    background-color: white;
    font-family: var(--global-font);
    font-size: 12px;
    font-weight: bold;
    color: var(--darkgray);
    text-transform: uppercase;
    padding: 0 10px;
    line-height: 26px;
    margin-left: 10px;
    cursor:pointer;
    appearance: none;
    -webkit-appearance: none;
}
.locations-buttons-row a {
    border: 1px solid #e1e6ed;
    background-color: white;
    font-family: var(--global-font);
    font-size: 12px;
    font-weight: bold;
    color: var(--darkgray);
    text-transform: uppercase;
    padding: 0 10px;
    line-height: 26px;
    margin-left: 10px;
    display: inline-block;
}
.locations-buttons-row i:before {
    content: '' !important;
    width: 17px;
    height: 28px;
    background-image: url(/wp-content/uploads/2021/05/tag.svg);
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 17px;
    vertical-align: middle;
}
.locations-page-title {
    font-size: 28px;
    font-weight: 900;
    line-height: 1.14;
    color: black;
    margin-bottom: 28px;
}
.wpsl-info-window a {
    color: var(--mainred);
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
}
.wpsl-info-actions a {
    border-radius: 2px;
    background-image: linear-gradient(to bottom, #f73b5d, #ec1b2f);
    width: 30px;
    height: 30px;
    color: transparent !important;
    display: inline-block !important;
    vertical-align: middle;
    margin-right: 10px;
    position: relative;
}
.wpsl-info-window {
    font-family: var(--global-font) !important;
    font-size: 16px;
    font-weight: 500;
    color: var(--darkgray);
}
.vs-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: center;
}
.vs-salvagedata img {
    margin-bottom: 24px;
}
.vs-salvagedata p, .vs-competitor p {
    font-family: var(--global-font);
    font-size: 16px;
    line-height: 1.56;
    color: var(--darkgray);
    margin: 0 auto 20px 0;
    text-align: left;
}
.vs-image img {
    max-height: 200px;
    object-fit: cover;
    height: 100%;
    flex-shrink: 0;
}
.vs-competitor h3 {
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.supported-blocks-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 48px 0 32px 0;
    justify-items: center;
}
.supported-col h3 {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
    color: var(--darkgray);
    margin: 0 0 20px 0;
}
.supported-col ul li {
    font-family: var(--global-font);
    font-size: 16px;
    line-height: 1.56;
    color: var(--darkgray);
    margin: 0 0 6px 0;
    font-weight: 400;
}
.supported-col ul li:before {
    content: "\2022";
    color: var(--mainred);
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
.supported-col ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.supported-disclaimer {
    font-family: var(--global-font);
    font-size: 16px;
    line-height: 1.56;
    color: var(--darkgray);
    margin: 0 auto;
    font-weight: bold;
    max-width: 592px;
    position: relative;
}
.supported-disclaimer:before {
    content: "*";
    color: var(--mainred);
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -5px;
    position: absolute;
    left: -10px;
}
.reviews-popups-container {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(350px,1fr));
    grid-gap: 32px;
    margin-top: 32px;
}
.review-block img {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
    border-radius: 50%;
    box-shadow: 1px 1px 16px -10px var(--darkgray);
    object-fit:contain;
}
.review-block p {
    font-family: var(--global-font);
    font-size: 16px;
    line-height: 1.56;
    color: var(--darkgray);
    margin-bottom: 20px;
}
.review-block span {
    color: black;
    font-family: var(--secondary-font);
    font-size: 12px;
    display: block;
}
.review-block .red-text-btn {
    padding: 0;
    cursor: pointer;
}
.partners-slider .owl-carousel .owl-item img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.partners-slider {
    margin-top: 32px;
}
.partners-slider img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.partner-advantage-col {
    font-family: var(--global-font);
    font-size: 16px;
    line-height: 1.56;
    color: var(--darkgray);
    max-width: 592px;
    margin: 0 auto 20px 0;
    text-align: left;
}
.partner-advantage-col.full-width {
    margin: 32px auto;
    text-align: center;
}
.partner-advantage-col .red-btn {
    display: inline-block;
    margin-top: 20px;
}
.advantage-inner {
    display: flex;
}
.advantage-image {
    margin-right: 27px;
    flex: 0 0 50px;
}
.advantages-list ul {
    padding: 0 0 0 18px;
    margin: 0;
}
.advantages-list li a {
    color: var(--mainred);
}
.advantages-list h3 {
    text-transform: uppercase;
    font-size: 18px;
}
.partner-advantages-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 32px;
    margin-top: 32px;
}
.contact-form {
    max-width: 780px;
    margin: 32px auto;
    min-height: 465px;
}
.contact-find-locations {
    max-width: 780px;
    margin: auto;
    text-align: center;
}
.contact-find-locations p {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.33;
    text-align: center;
    color: var(--darkgray);
    max-width: 592px;
    margin: 0 auto;
}
.state-map-container {
    background-position: center right !important;
}
.city-tab-container {
    min-height: 164px;
}
#cities-tabs .join-program {
    color: var(--mainred);
    margin: 0 5px;
}
.personalized-solutions-columns {
    display: flex;
    align-items: center;
}
.personalized-solutions-col-right {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    height: 200px;
}
#review_image .sa_logo {
    display: none;
}
.lzy_bg{
    background-image: var(--buttonsBack);
}
.lzy_bg.invisible {
    background-image: none;
}
.error-page-container {
    padding-top: 57px;
    padding-right: 30px;
    padding-bottom: 130px;
    padding-left: 30px;
    margin-bottom: 0px;
    margin-top: 83px;
    text-align: center;
}
.redirect-loader {
    text-align: center;
}
.terms-of-service-block p {
    font-family: var(--global-font);
    font-size: 16px;
    line-height: 1.56;
    color: var(--darkgray);
    margin-bottom: 30px;
}
.terms-of-service-block h2, .terms-of-service-block h3, .terms-of-service-block h4, .terms-of-service-block h5 {
    font-size: 22px;
    text-transform: uppercase;
    line-height: 28px;
    letter-spacing: 0;
    margin-bottom: 0.86em;
    color: black;
}
.terms-of-service-block a {
    color: var(--mainred);
}
.terms-of-service-block ul li {
    font-family: var(--global-font);
    font-size: 16px;
    line-height: 1.56;
    color: var(--darkgray);
}
.terms-of-service-block ol, .terms-of-service-block ul {
    margin-bottom: 30px;
}
.service-boxes {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 592px;
    margin: 0 auto 32px auto;
    grid-gap: 32px;
}
.service-box-title, .service-box-fw-title {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.33;
    color: var(--darkgray);
    font-family: var(--secondary-font);
}
.service-box-title {
    text-align: left;
}
.service-box-fw-title {
    text-align: center;
}
.service-box p a {
    color: var(--mainred);
    font-size: 15px;
    font-weight: 500;
}
.service-boxes {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 592px;
    margin: 32px auto;
    grid-gap: 32px;
}
.service-box.full-width {
    max-width: 592px;
    margin: 32px auto;
    text-align: center;
}
.service-box-fw-text {
    font-family: var(--global-font);
    font-size: 16px;
    line-height: 1.56;
    color: var(--darkgray);
}
.screen-reader-text {
    display: none;
}
.navigation.pagination .nav-links a {
    color: var(--mainred);
    font-weight: 500;
}
.navigation.pagination {
    margin: 60px 0;
}
.footer-content-block h3.widget-title {
    display: block;
    font-size: 1.17em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    font-family: var(--global-font);
    margin-top: 0;
}
.first-screen-actions-block.centered.mobile-only {
    display: none;
}
.search-form {
    display: flex;
    align-items: center;
    max-width: 384px;
    width: 100%;
    position: relative;
    border-radius: 4px;
    border: solid 1px #d9d9d9;
    background-color: #ffffff;
}
.search-form label {
    line-height: 40px;
    display: flex;
}
.search-form .search-field {
    padding: 0 115px 0 15px;
    height: 40px;
    border-radius: 5px 0 0 5px;
    border: none;
    font-size: 16px;
    font-weight: 500;
    color: var(--midi-black);
    font-family: var(--global-font);
    min-width: 300px;
}
.search-form .search-submit {
    position: absolute;
    right: 4px;
    border-radius: 4px;
    box-shadow: 0 1px 2px 0 #bd3c38;
    background-color: var(--mainred);
    border: none;
    outline: none;
    line-height: 32px;
    top: 3px;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    padding: 0 29px;
    cursor: pointer;
    font-family: var(--global-font);
    z-index: 1;
    appearance: none;
}
.search-form {
    display: flex;
    align-items: center;
    max-width: 384px;
    width: 100%;
    position: relative;
    border-radius: 4px;
    border: solid 1px #d9d9d9;
    background-color: #ffffff;
}
.search-form label {
    line-height: 40px;
    display: flex;
}
.search-form .search-field {
    padding: 0 115px 0 15px;
    height: 40px;
    border-radius: 5px 0 0 5px;
    border: none;
    font-size: 16px;
    font-weight: 500;
    color: var(--midi-black);
    font-family: var(--global-font);
    min-width: 300px;
}
.search-form .search-submit {
    position: absolute;
    right: 4px;
    border-radius: 4px;
    box-shadow: 0 1px 2px 0 #bd3c38;
    background-color: var(--mainred);
    border: none;
    outline: none;
    line-height: 32px;
    top: 3px;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    padding: 0 29px;
    cursor: pointer;
    font-family: var(--global-font);
    z-index: 1;
    appearance: none;
}
.post-thumbnail-container {
    margin-bottom: 42px;
}
.partner-new-first-block {
    display: grid;
    grid-gap: 32px;
}
.new-partner-image-block img {
    margin: auto;
    display: block;
    border-radius: 50%;
    box-shadow: 1px 1px 16px -10px var(--darkgray);
}
.partner-portal-img {
    max-width: 792px;
    margin: 0 auto;
}
.telegram-logs-container {
    padding: 26px;
}
.footer-phones-block {
    position: absolute;
    bottom: 0;
    font-size: 10px;
    left: 0;
    padding: 0 30px;
}
.footer-phones-block a {
    color: white;
    display: inline-block;
}
.fusion-clearfix {
    clear: both;
}
.single-post blockquote {
    background-color: var(--lightbackground);
    margin: 0 0 2em 0;
    padding: 2em 40px;
    border-left: 5px solid var(--mainred);
}
.single-post blockquote p:last-child {
    margin: 0 !important;
}
.single .post-content blockquote h2, .single .post-content blockquote h3, .single .post-content blockquote h4, .single .post-content blockquote h5 {
    font-size: 22px;
    line-height: 28px;
}
.easy-to-install {
    color: white;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 28px;
}
.location-address-info-right-col.home {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 48px auto 0 auto;
    max-width: 1216px;
    flex-wrap: wrap;
    grid-gap: 0;
}
.location-address-info-right-col.home .location-info-line {
    margin: 0 24px 16px 24px;
}
.location-address-info-right-col.home .location-info-line-content {
    color: rgba(0,0,0,.6);
}
.all-storage-devices-real {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(242px,1fr));
    grid-gap: 66px;
    justify-items: center;
    margin-top: 32px;
}
.all-storage-devices-real .storage-device-image-block {
    background-image: none;
    margin: 0 0 22px 0;
    width: 84px;
    height: 84px;
}
.all-storage-devices-real .titles .first-title {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.31;
    color: #000000;
    text-transform: uppercase;
}
.all-storage-devices-real .feature-text-content {
    font-family: var(--global-font);
    font-size: 16px;
    line-height: 1.56;
    color: var(--darkgray);
    margin: 11px 0;
    font-weight: 400;
    min-height: 74px;
}
.all-storage-devices-real a {
    text-decoration: none !important;
}
.portal-download-app {
   display: none;
}
.main-video-container .how-works {
    position: relative;
}
.main-video-container .how-works img {
    width: 100%;
    box-shadow: 0 18px 15px -5px #c8c8c8;
    border-radius: 4px;
    outline: none;
    object-fit: cover;
    cursor: pointer;
    height: auto;
}
.main-video-container .how-works i {
    position: absolute;
    right: calc(50% - 20px);
    top: calc(50% - 20px);
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40px;
    box-shadow: 0 2px 15px -5px #c8c8c8;
    background-color: white;
    border-radius: 50%;
    z-index: 1;
}
.blog-cta-container {
    padding: 20px;
    margin-bottom: 32px;
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(230px,1fr));
    grid-gap: 20px;
    background-image: url(/wp-content/uploads/2021/04/bg-copy.svg);
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #213146;
    border-radius: 4px;
    box-shadow: 0 0 10px -3px var(--mainred);
}
.blog-cta-container p {
    margin: 0 !important;
}
.blog-cta-container p b {
    display: block;
    margin-bottom: 8px;
    color: white;
    font-size: 18px;
}
.blog-cta-container p a {
    font-size: 18px;
    font-weight: 500;
}
.supported-col ul li a {
    color: var(--mainred);
}
/*Location container*/
.location-main-container{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.location-main-container-fields{
    width: 40%;
    position: relative;
    border-radius: 4px;
    border: solid 1px #eef0f2;
    background-color: #fff;
    margin-top: 25px;
}
.location-main-container-input {
    line-height: 56px;
    font-size: 16px;
    font-weight: 500;
    color: var(--midi-black);
    font-family: var(--global-font);
    border: none;
    outline: none;
    width: calc(100% - 110px);
    padding: 0 0 0 20px;
}
.author-container{
    display: flex;
    flex-direction: row;
    gap: 35px;
}
.author-container-image{
    padding: 70px 25px 140px 25px;
}
.author-container-image img{
    border-radius: 50%;
}
.author-container-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.author-content-name{
    font-size: 76px;
    font-family: var(--global-font);
    padding: 0 0 32px;
    color: #000;
    line-height: 56px;
    font-weight: 500;
}
.author-content-description{
    font-size: 24px;
    letter-spacing: -0.003em;
    margin-bottom: 2em;
    margin-top: 0;
    padding-right: 0;
    padding-left: 0;
    color: #000;
    line-height: 32px;
    font-weight: 400;
    font-family: var(--secondary-font);
}
.author-content-divider{
    width: 80%;
    background-color: black;
    height: 1px;
    margin-bottom: 15px;
}
.author-content-social-links{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 20px 10px 0 10px;
}
.author-content-social-links a{
    margin: 0 5px 0 5px;
}
#author-insta{
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
@media(max-width: 700px) {
    .author-container{
        flex-direction: column;
        gap: 0;
    }
    .author-container-image{
        padding: 25px 25px 10px 25px;
    }
    .author-container-image img{
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .author-container-content{
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .author-content-name{
        font-size: 76px;
        font-family: var(--global-font);
        padding: 0 0 32px;
        color: #000;
        text-align: center;
        line-height: 80px;
        font-weight: 500;
    }
    .author-content-description{
        font-size: 24px;
        letter-spacing: -0.003em;
        margin-bottom: 2em;
        margin-top: 0;
        padding-right: 0;
        padding-left: 0;
        text-align: center;
        color: #000;
        line-height: 32px;
        font-weight: 400;
        font-family: var(--secondary-font);
    }
    .author-content-divider{
        width: auto;
    }
}
@media(min-width: 1500px) {
    .first-screen-container {
        margin: 83px auto 0 auto !important;
    }
}
@media (max-width: 1150px) {
    .right-footer-column .widget.widget_maxmegamenu {
        display: block;
    }
    .first-screen-actions-block.centered .watch-tour-btn {
        margin-top: 0;
    }
    .first-screen-actions-block.centered .phone-number-form-container {
        margin: 0 32px 0 0;
    }
    .header-container {
        position: absolute;
        padding: 0 17px;
    }
    .first-screen-container {
        padding-top:21px !important;
        padding-bottom:37px !important;
        background-position: center 190px !important;
        background-image: none !important;
    }
    .first-screen-heading-container {
        margin: 0 auto 30px auto;
        text-align: center;
        max-width: 380px;
    }
    .first-screen-actions-block {
        display: flex;
        flex-flow: column;
        align-items: center;
    }
    .first-screen-heading-container h1 {
        font-size: 30px;
        margin-bottom: 12px;
    }
    .first-screen-heading-container p {
        font-size: 14px;
        line-height: 1.79;
        margin-bottom:0;
    }
    .first-screen-actions-block h3 {
        text-align: center;
    }
    .full-width-container {
        padding-left: 17px !important;
        padding-right: 17px !important;
    }
    .experience-full-content-titles  .fusion-column-wrapper {
        padding: 0 !important;
    }
    .secondary-title {
        font-size: 26px;
        font-weight: bold;
        line-height: 1.6;
        margin-bottom: 16px;
    }
    .secondary-descr {
        font-size: 14px;
        line-height: 1.43;
        font-family: var(--secondary-font);
    }
    .multicolor-back .fusion-column-wrapper {
        padding: 50px 0 0 0 !important;
    }
    .experience-full-container {
        padding-top: 37px !important;
    }
    .experience-container {
        flex-flow: column-reverse;
        align-items: center;
    }
    .experience-left-block {
        margin: 40px auto 0 auto;
    }
    .experience-progressbars {
        grid-template-columns: 1fr;
        grid-gap: 22px;
    }
    .experience-right-block h3 {
        text-align: center;
        margin-bottom: 29px;
    }
    .process-full-container {
     padding-top:26px !important;
     padding-bottom:29px !important;
 }
    .download-soft-block h3 {
        font-size: 26px;
        margin-bottom: 20px;
        text-align: center;
    }
    .download-soft-block p {
        font-size: 14px;
        line-height: 1.5;
        text-align: center;
        margin: 0 auto 23px auto;
    }
    .copyright-block-content {
        flex-flow: column;
        align-items: center;
    }
    .footer-social-networks-wrapper {
        margin-top: 42px;
    }
    .footer-social-networks-wrapper.header {
        margin-top: 0;
    }
    .process-step-block {
        margin: auto !important;
    }
    .process-steps-line {
        padding-top: 88px;
    }
    .experience-progress-item {
        grid-template-columns: 51px 200px 26px;
    }
    .process-images img {
        margin: 16px;
        height: 60px;
    }
    .download-soft-full {
        padding:0 !important;
    }
    .download-soft-checks {
        grid-template-columns: repeat(auto-fill,minmax(320px,1fr));
    }
    .footer-copyright-text {
        text-align:center;
    }
    .clients-full-container {
        padding-bottom:64px !important;
    }
    .custom-logo-link {
        display: none;
    }
    .header-content {
        display: grid;
        grid-template-columns: 40px 1fr 40px;
        grid-gap: 30px;
    }
    .mobile-logo-link img {
        width: 40px;
    }
    .mobile-logo-link {
        height: 40px;
    }
    .mobile-phone-link {
        font-size: 12px;
        color: black;
        border-radius: 4px;
        border: solid 2px var(--mainred);
        line-height: 36px;
        padding: 0 15px;
        text-align: center;
        max-width: 220px;
        margin: auto;
        display: block;
    }
    .mobile-logo-link {
        display: block;
    }
    .call-form-container {
        justify-content: center;
    }
    .watch-tour-btn {
        margin-top: 20px;
    }
    .blog .main-container, .single .main-container, .archive .main-container {
        padding: 20px 17px 0 17px;
    }
    #mega-menu-wrap-primary {
        display: none !important;
    }
    #mega-menu-wrap-mobile-menu {
        display: block !important;
    }
    .right-footer-column .widget_nav_menu {
        display: none;
    }
    .footer-content-block {
        flex-flow: column-reverse;
        text-align: center;
    }
    .process-images.footer {
        justify-content: center;
        margin: 24px auto;
    }
    .right-footer-column {
        margin-bottom: 40px;
    }
    .left-footer-column {
        padding-right: 0;
    }
    .wpsl-search {
        width: 100%;
    }
    #wpsl-wrap #wpsl-gmap {
        width: 100%;
        height: 450px !important;
        margin-top: 100px !important;
        float: none;
    }
    .wpsl-input {
        width: 100%;
    }
    #wpsl-wrap #wpsl-result-list {
        width: 100%;
        padding-top: 0;
    }
    #wpsl-result-list #wpsl-stores {
        height: 100% !important;
        overflow-y: hidden;
    }
    .vs-container {
        grid-template-columns: 1fr;
    }
    .first-screen-actions-block.centered.mobile-only {
        display: flex;
    }
    .download-app-link {
        padding: 0 15px;
    }
    .download-soft-form {
        text-align: center;
    }
    .download-soft-container.visible, .download-soft-container.iphone.visible {
        background-image: url(/wp-content/uploads/2021/02/bg_mob.svg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center 70%;
    }
    .process-images.home {
        justify-content: center;
    }
    .watch-tour-btn.home {
        display: none;
    }
    .watch-tour-btn.home-mobile {
        display: flex;
    }
    .raid-soft-container.visible {
        background-image: url(/wp-content/uploads/2021/02/bg_mob.svg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center 70%;
        background-blend-mode: unset;
    }
}
@media(max-width: 1024px) {
    .personalized-solutions-columns {
        flex-wrap: wrap;
    }
    .personalized-solutions-columns .personalized-solutions-col {
        margin-bottom: 25px;
    }
    .personalized-solutions-col-right {
        width: 100%;
    }
    .state-map-container, .city-map-container {
        background-position: center center !important;
    }
    .top-page-left-col {
        flex: 0 0 100%;
        margin: 0;
    }
    .location-address-info-left-col {
        margin: 0 0 25px 0;
        flex: 0 0 100%;
    }
    .certificate-col {
        max-width: unset;
        margin-bottom: 25px;
        text-align: center;
    }
    .certificate-col-right {
        width: 100%;
    }
    .certificate-columns-container {
        flex-wrap: wrap;
    }
    .portal-login-blocks {
        grid-template-columns: 1fr;
        max-width: 590px;
        margin: auto;
    }
    .partner-advantages-container {
        grid-template-columns: 1fr;
        max-width: 590px;
        margin: 32px auto 0 auto;
    }
}
@media(max-width: 750px) {
    .certificate-col .first-title {
        font-size: 26px;
    }
    .first-screen-actions-block.centered .call-form-container {
        flex-wrap: wrap;
        flex: 0 0 100%;
    }
    .first-screen-actions-block.centered .watch-tour-btn {
        margin-top: 20px;
    }
    .first-screen-actions-block.centered .phone-number-form-container {
        margin: 0 auto;
        flex: 0 0 100%;
    }
    .first-screen-heading-container h1 {
        font-size: 26px;
    }
    .full-width-container.page-top-container {
        padding-top: 20px !important;
    }
    .top-page-heading-container h1 {
        font-size: 26px;
    }
    .top-page-left-col .first-title {
        font-size: 26px;
    }
    .top-page-location-container{
        gap: 40px;
    }
    .top-page-right-col iframe{
        width: 360px;
        height: 285px;
    }
    .top-page-right-col p {
        font-size:14px;
    }
    .location-address-info-left-col p {
        font-size: 14px;
    }
    .location-info-line-content {
        font-size: 14px;
    }
    .location-info-line-content a {
        font-size: 14px;
    }
    .contact-us-block {
        justify-content: center;
    }
    .contact-us-text-block {
        display: flex;
        align-items: center;
        flex-flow: column;
        flex: 0 0 100%;
        margin-bottom: 20px;
    }
    .contact-us-text-block span {
        margin: 0 0 10px 0;
        text-align: center;
    }
    .personalized-solutions-col .first-title {
        font-size: 26px;
    }
    .personalized-solutions-col.left-aligned .first-title {
        font-size: 26px;
    }
    .personalized-solutions-col .descr {
        font-size: 14px;
    }
    .personalized-solutions-col .third-title {
        font-size: 14px;
    }
    .certificate-col .first-title {
        font-size: 26px;
    }
    .certificate-col .descr {
        font-size: 14px;
    }
    #faq-tabs {
        flex-wrap: wrap;
        max-width: 592px;
        margin: 13px auto 0 auto;
        display: grid;
        grid-gap: 10px;
        width: 100%;
        justify-content: unset;
    }
    #faq-tabs li a {
        border: 1px solid;
        border-radius: 4px !important;
    }
    #cities-tabs {
        flex-wrap: wrap;
        max-width: 592px;
        margin: 0 0 32px auto;
        display: grid;
        grid-gap: 10px;
        width: 100%;
        justify-content: unset;
    }
    #cities-tabs li a {
        border: 1px solid var(--mainred);
        border-radius: 4px !important;
    }
    .fusion-blog-layout-grid.fusion-blog-layout-grid-3 .fusion-post-grid {
        width: 50%;
    }
    .features-columns-container {
        grid-template-columns: 1fr;
    }
    #popup-video-wrapper #popup-video iframe {
        height: 200px;
    }
    .archive-title {
        font-size: 26px;
        margin-bottom: 20px;
        display: grid;
        grid-gap: 20px;
    }
    .categories-top-container {
        margin-bottom: 10px;
    }
    .single .entry-title {
        font-size: 34px;
        line-height: 42px;
    }
    .single .post-content {
        grid-row-gap: 20px;
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    }
    .single .post-content p {
        margin-bottom: 20px;
        font-size: 18px;
        line-height: 28px;
    }
    .single .post-content  li {
        font-size: 18px;
        line-height: 28px;
    }
    .toc {
        margin-bottom: 0;
    }
    .categories-top-container .cat-item a {
        margin-bottom: 10px;
    }
    .supported-blocks-container {
        grid-template-columns: 1fr;
        justify-items: flex-start;
        padding-left: 15px;
        grid-gap: 32px;
    }
    .partner-new-first-block {
        grid-template-columns: 1fr;
        grid-gap: 32px;
    }
    .new-partner-image-block {
        margin: 0 auto;
        max-width: 375px;
    }
    .single .post-content h2, .single .post-content h3, .single .post-content h4, .single .post-content h5 {
        font-size: 24px;
    }
    .portal-download-app {
        max-width: 590px;
        margin: 0 auto 32px auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 24px;
        font-weight: 700;
        text-transform: uppercase;
        background-color: #FCF1D4;
        border-radius: 4px;
        padding: 15px 15px 15px 30px;
        box-sizing: border-box;
        box-shadow: 1px 1px 16px -10px var(--darkgray);
    }
    .portal-download-app .actions {
        display: grid;
        grid-gap: 8px;
    }
    .location-main-container-fields {
        width: 100%;
    }
}
@media(max-width: 575px) {
    .fusion-blog-layout-grid.fusion-blog-layout-grid-3 .fusion-post-grid {
        width: 100%;
    }
    .top-actions-block {
        grid-gap: 15px;
    }
    .generated_locations_toggle_row .col-md-4 {
        column-count: 1;
    }
    .city-tab-container {
        min-height: 283px;
    }
    .location-info-line.opened-closed {
        display: grid;
        grid-gap: 20px;
    }
    .service-boxes {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .service-box-title, .service-box-fw-title {
        text-align: center;
    }
    .wpsl-store-location .store-name {
        width: calc(100% - 150px);
    }
    .wpsl-store-location .store-name a, .wpsl-store-location .store-name strong {
        max-width: unset;
        white-space: normal;
        text-overflow: unset;
    }
    .faq-full-container table.competitors-table {
        display: none;
    }
}
.articles .post-content-related{
    box-shadow: 0 15px 25px -15px #5f6d7f;
    border: none !important;
    border-radius: 4px;
}
.articles .post-content-related img {
    border-radius: 4px 4px 0 0;
    height: 211px;
    width: 100%;
    display: block;
    object-fit: cover;
}