﻿.bannerSection {
    display: block;
    /* background-image: url(../img/Home-page/Background.webp);*/
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center -50px;
    min-height: 70vh;
    background: var(--linear-bg-color)
}

.bannerSection_BG {
    height: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
}

.bannerSection .tabs {
    position: relative;
    z-index: 1;
}

    .bannerSection .tabs .packagesMainRisk, img {
        height: auto;
    }

.headContent {
    padding: 0;
    color: #313131;
}

    .headContent h1 {
        /* font-weight: 600;*/
        line-height: 30px;
        margin-bottom: 30px;
        text-align: center;
        text-transform: uppercase;
        color: #fff;
    }

.productTabsMainRisk {
    width: 100%;
    margin: 0 0 10px;
    height: auto;
    justify-content: center;
    margin: 20px 20px;
}

.tabs .productTabsMainRisk .productTabsRisk {
    text-decoration: none;
    text-align: center;
    height: 110px;
    padding: 0;
    border-radius: 5px;
    background-color: #fff;
    transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    margin: 20px 20px;
}

    .tabs .productTabsMainRisk .productTabsRisk span {
        display: block;
        font-size: 14px;
        font-weight: 500;
        transition: .2s ease-in-out;
        -moz-transition: .2s ease-in-out;
        -ms-transition: .2s ease-in-out;
        -o-transition: .2s ease-in-out;
        -webkit-transition: .2s ease-in-out;
    }

    .tabs .productTabsMainRisk .productTabsRisk.active span {
        color: #30b524;
        border-color: #30b524;
        position: relative;
    }

.InsuranceIcon {
    width: 120px;
    height: 110px;
    margin: auto;
    padding: 10px;
    border-radius: 5px;
    border: 2px solid #fff0;
    border-top-color: rgba(255, 255, 255, 0);
    border-right-color: rgba(255, 255, 255, 0);
    border-bottom-color: rgba(255, 255, 255, 0);
    border-left-color: rgba(255, 255, 255, 0);
    box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 7px;
    cursor: pointer;
    text-transform: uppercase;
}

    .InsuranceIcon:hover svg {
        color: var(--secondary-color);
    }

    .InsuranceIcon:hover p {
        color: var(--primary-color);
    }

        .InsuranceIcon:hover p small {
            text-transform: uppercase;
        }

.tabs .productTabsMainRisk .productTabsRisk span p {
    margin: 0;
    font-size: 14px;
    line-height: normal;
    font-weight: 600;
}

.otherLinksSmc {
    z-index: 0;
}

.eBookPDF_BG, .otherLinksSmc {
    border-radius: 4px;
    position: relative;
}

.ContactEmail, .otherLinksSmc {
    margin-top: 60px;
}

    .otherLinksSmc .StepsRow {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #fff;
        padding: 10px 0;
        box-shadow: 0 3px 6px #00000029;
        border-radius: 5px;
    }

        .otherLinksSmc .StepsRow .StepsColm {
            padding: 10px 15px;
            width: auto;
            display: flex;
            align-items: center;
            position: relative;
            border-right: 1px solid #ccc;
        }

            .otherLinksSmc .StepsRow .StepsColm:last-child {
                border-right: none;
            }

.StepsColm svg {
    height: 45px;
    padding-right: 10px;
}

.ContinueTOquote {
    overflow: hidden;
    flex-flow: wrap;
}

