﻿:root {
    --blue: #7ED6FE;
    --lightBlue: #C4EFFF;
    --green: #7ED321;
    --dark: #2e404f;
    --red: #C72E67;
    --white: #ffffff;
    --light: #f8f9fa;
    --grey: #9B9B9B;
    --greyLight: #ced4da;
}

i {
    -webkit-font-smoothing: antialiased;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: 'Open Sans', sans-serif;
}

img {
    max-width: 100%;
    height: auto;
}


html,
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    z-index: 10;
    color: #2e404f;
}


.text-danger ul li {
    color: #dc3545;
}

.opacity-10 {
    opacity: 0.1;
}

.opacity-20 {
    opacity: 0.2;
}

.opacity-30 {
    opacity: 0.3;
}

.opacity-40 {
    opacity: 0.4;
}

.opacity-50 {
    opacity: 0.5;
}

@media(max-width:768px) {
    .mx-small-auto {
        margin: 0 auto;
    }
}


.light-grey-bg {
    background: #f7f7f7;
}

.grey-bg {
    background: #f7f7f7;
}

.white-bg {
    background: #fff;
}

.whitepad {
    background: #fff;
    padding: 40px 0px 40px 0px;
}

section {
    padding: 40px 0px 40px 0px;
}

    section#signup {
        padding: 40px 0px;
    }

.white-txt {
    color: #fff;
}

.dark-blue {
    color: #004085;
}

.shadow-txt {
    text-shadow: 0 3px 4px rgba(95,95,95,1);
}

.light-shadow-txt {
    text-shadow: 0 3px 4px rgba(95,95,95,0.5);
}

.underline {
    text-decoration: underline;
}

.small-text {
    font-size: 0.85rem;
}

.font-regular {
    font-family: 'Open Sans';
}

.promo-font {
    font-size: 1.5rem;
}

h6 {
    line-height: 1.8rem;
}

.price {
    font-size: 135%;
}

.rounded-1 {
    border-radius: 1px;
}

.rounded-2 {
    border-radius: 2px;
}

.rounded-3 {
    border-radius: 3px;
}

.rounded-4 {
    border-radius: 4px;
}

.rounded-5 {
    border-radius: 5px;
}

.rounded-6 {
    border-radius: 6px;
}

h1, h2, h3, h4 {
    font-family: 'Georgia', serif;
    font-weight: bold;
}

h5 {
    font-weight: bold;
}

.grey-txt {
    color: #979797;
}

.green-txt {
    color: #7ED321;
}

.blue {
    background: #58BDEA;
}

p, li {
    font-size: 1rem;
}

.text-danger {
    font-weight: 600;
    font-size: 1rem;
}

a {
    color: #444444;
}

a:hover, a:active {
    color: #444444;
    text-decoration: none;
}

p a {
    color: #7ED6FE;
}

    p a:hover, a:active {
        color: #58BDEA;
        text-decoration: none;
    }


h3 a {
    color: #7ED6FE;
}

    h3 a:hover, a:active {
        color: #58BDEA;
        text-decoration: none;
    }

.sub-txt {
    font-family: 'proxima_nova_rgbold';
    font-size: 1.2rem;
    line-height: 1.75rem;
    color: #454545;
}

.blue-txt {
    color: #58BDEA;
}

.red-txt {
    color: #FF5C5D;
}

h2.section-head {
    font-size: 2.1rem;
}

.black-txt {
    color: #2e404f;
}

.btn.btn-white {
    background: white;
    border: 1px solid #ccc;
    font-weight: 800;
    font-size: 1.05rem;
    letter-spacing: 0.1px;
    border-radius: 0px;
    padding: 10px;
    border-radius: 3px;
}


    .btn.btn-white.active {
        background: #FF5C5D;
        color: #fff;
        border: 1px solid #FF5C5D;
    }

.btn.btn-primary.create-will {
    padding: 8px 10px;
}

button {
    transform: perspective(1200px) scale(1);
}

.btn-success, .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
    background: #7ED321;
    border: 1px solid #7ED321;
}

.btn-danger, .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
    background: #FF5C5D;
}

.btn-danger {
    border-color: #FF5C5D;
}

.cta {
    display: flex;
    justify-content: space-between;
    margin: 20px 0 0 0;
}

.cta .btn {
    width: 160px;
}

.alert.alert-warning {
    border-color: #A3434D;
}

.alert.alert-warning p {
    font-size: 0.9rem;
}

.alert.alert-warning h5 {
    color: #856404;
}

@media only screen and (max-width: 575px) {
    .cta {
        background: #2e404f;
        position: fixed;
        bottom: 0;
        left: 0;
        padding: 15px;
        align-items: center;
        justify-content: space-evenly;
        width: 100%;
        z-index: 9999;
        margin: 0;
    }

        .cta .btn-outline-dark {
            border-color: #fff !important;
            color: #fff !important;
        }
}

header .navbar-light .navbar-nav .nav-link {
    color: #444;
}

header .navbar-light .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}

header .navbar-light .navbar-nav .nav-link.white-txt {
    color: #fff;
}

@media(min-width:1200px) {
    header .navbar-light .navbar-nav .nav-link.white-txt {
        font-size: 1.2rem;
    }
}

@media (min-width: 992px) {

    #header-img .navbar-light .navbar-nav .nav-link {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
}

header .navbar-light .navbar-nav .phone {
    margin-top: -25px;
    margin-bottom: 8px;
    color: #fff;
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: #FF5C5D;
}

header .navbar-light .navbar-nav .phone.black-txt {
    color: #444
}


#logoutForm a, button#logout {
    font-size: 1.05rem;
}

.navbar-toggler {
    border: transparent;
}

#jan-offer {
    background: #53D5FF;
    opacity: 0.9;
}

    #jan-offer h6 a:hover {
        color: rgba(0,0,0,0.50);
    }



