﻿@charset "utf-8";
/* CSS Document */

#cateheader {
    background: url("../images/legalsubg.jpg") 0 0 no-repeat;
}

.innertitle {
    font-size: 36px;
    font-weight: 600;
    padding: 15px 0;
    color: var(--white);
    text-align: center;
    margin-bottom: 20px;
}

    .innertitle span {
        color: var(--yellowa)
    }
/**/
.formwrpbg {
    border-bottom: solid 1px var(--grayddd);
}

    .formwrpbg .row {
        align-items: center
    }

.cardbg {
    background: var(--white);
    box-shadow: 0 0 10px rgb(137 173 255 / 35%);
    border-radius: 5px;
}

.cadlistwrp {
    background: var(--white);
    box-shadow: 0 0 10px rgb(137 173 255 / 35%);
    border-radius: 5px;
    margin: 0 0 30px
}

    .cadlistwrp .cadlisthd {
        padding: 15px;
        display: flex;
        gap: 15px;
    }

    .cadlistwrp.inline .cadlisthd {
        flex-direction: column
    }

        .cadlistwrp.inline .cadlisthd figure {
            width: 100%
        }

    .cadlistwrp .cadlisthd figure {
        background: var(--grayccc);
        width: 200px;
        height: 170px;
        flex-shrink: 0;
        border-radius: 4px;
        overflow: hidden
    }

        .cadlistwrp .cadlisthd figure img {
            height: 100%
        }

    .cadlistwrp .cadlisthd .cadlistdesc {
    }

        .cadlistwrp .cadlisthd .cadlistdesc .title {
            font-size: 20px;
            font-weight: 600;
            letter-spacing: .5px;
            display: block;
            padding: 0 0 10px;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            color: var(--drakblue);
        }

            .cadlistwrp .cadlisthd .cadlistdesc .title a {
                color: var(--drakblue);
            }

        .cadlistwrp .cadlisthd .cadlistdesc p {
            font-size: 14px;
            display: block;
            line-height: 20px;
            color: var(--gray888);
            text-align: left;
            padding-bottom: 10px;
        }

        .cadlistwrp .cadlisthd .cadlistdesc ul {
            margin-left: 20px;
        }

            .cadlistwrp .cadlisthd .cadlistdesc ul li {
                list-style-type: disc;
                padding: 5px 0
            }

    .cadlistwrp .cadlistft {
        border-top: solid 1px var(--grayddd);
        padding: 15px;
        display: flex;
        gap: 10px;
        justify-content: flex-end
    }

        .cadlistwrp .cadlistft span.call a {
            background: var(--red);
        }

        .cadlistwrp .cadlistft span.video a {
            background: #346465;
        }

        .cadlistwrp .cadlistft span.call svg {
            fill: var(--red)
        }

        .cadlistwrp .cadlistft span.video svg {
            fill: #346465
        }

        .cadlistwrp .cadlistft span a {
            display: inline-flex;
            align-items: center;
            gap: 15px;
            padding: 7px 15px;
            color: var(--white);
            font-size: 14px;
        }

            .cadlistwrp .cadlistft span a i {
                width: 30px;
                height: 30px;
                background: var(--white);
                display: inline-flex;
                align-items: center;
                justify-content: center;
                border-radius: 50%
            }

        .cadlistwrp .cadlistft span small {
            font-size: 14px;
            line-height: 16px;
        }

            .cadlistwrp .cadlistft span small em {
                display: block;
                font-size: 14px;
                font-weight: 500
            }

            .cadlistwrp .cadlistft span small b {
                font-weight: 400;
                font-size: 13px;
            }
/**/
.cadformwrp {
    margin: 15px 0;
}

    .cadformwrp .cadformtitle {
        border-bottom: solid 1px var(--grayddd);
        padding: 15px;
        font-size: 20px;
        font-weight: 600
    }

.cadformgropwrp {
}

.cadformgrop {
    padding: 15px 15px 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

    .cadformgrop .cadform {
        margin-bottom: 15px;
        width: 100%;
        font-family: var(--roboto);
        position: relative
    }

        .cadformgrop .cadform .contact {
            display: flex
        }

        .cadformgrop .cadform select {
            padding: 10px;
            width: 100%;
            height: 50px;
            border-radius: 6px;
            border: solid 1px var(--grayccc);
        }

        .cadformgrop .cadform .contact select {
            margin-right: 15px;
            height: 50px;
            border-radius: 6px;
            border: solid 1px var(--grayccc);
            width: 110px;
        }

        .cadformgrop .cadform .contact input {
            width: 241px;
        }

        .cadformgrop .cadform label {
            display: block;
            padding-bottom: 10px;
            font-weight: 500
        }

        .cadformgrop .cadform.alertext label, .cadformwrp .cadform.alert label {
            color: var(--red);
        }

        .cadformgrop .cadform.alertext input, .cadformwrp .cadform.alert input {
            border-color: var(--red);
        }

        .cadformgrop .cadform input {
            border: solid 1px var(--grayccc);
            display: flex;
            width: 100%;
            height: 50px;
            border-radius: 4px;
            box-shadow: inset 0 1px 3px #ddd;
        }

        .cadformgrop .cadform .input-group-addon {
            position: absolute;
            top: 38px;
            right: 10px
        }

            .cadformgrop .cadform .input-group-addon svg {
                fill: #A8A8A8
            }

.cadformwrp nav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 10px
}

    .cadformwrp nav ul {
        display: flex;
        align-items: center;
        box-shadow: 0 0 10px rgb(137 173 255 / 35%);
        background: var(--white);
        margin: 15px 0 0;
        gap: 15px;
        padding: 5px;
        border-radius: 30px;
    }

        .cadformwrp nav ul li.active a {
            background: #196DEB;
            color: var(--white)
        }

        .cadformwrp nav ul li.arrow a {
            background: none;
            padding: 0
        }

        .cadformwrp nav ul li i {
            margin-right: 5px;
            display: inline-flex;
            fill: #196DEB;
        }

        .cadformwrp nav ul li a {
            background: #D9DDF7;
            color: #196DEB;
            padding: 10px 30px;
            display: block;
            border-radius: 30px;
            display: flex;
            align-items: center;
        }

        .cadformwrp nav ul li.active svg {
            fill: var(--white)
        }

