
* {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6, p, span, ul, li, a, .btn-default, textarea {
    margin: 0;
    padding: 0;
}

a:hover, a:focus {
    text-decoration: none;
}

@font-face {
    font-family: LibreFranklin;
    src: url(../font/LibreFranklin-Regular.ttf);
}

@font-face {
    font-family: Merriweather;
    src: url(../font/Merriweather-Regular.ttf);
}

@font-face {
    font-family: Raleway;
    src: url(../font/Raleway-Regular.ttf);
}

@font-face {
    font-family: Apple-Boy;
    src: url(../font/Apple-Boy-BTN-Regular.ttf);
}

header.main-header {
    padding: 0 0 20px;
}

header.main-header .logo-main {
    text-align: center;
}

header.main-header .logo-main h1 {
    font-family: Merriweather;
    font-size: 40px;
    font-weight: 600;
    color: #111f22;
    padding-top: 15px;
}

header.main-header .logo-main img {
    padding: 0 0px 0;
}

header.main-header .right-lock {
    text-align: revert;
    transform: scaleX(-1);
}

header.main-header .left-lock {
    text-align: left;
}

.secure-your-will-head h2 {
    text-align: center;
    font-weight: 500;
    text-decoration: underline;
    color: #000;
    font-family: "Merriweather";
    padding: 15px 0 0px;
    font-size: 26px;
}

section.banner-wrap-main {
    padding-top: 25px;
    margin-bottom: 50px;
}

section.banner-wrap-main .inner-image {
    text-align: center;
}

section.banner-wrap-main .copy-lines-main h4 {
    color: #24bfc5;
    font-weight: 600;
    font-family: Raleway;
    text-align: center;
    font-size: 22px;
    line-height: 27px;
    padding-bottom: 40px;
}

section.banner-wrap-main .note-main h5 {
    text-align: center;
    color: Red;
    margin-top: 15px;
    font-weight: 300;
    font-size: 22px;
    line-height: 30px;
}

section.banner-wrap-main .inner-video {
    text-align: center;
    width: 100%;
}

section.banner-wrap-main .inner-video video {
    text-align: center;
    width: 100%;
}

/* walt main css  start */

section.walt-main-wrap {
    background-image: url(../images/WALT/lock-bg-1.jpg);
    background-size: cover;
    background-position: bottom center;
    position: relative;
    padding-bottom: 90px;
    max-width: 100%;
    overflow-x: hidden;
}

section.walt-main-wrap h1.top-head {
    color: #40e0e6;
    font-weight: 500;
    font-family: Raleway;
    font-size: 22px;
    text-align: center;
    padding: 50px 0 70px;
    line-height: 31px;
}

section.locker-menu-main-wrap {
    background: url(../images/WALT/locker-main.png) no-repeat center center;
    position: relative;
    width: auto;
    height: 630px;
    margin: 0 auto;
    margin-top: 0px;
    background-size: contain;
    max-width: 910px;
}

section.locker-menu-main-wrap .login-btn a {
    position: absolute;
    top: 41.5%;
    left: 7%;
    color: #2eb4bc;
    font-weight: 500;
    font-family: Raleway;
}

section.locker-menu-main-wrap .door {
    position: absolute;
    top: 8%;
    left: 25%;
    width: 600px;
    height: 550px;
    transform-origin: right;
    background: url(../images/WALT/Middle-1-1-1.png) no-repeat;
    background-size: contain;
    transition: all 0.9s ease-in-out;
}

section.locker-menu-main-wrap .door .wheel-bar {
    position: relative;
    top: 2%;
    left: 5.5%;
    width: 451px;
    height: 451px;
    background: url(../images/WALT/wheel.png) no-repeat;
    background-size: contain;
    perspective: 1000px;
    bottom: 0;
}

.doorOpen {
    transform: perspective(1200px) translateZ(0px) translateX(0px) translateY(0px) rotateY(180deg);
    left: 24.3%;
}

section.locker-menu-main-wrap .door .wheel-bar ul.page-linking-main-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    padding: 0;
}

section.locker-menu-main-wrap .door .wheel-bar ul.page-linking-main-list li {
    background: #fff;
    display: flex;
    padding: 10px;
    width: 135px;
    height: 135px;
    align-items: center;
    position: absolute;
    border-radius: 100%;
    box-shadow: 0 0 5px #000;
    border: 3px solid #020000;
    transition: all 0.6s;
}

.wheel-bar ul.page-linking-main-list li a {
    font-family: "Raleway";
    font-weight: 600;
    color: #00b4bc;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    display: grid;
    width: 100%;
    height: 100%;
    align-items: center;
}

.wheel-bar ul.page-linking-main-list li:hover {
    background: #cccccc !important;
}

.wheel-bar ul.page-linking-main-list li:nth-child(1) {
    top: -50px;
    left: 155px;
}

.wheel-bar ul.page-linking-main-list li:nth-child(2) {
    top: 5px;
    left: 305px;
}

.wheel-bar ul.page-linking-main-list li:nth-child(3) {
    top: 150px;
    left: 370px;
}

.wheel-bar ul.page-linking-main-list li:nth-child(4) {
    top: 300px;
    left: 315px;
}

.wheel-bar ul.page-linking-main-list li:nth-child(5) {
    top: 365px;
    left: 160px;
}

.wheel-bar ul.page-linking-main-list li:nth-child(6) {
    top: 300px;
    left: 10px;
}

.wheel-bar ul.page-linking-main-list li:nth-child(7) {
    top: 155px;
    left: -45px;
}

.wheel-bar ul.page-linking-main-list li:nth-child(8) {
    top: 15px;
    left: 15px;
}

.imageRot {
    -webkit-animation: spin 0.5s ease-in-out;
    -moz-animation: spin 0.5s ease-in-out;
    animation: spin 0.5s ease-in-out;
}

@-moz-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* walt main css  close */

section.take-care {
    background: #111f22;
    padding: 30px 0;
    text-align: center;
}

section.take-care h2 {
    color: #00b4bc;
    font-size: 28px;
    font-weight: 600;
    font-family: "Merriweather";
}

section.footer-bottom {
    text-align: center;
    padding: 30px 0 15px;
}