@media(min-width:992px) {
    #jan-offer {
        width: 100%;
    }
}


#header-bg {
    background: #f7f7f7;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 600px;
    color: #2e404f;
    clip-path: polygon(0% 0%, 100% 0, 100% 70%, 0% 90%);
}

#header-bg.no-bg {
    background: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 600px;
    color: #2e404f;
    clip-path: none;
}

#header-img.imagebg-executor {
    background-image: url(../images/header-red-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

#header-img.imagebg-executor .navbar-light .navbar-nav .nav-link, #header-bg.imagebg-executor header .navbar-light .navbar-nav .phone {
    color: #FFF;
    text-shadow: 0 3px 4px rgba(0,0,0,0.50);
}

@media (max-width: 767px) {
    #header-bg, #header-bg.imagebg-executor {
        clip-path: unset;
        min-height: 300px;
    }
}

#packages {
    background: #53D5FF;
}

#packages .btn.btn-secondary:hover {
    background: #212E39;
    border: 1px solid #212E39;
}


#packages .changes {
    background: #2e404f;
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}

#home #packages h4 span {
    font-size: 2.25rem;
    margin-top: -8px;
}

#home #safe-secure .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background: #FF5C5D;
    border: 1px solid transparent;
}

#home #safe-secure {
    background: url(../images/kwil-secure-bg.png)#f7f7f7;
    background-repeat: no-repeat;
}

#home #safe-secure .border-danger {
    border-color: #FF5C5D !important; /*BOOTSTRAP OVERIDE*/
}

#home #safe-secure .border-success {
    border-color: #2DE44D !important; /*BOOTSTRAP OVERIDE*/
}

#home #safe-secure .border-primary {
    border-color: #53D5FF !important; /*BOOTSTRAP OVERIDE*/
}

#home #safe-secure .nav-pills .nav-link {
    border-radius: 0rem;
    background: #F7F7F7;
    border: 1px solid #E5E5E5;
}

#home #safe-secure .nav-pills .nav-link:hover {
    background: #FF5C5D;
    color: white;
    border: 1px solid transparent;
}

@media (min-width: 707px) {
    #home #safe-secure #kevin-bg #data {
        padding-top: 230px;
    }

    #home #safe-secure #kevin-bg {
        background: url(/images/kevin-secure.svg);
        background-repeat: no-repeat;
        background-position: center top;
    }

    #home #safe-secure #kevin-bg .card {
        min-height: 350px;
    }
}

#executor #header-bg {
    background-image: url(../Images/executor.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 600px;
    color: #FFF;
    text-shadow: 0 3px 4px rgba(0,0,0,0.50);
}

#home #kwil-will.price, #solicitor .price {
    padding: 16px 19px 13px 40px;
}

#home #solicitor .price {
    padding: 22px 17px 14px 5px;
}

#home #customers .card {
    background: #f9f9f9;
    min-height: 275px;
}

#home #packages ul li {
    background: url(../Images/tick.png);
    background-position: 0px 7px;
    padding-left: 18px;
    background-repeat: no-repeat;
    list-style: none;
    line-height: 1.7;
}

#home #packages .btn.btn-outline-secondary:hover {
    background: #FF5C5D !important;
    border-color: #FF5C5D !important;
}

#home #a-kwil-will .card {
    border: 1px solid #FF5C5D;
}

#home #solicitor .card {
    min-height: 425px;
}

#home #help {
    background: #f7f7f7;
}

#home #tv-advert .modal-header, #home #tv-advert .modal-header h5 {
    background: #222;
    color: #fff;
    border-radius: 0px;
    padding: 0rem;
    height: 25px;
}

#home #tv-advert .modal-content {
    padding: 5px 10px 10px 10px;
    background: #222;
}

#home #tv-advert .modal-header .close {
    color: #fff;
}

@media only screen and (max-width: 1440px) {
    #offer .modal-lg,
    #popupBanner .modal-lg {
        max-width: 500px !important;
    }
}

#faq #header-bg {
    background: #f7f7f7;
    min-height: 600px;
    color: #2e404f;
    clip-path: polygon(0% 0%, 100% 0, 100% 70%, 0% 90%);
}

#callback .card {
    min-height: 380px;
}

#callback .changes {
    background: #2e404f;
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}

#callback .card-body {
    border-top: 1px solid #FF5C5D;
    border-left: 1px solid #FF5C5D;
    border-right: 1px solid #FF5C5D;
    -webkit-border-top-left-radius: 13px;
    -webkit-border-top-right-radius: 13px;
    -moz-border-radius-topleft: 13px;
    -moz-border-radius-topright: 13px;
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
}

.why-txt {
    padding-left: 47px;
    margin-top: -15px;
}


#header-img {
    background-image: url(/images/header-blue-bg-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    min-height: 700px;
}

.header h1 {
    font-weight: bold;
    font-size: 1.8em;
}

.header h2 {
    font-weight: bold;
    font-size: 1.3em;
}

#promo-offer {
    max-width: 100%;
    height: auto;
}

@media only screen and (max-width: 700px) {
    #header-img {
        background-image: none;
        background-image: linear-gradient(#BDEFFF, #53D5FF);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top center;
        min-height: 600px;
        margin-bottom: 30px;
    }

    .header {
        padding-top: 15px;
    }

        .header h1 {
            font-weight: bold;
            font-size: 2em;
        }

        .header h2 {
            font-weight: bold;
            font-size: 1.3em;
        }
}

#header-img #white-button.navbar-toggler-icon {
    background-image: none;
    color: white;
}

@media (max-width: 991px) {
    #header-img .navbar.navbar-expand-lg.navbar-light {
        background: #2e404f;
    }
}

#header-img .navbar-light .navbar-nav .nav-link:hover {
    color: #D35663;
    text-shadow: none;
}

