/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i|Oswald:200,300,400,500,600,700|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body{
    font-family: 'Open Sans', sans-serif;
    background-color: #eee;
}
main{
    position: relative;
}
#top-bar{
    border-bottom: 3px solid #d92128;
    background-color: #ededed;
    overflow: hidden;
}
.mtadd{
    padding: 9px 0px;
    padding-left: 55px;
}
.mtadd span{
    padding-right: 20px;
    font-size: 14px;
}
.mtsc-bg{
    background-color: #192f5a;
}
.mtsc{
    padding: 10px 0px;
    padding-right: 100px;
}
.mtsc:before{
    content: ' ';
    position: absolute;
    background: #ededed;
    width: 40px;
    height: 150px;
    top: -33px;
    left: -20px;
    transform: rotate(-25deg);
}
.mtsc a{
    padding: 16px 7px;
    color: #fff;
    font-size: 13px;
}
.mtsc a:hover{
    background-color: #d82027;
    text-decoration: none;
}

.mtsc a:active{
    text-decoration:none;
    color: #fff !important;
}
.mtsc a:visited{
    text-decoration: none;
    color: #fff !important;
}

/*------------------------------------*/

.bg-info {
    background-color: #fff;
}


#extra_line{
    background-color: #192f5a;
}

#extra_line p{
    color: #fff;
    font-weight: 500;

}

#extra_line button{
    font-size: 15px; 
    line-height: 1; 
    padding: 4px 5px 5px 5px;
    background-color: #d82027;
}
#m-nav{}
.navbar{
    margin: 0px;
    padding: 2px 0px;
}
.navbar-nav{
    /*margin-left: 35px;*/
    /*border: 1px dashed #192f5a;*/
    margin-top: 8px;
}
.navbar-nav>li>a{
    color: #1b315c;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 15px;
    padding: 17px 0px 17px 30px;
}
.nav>li>a:focus, .nav>li>a:hover{
    background: transparent;
    color: #d82027;
}
.smsfbutton{
	border: 2px solid #d82027;
    padding: 13px 5px;
    background: #192f5a;
    color: #FFF;
}
/*----------------------------------------*/
#m-slider{
    position: relative;
}

#m-slider .carousel-caption{
    top: 20%;
    left: 10%;
    padding-bottom: 0px;
    text-align: left;
}
#m-slider .carousel-caption h3{
    font-family: 'Oswald', sans-serif;
    font-size: 35px;
    line-height: 45px;
    font-weight: 800;
}
#m-slider .carousel-caption p{
    font-family: 'Oswald', sans-serif;
    font-size: 30px;
    line-height: 45px;
    font-weight: 100;
    letter-spacing: 2px;
    text-transform: uppercase;
}
#m-slider .carousel-caption .btn{
    padding: 5px 40px;
    border-radius: 15px;
    background: #d82027;
    color: #fff;
    margin-left: 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    transition: 0.3s ease;
}
#m-slider .carousel-caption .btn:hover{
    background: #192f5a;
}
.carousel-inner>.item>img{
    width: 100%;
}

/*----------------------------------------*/
#mgetq{
    background-color: #d82027;
    padding: 20px 0px;
    color: #fff;
}
#mgetq h3{
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    font-size: 30px;
    margin: 0px;
}
#mgetq .btn-default{
    background: #192f5a;
    color: #fff;
    border: 0px;
    padding: 8px 50px;
    border-radius: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    transition: 0.4s ease-in;
}
#mgetq .btn-default:hover{
    background: #edecee;
    color: #192f5a;
}

/*----------------------------------------*/

#mwwd{
    background: url(../img/bg-1.png) no-repeat 100%;
    background-size: cover;
    padding: 35px 0px;
}
#mwwd h5{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    padding:0px 10px;
    margin: 0px;
}
#mwwd h3{
    font-family: 'Roboto', sans-serif;
    background: #f2687d;
    padding: 10px;
    color: #fff;
    font-weight: 400;
    margin: 0px;
    margin-bottom: 10px;
}
#mwwd .m-text{
    padding:10px 00px;
}
#mwwd .btn-default{
    background: #192f5a;
    color: #fff;
    border: 0px;
    padding: 8px 50px;
    border-radius: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
}
#mwwd .btn-default:hover{
    background: #d82027;
}