/*section.footer-bottom img {*/
/*    height: 180px;*/
/*}*/

section.footer-main h1 {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #333333;
    line-height: 36px;
    padding: 30px 0;
}

/* login-page  */

section.main-menu-banner {
    display: inline-block;
    width: 100%;
    text-align: center;
    background: #fff;
    margin-bottom: 20px;
    padding: 15px 0;
    border-bottom: 3px solid #000;
    padding: 15px 0px 60px 0px;
}

section.main-menu-banner .inner-heading h1 {
    font-family: "Raleway", serif;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 700;
}

section.main-menu-banner .inner-heading a {
    background-color: #00b4bc;
    color: white;
    padding: 12px 24px;
    font-size: 15px;
    border-radius: 5px;
    text-transform: capitalize;
    font-family: sans-serif;
    font-weight: 500;
    text-decoration: none;
    outline: none;
    position: absolute;
    right: 0;
    border: 2px solid;
}

section.main-menu-banner .inner-heading {
    display: inline-flex;
}

section.hunderd-percent-safe .inner-head {
    text-align: center;
}

section.hunderd-percent-safe .inner-head h2 {
    font-family: Raleway;
    color: #00b4bc;
    font-size: 23px;
    font-weight: 600;
    text-align: center;
    padding: 40px 0 20px;
    line-height: 34px;
}

section.login-form-main-wrap form.inner-form-main {
    margin: 50px auto;
    padding: 8px 23px;
    height: 500px !important;
    background-repeat: no-repeat;
    background: url(../images/calculator.jpg) no-repeat center;
    background-size: contain;
    position: relative;
    max-width: 440px;
    box-shadow: 0 0 10px #000;
    border-radius: 0px;
    border: 10px solid #919ba1;
}

section.login-form-main-wrap form.inner-form-main .userpass {
    border: 2px solid;
    padding: 5px;
    background: #fff;
}

section.login-form-main-wrap form.inner-form-main .userpass label {
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
    padding-left: 17px;
    font-size: 13px;
}

section.login-form-main-wrap form.inner-form-main .userpass input {
    width: 100% !important;
    padding: 2px 17px;
    display: inline-block;
    border: 2px solid #000;
    box-sizing: border-box;
    margin: 0px;
    color: #666;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

section.login-form-main-wrap form.inner-form-main .userpass input:focus {
    border: 2px solid #000;
}

section.login-form-main-wrap form.inner-form-main .submitbox {
    position: absolute;
    bottom: 10px;
    right: 23px;
}

section.login-form-main-wrap form.inner-form-main .submitbox .login-btn a {
    color: #000;
    background: #fcfafa;
    font-weight: 600;
    display: flex;
    margin: 0;
    padding: 0;
    border-radius: 0;
    text-align: center;
    height: 65px;
    width: 110px;
    align-items: center;
    justify-content: center;
    border: 2px solid black;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
}

section.login-form-main-wrap form.inner-form-main .forgetbox {
}

section.login-form-main-wrap form.inner-form-main .forgetbox .forget-password a {
    position: absolute;
    right: -170px;
    font-weight: 700;
    top: 50%;
    color: black;
}

section.login-form-main-wrap form.inner-form-main .forgetbox .forget-username a {
    position: absolute;
    left: -170px;
    font-weight: 700;
    top: 50%;
    color: black;
}

section.login-form-main-wrap form.inner-form-main .remember-me {
    position: absolute;
    bottom: -50px;
    text-align: center;
    margin: auto;
    left: 34%;
}

section.pricing-main .inner-content h1 {
    font-size: 36px;
    font-weight: 700;
    font-family: "Merriweather";
    color: #00b4bc;
    padding: 50px 0 20px;
}

section.pricing-main {
    /* text-align: center; */
}

section.pricing-main .inner-content p {
    margin-bottom: 30px;
    margin-top: 25px;
    font-size: 20px;
}

section.pricing-main .inner-content .buy-now-btn a {
    background-color: #00b4bc;
    color: white;
    padding: 12px 24px;
    font-size: 15px;
    border-radius: 5px;
}

section.pricing-main .inner-content .buy-now-btn {
    margin: 50px 0 25px;
}

section.what-we-are.pricing-main .inner-content p {
    font-family: "Merriweather";
}

section.terms-of-enrollment.pricing-main .inner-content h1 {
    text-align: center;
}

section.terms-of-enrollment.pricing-main .inner-content {
    text-align: left;
}

section.terms-of-enrollment.pricing-main .inner-content h2 {
    line-height: 1.4;
    font-size: 1.875rem;
    color: #666;
    font-weight: 600;
    padding: 20px 0;
    font-family: "Merriweather";
}

section.terms-of-enrollment.pricing-main .inner-content ol {
    padding: 0px 19px;
    font-family: "Merriweather";
    line-height: 33px;
}

section.about-us.pricing-main .inner-sub p {
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #222 !important;
    line-height: 2 !important;
    font-family: "Merriweather";
}

section.about-us.pricing-main .inner-sub h2 {
    color: #666 !important;
    font-family: "Merriweather";
}

section.contact-us.pricing-main .contact-sub img {
    height: 85px;
}

section.contact-us.pricing-main .contact-sub h3 {
    font-size: 24px;
    font-weight: 500;
    color: #00b4bc;
    text-transform: capitalize;
    padding: 20px 0 0;
}

section.contact-us.pricing-main .contact-sub h3 a {
    font-weight: 500;
    color: #00b4bc;
    text-transform: capitalize;
    padding: 20px 0 0;
}

section.contact-us.pricing-main .contact-sub p {
    font-family: "Merriweather";
    color: #222;
    font-weight: 500;
}

/* dashbaord css  */

section.dashboard-main-wrap {
    margin: 60px 0;
}

section.dashboard-main-wrap .inner-design {
    background-color: #eeecec;
    padding: 50px;
}

section.dashboard-main-wrap .inner-design .top h5 {
    padding: 50px 0;
    text-align: center;
    color: #54595f;
    font-weight: 300;
    font-size: 28px;
}

section.dashboard-main-wrap .inner-design .top h1 {
    padding: 0 0 50px;
    text-align: center;
    color: #7c828a;
    position: relative;
    font-weight: 100;
    font-size: 38px;
}

section.dashboard-main-wrap .inner-design .top h1::after {
    position: absolute;
    content: "";
    width: 190px;
    height: 1px;
    background: #b6b6b6;
    transform: translateX(50%);
    top: 58%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

section.dashboard-main-wrap .inner-design .card-main-wrap {
    box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 11%);
    transition: border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 10px 10px 10px 10px;
    background: #fcfcfc;
    padding: 50px 0px 0;
    text-align: center;
}

section.dashboard-main-wrap .inner-design .card-main-wrap i {
    color: #d6d6d6;
    border-color: #d6d6d6;
    /* padding: 28px 28px; */
    border: 2px solid #d6d6d6;
    border-radius: 50%;
    transition: 0.5s;
    width: 80px;
    font-size: 25px;
    height: 80px;
    padding: 25px 0;
}

section.dashboard-main-wrap .inner-design .card-main-wrap h4 {
    color: #00b4bc;
    font-family: "Montserrat", Sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.3em;
    padding-top: 90px;
    margin-bottom: 11px;
}

section.dashboard-main-wrap .inner-design .card-main-wrap a.route-btn {
    transition: 0.5s;
    background: #00b4bc;
    color: #fff;
    display: block;
    padding: 8px 0;
    font-size: 14px;
}

section.dashboard-main-wrap .inner-design .card-main-wrap a.route-btn:hover {
    background: #000;
}

section.dashboard-main-wrap .inner-design .card-main-wrap:hover {
    box-shadow: 0px 0px 10px 0px #8f8f8f91;
}

section.dashboard-main-wrap .inner-design .card-main-wrap:hover i {
    color: #00b4bc;
    border: 2px solid #00b4bc;
    /* box-shadow: 0px 4px 5px 0px gray; */
}

/* login component  */

.login-main {
    box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 30%);
    transition: border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 0px 2px 50px 2px;
    background: #fcfcfc;
    padding: 50px 10px 10px;
}