#home #header-bg h1, #executor #header-bg h1 {
    color: #FFF;
    margin-top: 60px;
}

.number {
    font-weight: 700;
    background: #FF5C5D;
    border-radius: 50%;
    font-size: 14px;
    width: 26px;
    height: 26px;
    display: inline-block;
    text-align: center;
    padding-top: 0.85px;
    color: #fff;
    line-height: 1.2rem;
}

.icon-circle {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    text-align: center;
    padding-top: 4.5px;
    color: #fff;
    background: #2e404f;
    display: inline-block;
}

@media (max-width: 768px) {
    #home #customers {
        min-height: 430px;
    }
}

.step1-2 {
    position: absolute;
    left: 246px;
    top: 10px;
}

.step2-3 {
    position: absolute;
    right: 10px;
    top: 40px;
}

#home #how-it-works .card {
    box-shadow: 0 2px 10px 0 #C1EAF7;
    border: none;
}

#home #how-it-works #step1.card {
    background: url(../images/details-bg.svg) #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 150px;
    min-height: 190px;
}

#home #how-it-works #step2.card {
    background: url(../images/witnesses-bg.svg) #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 150px;
    min-height: 190px;
}

#home #how-it-works #step3.card {
    background: url(../images/pay-bg.svg) #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 120px;
    min-height: 190px;
}

#home #how-it-works #step4.card {
    background: url(../images/guarantee-certificate.png) #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 120px;
}

#home #how-it-works .card-title {
    text-transform: uppercase;
}

#home #how-it-works .sub-title {
    color: #444;
}

#home #signature {
    background: #f9f9f9;
}

#home #get-app {
    background: url(../images/get-app.jpg) #fff;
    background-repeat: no-repeat;
    background-position: center;
}

#home #get-app p, #home #get-app h2 {
    text-shadow: 0 3px 4px rgba(0,0,0,0.50);
}

#home #why1 li, #partners #charities li, #partners #finance li {
    font-size: 0.92rem;
    line-height: 24px;
    list-style: none;
    padding: 15px 10px;
    margin: 10px 0px;
    padding-left: 42px;
    background-color: #fff;
    background-image: url(../Images/tick-circle.svg);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: 2% 50%;
    border: 1px solid #FFC1C8;
    border-radius: 10px;
}

#partners #charities li, #partners #finance li {
    font-size: 1rem;
    padding-left: 52px;
}


#partners ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
}


@media(min-width:768px) {
    #partners .charities-txt {
        margin-top: 160px;
    }
}

@media(max-width:767px) {
    #partners .charities-txt {
        margin-top: 50px;
    }
}

#home #why1 li span {
    margin-top: 5px;
    display: block;
}

#why-kwil {
    background: #f7f7f7;
}

#home #why1 #mob li {
    border: none;
    margin: 0px;
    padding: 10px 10px;
    padding-left: 40px;
}

@media(min-width:1199px) {
    #home #why h2 img {
        margin-top: -25px;
    }
}

#home #why h2 span {
    font-size: 2rem;
}

section #faq, section #executor-duties {
    text-align: left;
}

section#faq .panel-heading, section#executor-duties .panel-heading {
    padding: 20px 20px 10px 20px;
    border-bottom: 1px solid #e0e0e0;
    margin: 4px 0px;
}

.panel-heading h4.panel-title a i.fa.fa-lg.fa-plus-square {
    display: none;
}

@media only screen and (min-width : 320px) {
    .panel-heading h5.panel-title a i.fa.fa-lg.fa-plus-square {
        display: block;
        color: #58BDEA;
    }
}

.panel-heading p.panel-title a {
    color: #666666;
}

.panel-heading p.panel-title a i {
    color: #EF6527;
    margin-top: 5px;
}


.panel-heading p.panel-title a i.fa.fa-lg.fa-plus-square:hover {
    color: #59B8FF;
}

.panel-body {
    padding: 20px;
}

#how_it_works #header-bg {
    background-image: url(../Images/homepage2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 600px;
    color: #FFF;
    text-shadow: 0 3px 4px rgba(0,0,0,0.50);
}

@media (max-width: 992px) {
    #how_it_works #header-bg {
        background-image: url(../Images/homepage-md-2.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 600px;
    }
}

@media (max-width: 768px) {
    #how_it_works #header-bg {
        background-image: url(../Images/homepage-sm-2.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 600px;
    }
}

#how_it_works #header-bg h1 {
    color: #FFF;
    margin-top: 60px;
}

#using-banks {
    background: #FF5C5D;
    color: #fff;
}

#privacy .btn-link:hover, #privacy .btn-link:focus {
    text-decoration: none;
    color: #F38C4D;
}

#privacy .btn-link h4:hover, #privacy .btn-link h4:focus {
    color: #F38C4D;
}

#partners-callback {
    box-shadow: 0 2px 10px 4px rgba(172, 172, 172, 0.50);
}

#partners-callback input, #partners-callback textarea {
    font-size: 82%;
}

#partners-callback-bottom {
    background: #f7f7f7;
}

#signup-body header {
    background: #fff;
    box-shadow: 0 2px 15px 3px rgba(234,234,234,0.50);
}

#signup #pre-bg {
    margin: 35px auto;
    padding: 35px 80px 70px;
}

#signup select {
    min-height: 42px;
}

#signup li.button {
    width: 100%;
    margin: 5px 0px;
}

#signup .card-body {
    padding: 0rem;
    color: #5b5b5b;
    font-size: 1.1rem;
}

#signup .card-body span.step {
    font-family: 'proxima_novathin';
    letter-spacing: 1px;
    font-size: 1.2rem;
    color: #A2A2A2;
}

#signup #upload.card {
    background: #f5f5f5;
    border: 1px #ACACAC dashed;
    border-radius: 0.35rem;
}

#signup #upload .card-body {
    padding: 1.25rem;
}

#signup card-header {
    background: transparent;
    border: transparent;
}