/*------------------------------------------*/
#msp{
    background: url(../img/bg-2.png) no-repeat 100%;
    background-size: cover;
    padding: 35px 0px;
}
#msp .msp-text{}
#msp .msp-text p{
    margin: 0px;
}
#msp .msp-text h3{
    margin: 0;
    color: #192f5a;
    font-weight: 600;
    position: relative;
}
#msp .msp-text h3:after{
    content: '';
    position: absolute;
    width: 35%;
    height: 2px;
    bottom: -7px;
    background: red;
    left: 0px;
}

#msp .msp-box{
    background: #f2687d;
    margin-top: 25px;
    padding: 15px;
    text-align: center;
    color: #fff;
}
#msp .msp-box h1{
    margin: 0px;
    font-family: 'Roboto', sans-serif;
}

#msp .msp-text2 h3{
    color: #192f5a;
    font-weight: 600;
    position: relative;
}
#msp .msp-text2 h3:after{
    content: '';
    position: absolute;
    width: 29%;
    height: 2px;
    bottom: -7px;
    background: red;
    left: 0px;
}
#msp .msp-text2 ul{
    margin: 20px 0px;
    padding: 0px;
    list-style-type: none;
    font-family: 'Roboto', sans-serif;
    line-height: 30px;
}
#msp .msp-text2 ul i{
    color: #ffc800;
}


/*---------------------------------------------*/
#mqf{
    background: url(../img/bg-3.png) no-repeat 100%;
    background-size: cover;
}
.mqf-text{}
.mqf-text h5{
    padding-top: 25px;
    padding-left: 10px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    margin: 0px;
}
.mqf-text h3{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    background: #f2687d;
    margin: 0px 0px 10px -15px;
    padding: 10px;
    color: #fff;
}
.mqf-form{}
.mqf-form .form-control{
    border-radius: 0px;
    margin: 10px 0px;
    border: 1px solid #fad8df;
}
.mqf-form textarea{
    height: 150px;
}
.mqf-form p{
    font-size: 13px;
}
.mqf-form button{
    background: #192f5a;
    color: #fff;
    padding: 8px 50px;
    border-radius: 20px;
    border: none;
    transition: 0.5s ease;
    margin-top: 23px;
}
.mqf-form button:hover{
    background: #f2687d;
}



/*---------------------------------------------*/
#mscustomer{
    padding: 35px 0px;
    background: #fff;
}
.msc-head{}
.msc-head p{
    margin: 0px;
    padding-left: 10px;
}
.msc-head h3{
    margin: 0px;
    background: #f2687d;
    padding: 10px;
    color: #fff;
    margin-bottom: 20px;
}
#mscustomer .carousel-inner{
    padding-bottom: 40px;
}
#mscustomer .carousel-inner .thumbnail{
    margin-top: 25px;
    position: relative;
    padding: 35px 0px;
    border: 1px solid #cceef0;
}

#mscustomer .carousel-inner .thumbnail span{
    font-size: 40px;
    position: absolute;
    top: -25px;
    left: 25px;
    color: #dddddd;
    background: #fff;
}

.cust-feed > p{
    padding: 35px 15px;
}
.cust-feed .m-cus-info{
    position: absolute;
    border: 1px solid #dddddd;
    background: #fff;
    right: 30px;
    border: 1px solid #fde3e8;
}
.cust-feed .m-cus-info .media{
    padding: 8px;
}
.cust-feed .m-cus-info p{
    margin: 0px;
}
.cust-feed .m-cus-info h5{
    text-transform: uppercase;
    margin: 0px;
    margin-top: 5px;
    font-family: 'Roboto', sans-serif;
}
.m-faq h3{
    font-family: 'Roboto', sans-serif;
    color: #737373;
    border-bottom: 3px solid #ffaebd;
    padding-bottom: 10px;
}
.m-faq .panel-default{
    border: none;
}
.m-faq .panel-title a{
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
}
.m-faq .panel-title a:hover,a:active,a:focus{
    color: #f2687d;
}
.page-header{
    position: relative;
}
.panel-group .panel-heading a:after {
    content: '-';
    position: absolute;
    right: 33px;
    font-size: 18px;
}
.panel-group .panel-heading a.collapsed:after {
    content: '+';
    right: 30px;
    font-size: 18px;
}


