﻿body {
    margin: 0;
    font-family: sans-serif;
    background: #F7F9F9;
}

.pagebanner {
    background: #34495E;
    padding: 3.375rem 10%;
    position: relative;
}

.pagebannerheading h3 {
    text-align: center;
    color: #fff;
    font-size: 32px;
    font-weight: 600;
}

.txt-policieswrap {
    padding: 30px 10%;
    background: #F7F9F9;
}

.icon-wrap img {
    margin: 0 auto;
    width: 30%;
    max-width: 200px;
    display: block;
    opacity: 0.6;
}

.txtcontainer {
    box-shadow: 0 10px 20px -5px rgba(174,214,241,0.45), 0 10px 20px -5px rgba(174,214,241,0.85), -10px 0 20px -5px rgba(174,214,241,0.55);
    border-radius: 5px;
    padding: 20px;
    color: #5D6D7E;
}

.txtheading h1 {
    font-size: 29px;
    text-shadow: none;
    color: #F4811F;
    font-weight: 800;
    font-family: sans-serif;
}

.alltxt {
    margin-top: 20px;
}

.eachtxt {
    margin: 20px 0;
    padding: 0 30px;
    word-break: break-all;
}

    .eachtxt h3 {
        font-size: 17px;
        margin-bottom: 12px;
        line-height: 1.6;
    }

    .eachtxt h4 {
        font-size: 16px;
        margin-bottom: 12px;
        line-height: 1.6;
    }

    .eachtxt h5 {
        font-size: 15px;
        margin-bottom: 12px;
        line-height: 1.6;
    }

    .eachtxt h6 {
        font-size: 14px;
        margin: 4px 0;
    }

    .eachtxt .show-txt {
        font-size: 16px;
        line-height: 1.6;
        margin-bottom: 20px;
        font-weight: normal;
        width: 60%;
        margin: 20px auto 0;
    }

        .eachtxt .show-txt span {
            display: block;
            font-weight: 600;
            margin-top: 20px;
            text-align: center;
        }

@media screen and (max-width: 767px) {
    .eachtxt .show-txt {
        width: 90%;
    }
}

ul {
    list-style: decimal;
    font-size: 16px;
    font-weight: 800;
}

@media screen and (max-width: 768px) {
    .eachtxt {
        margin: 20px 0;
        padding: 0 10px;
    }

    .txt-policieswrap {
        padding: 30px 5%;
    }

    ul {
        list-style: decimal;
        font-size: 16px;
        font-weight: 800;
        margin-left: 0;
        padding-inline-start: 0;
        margin-block-start: 0;
    }
}

.togglecontrol {
    height: calc(1.5em + 0.75rem + 2px);
    color: #495057;
    background-color: #f7f9f9;
    background-clip: padding-box;
    border: 1px solid #f7f9f9;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}