
body table thead th {
  
    color: #444;
}

body .table th,body .table td {
    
    color: #444;
}

/*--------------------------------------------------------------
# cards
--------------------------------------------------------------*/


.card {
   
    background: #fff;
    box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
    z-index: 2;
}

.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: #f9f8f8;
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.flip-card {
  
    perspective: 1000px; /* Remove this if you don't want the 3D effect */
}

/* This container is needed to position the front and back side */
.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
   
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden; /* Safari */
    backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
   
}

/* Style the back side */
.flip-card-back {
    
    transform: rotateY(180deg);
}


/*--------------------------------------------------------------
# FAQs
--------------------------------------------------------------*/

.faqs {
    max-width: 800px;
    margin: 0 auto;
}

    .faqs .faq {
        border: 3px solid #202020;
        margin: 0px 0 20px;
    }

        .faqs .faq .question a {
            color: #202020;
            cursor: pointer;
            display: block;
            padding: 25px;
            padding-right: 60px;
            background: url(/img/2023/icons/accordion-open.svg) no-repeat center right;
            background-position: right 25px center;
        }

            .faqs .faq .question a[aria-expanded="true"] {
                background-size: 50px;
                background: url('/img/2023/icons/accordion-collapse.svg') no-repeat center right;
                background-position: right 25px center;
             
            }


        .faqs .faq .answer {
          
            padding: 0 25px 25px;
        }

/*--------------------------------------------------------------
# Grid Container
--------------------------------------------------------------*/
#main .content .grid-section h2, .content .grid-section h3, .content .grid-section h4 {
    margin-bottom: 25px;
}
#main .content .grid-section h5 {
    margin-bottom: 15px;
}
#main .content .grid-section .container {
    padding-top: 50px;
    padding-bottom: 50px;
}
#main .content .grid-section section > .container {
    padding-top: 0px;
    padding-bottom: 0px;
}
#main .content > .grid-section .container {
    /*padding-top: 0px;*/
}
#main .content .grid-section .pt-0 .container {
    padding-top: 0;
}

#main .content .grid-section .pb-0 .container {
    padding-bottom: 0;
}

#main .content .grid-section .p-0 .container {
    padding-top: 0;
    padding-bottom: 0;
}

#main .content .grid-section .col-margin {
    margin: 0 50px;
}

#main .content .grid-section .grid-full-width .container {
    max-width: 1000px;
}

#main .content .grid-section .grid-full-width .section-orange {
    margin-bottom:50px;
}


#main .content .grid-section .grid-indent .container {
    max-width: 800px;
    justify-content: center;
}

#main .content .grid-section .grid-no-indent .container {
    max-width: 1140px;
}

#main .content .grid-section .grid-full-width > .container {
    max-width: 100%;
    padding:0;
}

#main .content .grid-section img, .img-shadow {
    max-width: 100%;
    text-align: center;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 2px;
}

#main .content .grid-section .no-css img {
    max-width: 100%;
    text-align: center;
    box-shadow: none;
    border-radius: 0px;
}

#main .content .grid-section .grid-section-dark {
    margin-top: 50px;
    margin-bottom: 50px;
    background: #202020 0% 0% no-repeat padding-box;
    color: #fff
}

#main .content > .grid-section .grid-section-dark .container {
    padding-top: 50px;
}

#main .content .grid-section .grid-section-dark h3{
    color:#fff;
}

    #main .content .grid-section .grid-section-dark img {
        box-shadow: none;
    }

#main .content .grid-section .section-features {
    padding: 0;
}


/*--------------------------------------------------------------
#Direct Debits
--------------------------------------------------------------*/

.direct-debit-box {
    background: #E6E6E6;
    border: 1px solid #D5D4D4;
    margin: 10px 0;
    position: relative;
    color: #202020;
    padding: 15px 0 !important;
    background-image: url('assets/dd_logo_bg.jpg');
    background-position: top right;
    background-repeat: no-repeat;
}

    .direct-debit-box .form-control {
        font-size: 17px; width:100%;
    }

        .direct-debit-box .form-control:disabled, .direct-debit-box .form-control[readonly] {
            background-color: #e6e6e6;
            border: 1px solid #ccc;
            font-size: 13px;
            opacity: 1;
            resize: none;
        }