#signup .card-body td {
    padding: 0.4rem 0.75rem;
    border: transparent;
}


@media(min-width:768px) {
    #signup li.button {
        width: 48%;
    }
}

#signup button.signup {
    height: 100px;
    background: #FF5C5D;
    border: 2px solid #FF5C5D;
    color: #fff;
    font-weight: bold;
    font-size: 1.25rem;
}

#signup button.signup:hover {
    background: #2e404f;
    color: #FFF;
    border: 2px solid #2e404f;
}

#signup button.signup.small {
    height: 70px;
}

#signup .btn.btn-link {
    color: #A2A2A2;
    font-family: 'proxima_novathin';
    font-weight: 800;
    letter-spacing: 1px;
}

#signup .help-text, #accordionHelp h5 {
    padding: 0rem 0.75rem;
}

#signup .help-text {
    font-style: italic;
}

@media(max-width:992px) {
    #signup button.signup {
        font-size: 1rem;
    }
}

.progress {
    height: 0.85rem;
    background: #ddd;
    width: 80%;
}

.progress-bar {
    background: #58BDEA;
}

#signup .badge {
    font-size: 100%;
}


#signup .btn.btn-link.delete-button {
    color: #D0021B;
    font-weight: 400;
}

#signup .btn.btn-link.edit-button {
    color: #7ed321;
    font-weight: 400;
}

#add_child.card, #add_trustee.card, #add_executor.card, #add_witnesses.card, #add_gift_recipients.card, #add_cash_recipients.card, #funeral.card, #add_legalGuardians.card, #legalGuardian, #legalGuardian td, #add_residue_recipients.card {
    border: none;
}

#children.table, #trustee.table, #witnesses.table, #executor.table, #gift_recipients.table, #cash_recipients.table, #legalGuardian.table {
    color: #686868;
    text-align: left;
    background: #fff;
    border-radius: 4px;
    margin: 0px;
}

#children.table th, #children.table td, #trustee.table th, #trustee.table td, #executor.table th, #executor.table td, #witnesses.table td, #gift_recipients.table td, #witnesses.table td, #cash_recipients.table td {
    border: none;
    padding: 0.5rem 0.75rem;
}

#CurrentAddressResult table {
    box-shadow: 0 2px 4px 1px rgb(222, 222, 255);
    cursor: pointer;
    margin-top: -5px;
}

#CurrentAddress::-webkit-input-placeholder {
    text-transform: capitalize;
}


.return-dash {
    background: #F38C4D;
}

    .return-dash a {
        color: #fff;
    }

@media(min-width:568px) {
    #signup canvas.signature-box {
        width: 100%;
    }
}

.progress {
    border-radius: 0.75rem;
}

#signup-body .progress-container {
    background: #f2f2f2;
    max-height: 75px;
}

#signup-body .progress-container p {
    color: #2e404f;
    font-size: 0.95rem;
}

#signup-body .progress-container p span {
    font-family: 'proxima_nova_rgbold';
}

.projectTabs {
    border: none !important;
    margin-bottom: 20px;
}

.projectTabs li {
    width: 50%;
    text-align: center;
}

.projectTabs a.active {
    background: rgba(83,213,255,0.2) !important;
    border-radius: 50px !important;
}

.projectTabs li a {
    font-family: 'proxima_novasemibold';
    font-size: 16px;
    color: var(--dark) !important;
    font-weight: bold;
    text-decoration: none;
    padding: 10px 0 !important;
    background: none !important;
    border-radius: 0 !important;
}

.projectTabs li a span {
    color: var(--grey);
    font-size: 13px;
}

#signup #summary .card {
    border-radius: 0px;
}

#signup #summary .card.red {
    border: 1px solid #DEB0B5;
}

#signup #summary .card.green {
    border: 1px solid #cfedb1;
}

#signup #summary .card-body {
    padding: 1.25rem;
}

#signup #summary .card-body span.edit i {
    font-size: 0.8rem;
    padding: 2px;
}


#signup #summary .card-body .red {
    color: #FF5C5D;
    font-size: 1.45rem;
}

#signup #summary .card-body .green {
    color: #B8E986;
    font-size: 1.45rem;
}

#signup #summary .card.white {
    background: #fff;
}

#signup #summary .alert.alert-danger {
    border-radius: 0px;
}

#signup #summary .alert.alert-danger h5 {
    color: #721c24;
    font-weight: 800;
}

#signup #summary .alert.alert-danger h5 {
    color: #721c24;
    font-weight: 800;
}

#signup #summary .alert.alert-danger ul li a {
    color: #721c24;
    font-weight: 400;
}


#signup .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

#signup-body .col-20 {
    width: 18.8%;
    margin: 0rem 0.3574218rem;
}

#signup-body #steps.card {
    border-radius: 0rem;
    opacity: 0.5;
}

    #signup-body #steps.card.editable {
        opacity: 1.0;
    }

#signup-body .col-20 #steps .card-title {
    margin: 0rem;
}

@media (max-width:1199px) {
    #signup-body #steps.card h6 {
        font-size: 0.95rem;
    }
}

#signup #paymentOptions {
    border: 1px solid #dfdfdf;
    border-radius: 0px;
}

#signup #paymentOptions .stripe-btn {
    background: #6772e5;
    border: transparent;
}

#signup #paymentOptions .stripe-btn:hover {
    background: #545dc0;
}

#signup .paypal-btn {
    background: #FFCC59;
    border: transparent;
    background-image: url(../Images/pp.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 53px;
    max-width: 490px;
    margin: 0 auto;
}

.carousel-item {
    min-height: 130px;
}


@media (min-width:767px) {
    #carouselWhyKwil {
        overflow: hidden
    }
}


#signup-body {
    background: #f7f7f7;
}