.login-main .inner-form h2 {
    color: #666;
    font-family: "Merriweather";
    padding: 0 0 20px;
}

.login-main .inner-form label {
    display: block;
    font-weight: 700;
    margin-bottom: 0.5em;
    font-size: 18px;
    color: #333;
}

.login-main .inner-form label span {
    color: #b22222;
}

.login-main .inner-form input[type=password] {
    color: #666;
    background: #fff;
    border: 1px solid #bbb;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: block;
    padding: 5px 0.7em;
    width: 100%;
    display: block;
    margin-bottom: 23px;
}

.login-main .inner-form input[type=text] {
    color: #666;
    background: #fff;
    border: 1px solid #bbb;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: block;
    padding: 5px 0.7em;
    width: 100%;
    display: block;
    margin-bottom: 23px;
}

.login-main .inner-form .login-btn button {
    background-color: #222;
    border: 0;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    padding: 1em 2em;
    text-shadow: none;
    letter-spacing: 1px;
    margin-right: 40px;
}

.login-main .inner-form .lost-your-password p {
    padding: 30px 0;
}

.login-main .inner-form .lost-your-password p a {
    /* padding: 20px 0; */
    color: #222222;
}

/* billing component  */

section.secure-will-checkout .coupenInputSection .input input {
    height: 47px;
}

section.secure-will-checkout .coupen-code p {
    font-family: 'Merriweather';
}

section.secure-will-checkout {
    padding: 100px 0;
}

section.secure-will-checkout .first-line.view-cart {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 28px 20px 28px 30px;
    background-color: teal;
    margin-bottom: 20px;
}

section.secure-will-checkout .view-cart-btn a {
    text-decoration: solid;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
}

section.secure-will-checkout .second-line.login-wrap {
    padding: 27px 0px 27px 30px;
    background-color: #111F22;
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    margin-bottom: 20px;
    font-family: 'Merriweather';
}

section.secure-will-checkout .second-line.login-wrap h5 {
    color: #00B4BC;
    font-size: 18px;
    font-weight: 600;
    padding-right: 5px;
    margin-bottom: 5px;
}

section.secure-will-checkout .second-line.login-wrap a {
    font-size: 18px;
    color: #fff;
    box-shadow: 0 1px 0 #fff !important;
    color: #fff;
    border-bottom: 1px solid #fff;
    text-decoration: none;
    transition: box-shadow ease-in-out 130ms;;
}

section.secure-will-checkout .second-line.login-wrap a:hover {
    border-bottom: 2px solid #fff;
}

section.secure-will-checkout .checkout-form-mainDiv form label {
    color: #333;
    font-weight: 700;
    cursor: pointer;
    font-size: 18px;
}

section.secure-will-checkout .checkout-form-mainDiv h2 {
    color: #464646;
    font-weight: normal;
    font-family: 'Raleway';
    font-size: 26px;
    padding: 20px 10px;
}

section.secure-will-checkout .select2.select2-container.select2-container--default {
    width: 100% !important;
}

section.secure-will-checkout .select2-container--default .select2-selection--single {
    border: 1px solid #d4d4d4 !important;
}

section.secure-will-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #606060 !important;
    line-height: 37px !important;
}

section.secure-will-checkout .select2-container .select2-selection--single {
    height: 42px !important;
}

section.secure-will-checkout .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #0073aa !important;
    color: white;
}

section.secure-will-checkout .checkout-form-mainDiv .table td, section.secure-will-checkout .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: none !important;
}

section.secure-will-checkout tbody th span {
    color: #8d8d8d;
    font-size: 18px;
    font-weight: normal;
}

section.secure-will-checkout tbody tr td.total {
    font-weight: bold;
    color: #000;
}

section.secure-will-checkout .checkout-btn {
    padding: 8px 25px;
    color: #fff;
    background-color: #00B4BC;
    outline: none;
    border: none;
    margin-top: 15px;
}

section.secure-will-checkout .checkout-btn:hover {
    background-color: #00B4BC;
}

section.secure-will-checkout .btndiv {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 20px 0;
}

section.secure-will-checkout .btndiv button {
    margin-right: 10px;
    padding: 10px 25px;
    font-size: 17px;
    font-weight: 600;
    background-color: #242424;
    color: #fff;
}

