﻿
.container-padding {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
}
.col-spac {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
    -moz-column-gap: 40px; /* Firefox */
    column-gap: 40px;
}

.text-green {
    color: #64A70B
}
.section-padding {
    padding: 35px 0;
}
/*nav ul li:not(.hidden-xs){
    display:none;   
}*/
.section-title-2 {
    margin-top: 2rem;
}
@media (min-width: 768px) {
    section .section-title-2 {
        margin-bottom: 50px;
        font-size: 5.5rem;
    }
    
}
@media (main-width: 767px) {

    /*.feefo-fix {
        padding-left: 138px !important;
        padding-top: 14px !important;
    }*/
}
@media (max-width: 767px){
    .container-padding {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }


    section.ten-reasons h3 {
    font-size: 2rem; font-weight: bold;
}
    .section-title-2 {
        font-size: 34px;
        margin-top: 3rem;
    }
    .section-padding {
        padding: 1px 0 !important;
    }
    
}
.section-title-2 {
    
    text-align: center;
   
    font-weight: 400;
   
}
.not-show-desktop {
    display:none !important;
}
@media only screen and (min-device-width : 996px) and (max-device-width : 1366px) {


    .not-show-mobile {
        display: none !important;
    }
    .not-show-desktop {
        display: block !important;
    }
}

.feefo-fix {
    padding-left: 162px !important;
    padding-top: 36px;
}

@media (max-width: 1201px){
    .not-show-mobile {
        display: none !important;
    }
    .not-show-desktop {
        display: block !important;
    }
}
@media (max-width: 1024px) {
    .feefo-fix {
        margin: 0 auto;
        padding-left: 15px !important;
        padding-top: 10px;
    }
}

@media (max-width: 1024px) and (min-width: 414px) {
    section .section-title-2 {
        margin-bottom: 50px;
        font-size: 3.5rem;
    }
}




/*.feefo-review {
    background: url("../images/feefo_desktop_new.png") no-repeat;
    margin: 0 auto;
    height: 75px;
    width: 483px;
}*/

#h1-center {
    margin-top: 20rem;
}

@media (max-width: 767px) {
    #h1-center {
        margin-top: 7rem;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {

    #h1-center {
        margin-top: 15rem;
    }
}

#hero {
    background: url("../../Images/funeral-insurance-header-bg.jpg");
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

    #hero .container-fluid {
        width: 100%;
        position: absolute;
        top: 2rem;
    }

    #hero .brand-logo {
        width: 20rem;
    }

    #hero .quote-text {
        font-size: 4rem;
    }

    .fidelity-banner {
        padding: 2rem 0 1rem;
        text-align: center;
        background: #63B146;
        width:100%;
        font-weight: bold; 
        color: #fff;
        padding: 2rem 1rem 1rem;
    }

        .fidelity-banner p {
            font-weight: bold;
            font-size: 1.8rem;
        }
    
    ul.lead li {
        margin-bottom: 2rem;
    }

@media (max-width: 767px) {
    #hero {
        background-size: cover;
        background: url("../../Images/funeral-insurance-header-bg-mob.jpg");
    }
        #hero .quote-text {
            font-size: 2.5rem;
        } 
        #hero .container-fluid {
            position: relative;
        }
    #hero h2 {
        font-size: 1.8rem;
    }
    nav {
        display: block !important;
    }

    .fidelity-banner p {
        font-size: 1.5rem;
    } 
    
    .brand-logo {
        display: none;
    }
    /*nav button{
        display:none;
    }*/
    /*nav .navbar-text {
        margin-right:2rem;
    }*/
    .feefo-review {
        background: url("../images/feefo_mobile.PNG") no-repeat 50%;
        width: 292px;
        height: 177px;
    }

    /*.feefo-fix {
        margin-left: 31px;
    }*/

    section.ten-reasons, section.should-know {
        padding: 0 !important;
    }

    .lower-banner {
        margin-top: 2rem;
    }

    section.ten-reasons h3, .should-know h3 {
        font-size: 2rem;
        font-weight: bold;
    }

    section.section-grey-light-top {
        margin-bottom: 2rem;
    }

    section.section-grey-light-top-hk {
        margin-bottom: 2rem;
    }
}

.circle-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.green-circle {
    height: 25rem;
    width: 25rem;
    background: #af1685;
    border-radius: 50%;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
}

.green-circle p {
    color: #fff;
    font-size: 2rem;
    text-align: center;
}

.green-circle strong {
    font-size: 2.4rem;
}
.blue-circle {
    height: 25rem;
    width: 25rem;
    background: #00b7bd;
    border-radius: 50%;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .blue-circle p {
        color: #fff;
        font-size: 2rem;
        text-align: center;
    }

    .blue-circle strong {
        font-size: 2.4rem;
    }


.price {
    text-align: center;
    padding: 3rem 0 1rem;
    font-size: 2.4rem;
}
@media (max-width: 768px) {

    .navbar-default-black {
        display: none !important;
    }
}