#signup-body li.person, #signup-body .person {
    background: #fff;
    font-size: 1.2rem;
    font-family: 'proxima_nova_rgbold';
    color: #686868;
    text-align: left;
    background: #fff;
    padding: 18px;
    border: 1px solid #DEDEDE;
    margin: 5px 0px;
    border-radius: 4px;
    cursor: pointer;
}

#signup-body li.person .btn {
    background: none;
    color: #444;
    font-size: 1.25rem;
    text-align: left;
    padding: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#signup-body #add_residue_recipients li.person, #signup-body .person {
    cursor: default;
}

#signup-body li.person #add-person.btn, #signup-body li.person #add-dependant.btn, #signup-body li.person #add-charity.btn {
    color: #fff;
}


#signup-body li.person .btn:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
}

#signup-body li.person a {
    font-size: 0.95rem;
    margin-left: 12px;
    color: #444;
}

#signup-body li.person a:hover, #signup-body li.person a:active {
    color: #58BDEA;
}

#signup-body li.person a#children {
    font-size: 1.25rem;
    color: #fff;
    font-family: 'proxima_nova_rgbold';
    margin-left: 12px;
}

#signup-body .btn-primary.active, .btn-primary:not(:disabled):not(.disabled).active:focus {
    box-shadow: none;
    border: none;
    background: url(../images/check-solid.svg) !important;
    background-repeat: no-repeat !important;
    background-position: 98% 50% !important;
}

#signup-body .btn-default {
    box-shadow: none;
    border: none;
    background: url(../images/plus-solid.svg) !important;
    background-repeat: no-repeat !important;
    background-position: 98% 50% !important;
}

#signup-body li#person.btn-person.active {
    border: 1px solid #7CA686;
}

#signup-body li.person .btn.btn-person.active:focus {
    box-shadow: none;
}

#signup-body li.person .btn.btn-person a {
    margin-left: 20px;
}


#signup-body li#add-person.person, #signup-body li.person .btn.add-gift, #signup-body li.person#add-dependant.btn {
    background: #56A6D1 url(../images/user-plus.svg);
    background-repeat: no-repeat;
    color: #ffffff;
    background-position: 95% 50%;
    border: 1px solid #56A6D1;
    cursor: pointer;
    font-family: 'proxima_nova_rgbold';
}

#signup-body li.person .btn.add-gift {
    background-image: none;
    font-size: 1.1rem;
    text-align: center;
}

#signup-body li.person .btn.add-gift a:hover {
    background: #2e404f;
}

.person-relationship {
    color: #999;
    font-size: 1rem;
}

.person-exec-services {
    color: #999;
    font-size: 0.85rem;
    font-weight: 400;
}

#signup-body li.person #gift-row {
    border-top: 1px solid #DEDEDE;
    border-bottom: 1px solid #DEDEDE;
}

#signup-body li.person .gift {
    font-family: 'Open Sans';
    font-size: 1.25rem;
}

#signup-body li.person .green-txt {
    color: #7ED321;
}

#signup-body li.person .red-txt {
    color: #FF5C5D;
}

#signup .btn.btn-link.red-txt {
    color: #FF5C5D;
    font-family: 'proxima_nova_rgbold';
    letter-spacing: 0.5px;
}

#signup-body .btn.btn-link.green-txt {
    color: #7ED321;
    font-family: 'proxima_nova_rgbold';
    letter-spacing: 0.5px;
}

#signup-body #estate.estate-title {
    background: #EBEBEB;
    font-size: 1rem;
    font-weight: 600;
    color: #686868;
    text-align: left;
    padding: 8px 18px;
    border: 1px solid #DEDEDE;
    margin: 0px 0px 0px 0px;
}

#signup-body #estate.total {
    background: #fff;
    font-size: 1.35rem;
    font-family: 'proxima_nova_rgbold';
    color: #686868;
    text-align: left;
    padding: 8px 18px;
    border: 1px solid #DEDEDE;
    margin: 5px 0px;
    border-radius: 4px;
}

.modal-header {
    background: #eee;
}

.modal-body {
    background: #f9f9f9;
}

.absolute-300 {
    position: absolute;
    top: 300px;
}

.absolute-200 {
    position: absolute;
    top: 200px;
}

.absolute-150 {
    position: absolute;
    top: 150px;
}


.absolute-100 {
    position: absolute;
    top: 100px;
}

.absolute-50 {
    position: absolute;
    top: 50px;
}


.absolute-25 {
    position: absolute;
    top: 25px;
}

#signup-body footer#signup-footer {
    height: 100px;
}

footer a i {
    font-size: 1.5rem;
}

footer a i:hover {
    color: #FF5C5D;
}

@media (max-width:767px) {
    footer {
        position: static;
        height: auto;
    }

    body {
        margin-bottom: 0px;
    }
}

#cookieConsent.alert-info {
    background: #2e404f;
    color: #fff;
    opacity: 0.9;
    position: fixed;
    bottom: 0px;
    width: 100%;
    border-radius: 0px;
    text-shadow: none;
}

#cookieConsent.alert-info span {
    text-shadow: none;
}


#cookieConsent.alert-info .close {
    opacity: 1;
    position: static;
    float: none;
    font-weight: 400;
    margin-top: -4px;
    margin-left: 5px;
}

#cookieConsent.alert-info .close:hover {
    background: #53D5FF;
}

#quiz .taketest-box {
    border: 1px solid #ccc;
    padding: 20px;
    margin-top: 20px;
}

#quiz .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.09);
}

.navbar-brand .proudSupporters {
    font-size: 0.8rem;
    font-weight: 800;
}

#offer .modal-content {
    font-family: 'Arial Rounded MT';
    font-style: italic;
    background: url(../images/popoverad-3.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    min-height: 500px;
    border-radius: 10px;
    border: none;
}

#offer .modal-header {
    background: transparent;
    border: none;
    padding: 0;
}