/*---------------------------------------------*/
#mclient{
    background: url(../img/happy-client.jpg) no-repeat 100%;
    background-size: cover;
    min-height: 300px;
}
.mccount{
    margin-top: 6.5em;
    text-align: center;
}
.mccount h3{
    margin: 0px;
    padding: 10px 0px;
    color: #f2687d;
    font-weight: 800;
    font-size: 35px;
}
.mccount p{
    margin: 0px;
    padding: 10px 0px;
    color: #09539b;
    border-top: 2px solid;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
}

/*---------------------------------------------*/
#mlastnews{
    background: #eee;
    padding-bottom: 15px;
}
#mlastnews h1{
    color: #0d3862;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    position: relative;
    padding-bottom: 10px;
}
#mlastnews h1:after{
    content: '';
    position: absolute;
    width: 19%;
    height: 2px;
    background: #f2687d;
    left: 0px;
    bottom: 0px;
}

#mlastnews .media{
    background: #fff;
    margin-right: 25px;
    height: 160px;
}
#mlastnews .media-right p{
    position: relative;
    margin-top: 15px;
    color: #f2687d;
}
#mlastnews .media-right p:before{
    content: '';
    position: absolute;
    top: -5px;
    height: 2px;
    width: 20px;
    background: #ffe7ae;
}
#mlastnews .media-right h3{
    margin: 0px;
    padding-bottom: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 18px;
}
#mlastnews .media-right a{
    background: #192f5a;
    padding: 6px 30px;
    color: #fff;
    border-radius: 15px;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    transition: 0.6s ease;
}
#mlastnews .media-right a:hover{
    background: #f2687d;
}


/*---------------------------------------------*/
#msubs{
    background: url(../img/subs.jpg) no-repeat 100%;
    background-size: cover;
    padding: 15px 0px;
    box-shadow: 0px 27px 52px -28px #000000;
}
.mshead h3{
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    color: #192f5a;
    letter-spacing: 1px;
}
.msubform{
    margin-top: 20px;
}
.msubform input{
    border-radius: 0px;
    height: 40px;
    border: 1px solid #cad7f1;
}
.msubform button{
    padding: 9px 60px;
    background: #192f5a;
    border: 0px;
    color: #fff;
    border-radius: 20px;
    transition: 0.5s ease;
}
.msubform button:hover{
    background: #f3798c;
}


/*---------------------------------------------*/
#m-footer{
    background-size: cover;
    background: #d82027;
    padding-top: 50px;
    color: #fff;
}
.mf-add{
    margin-top: 25px;
}
.mf-add .mf-address, .mf-phone, .mf-email{
    padding: 8px 0px;
}
.mf-address i{
    padding-right: 8px;
}
.mf-phone i{
    padding-right: 8px;
}
.mf-email i{
    padding-right: 8px;
}
.mf-center h3{
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
    font-weight: 600;
    margin: 0;
    padding-bottom: 25px;
}
.mf-center p{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #f9ebeb;
}
.mf-center p i{
    color: #ecdea8;
}
#small-footer{
    background: #e8444b;
}
#small-footer p{
    margin: 0px;
    padding: 15px 0px;
    color: #fff;
}
#small-footer p a{
    color: #fff;
    font-weight: 600;
}

/*---------------------------------------------*/
.exHead{
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.48), rgba(0, 0, 0, 0.64)), url(../img/inner-banner.jpg) repeat;
    color: #fff;
}
.exHead h3{
    font-weight: 400;
    padding: 25px 0px;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1px;
}
.exHead h3 a{
    font-size: 16px;
    color: #d82027;
}
.bg-white{
    background: #fff;
}
.mhabout{
    margin: 25px 0px;
    padding: 25px;
}
.mhabout h3{
    font-weight: 600;
    color: #0d3862;
}
.mhabout p{
    line-height: 28px;
    font-size: 16px;
}
.mhabout i{
    color: #d92128;
}
/*----------------------*/
.m-ptable thead{
    border: 1px solid #192f5a;
}
.m-ptable thead tr td{
    padding: 15px;
    background: #192f5a;
    color: #fff;
    font-size: 25px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.09);
}
.m-ptable tbody tr{
    border-right: 1px solid #09539b;
}
.m-ptable tbody tr td{
    padding: 10px;
    color: #09539b;
    text-align: center;
    border: 1px solid #192f5a;
}