{
    margin-top: 25px;
}

.cadformft {
    text-align: center;
    padding: 15px;
}

    .cadformft .btun {
        font-size: 16px;
        padding: 10px 25px
    }
/**/
.howdosewrp {
    border-bottom: solid 1px var(--grayddd);
}

    .howdosewrp .row {
        align-items: center
    }

    .howdosewrp .howdosedesc {
        padding: 0 25px 25px 0
    }

        .howdosewrp .howdosedesc .cardtitle {
            font-size: 30px;
            font-weight: 500;
            margin-bottom: 15px;
        }

        .howdosewrp .howdosedesc p {
            line-height: 23px;
            font-size: 16px;
            font-weight: 300
        }

    .howdosewrp .howdoscardwrp {
        display: flex;
        justify-content: space-around;
        gap: 25px;
        margin: 30px 0 0
    }

        .howdosewrp .howdoscardwrp aside {
            padding: 15px;
        }

            .howdosewrp .howdoscardwrp aside figure {
                width: 70px;
                height: 70px;
                border-radius: 50%;
                margin: 0 auto;
                display: flex;
                align-items: center;
                justify-content: center;
            }

            .howdosewrp .howdoscardwrp aside.one figure {
                background: #FFDFE3;
            }

            .howdosewrp .howdoscardwrp aside.two figure {
                background: #DFEEFD;
            }

            .howdosewrp .howdoscardwrp aside.three figure {
                background: #E4F6EE;
            }

            .howdosewrp .howdoscardwrp aside.one figure svg {
                fill: #FF4757
            }

            .howdosewrp .howdoscardwrp aside.two figure svg {
                fill: #2F97F7;
            }

            .howdosewrp .howdoscardwrp aside.three figure svg {
                fill: #12B571;
            }

            .howdosewrp .howdoscardwrp aside p {
                font-size: 14px;
                color: var(--black);
                line-height: 20px;
                padding: 10px 0
            }

.accordionwrp .herotitle {
    margin-top: 20px;
}
/*muru end*/
@media only screen and (max-width : 320px) {
}
/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 568px) {
    .cadformgrop {
        grid-template-columns: repeat(1, 1fr);
        padding: 0
    }
}
/*----iphone---*/
@media only screen and (min-width : 569px) and (max-width : 640px) {
}
/*----high end windows phone---*/
@media only screen and (min-width : 641px) and (max-width : 768px) {
}
/**/
@media only screen and (max-width : 768px) {
    .howdosewrp {
        padding-top: 25px;
    }

        .howdosewrp .howdoscardwrp {
            flex-direction: row;
            gap: 15px;
            overflow-x: scroll;
            overflow-y: hidden;
            white-space: nowrap;
            justify-content: start;
            padding: 15px 15px 0;
            margin: 0
        }

            .howdosewrp .howdoscardwrp aside p {
                width: 250px;
                word-break: break-all;
                white-space: normal;
            }

        .howdosewrp .howdosedesc .cardtitle {
            font-size: 20px;
        }

    .cadlistwrp .cadlistft {
        justify-content: center
    }

    .cadlistwrp .cadlisthd figure img {
        height: auto;
    }
}
/**/
@media only screen and (max-width : 1024px) {
    .cadlistwrp .cadlisthd {
        flex-direction: column
    }

        .cadlistwrp .cadlisthd figure {
            width: 100%
        }
}
/**/
@media (min-width: 300px) and (max-width: 991px) {
}
/*----ipad---*/
@media only screen and (min-width : 769px) and (max-width : 1024px) {
}
/*----netbook---*/
@media only screen and (min-width : 1025px) and (max-width : 1280px) {
}
/*----ultrabook---*/
@media only screen and (min-width : 1281px) and (max-width : 1366px) {
}
/**/
@media only screen and (min-width : 1367px) and (max-width : 1600px) {
}
/*----large desktop---*/
@media only screen and (min-width : 1367px) and (max-width : 1680px) {
}