#offer .modal-body {
    background: transparent;
}

#offer .modal-body h1 {
    font-family: 'Arial Rounded MT';
}

#offer .modal-body h2 {
    font-family: 'Arial Rounded MT';
}

.blog-feature {
    margin-bottom: 20px;
    border: solid 1px #53D5FF;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 0.25rem 1rem rgba(64,64,64,.25);
}

.blog-feature img {
    margin-bottom: 20px;
    border: solid 1px #53D5FF;
    border-radius: 10px;
}

.blog-feature h2 {
    font-size: 1.6em;
    padding-bottom: 10px;
}

    .blog-feature h2 a {
        color: #53D5FF;
    }

.blog-feature h5 {
    font-size: 0.85em;
    padding-bottom: 10px;
    color: #999999;
    text-transform: uppercase;
}

.blog-feature-image {
    margin-top: -4em;
}

.blog-cell h2 {
    font-size: 1.6em;
    padding-bottom: 10px;
}

    .blog-cell h2 a {
        color: #53D5FF;
    }

.blog-cell h4 a {
    color: #53D5FF;
}


.blog-cell img {
    margin-bottom: 20px;
    border: solid 1px #53D5FF;
    border-radius: 10px;
}

.blog-cell h5 {
    font-size: 0.85em;
    padding-bottom: 10px;
    color: #999999;
    text-transform: uppercase;
}

.padtb30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.margin30 {
    margin-bottom: 30px;
}

.lightgreybg {
    background-color: #efefef;
    padding: 60px 0;
}