section.secure-will-checkout .btndiv label {
    font-size: 20px;
    font-weight: bold;
    /* padding-bottom: 10px; */
}

section.secure-will-checkout .btndiv .form-check-input {
    position: absolute;
    margin-top: .6rem !important;
    margin-left: -1.25rem;
}

section.secure-will-checkout .loginform label {
    font-size: 20px;
    font-weight: bold;
}

section.secure-will-checkout .lost-paswword {
    padding: 30px 20px;
}

section.secure-will-checkout .lost-paswword p {
    color: #000;
}

section.secure-will-checkout .coupenInputSection {
    display: flex;
    align-items: baseline;
    margin: 15px 0 0;
}

section.secure-will-checkout .coupenInputSection button {
    padding: 10px 30px;
    background-color: #242424;
    color: #fff;
    font-weight: bold;
    margin-left: 20px;
}

section.secure-will-checkout .paywithcash {
    padding: 30px 20px;
    background-color: #eee;
    color: #000;
    margin: 15px 0;
}

section.secure-will-checkout input[type='radio'] {
    transform: scale(2);
    height: 10px;
    width: 10px;
    margin: 9px 17px 0 0px;
}

section.secure-will-checkout .first-line.view-cart h5 {
    color: #fff;
    font-weight: 300;
}

section.secure-will-checkout .checkout-form-mainDiv form label span {
    color: #b22222;
}

section.secure-will-checkout .checkout-form-mainDiv form input {
    margin-bottom: 10px;
    /* border-radius: 3px; */
    /* border: 1px solid; */
}

section.secure-will-checkout .checkout-form-mainDiv form select:focus, section.secure-will-checkout .checkout-form-mainDiv form input:focus {
    border: 1px solid;
    box-shadow: none;
}

section.secure-will-checkout .checkout-form-mainDiv form select, section.secure-will-checkout .checkout-form-mainDiv form input[type=text] {
    height: 44px;
    font-size: 14px;
}

section.secure-will-checkout .auth-png-main {
    margin: 0 0 0 auto;
}

.payment-processing-main-wrap form.payment-form {
    text-align: end;
    text-transform: uppercase;
    padding-right: 60px;
}

.payment-processing-main-wrap form.payment-form input[type=text] {
    border: none;
    border-bottom: 1px solid #000;
    width: 60px;
}

.payment-processing-main-wrap form.payment-form input:focus-visible, .payment-processing-main-wrap form.payment-form input:focus {
    border: none !important;
    outline: none !important;
    border-bottom: 1px solid #000 !important;
}

.inner-design .login-main {
    margin: 13px;
}

.payment-processing-main-wrap form.payment-form label strong {
    font-weight: 600 !important;
}

.payment-processing-main-wrap p.text-box strong {
    font-family: 'Raleway', sans-serif;
    font-weight: 600 !important;
    font-size: 19px;
}

/* cart page css  */

/* card section */

section.cart-expense.cart-btns {
    background: #ddd;
}

section.cart-expense.cart-total {
    padding-top: 100px;
}

section.cart-expense thead th {
    /* background-color: #cf5454; */
    text-transform: uppercase;
    color: #333;
    border-bottom: 1px solid #333333;
    padding: 20px 0px 20px 0px;
    text-align: center;
}

section.cart-expense tbody td {
    padding: 25px 5px;
    color: #000;
    text-align: center;
}

section.cart-expense tbody td span {
    border: 1px solid black;
    padding: 13px 40px;
}

section.cart-expense .table-inner-img {
    width: 100px;
    height: 90px;
    border: 1px solid rgb(209, 205, 205);
}

section.cart-expense .cart-btns input {
    color: #000;
    border: 1px solid #828282;
    padding: 16px 30px 16px 30px;
    outline: none;
    font-weight: bold;
}

section.cart-expense .cart-btns a {
    padding: 17px 35px;
    margin: 0 20px;
    font-weight: bold;
    border: 1px solid #333333;
    color: #ffffff;
    background-color: #333333;
}

section.cart-expense .cart-total-content h1 {
    color: #333333;
    font-size: 30px;
    padding-bottom: 30px;
    font-weight: bold;
}

section.cart-expense .cart-total-content a {
    padding: 15px 0px;
    font-weight: bold;
    border: 1px solid #333333;
    color: #333333;
    /* background-color: #cf5454; */
    font-size: 18px;
    display: block;
    text-align: center;
}

section.cart-expense .proceed-btn {
    margin: 40px 0 0;
}

section.cart-expense .cart-sub-total {
    color: #000000;
    display: flex;
    justify-content: space-between;
    text-transform: uppercase;
    padding-top: 5px;
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: 1px solid #000;
}

section.cart-expense .number.numbers-my-css input {
    height: 40px;
    width: 50px;
    text-align: center;
    font-size: 16px;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
}

section.cart-expense .number.numbers-my-css input {
    width: 70px;
    height: 35px;
    text-align: center;
    border-radius: 4px;
    padding: 0px 0px 0px 0px;
    /* background: #dddddd; */
    border: 1px solid #00000073;
}

section.cart-expense .product-image img {
    border-radius: 20px;
    position: relative;
    width: 100%;
    transition: 0.5s;
}

section.cart-expense .product-image i {
    color: #333;
    font-size: 28px;
    position: absolute;
    top: 25px;
    right: 55px;
    transition: 0.5s;
}

section.cart-expense .product-image i {
    color: #fff;
}

section.cart-expense .product-image.active i {
    color: #62461d;
}

section.cart-expense.product-image.active {
    background: none;
}

section.cart-expense table {
    width: 100%;
}

section.cart-expense {
    margin-bottom: 50px;
}

section.cart-expense .update-cart-item button {
    background: #333333;
    border: 1px solid #333333;
    color: #fff;
    padding: 10px 20px;
}

/* end here  */

.forget-password-main-wrap .login-main .inner-form .login-btn button {
    background-color: #24bfc5 !important;
    color: white !important;
    padding: 12px 24px;
    border-radius: 5px;
    font-family: sans-serif !important;
    font-size: 15px;
}

/* place order page  */