/*--------------------------------------------------------------
# Section
--------------------------------------------------------------*/
section {
    padding: 50px 0;
    overflow: hidden;
}


    section .title {
        margin-bottom: 50px;
    }

section.section-hero{

}

    section.section-hero h3 {
        font-size: 4rem;
    }

    section.section-hero h4 {
        font-size: 3rem;
    }

.section-orange {
    background: #FF9B22;
    border-bottom: 10px solid #202020;
}

    .section-orange a {
        color: #202020;
        text-decoration: underline;
    }
        .section-orange a:hover {
            color: #202020;
           
        }

    section.section-gray, .section-gray {
        background: #ededed;
    }

    section.section-dark {
        background-color: #202020;
        color: #fff;
    }

    section.section-black {
        background-color: #202020;
        color: #fff;
    }
    section.section-dark .underline, section.section-black .underline {
        border-top: 1px solid #fff;
        margin: 20px;
    }

div.section-black {
    background-color: #000;
    color: #fff;
}

div.section-black .section-reviews-widget{
   padding:0;
}

section.section-image {
  
}

    section.section-image .img, section.section-image .text {
        width: 50%
    }
    section.section-image .text {
        padding: 50px;
    }


    section.section-image .img {
        background-size: cover;
        background-position: 50% 50%;
    }

    .section-border {
        border-bottom: 10px solid #202020;
    }

.section-border-top {
    border-top: 10px solid #202020;
}

        section.section-border.box-alternating {
            padding: 0;
        }


            section.section-border.box-alternating .img, section.section-border.box-alternating .text {
                width: 50%
            }
        
        section.section-border.box-alternating .img {
                border-left: 10px solid #202020; background-size:cover;
            }

#main .content .grid-section section.section-border.box-alternating .container {
    padding: 0;
}

section.section-border.box-alternating .item:nth-child(odd) {
    background-color: #FF9B22;
    border-bottom: 10px solid #202020;
   
}

section.section-border.box-alternating .item:nth-child(odd) .d-flex{
    
    flex-direction: row-reverse;
}

        section.section-border.box-alternating .item:nth-child(even) {
            text-align:right;
        }

            section.section-border.box-alternating .item:nth-child(even) .img {
                border-left: 0;
                border-right: 10px solid #202020;
                
            }
/*--------------------------------------------------------------
# Section specifics
--------------------------------------------------------------*/
    section.section-title {
        padding:50px 0 50px  0;
    }

    section.section-title h1 {
       margin:0; padding:0;

}

    section .title {
        
        padding:10px 0;
       
        text-transform:uppercase;
    }

    section .title .background{
        background: #FF9B22 0% 0% no-repeat padding-box;
        display:inline-block;
        padding:20px 20px 10px 20px;
        
    }

        section .title .background.dark {
            background: #202020 0% 0% no-repeat padding-box;
          color:#fff;
        }