/*------------------------*/
.m-news{
    margin: 35px 0px;
}
.m-news .thumbnail{
    padding: 0px;
    border: 0px;
    height: 315px;
}
.m-news .thumbnail .caption p{
    position: relative;
    padding-bottom: 5px;
    font-family: 'Oswald', sans-serif;
    margin-left: 10px;
}
.m-news .thumbnail .caption p:after{
    content: '';
    position: absolute;
    height: 2px;
    background: red;
    width: 10%;
    bottom: 0px;
    left: 0px;
}
.m-news .thumbnail .caption{
    padding-bottom: 15px;
}
.m-news .thumbnail .caption h3{
    font-family: 'Roboto', sans-serif;
    color: #192f5a;
    margin: 0px 0px 15px 10px;
    font-size: 18px;
}
.m-news .thumbnail .caption a{
    margin: 0px 0px 15px 10px;
    padding: 7px 20px;
    background: #d92128;
    color: #fff;
    font-family: 'Roboto', sans-serif;
}
.m-news .thumbnail .caption a:hover{
    background: #0d3862;
    text-decoration: none;
}

/*---------------*/
.m-faqlist{
    padding: 15px;
    font-size: 16px;
    line-height: 30px;
}

/*-------------------------*/
.m-auditor{
    margin: 35px 0px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.64), rgba(255, 255, 255, 0.64)), url(../img/bg-1.png) repeat;
    color: #383838;
    padding: 35px;
}
.m-auditor h3{
    font-size: 35px;
    font-weight: 600;
    color: #f1677c;
    margin: 0px;
    margin-top: -15px;
}
.m-auditor > p{
    color: rgba(130, 129, 129, 0.74);
    font-weight: 600;
    position: relative;
    padding-bottom: 5px;
}
.m-auditor > p:after{
    content: '';
    position: absolute;
    height: 3px;
    width: 22%;
    background: #34abf0;
    left: 0px;
    bottom: 0px;
}
.m-description {
    font-size: 16px;
    line-height: 28px;
}
.m-description h4{
    font-weight: 600;
    color: #f1677c;
}
.m-auditor-icon{
    margin-top: 15px;
}
.m-auditor-icon span{
    background: #eeeeee;
    padding: 3px 10px;
    margin-right: 5px;
    color: #d82027;
}

.m-auitorImg{
    margin: 35px 0px;
}
.m-auitorImg .thumbnail{
    border: 0px;
    text-align: center;
}
.m-auitorImg .thumbnail h3{
    font-weight: 600;
    margin: 0px;
    color: #203760;
}

/*-------------------*/
.m-cnt-add{
    margin: 25px 0px;
}
.m-cnt-add > h3{
    font-weight: 600;
    font-size: 35px;
    text-transform: uppercase;
    color: #192f5a;
    font-family: 'Oswald', sans-serif;
    position: relative;
    padding-bottom: 5px;
}
.m-cnt-add > h3:after{
    content: '';
    position: absolute;
    height: 3px;
    width: 20%;
    bottom: 0px;
    left: 0px;
    background: red;
}
.m-cnt-add .mf-address{

}
.m-cnt-add .mf-phone{

}
.m-cnt-add .mf-email{    
}

.m-cnt-form{
    margin: 25px 0px;
}
.m-cnt-form h3{
    font-weight: 600;
    font-size: 35px;
    text-transform: uppercase;
    color: #192f5a;
    font-family: 'Oswald', sans-serif;
    position: relative;
    padding-left: 15px;
    padding-bottom: 5px;
}
.m-cnt-form h3:after{
    content: '';
    position: absolute;
    height: 3px;
    width: 20%;
    bottom: 0px;
    left: 15px;
    background: red;
}
.m-cnt-form .form-control{
    height: 45px;
    margin-bottom: 15px;
    border-radius: 0px;
}
.m-cnt-form textarea{
    height: 165px !important;
}
.m-cnt-form .btn-default{
    margin-bottom: 15px;
    border-radius: 0px;
    padding: 7px 15px;
    border: none;
    background: #0d3862;
    color: #fff;
    transition: .5s ease;
}
.m-cnt-form .btn-default:hover{
    background: #cd1e24;
}

