body,
        html {
            margin: 0;
            padding: 0;
            font-family: 'Montserrat', sans-serif;
        }

        .tpstp {
            background: #16594d;
            padding: 28px 0;
        }

        .tpstp p {
            color: #ffffff;
        }

        .mnhd {
            font-size: 39px;
            line-height: 54px;
            font-weight: 700;
            color: #16594d;
            margin: 20px 0;
        }

        .mnhd small {
            font-weight: 300;
            display: block;
            text-align: center;
        }

        .botp {
            max-width: 100%;
            margin: auto;
            font-size: 19px;
            line-height: 26px;
            font-weight: 300;
        }
.videoforms{
    margin:50px 0;
}
.listnum,.listnum ol{
    margin-top:25px;
}
.listnum ol li, .listnum p{
font-size: 20px;
font-weight: 300;
line-height: 28px;
margin-bottom:10px;
}
.listnum li strong, .listnum p strong, .listnum ol li::marker{
    font-weight: 700;
}

        .video_pan_container {
            max-width: 660px;
            margin: auto;
            position: relative;
        }

        .video_pan {
            position: relative;
            height: 0;
            padding-bottom: 56.6666%;
        }

        .video_pan iframe {
            position: absolute;
            top: 0;
            bottom: 0;
            right: 0;
            left: 0;
            height: 100%;
            width: 100%;
        }
        .formscrl{
            max-height:670px;
            overflow-x: hidden;
            overflow-y: scroll;
            position: relative;

        }
        .formscrl iframe{
            position: relative;
            top:-30px;
            left:0;
        }
        .footer {
    background: #062450;
    padding: 16px 0;
    color: #fff;
    font-size: 13px;
    margin-top:20px;
}
.ftBg {
    background: #16594d;
    color: #fff;
    border-top: 1px solid #16594d;
    /* border-bottom: 3px solid #fff; */
    padding: 10px 0px;
}
.ftBg ul.social-icon-list, .hdBg ul.social-icon-list {
    margin: 0px auto 0px;
    padding: 0px;
    display: inline-block;
}
.ftBg ul.social-icon-list li, .hdBg ul.social-icon-list li {
    display: inline-block;
    border-right: none;
    padding: 0px 3px;
    margin-top: 15px;
}
.ftBg ul.social-icon-list li a, .hdBg ul.social-icon-list li a {
    color: rgba(18, 41, 75, 1);
    font-size: 18px;
    background-color: rgba(255, 255, 255, 1);
    width: 32px;
    display: inline-block;
    height: 32px;
    border-radius: 50%;
    padding-top: 5px;
    position: relative;
}
.ftBg ul.social-icon-list li a i, .hdBg ul.social-icon-list li a i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.ftBg h5, .hdBg h5 {
    display: inline-block;
    vertical-align: top;
    padding: 22px 10px 0px 0px;
}
.ftBg .cpy {
    padding: 20px 0px 0px 0px;
    font-size: 16px;
    font-weight: 300;
}
.ftBg .cpy a, .ftBg .cpy a:hover, .ftBg .cpy a:visited {
    color: #fff;
}
.icn {
    display: inline-block;
    vertical-align: middle;
    background-image: url(../images/icn-plts.png);
    background-repeat: no-repeat;
}
.gry {
    background: #f7f8fa;
}
i.fb {
    background-position: -149px -2px;
    height: 21px;
    width: 18px;
}
i.utube {
    background-position: -172px -2px;
    height: 22px;
    width: 18px;
}
i.lin {
    background-position: -199px -2px;
    height: 21px;
    width: 18px;
}
.bt_text.blk_sep {
    padding: 25px 0;
}
.bt_text .tx {
    font-size: 10px;
    color: #949494;
    padding: 3px 0;
}
.advWrn {
    padding: 30px 0px 20px;
    font-size: 11px;
    line-height: 14px;
    color: #767676;
}
.advWrn p {
    margin: 0px 0px 15px;
}

@media (max-width:767px){
    .mnhd {
        font-size: 32px;
        line-height: 41px;
    }
    .ftBg {
        text-align: center;
    }
    .ftBg .col-sm-4 .img-responsive {
        margin: 0px auto;
    }
    .ftBg .cpy {
               font-size: 14px;
    }
}