.bluegradbg {
    padding: 60px 0;
    background-image: linear-gradient(#BDEFFF, #53D5FF)
}

.redbox {
    background-color: #fff;
    border: solid 1px #FF5C5D;
    border-radius: 10px;
    padding: 40px 20px 20px;
    text-align: center;
    margin-bottom: 20px;
    min-height: 333px;
}

.redbox .fas {
    color: #FF5C5D;
}

.bluebox {
    background-color: #fff;
    border: solid 1px #53D5FF;
    border-radius: 10px;
    padding: 40px 20px 20px;
    text-align: center;
    margin-bottom: 20px;
    min-height: 333px;
}

.bluebox .fas {
    color: #53D5FF;
}

.greenbox {
    background-color: #fff;
    border: solid 1px #28A745;
    border-radius: 10px;
    padding: 40px 20px 20px;
    text-align: center;
    margin-bottom: 20px;
    min-height: 333px;
}

.greenbox .fas {
    color: #28A745;
}

.comparebox {
    background-color: #fff;
    border: solid 1px #53D5FF;
    border-radius: 10px;
    padding: 40px 20px 20px;
    margin-bottom: 20px;
    min-height: 400px;
}

.comparebox .fas {
    color: #53D5FF;
}

.whitepad {
    background: #fff;
    padding: 40px 0px 40px 0px;
}

.loginEmail {
    margin: auto;
    margin-top: 15px;
    width: 320px;
    height: 40px;
    text-align: center;
    padding-top: 5px;
    display: inline-block;
    background: white;
    color: #444;
    border-radius: 5px;
    border: thin solid #888;
    box-shadow: 1px 1px 1px grey;
    white-space: nowrap;
    cursor: pointer;
}

.loginEmail i {
    position: relative;
    top: calc(50% - 10px);
    left: -70px;
}

.btn-kwil {
    color: #fff;
    background-color: #53D5FF;
    border-color: #53D5FF;
    padding: 16px 24px;
}

.btn-kwil h2 {
    margin: 0;
}

.padtop20 {
    padding-top: 20px;
}

.padbot20 {
    padding-bottom: 20px;
}

.padtop30 {
    padding-top: 30px;
}

.padbot30 {
    padding-bottom: 30px;
}


.whitebg {
    background-color: #fff;
    padding-bottom: 20px;
    padding-top: 20px;
}

.affiliatesbg {
    background-color: #fff;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}

.questions {
    min-height: 70vh;
}

.bluebg {
    background-color: #53D5FF;
    padding-bottom: 20px;
    padding-top: 20px;
}

.greybg {
    background-color: #efefef;
    background-image: url("../images/grey-swirls-bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.greybgcontent {
    padding: 40px 20px 50px;
    text-align: center;
}

.greybgcontent img {
    height: auto;
    width: 75%;
    margin-bottom: 20px;
}

@media only screen and (max-width: 700px) {

    .greybgcontent img {
        width: 50%;
        height: auto;
    }
}

.whitebox {
    background-color: #ffffff;
    padding: 30px;
    margin-bottom: 40px;
    border-radius: 10px;
    min-height: 520px;
    border: solid 1px #ccc;
    box-shadow: 0 0.25rem 1rem rgba(64,64,64,.25);
}

.probatebox {
    background-color: #ffffff;
    padding: 30px;
    margin-bottom: 40px;
    border-radius: 10px;
    min-height: 450px;
    border: solid 1px #ccc;
    box-shadow: 0 0.25rem 1rem rgba(64,64,64,.25);
}

.greybox {
    background-color: #efefef;
    padding: 40px 20px 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    min-height: 320px;
    text-align: center;
}

.howbox {
    background-color: #ffffff;
    padding: 30px;
    margin-bottom: 20px;
    border-radius: 10px;
    min-height: 430px;
    border: solid 1px #ccc;
    box-shadow: 0 0.25rem 1rem rgba(64,64,64,.25);
}

.pricebox {
    background-color: #ffffff;
    padding: 25px;
    margin-bottom: 20px;
    border-radius: 10px;
    border: solid 1px #ccc;
    box-shadow: 0 0.25rem 1rem rgba(64,64,64,.25);
}

.pricebox ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 20px;
}

.whybox {
    background-color: #ffffff;
    padding: 30px;
    margin-bottom: 20px;
    border-radius: 10px;
    min-height: 430px;
    border: solid 1px #ccc;
    box-shadow: 0 0.25rem 1rem rgba(64,64,64,.25);
}

@media only screen and (max-width: 700px) {
    .howbox img {
        max-height: 50%;
        max-width: 50%;
    }

    .howbox {
        min-height: 450px;
    }

    .whybox img {
        max-height: 75%;
        max-width: 75%;
    }

    .whybox {
        min-height: 350px;
    }
}

.whitepanel {
    background-color: #ffffff;
    padding: 30px;
    margin-bottom: 20px;
    border-radius: 10px;
}

.bluepanel {
    background-color: #53D5FF;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
}

.greypanel {
    background-color: #efefef;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    border: solid 1px #ccc;
    box-shadow: 0 0.25rem 1rem rgba(64,64,64,.25);
}

.whitecurve {
    background-color: #ffffff;
    background-image: url("../images/whitecurve.svg");
    background-repeat: no-repeat;
    background-position: bottom center;
    height: 200px;
}

.bluecurve {
    background-color: #53D5FF;
    background-image: url("../images/bluecurve.svg");
    background-repeat: no-repeat;
    background-position: bottom center;
    height: 200px;
}

.footer-head {
    background-color: #2E404F;
    background-image: url("../images/darkcurve-kev.svg");
    background-repeat: no-repeat;
    background-position: top center;
    height: 200px;
}

.main-title h1 {
    font-size: 2.5em;
}

.panel-heading {
    padding: 20px 20px 10px 20px;
    border-bottom: 1px solid #e0e0e0;
    margin: 4px 0px;
}

@media only screen and (max-width: 700px) {

    .main-title h1 {
        font-size: 2.5em;
    }

    .whitecurve {
        background-color: #ffffff;
        background-image: url("../images/whitecurve.svg");
        background-repeat: no-repeat;
        background-position: bottom center;
        height: 90px;
    }

    .bluecurve {
        background-color: #53D5FF;
        background-image: url("../images/bluecurve.svg");
        background-repeat: no-repeat;
        background-position: bottom center;
        height: 90px;
    }

    .footer-head {
        background-color: #2E404F;
        background-image: url("../images/darkcurve-plain.svg");
        background-repeat: no-repeat;
        background-position: top center;
        height: 80px;
    }

    .numberCircle {
        border-radius: 50%;
        width: 60px;
        height: 60px;
        padding: 8px;
        background-color: #53D5FF;
        color: #fff;
        text-align: center;
        font-weight: bold;
        margin-top: -2em;
        font-size: 1.8em;
        box-shadow: 0 0.25rem 1rem rgba(64,64,64,.25);
    }
}

.footer {
    background-color: #2E404F;
    color: #fff;
    padding-bottom: 30px;
    font-size: 0.85em;
}

    .footer a {
        text-decoration: none;
        color: #fff;
    }

    .footer hr {
        border-color: #cccccc;
    }

.numberCircle {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    padding: 8px;
    background-color: #53D5FF;
    color: #fff;
    text-align: center;
    font-weight: bold;
    margin-top: -2em;
    font-size: 1.8em;
    box-shadow: 0 0.25rem 1rem rgba(64,64,64,.25);
}

hr {
    border: solid 1px #cccccc;
    margin-top: 20px;
    margin-bottom: 20px;
}


@media only screen and (max-width: 700px) {

    .hidethis {
        display: none;
    }
}



@media only screen and (max-width: 768px) {

    .mobhide {
        display: none;
    }
}



@media only screen and (min-width: 800px) {

    .deskhide {
        display: none;
    }
}


.homehero h2 {
    font-size: 1.2em;
    line-height: 1.5em;
}

.homehero img {
    height: auto;
    width: 50%;
}

@media only screen and (max-width: 700px) {

    .homehero img {
        width: 100%;
        height: auto;
    }
}


.selectbox {
    background-color: #ffffff;
    padding: 30px;
    margin-bottom: 20px;
    border-radius: 10px;
    border: solid 1px #ccc;
    box-shadow: 0 0.25rem 1rem rgba(64,64,64,.25);
    min-height: 200px;
    white-space: normal;
}

ul.nobullet {
    list-style-type: none;
    padding: 0;
    margin: 0;
}


li.check {
    background: url('../images/kwil-tick.png') no-repeat left top;
    padding-left: 44px;
    padding-top: 2px;
    border-bottom: solid 1px #53D5FF;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

li.bullet {
    background: url('../images/bullet.png') no-repeat left top;
    padding-left: 30px;
    padding-top: 0;
    margin-bottom: 5px;
}

li.bullet2 {
    background: url('../images/bullet-2.png') no-repeat left top;
    padding-left: 25px;
    padding-top: 0px;
    margin-bottom: 5px;
}

li.bullet3 {
    background: url('../images/bullet3.png') no-repeat left top;
    padding-left: 30px;
    padding-top: 0;
    margin-bottom: 5px;
}

li.wbullet {
    background: url('../images/wbullet.png') no-repeat left top;
    padding-left: 30px;
    padding-top: 0;
    margin-bottom: 5px;
}

.home-info {
    background-color: var(--lightBlue);
    background-size: 9px;
    padding: 30px;
}

.guidebox {
    background-color: #ffffff;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    border: solid 1px #ccc;
    box-shadow: 0 0.25rem 1rem rgba(64,64,64,.25);
}

.guidebox img {
    vertical-align: middle;
    padding-top: 20px;
}

.guidebox h2 {
    font-size: 1.4em;
    font-family: 'Open Sans', sans-serif;
}

.guidebox h2 a {
    color: #444444;
}

.caps {
    text-transform: uppercase;
}

.bg-kwil {
    background-color: #53D5FF;
}

.painttop {
    background-color: #fff;
    background-image: url("../images/paint-edge-top.svg");
    background-repeat: no-repeat;
    background-position: bottom center;
    height: 100px;
}

.paintbottom {
    background-color: #fff;
    background-image: url("../images/paint-edge-bottom.svg");
    background-repeat: no-repeat;
    background-position: top;
    height: 100px;
}

.lightpainttop {
    background-color: #fff;
    background-image: url("../images/paint-edge-top-light.svg");
    background-repeat: no-repeat;
    background-position: bottom center;
    height: 100px;
}

.lightpaintbottom {
    background-color: #fff;
    background-image: url("../images/paint-edge-bottom-light.svg");
    background-repeat: no-repeat;
    background-position: top;
    height: 100px;
}


@media only screen and (max-width: 700px) {

    .painttop {
        background-color: #fff;
        background-image: url("../images/paint-edge-top.svg");
        background-repeat: no-repeat;
        background-position: bottom center;
        height: 20px;
    }

    .lightpainttop {
        background-color: #fff;
        background-image: url("../images/paint-edge-top-light.svg");
        background-repeat: no-repeat;
        background-position: bottom center;
        height: 20px;
    }

    .home-info {
        background-color: var(--blue);
        background-size: 9px;
        padding: 10px;
    }

    .light-home-info {
        background-color: var(--lightBlue);
        background-size: 9px;
        padding: 30px;
    }

    .paintbottom {
        background-color: #fff;
        background-image: url("../images/paint-edge-bottom.svg");
        background-repeat: no-repeat;
        background-position: top;
        height: 20px;
    }

    .paintbottom {
        background-color: #fff;
        background-image: url("../images/paint-edge-bottom-light.svg");
        background-repeat: no-repeat;
        background-position: top;
        height: 20px;
    }
}

.home-info {
    background-color: var(--blue);
    background-size: 9px;
    padding: 30px;
}

.light-home-info .content {
    background: var(--white);
    padding: 50px;
    margin: 50px 0 80px 0;
    position: relative;
}

.light-home-info {
    background-color: var(--lightBlue);
    background-size: 9px;
    padding: 30px;
}

.btnWherLive {
    display: flex;
    justify-content: center;
    align-items: center;
}

.featurebox {
    background-color: #efefef;
    padding: 20px 20px 10px;
    margin-bottom: 20px;
    border-radius: 10px;
}

.featureboxd {
    background-color: #C4EFFF;
    background-image: url("../images/kwil-panel.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px 20px 10px;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0 0.25rem 1rem rgba(64,64,64,.25);
}

.checklistframe {
    border: solid 1px #cccccc;
    padding: 20px;
    font-style: italic;
    color: #666666;
}

#non-uk-partner-warning {
    font-size: 16px;
    color: #ffbb33;
}


.open {
    color: #7ED321;
}

.closed {
    color: #C72E67;
}

.glowspot {
    background: #7ED321;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    top: -1px;
    margin-right: 12px;
    animation: 0.8s ease-in 0s infinite alternate none running BEE990;
}

.callback-pricing {
    background-color: var(--greyLight);
    border-radius: 15px;
    padding: 10px 0 0 0;
    text-align: center;
    max-width: 90%;
    margin: auto;
}

.grecaptcha-badge {
    display: none;
}


.navbar-light .navbar-nav .nav-link {
    color: #333333;
    font-weight: bold;
    font-size: 1em;
}

.bg-kwil-sub {
    background-color: #ffffff;
    border-bottom: solid 2px #cccccc;
}

.guidebox h2 {
    font-size: 1.4em;
    font-family: 'Open Sans', sans-serif;
}

.featurebox {
    background-color: #C4EFFF;
    background-image: url("../images/kwil-panel.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px 20px 10px;
    margin-bottom: 20px;
    border-radius: 10px;
}

.kwilpanel {
    background-color: #D7F5FF;
    background-image: url("../images/kwil-panel.jpg");
    background-repeat: no-repeat;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0.25rem 1rem rgba(64,64,64,.25);
}

@media only screen and (max-width: 768px) {

    .kwilpanel {
        background-color: #D7F5FF;
        background-image: none;
        background-repeat: no-repeat;
        padding: 30px;
        border-radius: 10px;
        box-shadow: 0 0.25rem 1rem rgba(64,64,64,.25);
    }

    .kwilpanel img {
        width: 75%;
        height: auto;
    }
}

.lineright {
    border-right: solid 1px #333;
}

@media only screen and (max-width: 700px) {

    .lineright {
        border-right: none;
        padding-bottom: 20px;
    }
}

@media only screen and (max-width: 700px) {

    .navbar .btn-primary {
        margin-bottom: 10px;
    }

    .navbar .btn-secondary {
        margin-bottom: 10px;
    }

    .navbar .btn {
        width: 100%;
    }
}

.btn-red {
    color: #fff;
    background-color: #FF5C5D;
    border-color: #FF5C5D;
    padding: 16px 24px;
}

.btn-red h2 {
    margin: 0;
}

.unwilling-options {
    background-color: #efefef;
    padding-bottom: 2%;
}

    .unwilling-options .unwilling-header {
        background-color: #DEDEDE;
        padding: 2%;
    }

.unwilling-option-button {
    width: 90%;
    margin-left: auto;
    padding: 5% 0 5% 0;
    border: none;
    border-radius: 10px;
    background-color: #de5757;
    color: white;
}

.fractionNumerator input {
    padding-bottom: 2px;
    border: none;
    margin-left: 5px;
    border-bottom: 1px solid rgba(64,64,64,.25);
    text-align: center;
}

.fractionNumerator input:focus {
    outline: none;
}

.fractionDenominator input {
    padding-bottom: 2px;
    border: none;
    margin-left: 5px;
    text-align: center;
}

.fractionDenominator input:focus {
    outline: none;
}

#funeral .form-group {
    width: 115%
}

.dataTables_scroll {
    margin-left: 1vw !important;
    width: 100%;
}