section.order-show-thanku .inner-content h2 {
    font-family: 'Merriweather';
    color: #666;
    font-weight: 400;
    font-size: 25px;
    margin: 20px 0;
}

section.order-show-thanku .inner-content table {
    width: 100%;
}

section.order-show-thanku .inner-content table thead {
    border-bottom: 1px solid #333;
    line-height: 37px;
}

section.order-show-thanku .inner-content table tr {
    line-height: 32px;
}

section.order-show-thanku .inner-content ul {
    /* list-style: none; */
    padding: 20px 0px 24px 18px;
}

section.order-show-thanku {
    padding: 0 0 30px;
}

/* account  page*/

section.walt-main-wrap.accout-wall {
    margin: 0px 0 40px;
    /*background: none;*/
}

p.my-accout-text a {
    color: #000;
    border-bottom: 2px solid #0000;
    transition: 0.5s;
}

p.my-accout-text:hover a {
    color: #000;
    border-bottom: 2px solid rgb(0, 0, 0);
}

/* acount-detail-page  */

section.secure-will-checkout.account-detail {
    background: white;
    margin: 80px 11px;
    padding: 55px 35px;
}

section.secure-will-checkout.account-detail .checkout-form-mainDiv form input {
    height: 40px !important;
}

section.secure-will-checkout.account-detail .checkout-form-mainDiv form fieldset {
    border: 1px solid #333;
    padding: 10px 20px 25px;
}

section.secure-will-checkout.account-detail .checkout-form-mainDiv form legend {
    padding: 0 10px;
}

.my-address-content-main h2 {
    font-weight: 500;
    font-size: 21px;
    margin: 0;
    padding: 10px 0 10px !important;
}

.my-address-content-main {
    padding: 15px;
}

.view-order-main-wrap table {
    width: 100%;
    line-height: 30px;
}

.view-order-main-wrap table thead tr td {
    font-weight: 700;
}

.view-order-main-wrap table thead {
    border-bottom: 1px solid #333;
    line-height: 37px;
}

.view-order-main-wrap table tbody tr td a {
    color: #000;
    border-bottom: 2px solid #0000;
    transition: 0.5s;
}

.view-order-main-wrap table tbody tr td:hover a {
    color: #000;
    border-bottom: 2px solid rgb(0, 0, 0);
}

h5.top-orderdetail-line span {
    background: #eee;
}

h5.top-orderdetail-line {
    font-weight: 400;
    font-size: 17px;
    font-family: 'Raleway';
    line-height: 32px;
}

section.recipiend-main-wrap form.inner-content {
    overflow-x: scroll;
    margin: 30px 0;
}

section.recipiend-main-wrap form.inner-content table thead th {
    color: #00B4BC;
}

section.recipiend-main-wrap form.inner-content table tbody th {
    font-size: 1.625rem;
    font-weight: 300;
    color: #666;
    font-family: 'Merriweather';
}

section.recipiend-main-wrap form.inner-content input {
    padding: 4px 5px;
    font-family: 'Raleway';
    font-size: 12px;
    line-height: 1.5;
    color: #666;
    font-weight: 600;
    background: #fff;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    border: 1px solid #bbb;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: block;
    padding: 0.4em 0.7em;
    line-height: 1.5;
    font-weight: 400;
    font-family: 'Merriweather';
}

section.recipiend-main-wrap form.inner-content .save-btn-main-wrap button {
    background-color: #24bfc5;
    color: white;
    padding: 12px 24px;
    border-radius: 5px;
    font-family: sans-serif;
    font-size: 15px;
    border: none;
    outline: none;
}

section.recipiend-main-wrap form.inner-content .save-btn-main-wrap a {
    background-color: #24bfc5;
    color: white;
    padding: 12px 24px;
    border-radius: 5px;
    font-family: sans-serif;
    font-size: 15px;
    margin: 10px;
}

section.recipiend-main-wrap form.inner-content .save-btn-main-wrap {
    margin: 0 0 35px;
}

section.view-will .left-content-main-wrap .head h2 {
    text-shadow: 1px 1px 3px #000000;
    color: #00B4BC;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 34px;
    line-height: 32px;
    padding: 20px 0;
    text-align: center;
}

section.view-will .right-content-main-wrap .head h2 {
    text-shadow: 1px 1px 3px #000000;
    color: #00B4BC;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 34px;
    line-height: 32px;
    text-align: center;
    padding: 20px 0;
}

section.view-will .inner-wrap {
    display: flex;
    justify-content: space-evenly;
    margin: 50px 0;
    text-align: center;
    align-items: center;
}

section.view-will .inner-wrap h5 {
    font-weight: 700;
}

.left-content-main-wrap .inner-wrap img {
    /*transform: scale(1.5);*/
    /*transform: scaleX(-1);*/
    width: 170px;
}

section.footer-main.all-living-main h4 {
    font-weight: 900 !important;
    font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
    text-align: center !important;
    font-size: 22px;
    padding: 40px 0;
    line-height: 34px;
}

section.footer-main.all-living-main h6 {
    font-size: 20px;
    font-family: "Raleway", serif;
    text-align: center;
    font-weight: 600;
    padding-top: 20px;
    display: block;
}

section.footer-main.all-living-main h6 span {
    font-size: 17px !important;
    color: red;
    display: block;
    padding: 7px 0;
}

section.view-will .inner-wrap button,
section.view-will .inner-wrap a {
    background-color: #00b4bc;
    border: 0;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 800;
    line-height: 1;
    padding: 1em 3em;
    text-shadow: none;
    margin: 10px 0;
    text-align: center;
    display: block;
    align-self: center;
    margin: 10px auto;
}

section.view-will .inner-wrap .input-btn {
    background-color: #00B4BC;
    width: 190px !important;
    border-radius: 4px;
    padding: 6px !important;
    color: #ffffff;
    text-align: center;
    padding: 10px;
    /* display: inline-flex; */
    /* flex-wrap: wrap; */
    margin: 15px auto;
    align-items: baseline;
    /* padding:  20px !important; */
    max-width: 225px;
    display: inline-block;
}

section.view-will .inner-wrap .input-btn input[type="checkbox"]:checked ~ input[type="file"] {
    display: block;
    width: 250px;
    color: #ffffff;
}

