@import url("https://use.typekit.net/sie4dyj.css");
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

body {
    font-family: acumin-pro, sans-serif;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

body {
    -webkit-font-smoothing: antialiased;
}

a,
input[type="submit"],
button,
a>span {
    transition: all 0.5s;
}

#main {
    margin-top: 0;
}

.modal-backdrop.show {
    opacity: .8;
}


.checkout_body {
    display: none;
}

.woocommerce-checkout .checkout_body {
    display: block;
}

.accordion-item {
    background-color: transparent;
    border: 0;
    margin-bottom: 30px;
}

.accordion-button {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    color: #212529;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1rem;
    overflow-anchor: none;
    padding: 0;
    position: relative;
    text-align: left;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, border-radius .15s ease, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, border-radius .15s ease, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease, -webkit-box-shadow .15s ease-in-out;
    /*width: 100%;*/
    width: auto;
}



.accordion-button::after {
    content: none;
}


.accordion-button:not(.collapsed):before {
    background-image: url('/wp-content/themes/password-elt-theme/images/dropdown.png');
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.accordion-button::before {
    -ms-flex-negative: 0;
    background-image: url('/wp-content/themes/password-elt-theme/images/dropdown.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    content: "";
    flex-shrink: 0;

    margin-left: auto;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
    width: 24px;
    height: 12px;
    align-self: start;
    position: absolute;
    left: 0;
    top: 12px;
}


.accordion-button {
    font-size: 15px;
    line-height: 21px;
    font-weight: 400;
    letter-spacing: -0.375px;
    color: #000000;
    padding-left: 40px;
    /*text-transform: uppercase;*/
}



@media (min-width: 1200px) {
    .accordion-button {
        /*font-size: 16px;*/
        font-size: 21px;
        line-height: 32px;
        font-weight: 400;
        letter-spacing: -0.375px;
        color: #000000;
        padding-left: 40px;
        /*text-transform: uppercase;*/
    }
}

.accordion-button:focus {
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
    z-index: 3;
}

.accordion-button:not(.collapsed) {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #47505c;
}

.accordion-body {
    padding-left: 40px;
    padding-right: 25px;
    padding-top: 0px;
    padding-bottom: 0px;

    font-size: 15px;
    line-height: 27px;
    font-weight: 300;
    letter-spacing: -0.275px;
    color: #000000;
    word-break: break-word;
}


@media (min-width: 1200px) {
    .accordion-body {
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 0px;
        padding-bottom: 20px;

        font-size: 18px;
        line-height: 32px;
        font-weight: 300;
        letter-spacing: -0.275px;
        color: #000000;
        word-break: normal;
    }
}

@media (min-width: 1200px) {
    .dropdown:hover .dropdown-menu {
        display: block;
    }
}

/* *******************************************************************************************
***************************************** NAVBAR *********************************************
******************************************************************************************* */
header {

    position: sticky;
    top: 0;
    ;
    z-index: 9999;
}

.navbar {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 0;
    padding-top: 0;
    position: relative;
    background-color: #47505c;
}

.navbar-brand {
    font-size: 1.25rem;
    margin-right: 0px;
    padding-bottom: 0;
    padding-top: 0;
    margin-bottom: -77px;
    white-space: nowrap;
}


@media (min-width: 1200px) {
    .navbar-brand {
        font-size: 1.25rem;
        margin-right: 50px;
        padding-bottom: 0;
        padding-top: 0;
        margin-bottom: -77px;
        white-space: nowrap;
    }
}


@media (min-width: 1400px) {
    .navbar-brand {
        font-size: 1.25rem;
        margin-right: 120px;
        padding-bottom: 0;
        padding-top: 0;
        margin-bottom: -77px;
        white-space: nowrap;
    }
}

.navbar-brand img {
    height: 166px;
    width: auto;
}

.navbar-expand-xl .navbar-nav.main-menu .nav-link {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 14px;
    padding-bottom: 14px;

    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: -0.14px;
}



@media (min-width: 1200px) {
    .navbar-expand-xl .navbar-nav.main-menu .nav-link {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 34px;
        padding-bottom: 34px;

        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
        color: #ffffff;
        letter-spacing: -0.14px;
    }
}



@media (min-width: 1300px) {
    .navbar-expand-xl .navbar-nav.main-menu .nav-link {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 34px;
        padding-bottom: 34px;

        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
        color: #ffffff;
        letter-spacing: -0.14px;
    }
}







.navbar-expand-xl .navbar-nav.main-menu .mainsite_btn .nav-link img {
    max-width: 16px;
    height: auto;
    margin-left:16px;
}

.navbar-expand-xl .navbar-nav.main-menu .mainsite_btn .nav-link {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 7px;
        margin-bottom: 7px;
        padding-top: 7px;
        padding-bottom: 7px;

    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    background-color: #d9da00;
    color: #47505c;
    letter-spacing: -0.14px;
}



@media (min-width: 1200px) {
    .navbar-expand-xl .navbar-nav.main-menu .mainsite_btn .nav-link {
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 17px;
        margin-bottom: 17px;
        padding-top: 12px;
        padding-bottom: 12px;
        margin-left: 18px;

        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
        background-color: #d9da00;
        color: #47505c;
        letter-spacing: -0.14px;
    }
}



@media (min-width: 1300px) {
    .navbar-expand-xl .navbar-nav.main-menu .mainsite_btn .nav-link {
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 17px;
        margin-bottom: 17px;
        padding-top: 12px;
        padding-bottom: 12px;
        margin-left: 18px;

        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
        background-color: #d9da00;
        color: #47505c;
        letter-spacing: -0.14px;
    }
}






.navbar-expand-xl .navbar-nav.main-menu .mainsite_btn .nav-link:hover {
    color: #ffffff;
}


.navbar-expand-xl .navbar-nav.main-menu .nav-link:hover {
    color: #f8a519;
}



.navbar-expand-xl .navbar-nav.header-menu .nav-link {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 14px;
    padding-bottom: 14px;
    background-color: #f8a519;

    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: -0.14px;
}


@media (min-width: 1200px) {
    .navbar-expand-xl .navbar-nav.header-menu .nav-link {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 22px;
        padding-bottom: 22px;
        background-color: #f8a519;

        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
        color: #ffffff;
        letter-spacing: -0.14px;
    }
}

.navbar-expand-xl .navbar-nav.header-menu .nav-link:hover {
    color: #ffffff;
}

.navbar-expand-xl .navbar-nav.main-menu .menu-item {
    position: relative;
}

.navbar-expand-xl .navbar-nav.main-menu .menu-item:not(:last-child):before {
    position: absolute;
    content: "";
    background-image: url(/wp-content/themes/password-elt-theme/images/separator.png);
    background-repeat: no-repeat;
    background-size: 4px 58px;
    width: 4px;
    height: 58px;
    border: 0;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
}


.navbar-expand-xl .navbar-nav.header-menu .menu-item {
    position: relative;
}

.navbar-expand-xl .navbar-nav.header-menu .menu-item:not(:last-child):before {
    position: absolute;
    content: "";
    background-image: url(/wp-content/themes/password-elt-theme/images/separator_dark.png);
    background-repeat: no-repeat;
    background-size: 4px 58px;
    width: 4px;
    height: 58px;
    border: 0;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
}

.header_menu_head img {
    width: auto;
    height: 100%;
    max-height: 45px;
}



@media (min-width: 1200px) {
    .header_menu_head img {
        width: auto;
        height: 100%;
        max-height: 64px;
    }
}

.header_menu_phone {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: -0.24px;
    padding-right: 10px;
}

.header_menu_phone a {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: -0.24px;
}

.header_menu_phone a:hover {
    color: #f8a519;
}

.header_menu_email img {
    max-width: 21px;
    width: 100%;
    height: auto;
    margin-right: 16px;
}


.header_menu_email a .header_menu_phone_icon {
    display: inline-block;
}

.header_menu_email a .header_menu_phone_icon_hover {
    display: none;
}

.header_menu_email a:hover .header_menu_phone_icon {
    display: none;
}

.header_menu_email a:hover .header_menu_phone_icon_hover {
    display: inline-block;
}


.dropdown-menu {
    background-clip: padding-box;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    color: #ffffff;
    display: none;
    font-size: 1rem;
    list-style: none;
    margin: 0;
    min-width: 10rem;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 30px;
    padding-right: 30px;
    position: absolute;
    text-align: left;
    z-index: 1000;
}


@media (min-width: 1200px) {
    .dropdown-menu {
        background-clip: padding-box;
        background-color: rgba(71, 80, 92, 0.82);
        border: 0;
        border-radius: 0;
        color: #ffffff;
        display: none;
        font-size: 1rem;
        list-style: none;
        margin: 0;
        min-width: 10rem;
        padding-top: 18px;
        padding-bottom: 18px;
        padding-left: 30px;
        padding-right: 30px;
        position: absolute;
        text-align: left;
        z-index: 1000;
    }
}

.dropdown-menu[data-bs-popper] {
    left: 0;
    margin-top: 0;
    top: 100%;
}

.dropdown-item {
    background-color: transparent;
    border: 0;
    clear: both;
    white-space: nowrap;
    width: 100%;

    padding-left: 0px;
    padding-right: 0px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: -0.14px;
    text-transform: uppercase;
}



.dropdown-item:hover {
    background-color: transparent;
    color: #f8a519;

}


.dropdown-item:focus,
.dropdown-item:active,
.dropdown-item.active {
    background-color: transparent;
    color: #f8a519;
}

.dropdown-menu .menu-item:before {
    content: none !important;
}

.dropdown-toggle:after {
    content: none !important;
}

.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    font-size: 1.25rem;
    line-height: 1;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 22px;
    padding-right: 22px;
    outline: none;
    box-shadow: none;
}

.navbar-toggler img {
    max-width: 40px;
    width: 100%;
    height: auto;
}

/* *******************************************************************************************
*************************************** END NAVBAR *******************************************
******************************************************************************************* */



/* *******************************************************************************************
************************************** HOMEPAGE HERO *****************************************
******************************************************************************************* */

.homepage_hero_cont {
    overflow: hidden;
    /*max-height:calc( 100vh - 88px );*/
    height: auto;
    position: relative;

}

.homepage_hero_video_cont {
    line-height: 0;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*max-height: 354px;*/
    min-height: 100%;

}

@media (min-width: 1200px) {
    .homepage_hero_video_cont {
        line-height: 0;
        position: absolute;
        width: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-height: none;

    }
}

.homepage_hero_video_cont video {

    width: auto;
    height: auto;
    transform: translate(-50%, 0%);
    left: 50%;
    position: relative;
    max-width: 768px;
}



@media (min-width: 768px) {
    .homepage_hero_video_cont video {
        width: 100%;
        height: auto;
        transform: none;
        left: 0;
        position: relative;
        max-width: none;
    }
}

.homepage_hero_text_cont {
    position: relative;
    /* margin-top:152px;*/
    margin-top: 34%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
    padding-top: 35px;
}

@media (min-width: 1200px) {
    .homepage_hero_text_cont {
        position: relative;
        margin-top: 420px;
        background-color: rgba(0, 0, 0, 0.3);
        z-index: 1;
        padding-top: 0;
    }
}

.homepage_hero_text_image_cont img {
    margin-top: -5%;
    margin-bottom: 40px;
}

.homepage_hero_text_title_cont {
    font-size: 25px;
    line-height: 25px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: -0.65px;
    padding-bottom: 16px;
    max-width: 980px;
    padding-left: 15px;
    padding-right: 15px;
}


@media (min-width: 1200px) {
    .homepage_hero_text_title_cont {
        font-size: 53px;
        line-height: 49px;
        font-weight: 700;
        color: #ffffff;
        letter-spacing: -3.4px;
        padding-bottom: 16px;
        max-width: 980px;
        padding-left: 0px;
        padding-right: 0px;
    }
}

.homepage_hero_text_text_cont {
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: -0.45px;
    padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
}


@media (min-width: 1200px) {
    .homepage_hero_text_text_cont {
        font-size: 25px;
        line-height: 25px;
        font-weight: 700;
        color: #ffffff;
        letter-spacing: -0.65px;
        padding-bottom: 40px;
        padding-left: 0px;
        padding-right: 0px;
    }
}

/* *******************************************************************************************
************************************ END HOMEPAGE HERO ***************************************
******************************************************************************************* */



/* *******************************************************************************************
**************************************** PAGE HERO *******************************************
******************************************************************************************* */

.page_hero_cont {
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #ffffff;
}

.page_hero_cont.with_bg_image {
    min-height: auto;
}

@media (min-width: 1200px) {
    .page_hero_cont.with_bg_image {
        min-height: 760px;
    }
}


.page_hero_cont.with_bg_image .page_hero_text_cont {
    position: relative;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
    padding-top: 35px;
    padding-bottom: 35px;
    margin-top: 34%;
}




@media (min-width: 1200px) {
    .page_hero_cont.with_bg_image .page_hero_text_cont {
        position: relative;
        background-color: rgba(0, 0, 0, 0.4);
        z-index: 1;
        padding-top: 88px;
        padding-bottom: 60px;
        margin-top: 0;
    }
}

.page_hero_cont .page_hero_text_cont {
    position: relative;
    background-color: rgba(71, 80, 92, 0.89);
    z-index: 1;
    padding-top: 88px;
    padding-bottom: 60px;
}


.page_hero_text_title_cont {
    font-size: 25px;
    line-height: 25px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: -0.65px;
    padding-bottom: 16px;
    max-width: 980px;
    padding-left: 25px;
    padding-right: 25px;
}


@media (min-width: 1200px) {
    .page_hero_text_title_cont {
        font-size: 53px;
        line-height: 49px;
        font-weight: 700;
        color: #ffffff;
        letter-spacing: -3.4px;
        padding-bottom: 16px;
        max-width: 990px;
        padding-left: 0px;
        padding-right: 0px;
    }
}

.page_hero_text_text_cont {
    font-size: 18px;
    line-height: 22px;
    font-weight: 200;
    color: #ffffff;
    letter-spacing: -0px;
    padding-bottom: 0px;
    padding-left: 25px;
    padding-right: 25px;
}

@media only screen and (min-width: 100px) and (max-width: 1023px) {
    .page_hero_text_text_cont br {
        display: none;
    }
}



@media (min-width: 1200px) {
    .page_hero_text_text_cont {
        font-size: 25px;
        line-height: 25px;
        font-weight: 700;
        color: #ffffff;
        letter-spacing: -0.625px;
        padding-bottom: 0px;
        max-width: 980px;
        padding-left: 0px;
        padding-right: 0px;
    }
}


.page_hero_footer {
    padding-top: 35px;
}


@media (min-width: 1200px) {
    .page_hero_footer {
        padding-top: 70px;
    }
}


.page_hero_footer_list {
    padding-left: 25px;
}


@media (min-width: 1200px) {
    .page_hero_footer_list {
        padding-left: inherit;
    }
}

.page_hero_footer a {
    font-size: 21px;
    line-height: 21px;
    font-weight: 700;
    letter-spacing: -1.365px;
    color: #f8a519;
}

.page_hero_footer a:hover {
    color: #ffffff;
}

.page_hero_footer a span.buy {
    display: block;
    font-size: 21px;
    line-height: 21px;
    font-weight: 700;
    letter-spacing: -1.365px;
    color: #ffffff;
    position: relative;
    padding-left: 90px;
    transition: all 0.5s;
}



.page_hero_footer a span.buy::before {
    position: absolute;
    content: '';
    background-image: url('/wp-content/themes/password-elt-theme/images/cards_icon.png');
    background-position: left top;
    background-repeat: no-repeat;
    width: 50px;
    height: 44px;
    left: 0;
    filter: grayscale(100%) brightness(10000%);
}


.page_hero_footer a:hover span.buy::before {
    filter: grayscale(0);
}


.page_hero_footer a:hover span.buy {
    color: #f8a519;
}

.page_hero_footer_list>div.separator {
    margin-left: 30px;
    margin-right: 30px;
}

.page_hero_footer_list>div.separator:last-child {

    display: none;

}

/* *******************************************************************************************
************************************** END PAGE HERO *****************************************
******************************************************************************************* */



/* *******************************************************************************************
************************************** SUBHERO TEXT ******************************************
******************************************************************************************* */

.subhero_text_cont {
    background-color: #47505c;
    padding-top: 50px;
    padding-bottom: 50px;
}

@media (min-width: 1200px) {
    .subhero_text_cont {
        background-color: #47505c;
        padding-top: 75px;
        padding-bottom: 75px;
    }
}



.subhero_text {
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    letter-spacing: -0.375px;
    color: #ffffff;
    padding-left: 25px;
    padding-right: 25px;
}

.subhero_text strong {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: -0.375px;
    color: #f8a519;
}

.subhero_text strong a {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: -0.375px;
    color: #f8a519;
    text-decoration: underline;
}

.subhero_text a {
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    letter-spacing: -0.375px;
    color: #ffffff;
    text-decoration: underline;
}



@media (min-width: 1200px) {
    .subhero_text {
        font-size: 25px;
        line-height: 32px;
        font-weight: 300;
        letter-spacing: -0.375px;
        color: #ffffff;
        padding-left: 0px;
        padding-right: 0px;
    }

    .subhero_text strong {
        font-size: 25px;
        line-height: 32px;
        font-weight: 700;
        letter-spacing: -0.375px;
        color: #f8a519;
    }

    .subhero_text strong a {
        font-size: 25px;
        line-height: 32px;
        font-weight: 700;
        letter-spacing: -0.375px;
        color: #f8a519;
        text-decoration: underline;
    }

    .subhero_text a {
        font-size: 25px;
        line-height: 32px;
        font-weight: 300;
        letter-spacing: -0.375px;
        color: #ffffff;
        text-decoration: underline;
    }
}

/* *******************************************************************************************
************************************* END SUBHERO TEXT ***************************************
******************************************************************************************* */




/* *******************************************************************************************
************************************* PARTNERS BANNER ****************************************
******************************************************************************************* */

.partners_banner_cont {
    background-color: #f6f6f6;
}

.partners_banner_core_cont {
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 30px;
    padding-right: 30px;
}

@media (min-width: 1200px) {
    .partners_banner_core_cont {
        padding-top: 55px;
        padding-bottom: 35px;
        padding-left: inherit;
        padding-right: inherit;
    }
}

.partners_banner_cont.grey_theme .partners_banner_cont_color {
    background-color: #47505c;
}

.partners_banner_cont.lime_theme .partners_banner_cont_color {
    background-color: #f8a519;
}

.partners_banner_cont.grey_theme .partners_banner_head {
    background-image: url('/wp-content/themes/password-elt-theme/images/partners_banner_head.png');
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 100% 100%;
}

.partners_banner_cont.lime_theme .partners_banner_head {
    background-image: url('/wp-content/themes/password-elt-theme/images/partners_banner_head_lime.png');
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 100% 100%;
}

.partners_banner_title img {
    width: 100%;
    max-width: 45px;
    height: auto;
    margin-right: 20px;
}



@media (min-width: 1200px) {
    .partners_banner_title img {
        width: 100%;
        max-width: 80px;
        height: auto;
        margin-right: 20px;
    }
}

.partners_banner_title {
    font-size: 25px;
    line-height: 25px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: -1.625px;
}


@media (min-width: 1200px) {
    .partners_banner_title {
        font-size: 48px;
        line-height: 48px;
        font-weight: 700;
        color: #ffffff;
        letter-spacing: -3.12px;
    }
}

.partners_banner_cont.grey_theme .partners_banner_number {
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
    color: #f8a519;
    letter-spacing: -2.6px;
    animation-duration: 1s;
    animation-delay: 0s;
}

.partners_banner_cont.lime_theme .partners_banner_number {
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
    color: #47505c;
    letter-spacing: -2.6px;
    animation-duration: 1s;
    animation-delay: 0s;
}

.partners_banner_cont.lime_theme .partners_banner_number.pb_smallerize {
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
    color: #47505c;
    letter-spacing: -2.6px;
}

.partners_banner_cont.grey_theme .partners_banner_number.pb_smallerize {
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
    color: #f8a519;
    letter-spacing: -2.6px;
}


.about-us .partners_banner_cont.grey_theme .partners_banner_number.pb_smallerize {
    font-size: 32px;
    line-height: 32px;
    font-weight: 700;
    color: #f8a519;
    letter-spacing: -2.6px;
}



@media (min-width: 1200px) {
    .partners_banner_cont.grey_theme .partners_banner_number {
        font-size: 75px;
        line-height: 75px;
        font-weight: 700;
        color: #f8a519;
        letter-spacing: -4.875px;
    }

    .partners_banner_cont.lime_theme .partners_banner_number {
        font-size: 75px;
        line-height: 75px;
        font-weight: 700;
        color: #47505c;
        letter-spacing: -4.875px;
    }

    .partners_banner_cont.lime_theme .partners_banner_number.pb_smallerize {
        font-size: 55px;
        line-height: 55px;
        font-weight: 700;
        color: #47505c;
        letter-spacing: -4.875px;
    }

    .partners_banner_cont.grey_theme .partners_banner_number.pb_smallerize {
        font-size: 55px;
        line-height: 55px;
        font-weight: 700;
        color: #f8a519;
        letter-spacing: -4.875px;
    }

    .about-us .partners_banner_cont.grey_theme .partners_banner_number.pb_smallerize {
        font-size: 55px;
        line-height: 55px;
        font-weight: 700;
        color: #f8a519;
        letter-spacing: -4.875px;
    }
}






.partners_banner_country {
    font-size: 11px;
    line-height: 16px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: -0.7px;
    white-space: nowrap;
}




@media (min-width: 1200px) {
    .partners_banner_country {
        font-size: 20px;
        line-height: 27px;
        font-weight: 700;
        color: #ffffff;
        letter-spacing: -1.4px;
        white-space: nowrap;
    }
}

/* *******************************************************************************************
*********************************** END PARTNERS BANNER **************************************
******************************************************************************************* */



/* *******************************************************************************************
*********************************** WHO WE WORK WITH **************************************
******************************************************************************************* */

.who_we_work_with_cont {
    background-image: url('/wp-content/themes/password-elt-theme/images/who_we_work_with_bg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-top: 48px;
    padding-bottom: 48px;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 1200px) {
    .who_we_work_with_cont {
        background-image: url('/wp-content/themes/password-elt-theme/images/who_we_work_with_bg.png');
        background-repeat: no-repeat;
        background-size: 100% 100%;
        padding-top: 140px;
        padding-bottom: 90px;
        padding-left: 0px;
        padding-right: 0px;
    }
}

.who_we_work_with_title {
    font-size: 25px;
    line-height: 25px;
    font-weight: 700;
    letter-spacing: -1.625px;
    color: #47505c;
}


@media (min-width: 1200px) {
    .who_we_work_with_title {
        font-size: 48px;
        line-height: 48px;
        font-weight: 700;
        color: #47505c;
        letter-spacing: -3.12px;
    }
}

.who_we_work_with_title_at {
    font-size: 23px;
    line-height: 25px;
    font-weight: 700;
    letter-spacing: -1.625px;
    color: #47505c;
}


@media (min-width: 1200px) {
    .who_we_work_with_title_at {
        font-size: 48px;
        line-height: 48px;
        font-weight: 700;
        color: #47505c;
        letter-spacing: -3.12px;
    }
}

.who_we_work_with_short {
    margin-bottom: 48px;
}


@media (min-width: 1200px) {
    .who_we_work_with_short {
        margin-bottom: 86px;
    }
}

.who_we_work_with_long {
    margin-bottom: 44px;
}


@media (min-width: 1200px) {
    .who_we_work_with_long {
        /*margin-bottom:114px;*/
        margin-bottom: 52px;
    }
}

/*
*/
.slider_logo {
    max-height: 40px;
    margin: 0 auto;
    /* margin-right: 20px;
    margin-left: 20px;*/
}


@media (min-width: 1200px) {
    .slider_logo {
        max-height: 60px;
        margin: 0 auto;
        width: auto;
        /* margin-right:40px;
    margin-left:40px;*/
    }
}


.slick-initialized .slick-slide {
    padding-left: 20px;
    padding-right: 20px;
}

.who_we_work_with_cont .nav-pills .nav-link,
.who_we_work_with_cont .nav-pills .nav-link:active,
.who_we_work_with_cont .nav-pills .nav-link:focus {
    outline: none;
}

.who_we_work_with_cont .nav-pills .nav-item:first-child .nav-link {
    padding-left: 0px;
}

.who_we_work_with_cont .nav-pills .nav-item:last-child .nav-link {

    padding-right: 0px;
}

.who_we_work_with_cont .nav-pills .nav-item .nav-link {
    background-color: transparent;
    color: #303e50;
    background: none;
    border: 0;
    border-radius: 0;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    letter-spacing: -1.365px;
    opacity: 0.48;
    padding-left: 10px;
    padding-right: 13px;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
}



@media (min-width: 1200px) {
    .who_we_work_with_cont .nav-pills .nav-item .nav-link {
        background-color: transparent;
        color: #303e50;
        background: none;
        border: 0;
        border-radius: 0;
        font-size: 21px;
        line-height: 21px;
        font-weight: 700;
        letter-spacing: -1.365px;
        opacity: 0.48;
        padding-left: 10px;
        padding-right: 13px;
        padding-top: 10px;
        padding-bottom: 10px;
        position: relative;
    }
}

.who_we_work_with_cont .nav-pills .nav-item {
    position: relative;
}

.who_we_work_with_cont .nav-pills .nav-item:not(:last-child):before {
    position: absolute;
    content: "";
    background-image: url(/wp-content/themes/password-elt-theme/images/separator_dark.png);
    background-repeat: no-repeat;
    background-size: 3px 40px;
    width: 3px;
    height: 40px;
    border: 0;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
}


.who_we_work_with_cont .nav-pills .nav-link.active {
    opacity: 1;
}

.slick-disabled {
    display: none !important;
}

.who_we_work_with_slider_cont {
    position: relative;
}




.arrow_next {
    position: absolute;
    max-height: 40px;
    width: auto;
    top: 0;
    right: 0;
    transform: translate(120%, 0);
    cursor: pointer;
}

.arrow_prev {
    position: absolute;
    max-height: 40px;
    width: auto;
    top: 0;
    left: 0;
    transform: translate(-120%, 0);
    cursor: pointer;
}


@media (min-width: 1200px) {
    .arrow_next {
        position: absolute;
        max-height: 60px;
        width: auto;
        top: 0;
        right: 0;
        transform: translate(150%, 0);
        cursor: pointer;
    }

    .arrow_prev {
        position: absolute;
        max-height: 60px;
        width: auto;
        top: 0;
        left: 0;
        transform: translate(-150%, 0);
        cursor: pointer;
    }
}



.wwww_testimonial_text {
    font-size: 15px;
    line-height: 18px;
    font-weight: 200;
    color: #303e50;
}


@media (min-width: 1200px) {
    .wwww_testimonial_text {
        font-size: 21px;
        line-height: 27px;
        font-weight: 200;
        color: #303e50;
    }
}

.wwww_testimonial_author {
    text-align: right;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #303e50;
}

.wwww_testimonial_role {
    text-align: right;
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    color: #303e50;
}


@media (min-width: 1200px) {
    .wwww_testimonial_author {
        text-align: right;
        font-size: 21px;
        line-height: 27px;
        font-weight: 700;
        color: #303e50;
    }

    .wwww_testimonial_role {
        text-align: right;
        font-size: 21px;
        line-height: 27px;
        font-weight: 400;
        color: #303e50;
    }
}

.wwww_testimonial_logo img {
    /*height: 100%;
    width: auto;
    max-height: 80px;*/

    height: auto;
    width: auto;
    max-height: 80px;
    max-width: 100%;
}

.wwww_testimonial_footer {
    margin-top: 74px;
}

.wwww_testimonial_quote img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

/* *******************************************************************************************
*********************************** END WHO WE WORK WITH **************************************
******************************************************************************************* */



/* *******************************************************************************************
************************************** IMAGES BLOCKS *****************************************
******************************************************************************************* */

.images_blocks_cont {
    padding-top: 50px;
    padding-bottom: 50px;
}

/**/
.block_main_image_cont_angler {
    -moz-transform: skew(0deg, 0deg);
    -webkit-transform: skew(0deg, 0deg);
    -o-transform: skew(0deg, 0deg);
    -ms-transform: skew(0deg, 0deg);
    transform: skew(-0deg, 0deg);
    overflow: hidden;
    position: relative;
    min-height: 190px;
}

.block_main_image_cont {
    background-position: center center;
    background-size: cover;
    min-height: 190px;

    -moz-transform: skew(0deg, 0deg);
    -webkit-transform: skew(0deg, 0deg);
    -o-transform: skew(0deg, 0deg);
    -ms-transform: skew(0deg, 0deg);
    transform: skew(0deg, 0deg);

    width: 100%;
    position: absolute;
    height: 190px;
    left: 0;
    top: 0;
}

@media (min-width: 1200px) {
    .block_main_image_cont_angler {
        -moz-transform: skew(-12deg, 0deg);
        -webkit-transform: skew(-12deg, 0deg);
        -o-transform: skew(-12deg, 0deg);
        -ms-transform: skew(-12deg, 0deg);
        transform: skew(-12deg, 0deg);
        overflow: hidden;
        position: relative;
        min-height: 400px;
    }

    .block_main_image_cont {
        background-position: center right;
        background-size: cover;
        min-height: 400px;

        -moz-transform: skew(12deg, 0deg);
        -webkit-transform: skew(12deg, 0deg);
        -o-transform: skew(12deg, 0deg);
        -ms-transform: skew(12deg, 0deg);
        transform: skew(12deg, 0deg);

        width: 100%;
        position: absolute;
        height: 400px;
        left: 0;
        top: 0;
    }
}



.block_main_image_btn_cont {
    background-color: #f8a519;
    position: absolute;
    left: 0;
    bottom: 0;

    font-size: 35px;
    line-height: 35px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: -2.27px;
    text-transform: uppercase;
    padding-left: 34px;
    padding-right: 29px;
    padding-top: 2px;
    padding-bottom: 9px;
    margin-left: -10px;
}

@media (min-width: 1200px) {
    .block_main_image_btn_cont {
        background-color: #f8a519;
        position: absolute;
        left: 0;
        bottom: 0;

        font-size: 35px;
        line-height: 35px;
        font-weight: 700;
        color: #ffffff;
        letter-spacing: -2.27px;
        text-transform: uppercase;
        padding-left: 64px;
        padding-right: 64px;
        padding-top: 12px;
        padding-bottom: 12px;
        margin-left: 0px;
    }
}

.block_main_image_btn_cont a {
    font-size: 24px;
    line-height: 35px;
    font-weight: 700;
    /*color:#ffffff;*/
    color: #303e50;
    letter-spacing: -1.27px;
    text-transform: uppercase;
}

@media (min-width: 1200px) {
    .block_main_image_btn_cont a {
        font-size: 35px;
        line-height: 35px;
        font-weight: 700;
        /*color:#ffffff;*/
        color: #303e50;
        letter-spacing: -2.27px;
        text-transform: uppercase;
    }
}

.block_main_image_btn_cont a:hover {
    /*color:#303e50;*/
    color: #ffffff;
}

/*
.style_skew {
    -moz-transform: skew(0deg, 0deg);
    -webkit-transform: skew(0deg, 0deg);
    -o-transform: skew(0deg, 0deg);
    -ms-transform: skew(0deg, 0deg);
    transform: skew(0deg, 0deg);
    overflow: hidden;
}

.style_skew > div {
    -moz-transform: skew(0deg, 0deg);
    -webkit-transform: skew(0deg, 0deg);
    -o-transform: skew(0deg, 0deg);
    -ms-transform: skew(0deg, 0deg);
    transform: skew(0deg, 0deg) ;
}*/


/*@media (min-width: 1200px) {*/
.style_skew {
    -moz-transform: skew(-12deg, 0deg);
    -webkit-transform: skew(-12deg, 0deg);
    -o-transform: skew(-12deg, 0deg);
    -ms-transform: skew(-12deg, 0deg);
    transform: skew(-12deg, 0deg);
    overflow: hidden;
}

.style_skew>div {
    -moz-transform: skew(12deg, 0deg);
    -webkit-transform: skew(12deg, 0deg);
    -o-transform: skew(12deg, 0deg);
    -ms-transform: skew(12deg, 0deg);
    transform: skew(12deg, 0deg);
}

/*}*/

.block_main_image_btn_cont img {
    width: 100%;
    height: auto;
    max-width: 14px;
    margin-left: 16px;
}

@media (min-width: 1200px) {
    .block_main_image_btn_cont img {
        width: 100%;
        height: auto;
        max-width: 20px;
        margin-left: 16px;
    }
}

/* *******************************************************************************************
************************************ END IMAGES BLOCKS ***************************************
******************************************************************************************* */



/* *******************************************************************************************
************************************* CONTENT COLUMNS ****************************************
******************************************************************************************* */

.content_columns_cont {
    padding-top: 50px;
    padding-bottom: 50px;
}

@media (min-width: 1200px) {
    .content_columns_cont {
        padding-top: 50px;
        padding-bottom: 100px;
    }
}

.content_columns_image.small_wrap {
    text-align: left;
    margin-bottom: 20px;
}


@media (min-width: 1200px) {
    .content_columns_image.small_wrap {
        text-align: center;
        margin-bottom: 20px;
    }
}

.content_columns_image.big_wrap {
    text-align: left;
    margin-bottom: 20px;
}

.content_columns_image img {
    max-height: 120px;
    height: 100%;
    width: auto;
    max-width: 100%;
}


@media (min-width: 1200px) {
    .content_columns_image img {
        max-height: 204px;
        height: 100%;
        width: auto;
        max-width: 100%;
    }
}

.content_columns_maintitle.small_wrap {
    text-align: center;
}

.content_columns_maintitle.big_wrap {
    text-align: left;
}

.content_columns_maintitle {
    font-size: 37px;
    line-height: 37px;
    font-weight: 700;
    color: #47505c;
    letter-spacing: -1.5px;
    margin-bottom: 20px;
}


@media (min-width: 1200px) {
    .content_columns_maintitle {
        font-size: 47px;
        line-height: 47px;
        font-weight: 700;
        color: #47505c;
        letter-spacing: -3px;
        margin-bottom: 120px;
    }
}

.content_columns_title {
    font-size: 25px;
    line-height: 25px;
    font-weight: 700;
    color: #47505c;
    letter-spacing: -1.6px;
    margin-bottom: 30px;
}



@media (min-width: 1200px) {
    .content_columns_title {
        font-size: 47px;
        line-height: 47px;
        font-weight: 700;
        color: #47505c;
        letter-spacing: -3px;
        margin-bottom: 30px;
    }
}

.content_columns_text {
    font-size: 18px;
    line-height: 28px;
    font-weight: 200;
    color: #47505c;
    letter-spacing: 0px;
    margin-bottom: 30px;
}

.content_columns_text a {
    font-size: 18px;
    line-height: 28px;
    font-weight: 200;
    color: #47505c;
    letter-spacing: 0px;
    text-decoration: underline;
}


@media (min-width: 1200px) {
    .content_columns_text {
        font-size: 21px;
        line-height: 32px;
        font-weight: 200;
        color: #47505c;
        letter-spacing: -0.3px;
        margin-bottom: 30px;
    }

    .content_columns_text a {
        font-size: 21px;
        line-height: 32px;
        font-weight: 200;
        color: #47505c;
        letter-spacing: -0.3px;
        text-decoration: underline;
    }
}

.content_columns_text strong {
    font-weight: 700;
}

.content_columns_single.small_wrap {
    margin: 0 auto;
    max-width: 384px;
}

.content_columns_single.big_wrap {
    max-width: 560px;
}

.content_columns_link {
    text-align: right;
    margin-top: 30px;
    margin-bottom: 50px;
}


@media (min-width: 1200px) {
    .content_columns_link {
        text-align: right;
        margin-top: 60px;
        margin-bottom: 0px;
    }
}

/* *******************************************************************************************
*********************************** END CONTENT COLUMNS **************************************
******************************************************************************************* */



/* *******************************************************************************************
************************************* VIDEO CONTAINER ****************************************
******************************************************************************************* */

.video_container_cont {
    background-color: #47505c;
    padding-top: 50px;
    padding-bottom: 50px;
}

@media (min-width: 1200px) {
    .video_container_cont {
        background-color: #47505c;
        padding-top: 100px;
        padding-bottom: 80px;
    }
}

.video_container_image {
    cursor: pointer;
    text-align: center;
}

.video_container_image img {
    width: 100%;
    max-width: 860px;
    height: auto;
}

.video_container_title {
    font-size: 25px;
    line-height: 25px;
    font-weight: 700;
    color: #f8a519;
    letter-spacing: -1.6px;

    margin: 0 auto;
    max-width: 384px;

    margin-bottom: 30px;

}


@media (min-width: 1200px) {
    .video_container_title {
        font-size: 47px;
        line-height: 47px;
        font-weight: 700;
        color: #f8a519;
        letter-spacing: -3px;

        margin: 0;
        /*max-width: 384px;*/
        max-width: 400px;

        margin-bottom: 30px;

    }
}

.col-xl-3 .video_container_text {
    max-width: 384px;
}

.col-xl-5 .video_container_text {
    max-width: none;
}

.video_container_text {
    font-size: 18px;
    line-height: 28px;
    font-weight: 200;
    color: #ffffff;
    letter-spacing: 0px;

    margin: 0 auto;
    

    margin-bottom: 50px;
}

.video_container_text span {
    font-size: 21px;
    line-height: 32px;
    font-weight: 200;
    color: #ffffff;
    letter-spacing: -0.3px;

}


@media (min-width: 1200px) {
    .video_container_text {
        font-size: 21px;
        line-height: 32px;
        font-weight: 200;
        color: #ffffff;
        letter-spacing: -0.3px;

        margin: 0 auto;
        margin-left:0;

        margin-bottom: 80px;
    }

    .video_container_text span {
        font-size: 27px;
        line-height: 35px;
        font-weight: 200;
        color: #ffffff;
        letter-spacing: -0.3px;

    }
}

.video_container_Modal .modal-content {
    background-color: transparent;
    border: 0;
    border-radius: 0;
}

.video_container_Modal .modal-header {
    border: 0;
    border-radius: 0;
}

.video_container_Modal .modal-footer {
    border: 0;
    border-radius: 0;
    justify-content: center;
}

.modal_button_close {
    transition: all 0.5s;
    background-image: url('/wp-content/themes/password-elt-theme/images/button_bg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: -0.9px;
    text-transform: uppercase;
    padding-left: 44px;
    padding-right: 44px;
    padding-top: 10px;
    padding-bottom: 10px;

    cursor: pointer;
}



.modal_button_close:hover {
    color: #f8a519;
}

.modal_button_close img {
    max-width: 20px;
    width: 100%;
    height: auto;

    margin-left: 20px;
}

/* *******************************************************************************************
*********************************** END VIDEO CONTAINER **************************************
******************************************************************************************* */



/* *******************************************************************************************
************************************** GET IN TOUCH ******************************************
******************************************************************************************* */

.get_in_touch_cont {
    background-color: #f8a519;
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    margin-bottom: 0px;
}


@media (min-width: 1200px) {
    .get_in_touch_cont {
        background-color: #f8a519;
        padding-top: 70px;
        padding-bottom: 40px;
        position: relative;
        margin-bottom: 65px;
    }
}

.get_in_touch_mask {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    pointer-events: none;
}

.get_in_touch_mask img {
    height: 100%;
    width: auto;
}

.get_in_touch_title {
    font-size: 37px;
    line-height: 37px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: -1.5px;
    margin-bottom: 30px;
}


@media (min-width: 1200px) {
    .get_in_touch_title {
        font-size: 47px;
        line-height: 47px;
        font-weight: 700;
        color: #ffffff;
        letter-spacing: -3px;
        margin-bottom: 45px;
    }
}

.get_in_touch_cont input {
    width: 100%;
    height: 44px;
    font-size: 17px;
    line-height: 20px;
    font-weight: 400;
    color: #0d3856;
    letter-spacing: -0.9px;
    border: 0;
    outline: none;
    margin-bottom: 12px;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.get_in_touch_cont select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('/wp-content/themes/password-elt-theme/images/arrow_dropdown.png');
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) 50%;
    background-size: 20px 10px;
    width: 100%;
    height: 44px;
    border: 0;
    outline: none;
    font-size: 17px;
    line-height: 20px;
    font-weight: 400;
    color: #0d3856;
    letter-spacing: -0.9px;

    margin-bottom: 12px;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.get_in_touch_cont textarea {
    width: 100%;
    height: 156px;
    font-size: 17px;
    line-height: 20px;
    font-weight: 400;
    color: #0d3856;
    letter-spacing: -0.9px;
    border: 0;
    outline: none;
    margin-bottom: 12px;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 12px;
    padding-bottom: 12px;
}


.get_in_touch_submit {
    background-image: url('/wp-content/themes/password-elt-theme/images/submit_button.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
    background-color: transparent;
    font-size: 21px;
    line-height: 23px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: -0.9px;
    text-transform: uppercase;
    text-align: left;

    border: 0;
    outline: 0;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 40px;

    margin-top: 30px;
}

.get_in_touch_submit:hover {
    color: #f8a519;
}



.get_in_touch_submit img {
    max-width: 20px;
    width: 100%;
    height: auto;

    margin-left: 20px;
}





.get_in_touch_Modal .modal-body {
    background-color: #f8a519;
    padding-top: 100px;
    padding-bottom: 100px;
    font-size: 47px;
    line-height: 47px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: -3px;
    text-align: center;

}

.get_in_touch_Modal .modal-content {
    background-color: transparent;
    border: 0;
    border-radius: 0;
}

.get_in_touch_Modal .modal-header {
    border: 0;
    border-radius: 0;
}

.get_in_touch_Modal .modal-footer {
    border: 0;
    border-radius: 0;
    justify-content: center;
}


/* *******************************************************************************************
************************************* END GET IN TOUCH ***************************************
******************************************************************************************* */


/* *******************************************************************************************
****************************************** FOOTER ********************************************
******************************************************************************************* */
footer a:hover {
    color: #f8a519;
}

.first_footer_row {
    background-color: #47505c;
    padding-top: 60px;
    padding-bottom: 90px;
}

.footer_title {
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: -0.27px;
    margin-bottom: 30px;
}

.footer_text_high,
.footer_text_high a {
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    color: #ffffff;
    letter-spacing: -0.21px;
}

.footer_text_hours_title {
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: -0.27px;
    margin-top: 30px;
}

.footer_text_hours {
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    color: #ffffff;
    letter-spacing: -0.21px;
}

.footer_text_link,
.footer_text_link a {
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    color: #ffffff;
    letter-spacing: -0.21px;
}

.footer_text_address {
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    color: #ffffff;
    letter-spacing: -0.21px;
    margin-bottom: 6px;
}

.footer_text_copy {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    color: #ffffff;
    letter-spacing: -0.21px;
    padding-top: 14px;
}

.social_icon {
    height: 100%;
    max-height: 48px;
    width: auto;
    filter: grayscale(100%);
    transition: all 0.5s;
}

.social_icon:hover {
    filter: grayscale(0%);
}

.footer_small_icon {
    margin-left: -23px;
}

.second_footer_row {
    background-color: #f8a519;
    padding-top: 50px;
    padding-bottom: 30px;
}

.second_footer_row a {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 30px;
    padding-right: 30px;

    font-size: 14px;
    line-height: 14px;
    font-weight: 300;
    color: #ffffff;
    letter-spacing: -0.21px;
}

.second_footer_row li.menu-item {
    border-right: 0px solid #47505c;
    margin-bottom: 9px;
}



@media (min-width: 1200px) {
    .second_footer_row li.menu-item {
        border-right: 1px solid #47505c;
        margin-bottom: 0px;
    }
}

.second_footer_row li.menu-item:last-child {
    border-right: 0;
}

.second_footer_row a:hover {
    color: #ffffff;
}

.footer_final_credit {
    font-size: 14px;
    line-height: 14px;
    font-weight: 300;
    color: #ffffff;
    letter-spacing: -0.21px;
    text-align: center;
    padding-top: 30px;
}


/* *******************************************************************************************
***************************************** END FOOTER *****************************************
******************************************************************************************* */


/* *******************************************************************************************
************************************** STANDARD CONTENT **************************************
******************************************************************************************* */



.standard_content_text {
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    letter-spacing: 0px;
    color: #000000;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 1200px) {
    .standard_content_text {
        font-size: 22px;
        line-height: 32px;
        font-weight: 300;
        letter-spacing: -0.375px;
        color: #000000;
        padding-left: 0px;
        padding-right: 0px;
    }
}

.standard_content_text strong {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    letter-spacing: 0px;
    color: #000000;
}


@media (min-width: 1200px) {
    .standard_content_text strong {
        font-size: 22px;
        line-height: 32px;
        font-weight: 700;
        letter-spacing: -0.375px;
        color: #000000;
    }
}


.standard_content_title {
    font-size: 25px;
    line-height: 25px;
    font-weight: 700;
    color: #47505c;
    letter-spacing: -1.625px;
    margin-bottom: 35px;
    padding-left: 15px;
    padding-right: 15px;
}


@media (min-width: 1200px) {
    .standard_content_title {
        font-size: 35px;
        line-height: 35px;
        font-weight: 700;
        color: #47505c;
        letter-spacing: -2.275px;
        margin-bottom: 75px;
        padding-left: 0px;
        padding-right: 0px;
    }
}

/* *******************************************************************************************
************************************ END STANDARD CONTENT ************************************
******************************************************************************************* */



/* *******************************************************************************************
******************************************** STEPS *******************************************
******************************************************************************************* */

.steps_cont {
    margin-top: 0px;
}



@media (min-width: 1200px) {
    .steps_cont {
        /*margin-top: -110px;*/
        margin-top: 0px;
    }
}

.step_one {
    background-image: url('/wp-content/themes/password-elt-theme/images/step1.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.step_two {
    background-image: url('/wp-content/themes/password-elt-theme/images/step2.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.step_three {
    background-image: url('/wp-content/themes/password-elt-theme/images/step3.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.steps_title {
    font-size: 25px;
    line-height: 25px;
    font-weight: 700;
    letter-spacing: -1.625px;
    color: #47505c;
    text-align: center;
    margin-bottom: 50px;
}

.step_one .single_step {
    font-size: 25px;
    line-height: 35px;
    font-weight: 700;
    letter-spacing: -1.625px;
    color: #ffffff;
    /*padding-top: 28%;*/
    max-width: 67%;
    margin: 0 auto;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    height: auto;
}

.step_two .single_step {
    font-size: 25px;
    line-height: 35px;
    font-weight: 700;
    letter-spacing: -1.625px;
    color: #ffffff;
    /*padding-top: 28%;*/
    max-width: 58%;
    margin: 0 auto;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    height: auto;
}

.step_three .single_step {
    font-size: 25px;
    line-height: 35px;
    font-weight: 700;
    letter-spacing: -1.625px;
    color: #ffffff;
    /*padding-top: 28%;*/
    width: auto;
    /*white-space: nowrap;*/
    margin: 0 auto;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    height: auto;
    
}


@media (min-width: 1200px) {
    .steps_title {
        font-size: 35px;
        line-height: 35px;
        font-weight: 700;
        letter-spacing: -2.275px;
        color: #47505c;
        text-align: center;
        margin-bottom: 50px;
    }

    .step_one .single_step {
        font-size: 30px;
        line-height: 48px;
        font-weight: 700;
        letter-spacing: -0.45px;
        color: #ffffff;
        /*padding-top: 28%;*/
        max-width: 67%;
        margin: 0 auto;
        transform: translate(-50%, -50%);
        left: 50%;
        top: 50%;
        height: auto;
    }

    .step_two .single_step {
        font-size: 30px;
        line-height: 48px;
        font-weight: 700;
        letter-spacing: -0.45px;
        color: #ffffff;
        /*padding-top: 28%;*/
        max-width: 58%;
        margin: 0 auto;
        transform: translate(-50%, -50%);
        left: 50%;
        top: 50%;
        height: auto;
    }

    .step_three .single_step {
        font-size: 30px;
        line-height: 48px;
        font-weight: 700;
        letter-spacing: -0.45px;
        color: #ffffff;
        /*padding-top: 28%;*/
        width: auto;
        /*white-space: nowrap;*/
        margin: 0 auto;
        transform: translate(-50%, -50%);
        left: 50%;
        top: 50%;
        height: auto;
    }
}

/* *******************************************************************************************
****************************************** END STEPS *****************************************
******************************************************************************************* */


/* *******************************************************************************************
**************************************** MAIN CONTENT ****************************************
******************************************************************************************* */

.main_content_cont {
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
}


.main_content_title {
    font-size: 25px;
    line-height: 25px;
    font-weight: 700;
    letter-spacing: -1.625px;
    color: #47505c;
    text-align: left;
    margin-bottom: 35px;
    padding-left: 0px;
    padding-right: 0px;
}

.main_content_text {
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    letter-spacing: 0px;
    color: #000000;
    padding-left: 0px;
    padding-right: 0px;
}


@media (min-width: 1200px) {
    .main_content_title {
        font-size: 35px;
        line-height: 35px;
        font-weight: 700;
        letter-spacing: -2.275px;
        color: #47505c;
        text-align: left;
        margin-bottom: 75px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .main_content_text {
        font-size: 22px;
        line-height: 32px;
        font-weight: 300;
        letter-spacing: -0.375px;
        color: #000000;
        padding-left: 0px;
        padding-right: 0px;
    }
}

.main_content_text a:hover {
    color: #f8a519;
}

.main_content_text a {
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    letter-spacing: 0px;
    color: #000000;
}



@media (min-width: 1200px) {
    .main_content_text a {
        font-size: 22px;
        line-height: 32px;
        font-weight: 300;
        letter-spacing: -0.375px;
        color: #000000;
    }
}

.main_content_text strong {
    font-weight: 700;
}




.main_content_text ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.main_content_text li {
    padding-left: 45px;
    text-indent: -55px;
    margin-bottom: 50px;
}


@media (min-width: 1200px) {
    .main_content_text li {
        padding-left: 55px;
        text-indent: -55px;
        margin-bottom: 50px;
    }
}

.main_content_text li:before {
    content: "";
    padding-right: 55px;
    background-image: url('/wp-content/themes/password-elt-theme/images/bullet.png');
    background-repeat: no-repeat;
    background-position: center center;
    width: 30px;
    height: 31px;
    background-size: contain;
}



.main_content_text_link.block_main_image_btn_cont {
    background-color: #303e50;
    display: inline-block;
    position: relative;

    font-size: 15px;
    line-height: 15px;
    font-weight: 300;
    color: #ffffff;
    letter-spacing: -0.9px;
    text-transform: none;
    padding-left: 54px;
    padding-right: 54px;
    padding-top: 12px;
    padding-bottom: 12px;
}


@media (min-width: 1200px) {
    .main_content_text_link.block_main_image_btn_cont {
        background-color: #303e50;
        display: inline-block;
        position: relative;

        font-size: 15px;
        line-height: 15px;
        font-weight: 300;
        color: #ffffff;
        letter-spacing: -0.9px;
        text-transform: none;
        padding-left: 64px;
        padding-right: 64px;
        padding-top: 12px;
        padding-bottom: 12px;
    }
}

.main_content_text_link.block_main_image_btn_cont a {
    font-size: 15px;
    line-height: 15px;
    font-weight: 300;
    color: #ffffff;
    letter-spacing: -0.9px;
    text-transform: none;
}

.main_content_text_link.block_main_image_btn_cont a:hover {

    color: #f8a519;
}

.main_content_text_link.block_main_image_btn_cont img {
    width: 100%;
    height: auto;
    max-width: 12px;
    margin-left: 16px;
}

/* *******************************************************************************************
************************************** END MAIN CONTENT **************************************
******************************************************************************************* */


/* *******************************************************************************************
*************************************** SHOW PRODUCTS ****************************************
******************************************************************************************* */

.show_products_cont {
    margin-top: 0px;
    padding-bottom: 50px;
}


@media (min-width: 1200px) {
    .show_products_cont {
        margin-top: -2%;
        padding-bottom: 50px;
    }
}

.show_products_title {
    font-size: 25px;
    line-height: 25px;
    font-weight: 700;
    color: #434343;
    letter-spacing: -1.625px;
    margin-bottom: 50px;
}


@media (min-width: 1200px) {
    .show_products_title {
        font-size: 47px;
        line-height: 47px;
        font-weight: 700;
        color: #434343;
        letter-spacing: -3px;
        margin-bottom: 90px;
    }
}

.single_product {
    background-color: #e7e8ea;
}


.block_main_product_cont_angler {
    -moz-transform: skew(0deg, 0deg);
    -webkit-transform: skew(0deg, 0deg);
    -o-transform: skew(0deg, 0deg);
    -ms-transform: skew(0deg, 0deg);
    transform: skew(0deg, 0deg);
    position: relative;
}

.block_main_product_cont {
    background-position: center right;
    background-size: cover;


    -moz-transform: skew(0deg, 0deg);
    -webkit-transform: skew(0deg, 0deg);
    -o-transform: skew(0deg, 0deg);
    -ms-transform: skew(0deg, 0deg);
    transform: skew(0deg, 0deg);

    width: 100%;
    position: relative;
    left: 0;
    top: 0;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
}


.paper_clip {
    position: absolute;
    top: -35px;
    left: -39px;

    -moz-transform: skew(0deg, 0deg);
    -webkit-transform: skew(0deg, 0deg);
    -o-transform: skew(0deg, 0deg);
    -ms-transform: skew(0deg, 0deg);
    transform: skew(0deg, 0deg);
}



@media (min-width: 1200px) {
    .block_main_product_cont_angler {
        -moz-transform: skew(-12deg, 0deg);
        -webkit-transform: skew(-12deg, 0deg);
        -o-transform: skew(-12deg, 0deg);
        -ms-transform: skew(-12deg, 0deg);
        transform: skew(-12deg, 0deg);
        position: relative;
    }

    .block_main_product_cont {
        background-position: center right;
        background-size: cover;


        -moz-transform: skew(12deg, 0deg);
        -webkit-transform: skew(12deg, 0deg);
        -o-transform: skew(12deg, 0deg);
        -ms-transform: skew(12deg, 0deg);
        transform: skew(12deg, 0deg);

        width: 100%;
        position: relative;
        left: 0;
        top: 0;
        padding-left: 80px;
        padding-right: 0px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .paper_clip {
        position: absolute;
        top: -35px;
        left: -39px;

        -moz-transform: skew(12deg, 0deg);
        -webkit-transform: skew(12deg, 0deg);
        -o-transform: skew(12deg, 0deg);
        -ms-transform: skew(12deg, 0deg);
        transform: skew(12deg, 0deg);
    }
}


.single_product_title {
    font-size: 25px;
    line-height: 25px;
    font-weight: 700;
    letter-spacing: -1.625px;
    color: #47505c;
    text-align: left;
    padding-top: 14px;
    margin-bottom: 10px;
    text-transform: uppercase;
}



@media (min-width: 1200px) {
    .single_product_title {
        font-size: 35px;
        line-height: 35px;
        font-weight: 700;
        letter-spacing: -2.275px;
        color: #47505c;
        text-align: left;
        padding-top: 14px;
        margin-bottom: 50px;
        text-transform: uppercase;
    }
}

.single_product_price {
    font-size: 58px;
    line-height: 33px;
    font-weight: 700;
    letter-spacing: -3.77px;
    color: #b5b8bd;
    text-align: left;
}



@media (min-width: 1200px) {
    .single_product_price {
        font-size: 58px;
        line-height: 33px;
        font-weight: 700;
        letter-spacing: -3.77px;
        color: #b5b8bd;
        text-align: right;
    }
}

.single_product_text {
    font-size: 17px;
    line-height: 26px;
    font-weight: 200;
    color: #47505c;
    letter-spacing: -0.9px;

    text-align: left;
    /*padding-top:50px;*/
    padding-top: 0px;
    padding-bottom: 64px;

}

.single_product_text strong {
    font-weight: 700;
}

.single_product_time {
    font-size: 19px;
    line-height: 20px;
    font-weight: 200;
    color: #47505c;
    letter-spacing: -0.9px;

    text-align: left;

}


.single_product_time img {
    margin-left: -36px;
}

.single_product_time strong {
    font-weight: 700;
}

.single_product_text ul {
    margin: 0;
    list-style-type: none;
    padding-left: 6px;
}

.single_product_text ul>li {
    text-indent: -5px;
}

.single_product_text ul>li:before {
    content: "-  ";
}

.single_product_add a img {
    filter: grayscale(100%) brightness(60%);
    transition: all 0.5s;
}

.single_product_add a:hover img {
    filter: grayscale(0);
}

.paypal_logo {
    text-align: center;

    padding-top: 50px;
}

/* *******************************************************************************************
************************************* END SHOW PRODUCTS **************************************
******************************************************************************************* */

/* *******************************************************************************************
**************************************** TWO COLUMNS *****************************************
******************************************************************************************* */
.two_columns_left_cont {
    background-color: #f8a519;
    background-image: none;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 25px;
    padding-right: 25px;
}

.two_columns_right_cont {
    background-color: #47505c;
    background-image: none;
    background-position: top right;
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 50px;
    padding-bottom: 100px;
    padding-left: 25px;
    padding-right: 25px;
}



@media (min-width: 1200px) {
    .two_columns_left_cont {
        background-color: #f8a519;
        background-image: url('/wp-content/themes/password-elt-theme/images/column_left_head.png');
        background-position: top center;
        background-repeat: no-repeat;
        background-size: initial;
        padding-top: 348px;
        padding-bottom: 180px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .two_columns_right_cont {
        background-color: #47505c;
        background-image: url('/wp-content/themes/password-elt-theme/images/column_right_head.png');
        background-position: top right;
        background-repeat: no-repeat;
        background-size: initial;
        padding-top: 348px;
        padding-bottom: 180px;
        padding-left: 0px;
        padding-right: 0px;
    }
}

.two_columns_title {
    font-size: 25px;
    line-height: 25px;
    font-weight: 700;
    letter-spacing: -0.65px;
    text-align: left;
}


.two_columns_text {
    font-size: 17px;
    line-height: 26px;
    font-weight: 200;
    letter-spacing: -0.9px;
    text-align: left;
    padding-top: 40px;
}


@media (min-width: 1200px) {
    .two_columns_title {
        font-size: 35px;
        line-height: 58px;
        font-weight: 700;
        letter-spacing: -2.275px;
        text-align: left;
    }


    .two_columns_text {
        font-size: 21px;
        line-height: 23px;
        font-weight: 200;
        letter-spacing: -0.9px;
        text-align: left;
        padding-top: 40px;
    }
}




@media only screen and (min-width: 100px) and (max-width: 1023px) {
    .two_columns_text br {
        display: none;
    }
}


.two_columns_left_cont .two_columns_title {
    color: #ffffff;
}

.two_columns_left_cont .two_columns_text {
    color: #ffffff;
}

.two_columns_right_cont .two_columns_title {
    color: #ffffff;
}

.two_columns_right_cont .two_columns_text {
    color: #ffffff;
}

.single_column_cont {
    display: inline-block;
}


.two_columns_cont ul {
    margin: 0;
    list-style-type: none;
    padding-left: 32px;
}

.two_columns_cont ul>li {
    text-indent: -30px;
    padding-bottom: 18px;
}

@media (min-width: 1200px) {
    .two_columns_cont ul>li {
        text-indent: -32px;
        padding-bottom: 28px;
    }
}

.two_columns_cont ul>li:before {
    content: "-   ";
    padding-right: 20px;
}

.two_columns_arrow_separator {
    margin-top: -11.7%;
}



/* *******************************************************************************************
************************************* END TWO COLUMNS **************************************
******************************************************************************************* */




/* *******************************************************************************************
**************************************** TESTS LINKS *****************************************
******************************************************************************************* */

.tests_links_cont {
    margin-top: 50px;
    padding-bottom: 50px;
}


@media (min-width: 1200px) {
    .tests_links_cont {
        margin-top: 90px;
        padding-bottom: 50px;
    }
}




.tests_links_single_cont_angler {
    -moz-transform: skew(0deg, 0deg);
    -webkit-transform: skew(0deg, 0deg);
    -o-transform: skew(0deg, 0deg);
    -ms-transform: skew(0deg, 0deg);
    transform: skew(0deg, 0deg);
    position: relative;
    overflow: hidden;
}

.tests_links_single_cont {
    background-position: center right;
    background-size: cover;


    -moz-transform: skew(0deg, 0deg);
    -webkit-transform: skew(0deg, 0deg);
    -o-transform: skew(0deg, 0deg);
    -ms-transform: skew(0deg, 0deg);
    transform: skew(0deg, 0deg);

    width: 100%;
    position: relative;
    left: 0;
    top: 0;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
}




@media (min-width: 1200px) {
    .tests_links_single_cont_angler {
        -moz-transform: skew(-12deg, 0deg);
        -webkit-transform: skew(-12deg, 0deg);
        -o-transform: skew(-12deg, 0deg);
        -ms-transform: skew(-12deg, 0deg);
        transform: skew(-12deg, 0deg);
        position: relative;
        overflow: hidden;
    }

    .tests_links_single_cont {
        background-position: center right;
        background-size: cover;


        -moz-transform: skew(12deg, 0deg);
        -webkit-transform: skew(12deg, 0deg);
        -o-transform: skew(12deg, 0deg);
        -ms-transform: skew(12deg, 0deg);
        transform: skew(12deg, 0deg);

        width: 100%;
        position: relative;
        left: 0;
        top: 0;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 70px;
        padding-bottom: 30px;
    }
}


.tests_links_single_title {
    font-size: 25px;
    line-height: 25px;
    font-weight: 700;
    letter-spacing: -0.65px;
    color: #47505c;
    text-align: left;
    text-transform: uppercase;

    padding-left: 30px;
    padding-right: 30px;
}


.tests_links_single_text {
    font-size: 17px;
    line-height: 26px;
    font-weight: 200;
    color: #47505c;
    letter-spacing: -0.9px;

    text-align: left;
    padding-top: 30px;

    padding-left: 30px;
    padding-right: 30px;

}



@media (min-width: 1200px) {
    .tests_links_single_title {
        font-size: 35px;
        line-height: 35px;
        font-weight: 700;
        letter-spacing: -2.275px;
        color: #47505c;
        text-align: left;
        text-transform: uppercase;

        padding-left: 60px;
        padding-right: 60px;
    }


    .tests_links_single_text {
        /*font-size: 17px;*/
        font-size: 18px;
        line-height: 26px;
        font-weight: 200;
        color: #47505c;
        /*letter-spacing: -0.9px;*/
        letter-spacing: 0px;

        text-align: left;
        padding-top: 40px;

        padding-left: 60px;
        padding-right: 60px;

    }
}

.tests_links_single_text strong {
    font-weight: 700;
}


.tests_links_single_btn_wrapper {
    margin-top: 40px;
}

.tests_links_single_btn_cont {
    background-color: #f8a519;
    position: relative;
    margin-right: -11%;

    font-size: 15px;
    line-height: 15px;
    font-weight: 300;
    color: #303e50;
    letter-spacing: -0.9px;
    padding-left: 22px;
    padding-right: 34px;
    padding-top: 15px;
    padding-bottom: 15px;
}


@media (min-width: 1200px) {

    .tests_links_single_btn_cont {
        background-color: #f8a519;
        position: relative;
        margin-right: -11%;

        font-size: 15px;
        line-height: 15px;
        font-weight: 300;
        color: #303e50;
        letter-spacing: -0.9px;
        padding-left: 22px;
        padding-right: 34px;
        padding-top: 25px;
        padding-bottom: 25px;
    }
}

.tests_links_single_btn_cont a {
    font-size: 15px;
    line-height: 15px;
    font-weight: 300;
    color: #303e50;
    letter-spacing: -0.9px;
}

.tests_links_single_btn_cont a:hover {
    color: #ffffff;
}

/* *******************************************************************************************
************************************** END TESTS LINKS ***************************************
******************************************************************************************* */

/* *******************************************************************************************
*************************************** TESTS SAMPLES ****************************************
******************************************************************************************* */

.singletest_cont,
.singletest_cont input,
.singletest_cont select,
.singletest_cont textarea {
    color: #47505c;
    font-size: 17px;
    line-height: 26px;
    font-weight: 200;
    letter-spacing: -0.9px;
    max-width: 100%;
}

@media (min-width: 1200px) {

    .singletest_cont,
    .singletest_cont input,
    .singletest_cont select,
    .singletest_cont textarea {
        color: #47505c;
        font-size: 17px;
        line-height: 26px;
        font-weight: 200;
        letter-spacing: -0.9px;
    }
}

.singletest_cont a {
    color: #47505c;
    font-size: 17px;
    line-height: 26px;
    font-weight: 200;
    letter-spacing: -0.9px;
    text-decoration: underline;
}

.singletest_cont strong,
.singletest_cont b {
    font-weight: 700;
}

.test_sample_row_a {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 25px;
    padding-right: 25px;
}

.test_sample_row_b {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #e7e8ea;
    padding-left: 25px;
    padding-right: 25px;
}


@media (min-width: 1200px) {
    .test_sample_row_a {
        padding-top: 75px;
        padding-bottom: 75px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .test_sample_row_b {
        padding-top: 75px;
        padding-bottom: 75px;
        background-color: #e7e8ea;
        padding-left: 0px;
        padding-right: 0px;
    }
}


.test_sample_section_title {

    color: #47505c;

    font-size: 25px;
    line-height: 25px;
    font-weight: 700;
    letter-spacing: -0.65px;
    padding-bottom: 16px;
}



@media (min-width: 1200px) {
    .test_sample_section_title {

        color: #47505c;

        font-size: 53px;
        line-height: 49px;
        font-weight: 700;
        letter-spacing: -3.4px;
        padding-bottom: 16px;
    }
}


.test_sample_example_title {
    color: #f8a519;
    font-size: 21px;
    line-height: 21px;
    font-weight: 700;
    letter-spacing: -1.365px;
    margin-top: 30px;
}

.test_sample_example_in_this {
    padding-top: 15px;
}

.empty_box {
    color: #e7e8ea;
    border: 1px solid #47505c;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 6px;
    padding-right: 6px;
    margin-bottom: 2px;
    display: inline-block;
}

.full_box {
    color: #47505c;
    border: 1px solid #47505c;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 6px;
    padding-right: 6px;
    margin-bottom: 2px;
    display: inline-block;
}

.border_box {}

.border_box>div {
    padding: 15px;
    border: 1px solid #47505c;
    min-height: 100px;
}




.test_sample_row_a ul,
.test_sample_row_b ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    margin-top: 30px;
}

.test_sample_row_a ul li,
.test_sample_row_b ul li {
    padding-left: 55px;
    text-indent: -55px;
    margin-bottom: 20px;
}

.test_sample_row_a ul li:before,
.test_sample_row_b ul li:before {
    content: "";
    padding-right: 55px;
    padding-top: 7px;
    background-image: url('/wp-content/themes/password-elt-theme/images/bullet.png');
    background-repeat: no-repeat;
    background-position: center center;
    width: 30px;
    height: 31px;
}

pre {
    display: block;
    font-size: .875em;
    margin-bottom: 1rem;
    margin-top: 0;
    overflow: unset;
    word-break: break-all;
    white-space: -moz-pre-wrap;
    white-space: -o-pre-wrap;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/* *******************************************************************************************
************************************* END TESTS SAMPLES **************************************
******************************************************************************************* */



/* *******************************************************************************************
************************************* TEST MODULES INFO **************************************
******************************************************************************************* */

.test_modules_info_cont {
    background-image: none;
    background-position: top left;
    background-size: 100% 100%;
    margin-bottom: 0px;
}

@media (min-width: 1200px) {
    .test_modules_info_cont {
        background-image: url('/wp-content/themes/password-elt-theme/images/test_modules_info_bg.jpg');
        background-position: top left;
        background-size: 100% 100%;
        margin-bottom: 100px;
    }
}

.test_modules_info_left_cont {
    background-image: url('/wp-content/themes/password-elt-theme/images/test_modules_bg.jpg');
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 50px;
    padding-bottom: 50px;

    color: #ffffff;
    font-size: 25px;
    line-height: 25px;
    font-weight: 700;
    letter-spacing: -1.625px;

    background-position: top left;
    background-size: 100% 100%;
}

.test_modules_info_right_cont {
    background-image: url('/wp-content/themes/password-elt-theme/images/info_modules_bg.jpg');
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 50px;
    padding-bottom: 50px;

    color: #ffffff;
    font-size: 25px;
    line-height: 25px;
    font-weight: 700;
    letter-spacing: -1.625px;

    background-position: top left;
    background-size: 100% 100%;
}


@media (min-width: 1200px) {
    .test_modules_info_left_cont {
        background-image: none;
        padding-left: 15%;
        padding-right: 15%;
        padding-top: 90px;
        padding-bottom: 90px;

        color: #ffffff;
        font-size: 48px;
        line-height: 58px;
        font-weight: 700;
        letter-spacing: -3.12px;
    }

    .test_modules_info_right_cont {
        background-image: none;
        padding-left: 15%;
        padding-right: 15%;
        padding-top: 90px;
        padding-bottom: 90px;

        color: #ffffff;
        font-size: 48px;
        line-height: 58px;
        font-weight: 700;
        letter-spacing: -3.12px;
    }
}

.test_modules_info_left_cont img,
.test_modules_info_right_cont img {
    max-width: 28px;
    width: 100%;
    height: auto;
    margin-top: 34px;
}

/* *******************************************************************************************
*********************************** END TEST MODULES INFO ************************************
******************************************************************************************* */

/* *******************************************************************************************
*********************************** ACADEMIC INFORMATION *************************************
******************************************************************************************* */
.academic_information_cont {
    padding-top: 50px;
    padding-bottom: 50px;
}

@media (min-width: 1200px) {
    .academic_information_cont {
        padding-top: 60px;
        padding-bottom: 100px;
    }
}

.academic_information_text {
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    letter-spacing: 0px;
    color: #303e50;
    padding-left: 15px;
    padding-right: 15px;
}


@media (min-width: 1200px) {
    .academic_information_text {
        font-size: 21px;
        line-height: 27px;
        font-weight: 200;
        color: #303e50;
        letter-spacing: -0.315px;
        padding-left: 0px;
        padding-right: 0px;
    }
}

.academic_information_grid {
    margin-top: 50px;
}



@media (min-width: 1200px) {
    .academic_information_grid {
        margin-top: 100px;
    }
}

.ai_cont {
    background-color: #47505c;
    padding: 40px;
    margin-bottom: 30px;
}


@media (min-width: 1200px) {
    .ai_cont {
        background-color: #47505c;
        padding: 40px;
        margin-bottom: 0px;
    }
}

.ai_title {
    font-size: 25px;
    line-height: 25px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: -0.32px;
}



@media (min-width: 1200px) {
    .ai_title {
        font-size: 32px;
        line-height: 36px;
        font-weight: 700;
        color: #ffffff;
        letter-spacing: -0.32px;
    }
}

.ai_footer_info_cont {
    padding-top: 50px;
}



@media (min-width: 1200px) {
    .ai_footer_info_cont {
        padding-top: 100px;
    }
}

.ai_footer_info {
    font-size: 21px;
    line-height: 27px;
    font-weight: 200;
    color: #ffffff;
    letter-spacing: -0.315px;
}

.ai_footer_info strong {
    font-weight: 700;
}

.ai_pdf_icon img {
    width: 100%;
    max-width: 92px;
    height: auto;
}

/* *******************************************************************************************
********************************** END ACADEMIC INFORMATION **********************************
******************************************************************************************* */


/* *******************************************************************************************
**************************************** TEST MODULES ****************************************
******************************************************************************************* */
.test_modules_cont {

    padding-top: 30px;
    padding-bottom: 100px;
}

@media (min-width: 1200px) {
    .test_modules_cont {

        padding-top: 60px;
        padding-bottom: 100px;
    }
}

.test_modules_nav {
    margin-bottom: 30px;
}


@media (min-width: 1200px) {
    .test_modules_nav {
        margin-bottom: 60px;
    }
}

.test_modules_nav li {
    padding-left: 2px;
    padding-right: 2px;
    padding-bottom: 4px;
}



@media (min-width: 1200px) {
    .test_modules_nav li {
        padding-left: 10px;
        padding-right: 10px;
    }
}



.test_modules_btn_cont {
    background-color: #303e50;
    position: relative;

    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: -0.14px;
    text-transform: uppercase;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 12px;
    padding-bottom: 12px;
}



@media (min-width: 1200px) {
    .test_modules_btn_cont {
        background-color: #303e50;
        position: relative;

        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
        color: #ffffff;
        letter-spacing: -0.14px;
        text-transform: uppercase;
        padding-left: 64px;
        padding-right: 64px;
        padding-top: 12px;
        padding-bottom: 12px;
    }
}

.test_modules_btn_cont a,
.test_modules_btn_cont div {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: -0.14px;
    text-transform: uppercase;
}

.test_modules_btn_cont a:hover,
.test_modules_btn_cont div:hover {

    color: #f8a519;
}




.test_modules_btn_cont.active {
    background-color: #f8a519;
    position: relative;

    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: -0.14px;
    text-transform: uppercase;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 12px;
    padding-bottom: 12px;
}



@media (min-width: 1200px) {
    .test_modules_btn_cont.active {
        background-color: #f8a519;
        position: relative;

        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
        color: #ffffff;
        letter-spacing: -0.14px;
        text-transform: uppercase;
        padding-left: 64px;
        padding-right: 64px;
        padding-top: 12px;
        padding-bottom: 12px;
    }
}

.test_modules_btn_cont.active a,
.test_modules_btn_cont.active div {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: -0.14px;
    text-transform: uppercase;
    text-decoration: none;
}

.test_modules_btn_cont.active a:hover,
.test_modules_btn_cont.active div:hover {
    color: #303e50;
    text-decoration: none;

}

/* *******************************************************************************************
************************************** END TEST MODULES **************************************
******************************************************************************************* */

/* *******************************************************************************************
***************************************** NEWS EVENTS ****************************************
******************************************************************************************* */

.news_events_cont {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 30px;
    padding-right: 30px;
}


@media (min-width: 1200px) {
    .news_events_cont {
        padding-top: 100px;
        padding-bottom: 170px;
        padding-left: var(--bs-gutter-x, .75rem);
        padding-right: var(--bs-gutter-x, .75rem);
    }
}

.news_events_title {
    font-size: 37px;
    line-height: 37px;
    font-weight: 700;
    color: #47505c;
    letter-spacing: -1.5px;
    margin-bottom: 32px;
}


@media (min-width: 1200px) {
    .news_events_title {
        font-size: 47px;
        line-height: 47px;
        font-weight: 700;
        color: #47505c;
        letter-spacing: -3px;
        margin-bottom: 32px;
    }
}

.news_events_single {
    position: relative;
    /*padding-bottom:100px;*/
}

.news_events_single_page_cont {
    position: relative;
    padding-bottom: 50px;
}

.news_events_single_page {
    position: relative;
    padding-bottom: 50px;
}


@media (min-width: 1200px) {
    .news_events_single_page_cont {
        position: relative;
        padding-bottom: 100px;
    }

    .news_events_single_page {
        position: relative;
        padding-bottom: 100px;
    }
}

.news_events_single_image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    /*background-size: cover;
    padding-top: 260px;*/
    margin-bottom: 40px;
}

.news_events_single_category {
    font-size: 21px;
    line-height: 21px;
    font-weight: 700;
    letter-spacing: -1.365px;
    color: #47505c;
    margin-bottom: 10px;
}


.news_events_single_category span {
    font-size: 21px;
    line-height: 21px;
    font-weight: 200;
    letter-spacing: -1.365px;
    color: #47505c;
}

.news_events_single_categoryp {
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    color: #47505c;
    margin-bottom: 10px;
}


.news_events_single_categoryp span {
    font-size: 16px;
    line-height: 16px;
    font-weight: 200;
    color: #47505c;
}


.news_events_single_details {
    background-color: #f6f6f6;
    padding: 20px;
    margin-bottom: 15px;
}

.news_events_single_title {
    font-size: 25px;
    line-height: 25px;
    font-weight: 700;
    color: #f8a519;
    letter-spacing: -0.32px;
    margin-bottom: 30px;
}

.news_events_single_title a {
    font-size: 25px;
    line-height: 25px;
    font-weight: 700;
    color: #f8a519;
    letter-spacing: -0.32px;
}

.news_events_single_title a:hover {
    text-decoration: none;
}


@media (min-width: 1200px) {
    .news_events_single_title {
        font-size: 32px;
        line-height: 36px;
        font-weight: 700;
        color: #f8a519;
        letter-spacing: -0.32px;
        margin-bottom: 30px;
    }

    .news_events_single_title a {
        font-size: 32px;
        line-height: 36px;
        font-weight: 700;
        color: #f8a519;
        letter-spacing: -0.32px;
    }
}

.events_news_events_single_title {
    font-size: 25px;
    line-height: 25px;
    font-weight: 700;
    color: #f8a519;
    letter-spacing: -0.32px;
    margin-bottom: 30px;
}

.events_news_events_single_title a {
    font-size: 25px;
    line-height: 25px;
    font-weight: 700;
    color: #f8a519;
    letter-spacing: -0.32px;
}

.events_news_events_single_title a:hover {
    text-decoration: none;
}

@media (min-width: 1200px) {
    .events_news_events_single_title {
        font-size: 32px;
        line-height: 36px;
        font-weight: 700;
        color: #f8a519;
        letter-spacing: -0.32px;
        margin-bottom: 30px;
    }

    .events_news_events_single_title a {
        font-size: 32px;
        line-height: 36px;
        font-weight: 700;
        color: #f8a519;
        letter-spacing: -0.32px;
    }
}


.news_events_single_text {
    font-size: 18px;
    line-height: 28px;
    font-weight: 200;
    letter-spacing: 0px;
    color: #47505c;
}

.news_events_single_text a {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    letter-spacing: 0px;
    color: #47505c;
    text-decoration: underline;
}




@media (min-width: 1200px) {
    .news_events_single_text {
        font-size: 21px;
        line-height: 32px;
        font-weight: 200;
        letter-spacing: -0.32px;
        color: #47505c;
    }

    .news_events_single_text a {
        font-size: 21px;
        line-height: 32px;
        font-weight: 700;
        letter-spacing: -1.365px;
        color: #47505c;
        text-decoration: underline;
    }
}


.news_events_single_link {
    text-align: right;
    margin-top: 30px;
    position: relative;
    bottom: 0;
    right: 0;
}

@media (min-width: 1200px) {
    .news_events_single_link {
        text-align: right;
        margin-top: 60px;
        /*position: absolute;*/
        bottom: 0;
        right: 0;
    }
}

.news_events_title_cont {
    height: 80px;
}

.height_regulator {
    height: auto;
}



@media (min-width: 1200px) {
    .height_regulator {
        height: 100%;
    }
}

/* *******************************************************************************************
************************************** END NEWS EVENTS **************************************
******************************************************************************************* */



/* *******************************************************************************************
*************************************** MEET THE TEAM ****************************************
******************************************************************************************* */

.meet_the_team_cont {
    padding-top: 80px;
    padding-bottom: 100px;
}



.single_team_member {
    background-color: #f6f6f6;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    cursor: pointer;
}



.single_team_member_info {
    position: absolute;
    top: 0;
    left: 0;
}

.single_team_member_info_about {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 22px;
    padding-bottom: 22px;
    background-color: #f8a519;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: -0.14px;
}

.single_team_member_info_about_head img {
    width: auto;
    height: 100%;
    max-height: 64px;
}

.single_team_member_info_text {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 22px;
    padding-bottom: 22px;
    background-color: rgba(0, 0, 0, 0.4);
    transition: all 0.5s;
}


.single_team_member:hover .single_team_member_info_text {
    padding-bottom: 60px;
}

.single_team_member_info_name {
    font-size: 25px;
    line-height: 25px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: -0.65px;
}

.single_team_member_info_role {
    font-size: 21px;
    line-height: 21px;
    font-weight: 500;
    letter-spacing: -1.365px;
    color: #ffffff;
}



@media (min-width: 1200px) {
    .single_team_member_info_name {
        font-size: 28px;
        line-height: 28px;
        font-weight: 700;
        color: #ffffff;
        letter-spacing: -1.82px;
    }

    .single_team_member_info_role {
        font-size: 21px;
        line-height: 21px;
        font-weight: 500;
        letter-spacing: -1.365px;
        color: #ffffff;
    }
}



.meet_the_team_cont .modal-body {
    background-color: #f8a519;
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 21px;
    line-height: 21px;
    font-weight: 200;
    letter-spacing: -1.365px;
    color: #ffffff;
    text-align: left;

}


@media (min-width: 1200px) {
    .meet_the_team_cont .modal-body {
        background-color: #f8a519;
        padding-top: 100px;
        padding-bottom: 100px;
        font-size: 21px;
        line-height: 21px;
        font-weight: 200;
        letter-spacing: -1.365px;
        color: #ffffff;
        text-align: left;

    }
}

.single_team_member_info_bio a {

    word-break: break-word;
}

.single_team_member_info_bio {
    padding-top: 40px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 200;
    letter-spacing: 0px;
    color: #000000;
    text-align: left;
}


@media (min-width: 1200px) {
    .single_team_member_info_bio a {

        word-break: normal;
    }

    .single_team_member_info_bio {
        padding-top: 40px;
        font-size: 21px;
        line-height: 21px;
        font-weight: 200;
        letter-spacing: -0.65px;
        color: #000000;
        text-align: left;
    }
}


.single_team_member_info_bio a {
    color: #000000;
    font-weight: 500;
    text-decoration: underline;

}

.meet_the_team_cont .modal-content {
    background-color: transparent;
    border: 0;
    border-radius: 0;
}

.meet_the_team_cont .modal-header {
    border: 0;
    border-radius: 0;
}

.meet_the_team_cont .modal-footer {
    border: 0;
    border-radius: 0;
    justify-content: center;
}



/* *******************************************************************************************
************************************** END MEET THE TEAM **************************************
******************************************************************************************* */



/* *******************************************************************************************
**************************************** KEY PARTNERS ****************************************
******************************************************************************************* */

.key_partners_cont {
    padding-top: 0px;
    padding-bottom: 60px;
}

@media (min-width: 1200px) {
    .key_partners_cont {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.key_partners_title {
    font-size: 25px;
    line-height: 25px;
    font-weight: 700;
    color: #47505c;
    letter-spacing: -0.65px;
    padding-bottom: 10px;
}

.key_partners_single_bg {
    background-color: #f6f6f6;
}

.kp_spacer {
    width: 25px;
}

.key_partners_single_cont_left {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.key_partners_single_cont_right {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 50px;
    padding-bottom: 50px;
}


@media (min-width: 1200px) {
    .key_partners_single_cont_left {
        padding-left: 0px;
        padding-right: 50px;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .key_partners_single_cont_right {
        padding-left: 50px;
        padding-right: 0px;
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.key_partners_single_image {
    padding-bottom: 50px;
}

.key_partners_single_image img {
    width: 100%;
    height: auto;
    max-height: none;
}



@media (min-width: 1200px) {
    .key_partners_single_image img {
        width: auto;
        height: 100%;
        max-height: 140px;
    }
}

.key_partners_single {
    margin-top: 50px;
}

.key_partners_single_name {
    font-size: 25px;
    line-height: 25px;
    font-weight: 700;
    color: #47505c;
    letter-spacing: -0.65px;
    padding-bottom: 20px;
}

.key_partners_single_description {
    font-size: 18px;
    line-height: 28px;
    font-weight: 200;
    letter-spacing: 0px;
    color: #000000;
}


@media (min-width: 1200px) {
    .key_partners_single_name {
        font-size: 35px;
        line-height: 35px;
        font-weight: 700;
        color: #47505c;
        letter-spacing: -2.27px;
        padding-bottom: 36px;
    }

    .key_partners_single_description {
        font-size: 21px;
        line-height: 32px;
        font-weight: 200;
        letter-spacing: -0.315px;
        color: #000000;
    }
}

/* *******************************************************************************************
************************************** END KEY PARTNERS **************************************
******************************************************************************************* */

/* *******************************************************************************************
******************************************* POLICY *******************************************
******************************************************************************************* */
.policy_container_cont {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 25px;
    padding-right: 25px;
}

@media (min-width: 1200px) {
    .policy_container_cont {
        padding-top: 75px;
        padding-bottom: 75px;
        padding-left: 25px;
        padding-right: 25px;
    }
}

/* *******************************************************************************************
***************************************** END POLICY *****************************************
******************************************************************************************* */

/* *******************************************************************************************
****************************************** CHECKOUT ******************************************
******************************************************************************************* */
.woocommerce-checkout #payment {
   /* display: none;*/
}

.checkout_body {
    padding-top: 75px;
    padding-bottom: 75px;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    width: 100%;
    height: 44px;
    font-size: 17px;
    line-height: 20px;
    font-weight: 400;
    color: #0d3856;
    letter-spacing: -0.9px;
    border: 0;
    outline: none;
    margin-bottom: 12px;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: #f6f6f6;
}

.woocommerce form .form-row select,
.select2-container--default .select2-selection--single {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('/wp-content/themes/password-elt-theme/images/arrow_dropdown.png');
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) 50%;
    background-size: 20px 10px;
    width: 100%;
    height: 44px;
    border: 0;
    outline: none;
    font-size: 17px;
    line-height: 20px;
    font-weight: 400;
    color: #0d3856;
    letter-spacing: -0.9px;

    margin-bottom: 12px;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: #f6f6f6;
}

.select2-selection__arrow {
    display: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 17px;
    line-height: 20px;
}


.woocommerce-billing-fields h3,
#customer_details h3 {
    font-size: 25px;
    line-height: 25px;
    font-weight: 700;
    letter-spacing: -1.625px;
    color: #f8a519;
    margin-bottom: 30px;
}


@media (min-width: 1200px) {

    .woocommerce-billing-fields h3,
    #customer_details h3 {
        font-size: 47px;
        line-height: 47px;
        font-weight: 700;
        color: #f8a519;
        letter-spacing: -3px;
        margin-bottom: 30px;
    }
}

.woocommerce table.shop_table {
    border: 0px solid rgba(0, 0, 0, .1);
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 0px;
}

.woocommerce table.shop_table td,
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
    border: 0;
}

/* *******************************************************************************************
**************************************** END CHECKOUT ****************************************
******************************************************************************************* */



.ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100102;
    background-color: #47505c;
    box-shadow: 0 3px 6px rgb(0 0 0 / 30%);
    overflow: hidden;
}



@media (min-width: 1200px) {
    .ui-dialog {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 100102;
        background-color: #47505c;
        box-shadow: 0 3px 6px rgb(0 0 0 / 30%);
        overflow: hidden;
    }
}

.ui-dialog-titlebar {
    background: transparent;
    border-bottom: 0;
    height: 36px;
    font-size: 18px;
    font-weight: 600;
    line-height: 2;
    padding: 0 2px 0 16px;
    text-align: right;
}

.ui-dialog-titlebar-close {
    background-color: transparent;
    border: 0;
    color: #ffffff;
}

.ui-dialog-content {
    padding-top: 0px;
    padding-bottom: 16px;
    padding-left: 26px;
    padding-right: 26px;
    overflow: auto;
}



@media (min-width: 1200px) {
    .ui-dialog-content {
        padding-top: 0px;
        padding-bottom: 16px;
        padding-left: 36px;
        padding-right: 36px;
        overflow: auto;
    }
}


.footer_title_pop {
    font-size: 26px;
    line-height: 28px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: -0.27px;
    margin-bottom: 50px;
    text-transform: uppercase;
    text-align: center;
}

.footer_text_high_pop,
.footer_text_high_pop a {
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
    color: #ffffff;
    letter-spacing: -0.21px;
    padding-bottom: 16px;
    outline: none;
    text-align: center;
}

.footer_text_high_pop a:hover {
    color: #f8a519;
}


.footer_text_high_pop .footer_small_icon {
    margin-left: 0px;
}


.ui-dialog {
    min-width: 100%;
}




@media (min-width: 1200px) {
    .ui-dialog {
        min-width: 650px;
    }
}


.license_key_access {
    font-size: 33px;
    line-height: 49px;
    font-weight: 700;
    color: #47505c;
    letter-spacing: 0px;
}

.body_content p {
    color: #000000;
}

.woocommerce ul.order_details {
    margin-top: 60px;
    margin-bottom: 30px;
    padding-left: 0;
    list-style: none;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
    padding-left: 0px;
}

.woocommerce-column__title {
    display: block;
    font-size: 1.4em;
    text-transform: none;
    line-height: 1.5;
    font-weight: 700;
}


td.product-name .quantity {
    display: inline-block;
    padding-left: 6px;
}



.support_form label {
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    letter-spacing: -0.275px;
    color: #47505c;
    text-align: left;
    margin-bottom: 25px;
    text-transform: uppercase;
    display: block;
}

.support_form label>span {
    display: block;
    margin-top: 10px;
}

.support_form label>span>input,
.support_form label>span>textarea {
    font-size: 22px;
    line-height: 32px;
    font-weight: 300;
    letter-spacing: -0.375px;
    color: #000000;
    width: 100%;
    border-radius: 0;
    padding: 10px;
    border: 1px solid #000000;
}

.wpcf7-submit,
.singletest_cont input.wpcf7-submit {
    transition: all 0.5s;
    background-image: url('/wp-content/themes/password-elt-theme/images/button_bg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: -0.9px;
    text-transform: uppercase;
    padding-left: 44px;
    padding-right: 44px;
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
    background-color: transparent;
    border: 0;
}



.wpcf7-submit:hover,
.singletest_cont input.wpcf7-submit:hover {
    color: #f8a519;
}

.wpcf7-submit img {
    max-width: 20px;
    width: 100%;
    height: auto;

    margin-left: 20px;
}

.woocommerce-info {
    /*display: none !important;*/
    border-top-color: #f8a519;
}

.woocommerce-info a {
    color: #f8a519;
}

.woocommerce-info::before {
    color: #f8a519;
}



.page-id-665 .page_hero_footer_list_cont {
    max-width: 80px;
}