.ContinueTOquote {
    margin: 0;
    padding: 15px;
    border-radius: 5px;
    width: 100%;
    position: relative;
    border: 1px solid;
    background-color: #fafff2;
    display: none;
}

    .ContinueTOquote span:first-child {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 2px;
        background: linear-gradient(to right,#17161800,#30b524);
        animation: 2s linear infinite animate1;
        border-radius: 60px;
    }

    .ContinueTOquote span:nth-child(2) {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 2px;
        background: linear-gradient(to bottom,#17161800,#30b524);
        animation: 2s linear 1s infinite animate2;
        border-radius: 60px;
    }

    .ContinueTOquote span:nth-child(3) {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 2px;
        background: linear-gradient(to left,#17161800,#30b524);
        animation: 2s linear infinite animate3;
        border-radius: 60px;
    }

    .ContinueTOquote span:nth-child(4) {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 2px;
        background: linear-gradient(to top,#17161800,#30b524);
        animation: 2s linear 1s infinite animate4;
        border-radius: 60px;
    }

.closeToContinue.close {
    right: 10px;
    top: 7px;
    position: absolute;
    width: 12px;
    font-size: 13px;
    height: 12px;
    border-radius: 50px;
    z-index: 101;
    border: none;
    padding: 0;
    background: #fff0;
}

.ContinueTOquote .index-main {
    font-size: 16px;
    margin: 0 0 20px;
    font-weight: 700;
    color: #1d1d1d;
    line-height: normal;
}

.ContinueTOquoteBox p {
    font-size: 12px;
    margin: 10px 0 0;
    font-weight: 400;
    color: #6d6d6d;
}

.ContinueTOquoteBox strong {
    font-size: 12px;
    margin: 0;
    color: #1d1d1d;
    display: block;
    font-weight: 700;
}

.ContinueBTN {
    width: auto !important;
    min-width: 100% !important;
    background-color: #fff !important;
    color: #30b524 !important;
    border: 1px solid #30b524;
    margin-top: 10px;
    font-size: 16px;
    height: 40px;
    border-radius: 4px;
}

.whyList {
    display: flex;
    margin-bottom: 20px;
    width: 50%;
}


.whyEleSvg svg, .signLiSvg svg {
    width: 64px;
    height: 64px;
}

.whyHeadTxt {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 20px;
    text-align: center;
}

.whyEleTxtWrap, .signLiTxt {
    margin-left: 35px;
}

.whyEleTxt, .signLiTxt1 {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 8px;
    font-weight: 600;
}

.whyEleSubTxt, .signLiTxt2 {
    font-size: 13px;
    line-height: 22px;
}

.whyHeadSubTxt, .signFullTxt {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 32px;
    text-align: center;
}

.testimonials-1 {
    background: #fff;
}

    .testimonials-1 ul {
        margin-top: 40px !important;
    }

    .testimonials-1 .list-inline {
        position: relative;
        top: .92857143em;
    }

.list-inline li {
    display: inline-block;
    padding: 0;
}

.list-inline li {
    padding: 0 1em;
    margin-left: 0;
}

.testimonials-1 .list-inline li {
    padding: 15px !important;
}

section.space--xs {
    padding-top: 3.71428571em;
    padding-bottom: 3.71428571em;
}

.testimonials-1 .image--xxs {
    max-height: 2.5em !important;
}

img:last-child {
    margin-bottom: 0;
}

.space--xs h1 {
    color: var(--primary-color)
}

.productTabsRisk {
    transition: transform .1s;
}

    .productTabsRisk:hover {
        transform: scale(1.2);
    }

@media screen and (max-width: 992px) {
   

    .otherLinksSmc .StepsRow {
        display: block;
        text-align: left;
    }

        .otherLinksSmc .StepsRow .StepsColm {
            padding: 15px;
            height: auto;
            width: 49%;
            display: inline-flex;
            border: none;
        }

    .StepsColm svg {
        display: none;
    }

    .headContent h1 {
        font-weight: 600;
        line-height: 1.2;
        margin-bottom: 10px;
        text-align: center;
        text-transform: uppercase;
    }

    .productTabsMainRisk {
        margin: unset;
    }

    .whyEleSvg, .signLiSvg {
        display: inline;
    }

        .whyEleSvg svg, .signLiSvg svg {
            width: 32px;
            height: 32px;
            margin-bottom: 10px;
        }

    .whyEleSubTxt, .signLiTxt2, .otherLinksSmc {
        display: none;
    }

    .whyEleTxt, .signLiTxt1 {
        font-size: 13px;
        line-height: 18px;
        margin: 0 auto;
        width: 50%;
    }

    .whyEleTxtWrap, .signLiTxt {
        margin-left: 0;
    }

    .productTabsRisk {
        transition: transform .2s;
    }

        .productTabsRisk:hover {
            transform: scale(1.5);
        }

    .whyEleTxt, .signLiTxt1 {
        font-size: 13px;
        line-height: 18px;
        margin: 0 auto;
        width: 130px;
        transition: transform .2s;
    }

        .whyEleTxt:hover {
            transform: scale(1.5);
        }

    .whyList:nth-child(2n+1), .signLi:nth-child(2n+1) {
        padding-right: 15px;
    }

    .whyList, .signLi {
        display: block;
        text-align: center;
        margin-bottom: 32px;
    }
}