section.view-will .inner-wrap .input-btn input[type="checkbox"] ~ input[type="file"] {
    display: none;
}

.secure-your-will-head h2 a {
    color: inherit;
}

section.t-shirt-registration-main-wrap textarea {
    line-height: 4ch;
    background-image: linear-gradient(transparent, transparent calc(4ch - 1px), #b4b4b4 0px);
    background-size: 100% 4ch;
}

section.t-shirt-registration-main-wrap .inner-wrap h1 {
    text-shadow: 1px 1px 3px #000000;
    color: #00B4BC;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 50px;
    line-height: 32px;
    text-align: center;
    padding: 40px 0;
}

section.t-shirt-registration-main-wrap .inner-wrap h3 {
    text-shadow: 1px 1px 3px #000000;
    color: #00B4BC;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 32px;
    text-align: center;
    padding: 20px 0 0px 0;
}

section.t-shirt-registration-main-wrap .inner-wrap form input {
    height: 40px;
    margin-bottom: 20px;
    font-size: 15px;
    color: #000;
    font-weight: 700;
}

section.t-shirt-registration-main-wrap .inner-wrap form input.form-control {
    border: none;
    border-bottom: 1px solid #333;
    border-radius: 0;
}

section.t-shirt-registration-main-wrap .inner-wrap form textarea.form-control, section.t-shirt-registration-main-wrap .inner-wrap form input.form-control:focus {
    box-shadow: none;
    border-bottom: 1px solid #333;
}

section.t-shirt-registration-main-wrap .inner-wrap form textarea.form-control {
    border: none;
    border-radius: 0;
}

section.t-shirt-registration-main-wrap .row.screen-name-main label.first-label {
    display: block;
    text-align: center;
    margin-bottom: 0 !important;
}

section.t-shirt-registration-main-wrap .row.screen-name-main label {
    font-size: 20px;
    font-weight: 500;
}

section.t-shirt-registration-main-wrap .row.screen-name-main input {
    border: 1px solid #333 !important;
}

section.t-shirt-registration-main-wrap .row.screen-name-main {
    margin: 40px 0;
}

section.t-shirt-registration-main-wrap .image-wrap-main img {
    width: 100%;
}

section.t-shirt-registration-main-wrap .checkboxes {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0px;
}

section.t-shirt-registration-main-wrap .inner-div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 10px 0;
}

section.t-shirt-registration-main-wrap .inner-div label {
    margin-bottom: 0;
    text-shadow: 1px 1px 3px #000000;
    color: #00B4BC;
    font-weight: 600;
    font-size: 23px;
    cursor: pointer;
}

section.t-shirt-registration-main-wrap .inner-div input {
    height: 36px !important;
    margin-bottom: 0 !important;
    width: 17px;
    margin-right: 10px;
}

section.t-shirt-registration-main-wrap .boxes-inner-wrap-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 35px 20px;
}

section.t-shirt-registration-main-wrap .boxes-inner-wrap-main .right-box {
    border: 1px solid #333;
}

section.t-shirt-registration-main-wrap .boxes-inner-wrap-main .left-box {
    border: 1px solid #333;
}

section.t-shirt-registration-main-wrap .boxes-inner-wrap-main a {
    color: #333;
}

section.t-shirt-registration-main-wrap .boxes-inner-wrap-main a h4 {
    font-size: 17px;
    text-align: center;
    padding: 7px;
}

section.aculab-voice-biometric-main-wrap .inner-wrap h1 {
    text-shadow: 1px 1px 3px #000000;
    color: #00B4BC;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 50px;
    text-align: center;
    padding: 40px 0;
}

section.aculab-voice-biometric-main-wrap .phrases {
    width: 60%;
    margin: auto;
}

section.aculab-voice-biometric-main-wrap .phrases h3 {
    font-family: Merriweather;
}

section.aculab-voice-biometric-main-wrap .send-btn-main {
    display: block;
    justify-content: start;
    align-items: center;
}

section.aculab-voice-biometric-main-wrap .send-btn-main button {
    width: 50px;
    height: 50px;
    background: red;
    border: 3px solid rgb(0, 0, 0);
}

section.aculab-voice-biometric-main-wrap .phrases ol {
    margin: 15px 15px 40px;
}

section.aculab-voice-biometric-main-wrap .send-btn-main h3 {
    text-align: center;
    margin-left: 5%;
}

section.aculab-voice-biometric-main-wrap .phrases ol li {
    font-size: 19px;
    font-weight: 500;
    line-height: 47px;
    font-family: 'Raleway';
}

section.aculab-voice-biometric-main-wrap {
    margin-bottom: 50px;
}

section.aculab-voice-biometric-main-wrap .pick-a-scurity-question select {
    width: 100%;
    padding: 10px;
    font-size: 22px;
    font-weight: 500;
    margin: 15px 0;
}

section.aculab-voice-biometric-main-wrap .pick-a-scurity-question h3 {
    font-size: 22px;
}

section.aculab-voice-biometric-main-wrap .pick-a-scurity-question {
    width: 80%;
    margin: auto;
}

section.aculab-voice-biometric-main-wrap .answer-question {
    width: 50%;
    margin: 40px auto 0;
    text-align: center;
}

section.aculab-voice-biometric-main-wrap .answer-question h3 {
    font-size: 22px;
    padding: 0px 0 15px 0px;
}

section.aculab-voice-biometric-main-wrap .answer-question h3 span {
    color: red;
}

section.aculab-voice-biometric-main-wrap .answer-question input {
    height: 45px;
    border: 1px solid #00bbd3;
}

section.video-signature-main-wrap .inner-wrap h1 {
    text-shadow: 1px 1px 3px #000000;
    color: #00B4BC;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 50px;
    text-align: center;
    padding: 40px 0 0;
}

section.video-signature-main-wrap .inner-btn-text-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

section.video-signature-main-wrap .inner-btn-text-wrap button {
    background: red;
    color: #fff;
    padding: 14px;
    font-size: 15px;
    font-weight: 500;
}

section.video-signature-main-wrap .inner-btn-text-wrap h3 {
    font-size: 24px;
    padding: 30px;
}