/*Fees Page*/

.fees-head{
    margin: 55px 0px;
    padding: 0px 40px;
}
.fees-head h3{
    font-family: 'Roboto', sans-serif;
    border-bottom: 3px solid #ffaebd;
    padding-bottom: 10px;    
    color: #192f5a;
    font-weight: 600;
    text-transform: uppercase;
}

.fees-form{
    padding: 0px 35px;
    margin-bottom: 55px;
}
.fees-form h3{
    margin: 0px;
    background: #f2687d;
    padding: 10px;
    color: #fff;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.fees-form .form-control{
    margin: 10px 0px;
    height: 40px;
    border: none;
    border-radius: 0px;
}
.fees-chck{
    margin: 10px 0px;
    color: #192f63;
}
.fees-form .btn{
    border: none;
    border-radius:0px;
    padding: 10px 35px;
    margin-top: 10px;
    background: #192f5a;
    color: #fff;
    transition: .3s ease-in;
}
.fees-form .btn:hover{
    background: #d82027;
}

/*Process Page*/
.rg-process{
    margin: 0px 0px;
}
.rg-process h3{
    color: #0d3862;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    position: relative;
    padding-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
}
.rg-process h4{
    color: #0d3862;
    font-family: 'Roboto', sans-serif;
    position: relative;
    padding-bottom: 0px;
    text-align: center;
}

.rg-process .thumbnail{
    border: none;
    border-radius: 0px;
    min-height: 250px;
    border-left: 2px solid #d82027;
    margin-top: 15px;
    padding-top: 25px;
    margin-bottom: 6px;
}
.rg-process .thumbnail h3{
    padding: 15px 0px;
    color: #09539b;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
}
.rg-process .thumbnail p{
    padding: 15px;
}
.pr-setp{
    margin-bottom: 55px;
}

.process-setp{
    margin-top: 25px;
}
.process-setp a{
    color: #009688;
    font-size: 15px;
}
.process-setp h3{
    margin: 0px;
    padding: 10px 0px;
    color: #09539b;
    text-transform: uppercase;
    font-weight: 600;
}
.process-form .form-control{
    margin: 10px 0px;
    border: none;
    border-radius: 0px;
    height: 40px;
}
.process-form p{
    margin: 0px;
    margin-top: -10px;
    color: #afafaf;
}
.process-form h4{
    margin-top: 25px;
    color: #192f5a;
    font-weight: 600;
}

.process-form .btn{
    border: none;
    border-radius: 0px;
    margin-top: 25px;
    padding: 10px 35px;
    background: #192f5a;
    color: #fff;
    transition: 0.4s ease-in;
}

.process-form .btn:hover{
    background: #d82027;
}

.process-btn .btn{
    border: none;
    border-radius: 0px;
    margin-top: 0px;
    padding: 10px 25px;
    background: #192f5a;
    color: #fff;
    transition: 0.4s ease-in;
}
.process-btn .btn:hover{
    background: #d82027;
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}



/*FORM APP*/

.fromApp{}
.fromApp h1{
    font-family: 'Roboto', sans-serif;
    background: #192f5a;
    padding: 10px;
    color: #ffffff;
    font-weight: 400;
    margin: 25px 0px;
    text-align: center;
    font-size: 30px;
}
.first_page_text{
    text-transform: capitalize;
    background: #ffffff;
    padding: 15px 25px;
    line-height: 26px;
    font-size: 16px;
    color: #192f5a;
    margin-bottom: 25px;
}

/ Base for label styling /
.fromApp [type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
.fromApp [type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}

/ checkbox aspect /
.fromApp [type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0; top: 0;
  width: 1.25em; height: 1.25em;
  border: 2px solid #ccc;
  background: #fff;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
}
/ checked mark aspect /
.fromApp [type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
    content: '✔';
    position: absolute;
    top: -0.2em;
    left: .1em;
    font-size: 1.5em;
    line-height: 0.8;
    color: #09ad7e;
    transition: all .2s;
}
/ checked mark aspect changes /
.fromApp [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.fromApp [type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

/ hover style just for information /
.fromApp label:hover:before {
  border: 2px solid #4778d9!important;
}

.fromApp .btn{
    padding: 15px 45px;
    border-radius: 0px;
    background: #192f5a;
    color: #fff;
}