section.section-cover .item {
    position:relative;
    margin-bottom:50px;
    padding-top:10px;
}

    section.section-cover .item .number {
        font-family: 'Elza', sans-serif;
       font-weight:900;
        
        background-color: #ff9b22;
        height: 80px;
        width: 80px;
        border-radius: 50%;
        font-size: 90px;
        display: inline-block;
        text-align: center;
        vertical-align: middle;
        padding-top: 50px;
        margin-bottom:50px;
        background:src('/Img/2023/Icons/no-nonsense-cover-1.svg') no-repeat;
    }

   

    section.section-reviews img {
        font-size: 1.5rem;vertical-align:text-top;
    }

        section.section-reviews .reviews {
          padding:20px; background-color:#fff;
        }



    .section-products {
        background: linear-gradient( 180deg, #FF9B22 0%, #FF9B22 100%) no-repeat;
        background-size: calc(100%) calc(100% - 300px);
        background-position: bottom;
       
    }

   
        .section-products .products-carousel{
        margin-top:50px;
    }

        .section-products .products-carousel a.img {
            display: inline-block;
            border: 10px solid #202020;
            position:relative;
        }

            .section-products .products-carousel a.img .title {
                position: absolute;
                bottom: 0px;
                left: 0px;
                margin: 0;
                color: #fff;
                text-align: left;
                font-size: 20px;
                padding: 15px 20px;
            }

        .section-products .products-carousel .slick-track {
           display:flex;
        }

        .section-products .products-carousel .card {
            flex: 1;
            height: inherit;
            background-color:transparent;
            box-shadow:none;
            border:0;
        }



        .section-products .products-carousel .card-body {
            padding: 1rem;
            padding-bottom: 120px;
        }

            .section-products .products-carousel .card-footer {
               
                width: 100%;
                background: transparent;
                padding: 20px 0;
                border: 0;
            }

            .section-products .products-carousel .card-footer .btn{
                font-size:14px;
            }

    .section-trades h3 {
        margin-top: 3rem !important;
        margin-bottom: 2rem !important;
        text-align:center;
    }

        .section-trades h3:first-of-type {
            margin-top: 0 !important;
        }

    section .grid-full-width .section-orange .container {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    section .grid-full-width .section-orange h2, section .grid-full-width .section-orange h3 {
        margin: 0 !important;
        padding: 0 !important;
        text-align: left;
    }

        section .section-features .card{
        padding:40px;
        margin-left:-200px;

    }

    section.section-features .odd .col-md-7, section.section-features .odd .one {
        order: 2;
    }

    section.section-features .odd .col-md-5, section.section-features .odd .two {
        order: 1;
    }
    section.section-features .card {
        padding: 40px;
    }

        section .section-features .odd .card {
        margin-left:0;
        margin-right: -200px;
    }

    section.section-features .two .card{
        margin-left:-50px;
    }

    section.section-features .odd .two .card {
        margin-right: -50px;
        margin-left: 0;
    }

   
    .section-quotes .box-gray {
        background-color: #F5F5F5;
        padding: 50px;
        border-radius: 5px;
        margin-bottom: 50px;
        color: #202020;
    }

        .section-quotes .box-gray img {
            padding: 10px;
        }

    .section-quotes .options {
        border-top: 1px solid #eee;
    }

    .section-quotes .price {
       font-size:40px; font-weight:bold; line-height:50px;
    }

        .section-quotes .options .option {
            border-bottom: 1px solid #eee;
        }

    .section-claims .box-gray {
        background-color: #F5F5F5;
        padding: 50px;
        border-radius: 10px;
        margin-bottom: 50px;
        color: #202020;
    }

    .section-claims .box-gray img{
        padding:10px;
    }
    
    .section-claims .options {
        border-top:1px solid #eee;
    }

    .section-claims .options .option {
        border-bottom: 1px solid #eee;
    }


    .section-claims .price {
        font-size: 40px;
        font-weight: bold;
        line-height: 50px;
    }


    section .awards-container{
        text-align:center;
    }
    section .awards-container img{
        margin:20px;
    }


    section.accountancy-products .accountancy-product img{
         margin-bottom:25px;
    }

.section-options .faqs .faq {
    border: 0px solid #202020;
    margin: 0px 0 10px;
    padding: 15px;
}
/*BLOG POSTS */
.blogposts .author, .blogpost .author {
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
}

.blogpost{
    max-width:800px;
}

.blogpost img {
    max-width: 550px;
    text-align: center;
    display: block;
    margin: 0 auto;
}

.latest-blogs .post {
    background: #fff;
    box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
    z-index: 2;
}


.latest-blogs .post .post-body {
  padding:1.5rem;
  padding-top:0;
}

    .latest-blogs .post .btn-push {
        display:block;
        background-color:#fff !important;
    }
.blog-tags {
    padding: 10px 0px 70px;
}

.blog-tags a {
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px;
    border: 3px solid #202020;
    color: #202020;
    margin: 0 20px 20px 0;
}

.pagination {
    padding: 20px;
    text-align: center;
    justify-content: center;
}

    .pagination .nav-link {
        display: inline-block;
        padding: 0.5rem .5rem;
        font-weight: 900;
        font-family: "Elza", sans-serif;
        color: #202020;
    }

    .pagination .nav-link--active {
        color: #ff9b22;
    }

.rhinos-take {
    border: 3px solid #202020;
    background-color: #fff;
    
    margin: 50px 0;
    font-size: 13px;
    padding: 15px;
}

    .rhinos-take h5 {
        font-size: 15px;
        margin-bottom: 5px !important;
    }

.orange-bg .rhinos-take, .section-orange.rhinos-take {
    background-color: #FF9B22;
}