section.video-signature-main-wrap .main-text-wrap-input {
    display: flex;
    justify-content: center;
    font-size: 21px;
    width: 73%;
    line-height: 22px;
    margin: 60px auto 20px;
    flex-wrap: wrap;
}

section.video-signature-main-wrap .main-text-wrap-input p {
    padding: 0 18px;
    font-weight: 500;
}

section.video-signature-main-wrap .main-text-wrap-input input {
    margin-bottom: 20px;
    border: none;
    border-bottom: 1px solid #333;
}

section.video-signature-main-wrap .main-text-wrap-input input:focus {
    outline: none;
    border: none;
    border-bottom: 1px solid #000;
}

section.video-signature-main-wrap p.uploaded-bank {
    text-align: center;
    font-weight: font;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 35px;
}

.inner-iamge-card-main img {
    width: 100%;
    padding: 9px 20px;
    border: 1px solid;
}

.card-registration-name .chechkbox-in-card {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.card-registration-name .s-a-w h2 {
    text-align: center;
    font-size: 23px;
    color: #00b4bc;
    font-family: Apple-Boy;
    padding: 10px 0;
    font-weight: bold;
}

.card-registration-name .chechkbox-in-card .two input {
    margin: 0 !important;
    height: auto !important;
    text-align: center;
}

.card-registration-name .chechkbox-in-card .two {
    text-align: center;
    font-size: 14px;
}

.card-registration-name .chechkbox-in-card .two label {
    margin-bottom: 0;
}

.card-registration-name .chechkbox-in-card .three {
    text-align: center;
    font-size: 14px;
}

.card-registration-name .chechkbox-in-card .one {
    text-align: center;
    font-size: 14px;
}

.card-registration-name .label-main input {
    margin-bottom: 7px !important;
    height: 28px !important;
}

.card-registration-name .label-main {
    display: flex;
    justify-content: space-around;
}

.card-registration-name {
    border: 1px solid;
    padding: 3px 20px;
}

.continur-btn-register-main {
    text-align: center;
    margin: 40px 0 0;
}

.continur-btn-register-main a {
    color: #fff;
    padding: 11px 30px;
    border-radius: 4px;
    background: #00b4bc;
    font-weight: 400;
}

/* privacy policy*/
section.privacy-policy h1 {
    font-size: 36px;
    font-weight: 700;
    font-family: "Merriweather";
    color: #00b4bc;
    padding: 50px 0 20px;
    text-align: center;
}

section.privacy-policy h2 {
    line-height: 1.4;
    font-size: 1.875rem;
    color: #666;
    font-weight: 600;
    padding: 20px 0;
    font-family: "Merriweather";
}

section.privacy-policy p {
    font-family: Raleway;
    color: black;
    font-size: 16px;
    padding: 10px 0;
    line-height: 34px;
}

section.privacy-policy h3 {
    line-height: 1.4;
    font-size: 22px;
    color: #666;
    font-weight: 600;
    padding: 20px 0;
    font-family: "Merriweather";
}

ul {
    list-style-type: none;
}

section.privacy-policy .dashed {
    padding: 10px 0 10px 100px;
}

section.privacy-policy .dashed li {
    font-family: Raleway;
    color: black;
    font-size: 16px;
    line-height: 34px;
}

section.privacy-policy .dashed li:before {
    content: '-';
    position: absolute;
    margin-left: -30px;
    font-weight: bold;
    font-size: 30px;
}

section.privacy-policy .dot-li {
    padding: 10px 0 10px 100px;
}

section.privacy-policy .dot-li li {
    font-family: Raleway;
    color: black;
    font-size: 16px;
    line-height: 34px;
}

section.privacy-policy .dot-li li:before {
    content: 'ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢';
    position: absolute;
    margin-left: -30px;
    font-weight: bold;
    font-size: 30px;
}

section.privacy-policy a {
    font-family: Raleway;
    color: #666;
    font-size: 16px;
    line-height: 34px;
}

section.privacy-policy .contact-div {
    padding: 10px 0;
}

section.privacy-policy .contact-div p {
    padding: 20px 0 0 0;
}


section.footer-bottom h4 a {
    color: #111f22;
    font-size: 18px;
    margin-bottom: 20px;
    text-decoration: underline;
}


section.aculab-voice-biometric-main-wrap .record-btns {
    padding: 30px 0;
}

section.aculab-voice-biometric-main-wrap .record-btns a {
    color: #fff;
    padding: 11px 30px;
    border-radius: 4px;
    background: #00b4bc !important;
    font-weight: 400;
    width: 100% !important;
    border: none !important;
}


section.aculab-voice-biometric-main-wrap .send-btn-main audio {
    width: 100%;
}


section.aculab-voice-biometric-main-wrap .record-btns ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 350px;
    margin: 0 auto;
}

section.aculab-voice-biometric-main-wrap .record-btns ul li {
    padding: 0 5px;
}


.verifyModalMain .modal-header {
    padding: 5px 7px 0 0;
    border: none;
}


.verifyModalMain section.aculab-voice-biometric-main-wrap .pick-a-scurity-question select {
    margin: 0;
}


.verifyModalMain section.aculab-voice-biometric-main-wrap .inner-wrap .pick-a-scurity-question,
.verifyModalMain section.aculab-voice-biometric-main-wrap .inner-wrap .answer-question {
    width: 100%;
}


.verifyModalMain section.aculab-voice-biometric-main-wrap .inner-wrap .pick-a-scurity-question h4 {
    font-size: 22px;
    font-weight: 500;
    text-align: center;
}


.verifyModalMain .modal-body {
    padding-top: 0 !important;
}


.verifyModalMain section.aculab-voice-biometric-main-wrap .answer-question h3 {
    font-size: 17px;
}

.verifyModalMain button.verifyBtnModalInner {
    background-color: #00b4bc;
    color: white;
    padding: 12px 24px;
    font-size: 15px;
    border-radius: 5px;
    text-transform: capitalize;
    font-family: sans-serif;
    font-weight: 500;
    text-decoration: none;
    border: none;
    outline: none;
}

.verifyModalMain .modal-footer {
    border: none;
    padding: 0 initial;
}

