body {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
}

* {
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

.hdng {
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: -1px;
    color: #0F0F0F;
    border-bottom: 3px solid #0C44AC;
    display: inline-block;
    padding-bottom: 5px;
}
/*Banner*/
.heroBner {
    background-image: url(../images/slicePay/heroBanner.png);
    background-size: cover;
    padding: 150px 0;
}

    .heroBner img {
        width: 99px;
        margin-bottom: 15px;
    }

    .heroBner h1 {
        font-size: 48px;
        font-weight: 800;
        line-height: 52.8px;
        letter-spacing: -0.01em;
        text-transform: uppercase;
        color: #fff;
    }

    .heroBner p {
        font-family: Roboto;
        font-size: 18px;
        font-weight: 400;
        line-height: 27px;
        color: #fff;
    }

.btns {
    padding: 16px 40px 16px 40px;
    gap: 8px;
    border-radius: 8px;
    color: #000;
    background: #fff;
    display: inline-block;
    font-weight: 500;
}
/*What is Slice Pay?*/
.whatSlice {
    padding: 50px 0;
    text-align: center;
}

    .whatSlice p {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
    }

.sliceBx {
    display: flex;
    justify-content: space-between;
}

.whatSlice a {
    color: #0C44AC;
    text-decoration: underline;
}

.sliceBx img {
    border-radius: 10px;
    width: 100%;
    transition: all 1.5s;
}

.sliceBx .box:hover img {
    transform: scale(1.1);
}

.sliceBx .box {
    width: 32%;
    margin-top: 15px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

    .sliceBx .box .cptn {
        position: absolute;
        bottom: 25px;
        width: 100%;
        text-align: center;
        left: 0;
    }

        .sliceBx .box .cptn img {
            width: auto;
        }

        .sliceBx .box .cptn h3 {
            font-size: 18px;
            font-weight: 700;
            line-height: 21.6px;
            color: #fff;
            text-transform: uppercase;
            margin-bottom: 7px;
        }

        .sliceBx .box .cptn h4 {
            font-size: 40px;
            font-weight: 700;
            line-height: 48px;
            letter-spacing: -1px;
            color: #fff;
            text-transform: uppercase;
        }

            .sliceBx .box .cptn h4 span {
                border-bottom: 2px dashed #ccc;
                display: inline-block;
                position: relative;
                height: 29px;
                width: 52px;
                top: -5px;
            }

                .sliceBx .box .cptn h4 span img {
                    position: relative;
                    top: 3.5%;
                }

.btsnB {
    padding-top: 35px;
}

    .btsnB .btns {
        color: #fff;
        background-color: #0C44AC;
        text-decoration: none;
    }
/*Travel with ease*/
.trvlWithease {
    padding: 50px 0;
    background-color: #F9F9FE;
    text-align: center;
}

    .trvlWithease h2 {
        font-size: 14px;
        font-weight: 700;
        line-height: 20px;
        color: #0F0F0F;
        text-transform: uppercase;
        margin-bottom: 5px;
    }

    .trvlWithease h3 {
        font-size: 32px;
        font-weight: 600;
        line-height: 38.4px;
        letter-spacing: -0.01em;
        color: #0F0F0F;
    }

        .trvlWithease h3 span {
            color: #ED0101;
        }

.boxEase {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .boxEase .box {
        width: 31.5%;
        box-shadow: 0px 4px 20.4px 0px #84848440;
        gap: 16px;
        border-radius: 8px;
        background-color: #fff;
        margin-top: 30px;
        padding: 20px;
        text-align: left;
    }

        .boxEase .box h4 {
            font-size: 20px;
            font-weight: 700;
            line-height: 24px;
            color: #0F0F0F;
        }

        .boxEase .box p {
            font-size: 16px;
            font-weight: 400;
            line-height: 24px;
            color: #3A3A3A;
        }
/*Why use Slice Pay*/
.whyUse {
    background-image: url(../images/slicePay/whyUseBanner.png);
    background-size: cover;
}

.leftWhySlice {
    width: 460px;
    padding: 100px 40px;
    background-color: #0C44AC;
}

.whyUse h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: -1px;
    color: #fff;
    border-bottom: 3px solid #fff;
    display: inline-block;
    padding-bottom: 9px;
}

.whyUse ul {
    margin-top: 20px;
    margin-bottom: 40px;
}

    .whyUse ul li {
        font-size: 20px;
        font-weight: 400;
        line-height: 30px;
        color: #fff;
        background-image: url(../images/slicePay/checkIcon.png);
        background-repeat: no-repeat;
        background-position: left top 5px;
        padding-left: 34px;
        margin: 22px 0;
    }
/*Secure Your Trip*/
.secureTrip {
    padding: 50px 0;
    text-align: center;
}

    .secureTrip h3 {
        border-radius: 32px;
        background-color: #0C44AC;
        display: inline-block;
        font-size: 20px;
        font-weight: 700;
        line-height: 30px;
    }

    .secureTrip h3 {
        border-radius: 32px;
        background-color: #0C44AC;
        display: inline-block;
        font-size: 20px;
        font-weight: 700;
        line-height: 30px;
        color: #fff;
        position: relative;
        padding: 10px 27px;
        margin-top: 50px;
        margin-bottom: 20px;
    }

        .secureTrip h3:after {
            border: 12px solid transparent;
            border-top: 12px solid #0C44AC;
            position: absolute;
            bottom: -23px;
            content: '';
            left: 50%;
            margin-left: -5px;
        }

.tripBox {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

    .tripBox .box {
        width: 23.8%;
        position: relative;
        margin-top: 20px;
        overflow: hidden;
        border-radius: 10px;
    }

        .tripBox .box img {
            width: 100%;
            border-radius: 10px;
            height: 344px;
            transition: all 1.5s;
        }

        .tripBox .box:hover img {
            transform: scale(1.1);
        }

    .tripBox h4 {
        font-size: 18px;
        font-weight: 400;
        line-height: 21.6px;
        color: #fff;
    }

    .tripBox h5 {
        font-size: 24px;
        font-weight: 500;
        line-height: 28.8px;
        letter-spacing: -1px;
        color: #fff;
        padding-top: 5px;
        text-transform: capitalize;
    }

    .tripBox .cptin {
        position: absolute;
        top: 34px;
        width: 100%;
    }

.secureTrip .btns {
    background-color: #0C44AC;
    color: #fff;
}

hr {
    border: 0;
    border-bottom: 1px solid #DBD1D1;
}

.secureTrip hr {
    margin-top: 58px;
}

a.fulClick {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
/*FAQ*/
.faq {
    padding: 50px 0;
    background-color: #F9F9FE;
}

    .faq h2 {
        font-size: 40px;
        font-weight: 700;
        line-height: 48px;
        letter-spacing: -0.02em;
        text-align: center;
        color: #0F0F0F;
        margin-bottom: 34px;
    }

    .faq h3 {
        font-size: 22px;
        font-weight: 600;
        line-height: 28px;
        color: #0F0F0F;
        background-image: url(../images/slicePay/plusCircle.png);
        background-repeat: no-repeat;
        background-position: right top 2px;
        padding-right: 40px;
        cursor: pointer;
        padding: 10px 0;
    }

    .faq .box.active h3 {
        background-image: url(../images/slicePay/minusCircle.png);
    }

    .faq li,
    .faq p {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        color: #3A3A3A;
    }

    .faq ol li {
        list-style: auto;
        margin: 6px 0;
    }

    .faq ol {
        padding-left: 18px;
    }

.faqboxes {
    width: 780px;
    margin: 0 auto;
}

    .faqboxes .content {
        display: none;
    }

    .faqboxes .box.active .content {
        display: block;
    }

.faq .box {
    padding: 10px 0;
    border-bottom: 1px solid #EAECF0;
}

    .faq .box:last-child {
        border-bottom: 0;
    }
/*Still have questions*/
.stillQuesting {
    padding: 30px 0;
    text-align: center;
    background: #FFFFFF;
    width: 90%;
    margin-left: 5%;
    margin-top: 30px;
    border-radius: 10px;
}

    .stillQuesting .qtimg {
        margin-bottom: 20px;
    }

    .stillQuesting h2 {
        font-size: 24px;
        font-weight: 700;
        line-height: 30px;
        color: #0F0F0F;
        margin: 0;
    }

    .stillQuesting p {
        font-size: 18px;
        font-weight: 400;
        line-height: 28px;
        color: #3A3A3A;
        margin: 10px 0 30px 0;
    }

    .stillQuesting .stBtns a {
        font-size: 18px;
        font-weight: 700;
        line-height: 27px;
        color: #fff;
        background-color: #0C44AC;
        padding: 15px 32px;
        display: inline-block;
        border-radius: 4px;
        margin: 0 15px;
    }

        .stillQuesting .stBtns a + a {
            background-color: #0F0F0F;
        }

        .stillQuesting .stBtns a img {
            border-right: 1px solid #BCBCBC;
            position: relative;
            top: -1px;
            margin-right: 10px;
            padding-right: 11px;
        }
/*How to use Slice Pay*/
.howSlice {
    padding: 50px 0 70px 0;
    text-align: center;
    background-color: #efefef;
}

.howSliceBx {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 25px;
}

    .howSliceBx .box {
        width: 48%;
        position: relative;
        display: flex;
        align-items: center;
        box-shadow: 0px 4px 16px 0px #0000001A;
        background: #fff;
        border-radius: 11px;
        margin: 24px 1% 0 1%;
        text-align: left;
        padding: 24px;
    }

        .howSliceBx .box h3 {
            font-size: 24px;
            font-weight: 700;
            line-height: 20px;
            color: #002A41;
            text-transform: uppercase;
        }

        .howSliceBx .box p {
            font-size: 20px;
            font-weight: 400;
            line-height: 30px;
            letter-spacing: -0.01em;
            color: #002A41;
            margin: 8px 0 0 0;
        }

        .howSliceBx .box .stContnt {
            padding-left: 26px;
        }
/*Customer satisification*/
.custmrStfictin {
    padding: 60px 0;
    background-color: #efefef;
}

    .custmrStfictin .cstmr {
        display: flex;
        justify-content: space-between;
    }

        .custmrStfictin .cstmr > div {
            width: 49.5%;
        }

    .custmrStfictin .rightBx img {
        width: 100%;
    }

    .custmrStfictin .leftBx {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        background-color: #fff;
        box-shadow: 0px 4px 16px 0px #0000001A;
        border-radius: 10px;
    }

    .custmrStfictin h2 {
        font-size: 16px;
        font-weight: 700;
        line-height: 20px;
        color: #002A41;
        text-transform: uppercase;
        margin: 15px;
    }

    .custmrStfictin h3 {
        font-size: 36px;
        font-weight: 600;
        line-height: 43.2px;
        letter-spacing: -0.01em;
        color: #002A41;
    }

.stillQuesting .stBtns .desktopHide {
    display: none;
}
/*IPad*/
@media only screen and (max-width: 992px) and (min-width: 768px) {
    .faqboxes {
        width: 670px;
    }

    .whatSlice p {
        font-size: 14px;
    }

    .sliceBx .box .cptn h3 {
        font-size: 12px;
    }

    .sliceBx .box .cptn h4 {
        font-size: 24px;
        line-height: 28px;
    }

        .sliceBx .box .cptn h4 span {
            height: 17px;
            top: -2px;
        }

    .whatSlice h2 {
        margin-bottom: 28px;
    }

    .hdng {
        font-size: 35px;
    }

    .leftWhySlice {
        width: 430px;
        padding: 40px 30px;
    }

    .whyUse h2 {
        font-size: 31px;
        line-height: 33px;
    }

    .whyUse ul li {
        font-size: 16px;
        line-height: 23px;
        color: #fff;
        background-position: left top 3px;
        padding-left: 26px;
        margin: 9px 0;
        background-size: 17px;
    }

    .tripBox h4 {
        font-size: 16px;
    }

    .tripBox h5 {
        font-size: 20px;
        line-height: 20px;
    }

    .faq h2 {
        font-size: 30px;
        line-height: 28px;
        margin-bottom: 24px;
    }

    .howSliceBx .box {
        width: 100%;
    }

    .custmrStfictin h3 {
        font-size: 23px;
        line-height: 33.2px;
    }

    .custmrStfictin .leftBx img {
        width: 50px;
    }
}

/*Mobile*/
@media screen and (max-width: 767px) {
    .heroBner h1 {
        font-size: 29px;
        line-height: 35.8px;
    }

    .btns {
        padding: 12px 40px 12px 40px;
    }

    .heroBner {
        padding: 80px 0;
        background-position: right -320px top;
        background-repeat: no-repeat;
    }

    .hdng {
        font-size: 30px;
        line-height: 37px;
    }

    .tripBox .box {
        width: 48%;
    }

        .tripBox .box img {
            height: 205px;
        }

    .whatSlice h2 {
        margin-bottom: 20px;
    }

    .whatSlice p br {
        display: none;
    }

    .sliceBx {
        flex-wrap: wrap;
    }

        .sliceBx .box {
            width: 100%;
        }

    .trvlWithease h3 {
        font-size: 23px;
        line-height: 29.4px;
    }

    .trvlWithease .boxEase {
        flex-wrap: wrap;
    }

    .boxEase .box {
        width: 100%;
    }

        .boxEase .box h4 {
            margin-bottom: 10px;
        }

    .whyUse {
        background-size: 160% 310px;
        background-repeat: no-repeat;
        padding-top: 310px;
        background-position: right top;
    }

        .whyUse .container {
            padding: 0;
        }

    .leftWhySlice {
        width: 100%;
        padding: 34px 20px;
        background-color: #0C44AC;
    }

    .whyUse h2 {
        font-size: 30px;
        line-height: 34px;
    }

    .whyUse ul li {
        font-size: 16px;
        background-position: left top 7px;
        padding-left: 24px;
        margin: 10px 0;
        background-size: 14px;
    }

    .tripBox h4 {
        font-size: 16px;
    }

    .tripBox h5 {
        font-size: 19px;
        line-height: 21.8px;
    }

    .secureTrip hr {
        margin-top: 0;
        border: 0;
    }

    .faq h2 {
        font-size: 25px;
    }

    .faq h3 {
        font-size: 18px;
        line-height: 28px;
        padding: 10px 0;
    }

    .faqboxes {
        width: 100%;
    }

    .faq h3 {
        font-size: 16px;
        line-height: 28px;
        padding: 5px 30px 5px 0;
    }

    .stillQuesting .stBtns a {
        display: none;
    }

    .stillQuesting .stBtns .desktopHide {
        display: inline-block;
        background-color: #0C44AC;
        padding: 11px 32px;
    }

    .howSliceBx .box {
        width: 100%;
        padding-right: 15px;
    }

        .howSliceBx .box p {
            font-size: 16px;
            line-height: 22px;
        }

        .howSliceBx .box h3 {
            font-size: 20px;
        }

        .howSliceBx .box img {
            width: 50px;
        }

        .howSliceBx .box .stContnt {
            padding-left: 20px;
        }

    .custmrStfictin .cstmr {
        flex-wrap: wrap;
    }

        .custmrStfictin .cstmr > div {
            width: 100%;
        }

    .custmrStfictin .leftBx {
        margin-bottom: 16px;
        padding: 45px 0 49px 0;
    }

        .custmrStfictin .leftBx img {
            width: 60px;
        }

    .custmrStfictin h3 {
        font-size: 22px;
        line-height: normal;
    }

    .howSlice {
        padding: 41px 0 50px 0;
    }
}