.modal-LoaderMain-wrap {
    text-align: center;
    position: fixed;
    top: 0;
    background: #000000b8;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 99999;
}

.modal-LoaderMain-wrap .spinner-border {
    width: 6rem !important;
    height: 6rem !important;
}

.modal-LoaderMain-wrap .inner-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

section.aculab-voice-biometric-main-wrap .phrases-radio ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

section.aculab-voice-biometric-main-wrap .phrases-radio ul li {
    display: flex;
    align-items: baseline;
    margin: 0 10px;
    background: #FFFFFF;
    border: 1px solid #6B6B6B;
    border-radius: 10px;
}

section.aculab-voice-biometric-main-wrap .phrases-radio ul li label {
    color: #6b6b6b;
    font-weight: 400;
    margin-left: 7px;
    font-size: 15px;
    text-align: left;
    margin-bottom: 0;
    padding: 10px 10px 10px 0;
}

section.aculab-voice-biometric-main-wrap .phrases-radio ul li input {
    margin-left: 10px;
}

section.aculab-voice-biometric-main-wrap .phrases-radio ul li input[type="radio"]:checked + label {
    color: #00B4BC;
}

section.aculab-voice-biometric-main-wrap .phrases-radio ul li input[type="radio"]:checked {
    accent-color: #00b4bc;
    color: #fff;
}

section.video-sig {
    margin-top: 30px;
}

section.video-sig .video-box {
    border: 12px solid #000;
    padding: 30px 130px;
    text-align: center;
}

section.video-sig .video-box h2 {
    color: #000;
    font-weight: 700;
    font-size: 35px;
    margin-bottom: 17px;
}

section.video-sig .video-box h3 {
    color: #000;
    font-size: 23px;
    margin-bottom: 20px;
    line-height: 44px;
}

section.video-sig .video-box h3 span input {
    border: none;
    border-bottom: 1px solid #000;
}

section.video-sig .video-box h3 span input::placeholder {
    color: red;
}

section.video-sig .video-box h4 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 13px;
}

section.video-sig .video-box p {
    color: red;
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 20px;
}

section.video-sig .video-box button {
    background: #00b4bc;
    padding: 10px 20px;
    color: #fff;
    font-weight: 700;
    border: none;
    border-radius: 3px;
    margin-bottom: 15px;
}


.video-section-main-wrap {
    display: block;
    height: 100%;
    width: 100%;
}

.video-section-main-wrap video {
    width: 40%;
    margin: 0 0 20px 0;
    height: 100%;
}

.for-with-living-will img {
    width: 170px;
}

.swal-button--confirm, .swal-button--confirm:not([disabled]):hover {
    background-color: #00b4bc;
}

.recording-all-btns input {
    color: #fd0000;
    /* background: no-repeat; */
    border: none;
    /* text-align: center; */
    /* margin: auto; */
    /* display: block; */
    height: initial;
    /* position: absolute; */
    top: 0;
    width: 30%;
    left: 0;
}


.recording-all-btns input::-webkit-file-upload-button {
    visibility: hidden;
}


.recording-all-btns input::before {
    content: 'UPLOAD FILE';
    display: block;
    outline: none;
    white-space: nowrap;
    cursor: pointer;
    background: #00b4bc;
    padding: 9px 0px;
    color: #fff;
    font-weight: 700;
    border-radius: 3px;
    font-size: 15px;
    border: none;
    width: 30%;
    margin: auto;
    text-align: center;
    /* margin-bottom: 15px; */
    position: absolute;
    /* width: 100%; */
    top: 10px;
    transform: translateX(-50%) translateY(-50%);
    left: 50%;
}

.add-more-re input {
    width: 25%;
    margin-bottom: 21px;
    padding: 0 5px;
}

.add-more-re .field.space-four input {
    width: 100%;
    padding: 0 10px;
}

.add-more-re space-four input {
    width: 100% !important;
}

.add-more-re button {
    background-color: #00b4bc;
    color: white;
    padding: 12px 24px;
    font-size: 15px;
    border-radius: 5px;
    border: none;
    width: 100%;
}

.recording-all-btns {
    position: relative;
    margin-bottom: 20px;
}

.customInlineDisplayWrap {
    display: flex;
    margin-bottom: 35px;
    justify-content: flex-start;
    align-items: center;
}

.customInlineDisplayWrap label {
    margin-bottom: 0px;
    margin: 0 10px;
}

.customInlineDisplayWrap strong {
    color: #00b4bc;
}

section.change-theme-to-footer {
    background: #111f22;
    padding: 30px 0;
    text-align: center;
}

section.change-theme-to-footer h1 {
    color: #00b4bc;
    font-size: 28px;
    font-weight: 600;
}

body {
    font-family: "Merriweather";
}

.recording-all-btns.custom-adjustment-upload-video label {
    width: 100%;
    margin-top: 0px;
    color: red;
}

.recording-all-btns.custom-adjustment-upload-video input::before {
    top: 90%;
}

.recording-all-btns.custom-adjustment-upload-video {
    margin-bottom: 80px;
}

.top-header {
    padding: 10px 0;
    background: #00b4c2;
    text-align: right;
    margin-bottom: 25px;
}

.top-header a {
    color: white;
    padding: 0 20px;
}

/* testing page  */


.video-home-page-main-wrap {
    position: absolute;
    top: 10%;
    left: 1%;
}

.video-home-page-main-wrap .home-page-instruction-main-wrap {
    padding: 10px 0;
}


.video-home-page-main-wrap h4 {
    color: #00b4bc;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    background: #111f22;
    padding: 10px 0;
}










p.new-content-3-31 {
    text-align: center;
    color: #00b4bc;
    color: #24bfc5;
    font-weight: 600;
    font-family: Raleway;
    text-align: center;
    font-size: 22px;
    line-height: 27px;
    margin: 20px 0 0;
    /* text-transform: capitalize; */
}

.new-content-33-3 p  span,
p.new-content-3-31  span{
    color: Red;
}






.new-content-33-3 p {
    color: #000000;
    font-weight: 600;
    font-family: Raleway;
    text-align: center;
    font-size: 22px;
    line-height: 27px;
    /* padding-bottom: 40px; */
    margin-top: 30px;
}

















