/* CSS
Author: GILLAN E SOLUTIONS
Created: 20-04-2018
*/
/*
-------------------------------------------------------------- 
BROWSER SPECIFICATION STYLES
-------------------------------------------------------------- 
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-weight: normal;
}
a:hover {
	text-decoration: none;
	transition: all 0.4s ease-in-out;
}
table {
	margin-bottom: 15px;
}
h1 {
    background: url(../../../Images/pw3/h2-icon.png) no-repeat top center;
    font-family: 'Ubuntu-Bold';
    font-size: 40px;
    color: #13b495;
    text-align: center;
    padding-top: 90px;
    margin-bottom: 25px;
}
h2 {
	font-family: 'Ubuntu-Bold';
	font-size: 36px;
	color: #13b495;
	margin-bottom: 25px;
}
h3 {
	font-family: 'Ubuntu';
	font-size: 34px;
	color: #2f2f2f;
	line-height: normal;
	margin-bottom: 15px;
}
h4 {
	font-family: 'Ubuntu';
	font-size: 34px;
	color: #2f2f2f;
	margin-bottom: 15px;
}
h5 {
	font-family: 'Ubuntu';
	font-size: 20px;
	color: #ffffff;
	margin-bottom: 5px;
}
/*
-------------------------------------------------------------- 
GLOBAL STYLES
-------------------------------------------------------------- 
*/
.alignleft {
	float: left;
	margin: 0px 15px 15px 0px;
}
.alignright {
	float: right;
	margin: 0px 0px 15px 15px;
}
.green-color {
	color: #13b495 !important;
}
.blue-color {
	color: #0099e5 !important;
}
.margin-bottom30 {
	margin-bottom: 30px !important;
}
.background-none {
	background: none !important;
}
.padding-top0 {
	padding-top: 0px !important;
}
.padding-bottom0 {
	padding-bottom: 50px !important;
}
.padding15 {
	padding: 0px 15px;
}
.line-height30 {
	line-height: 29px !important;
}
.green-large-btn {
	background-color: #13b495;
	display: inline-block;
	font-family: 'OpenSans';
	font-size: 20px;
	color: #FFF;
	border-radius: 30px;
	border: 1px solid #13b495;
	padding: 12px 50px 12px;
}
.green-large-btn:hover, .green-large-btn:focus {
	background-color: transparent;
	text-decoration: none;
	color: #13b495;
}
.green-btn {
	background-color: #13b495;
	border-radius: 30px;
	font-family: 'OpenSans';
	font-size: 16px;
	color: #FFF;
	border: 1px solid #13b495;
	padding: 8px 17px 8px;
}
.green-btn:hover, .green-btn:focus {
	background-color: transparent;
	text-decoration: none;
	color: #13b495;
}
.green-border-btn {
	background: #FFF;
	border: 1px solid #13b495;
	border-radius: 30px;
	font-family: 'OpenSans';
	font-size: 16px;
	color: #13b495;
	padding: 8px 37px 8px;
}
.green-border-btn:hover, .green-border-btn:focus {
	background: #13b495;
	color: #FFF;
	text-decoration: none;
}
/*
-------------------------------------------------------------- 
HEADER AREA STYLES
-------------------------------------------------------------- 
*/
header {
	background: #FFF;
	position: relative;
	float: left;
	width: 100%;
	min-height: 98px;
	z-index: 100;
}
.logo {
	float: left;
	padding-top: 15px;
}
.main-nav {
	float: right;
	padding-top: 40px;
}
.header-btn {
	float: right;
	padding-top: 38px;
}
.header-btn .green-border-btn {
	margin-right: 10px;
}
/*
-------------------------------------------------------------- 
BANNER AREA STYLES
-------------------------------------------------------------- 
*/
.banner {
    position: relative;
    background: url(../../../Images/pw3/banner-bg.jpg) no-repeat top center;
    background-size: cover;
    float: left;
    width: 100%;
    color: #ffffff;
    padding-bottom: 60px;
}
.banner big {
	display: block;
	font-family: 'Ubuntu-Bold';
	font-size: 48px;
	color: #ffffff;
	margin-bottom: 30px;
}
.banner-caption {
	display: block;
	float: left;
	padding-top: 198px;
}
.banner-caption p {
	color: #ffffff;
	margin-bottom: 25px;
}
.started-area {
	display: block;
}
.black-btn {
	background: #2f2f2f;
	float: left;
	font-family: 'OpenSans-Bold';
	font-size: 18px;
	color: #FFF;
	border: 1px solid #2f2f2f;
	border-radius: 30px;
	margin-right: 20px;
	padding: 8px 27px 8px;
}
.black-btn:hover, .black-btn:focus {
	background: none;
	text-decoration: none;
	color: #2f2f2f;
}
.started-area span {
	float: right;
	font-family: 'OpenSans';
	font-size: 16px;
	color: #2f2f2f;
	line-height: 24px;
	margin-top: 0;
	margin-bottom: 0;
}
.banner-img {
	float: right;
	padding-top: 72px;
}
.banner ul {
	list-style: none;
}
    .banner ul li {
        background: url(../../../Images/pw3/white-bullet.png) no-repeat 0px 7px;
        display: block;
        font-size: 18px;
        color: #FFF;
        line-height: normal;
        padding: 0px 0px 10px 28px;
    }
.banner ul li a {
	color: #FFF;
}
/*
-------------------------------------------------------------- 
WELCOME AREA STYLES
-------------------------------------------------------------- 
*/
.ban-inner-caption {
	display: block;
	padding-top: 100px;
}
.ban-inner-img {
	display: block;
	text-align: left;
	padding-top: 160px;
}
/*
-------------------------------------------------------------- 
WELCOME AREA STYLES
-------------------------------------------------------------- 
*/
.welcome-area {
    background: url(../../../Images/pw3/pattern-bg.jpg) repeat;
    float: left;
    width: 100%;
    padding: 50px 0px 150px;
}
.welcome-area h1 {
	line-height: normal;
}
.welcome-area h3 {
	font-size: 48px;
	text-align: center;
	margin-bottom: 25px;
}
.welcome-area p {
	font-size: 22px;
	text-align: center;
	margin-bottom: 50px;
}
.service-tab-01 {
    display: block;
    background: url(../../../Images/pw3/authentication-icon.png) no-repeat left top;
    padding-left: 100px;
}
.service-tab-01 p {
	text-align: left;
	font-family: 'OpenSans';
	font-size: 18px;
	margin-bottom: 10px;
}
.service-tab-02 {
    display: block;
    background: url(../../../Images/pw3/password-icon01.png) no-repeat left top;
    padding-left: 100px;
}
.service-tab-02 p {
	text-align: left;
	font-family: 'OpenSans';
	font-size: 18px;
	margin-bottom: 10px;
}
.service-tab-01 h4, .service-tab-02 h4 {
	font-size: 24px;
	margin-bottom: 8px;
}
.welcome-area ul {
	list-style: none;
	padding-top: 20px;
	margin-bottom: 60px;
}
    .welcome-area ul li {
        background: url(../../../Images/pw3/li-bullets.png) no-repeat 0px 6px;
        padding: 0px 0px 5px 25px;
        font-family: 'OpenSans';
        font-size: 17px;
        color: #2e2e2e;
        line-height: normal;
    }
/*
-------------------------------------------------------------- 
TWO FACTOR BOX STYLES
-------------------------------------------------------------- 
*/
.factor-password-area {
	background: #FFF;
	float: left;
	width: 100%;
	padding: 80px 0px 60px;
}
.factor-bg {
    background: url(../../../Images/pw3/factor-bg.gif) no-repeat top center;
    background-size: cover;
}
.password-bg {
    background: url(../../../Images/pw3/password-bg.gif) no-repeat top center;
    background-size: cover;
}
.pattern-bg {
    background: url(../../../Images/pw3/pattern-bg.jpg) repeat;
}
.factor-password-area h2 {
	position: relative;
	font-family: 'Ubuntu-Bold';
	font-size: 48px;
	color: #2f2f2f;
	line-height: normal;
	text-align: center;
	margin-top: -155px;
	margin-bottom: 120px;
}
.factor-password-area h2:after {
	position: absolute;
	background: #13b495;
	width: 300px;
	content: '';
	height: 7px;
	border-radius: 15px;
	left: 0px;
	right: 0px;
	bottom: -20px;
	margin: 0px auto;
}
.factor-password-div {
	position: relative;
	float: left;
	width: 100%;
	line-height: 33px;
}
.factor-password-div h6 {
	margin-bottom: 5px;
}
.factor-password-div p {
	margin-bottom: 38px;
}
.factor-password-div ul {
	list-style: none;
	padding-top: 58px;
}
    .factor-password-div ul li {
        background: url(../../../Images/pw3/li-bullets.png) no-repeat 0px 6px;
        padding: 0px 0px 5px 25px;
        font-family: 'OpenSans';
        font-size: 17px;
        color: #2e2e2e;
        line-height: normal;
    }
.factor-password-div .green-btn {
	font-family: 'OpenSans-Bold';
}
.factor-text {
	float: left;
	width: 50%;
}
.password-text {
	float: right;
	width: 51%;
}
.factor-password-img01 {
	position: absolute;
	width: 50%;
	bottom: -60px;
	right: -60px;
}
.factor-password-img02 {
	position: absolute;
	width: 50%;
	top: 50px;
	left: -60px;
}
.factor-password-img-mob {
	width: 50%;
	display: none;
}
.steps-text {
	display: block;
}
.step-digit {
	background: #13b495;
	display: block;
	width: 40px;
	height: 40px;
	font-family: 'Ubuntu';
	font-size: 30px;
	color: #FFF;
	border-radius: 50%;
	text-align: center;
	margin-bottom: 30px;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.steps-icon {
	display: block;
}
/*
-------------------------------------------------------------- 
VIDEO BOX STYLES
-------------------------------------------------------------- 
*/
.box-shadow-area {
	float: left;
	width: 100%;
	text-align: center;
	border: 5px solid #cccccc;
	padding: 30px 0px 30px;
	border-radius: 10px;
	background: rgb(255, 255, 255);
	background: -moz-linear-gradient(90deg, rgb(255, 255, 255) 30%, rgb(234, 234, 234) 70%);
	background: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 30%, rgb(234, 234, 234) 70%);
	background: -o-linear-gradient(90deg, rgb(255, 255, 255) 30%, rgb(234, 234, 234) 70%);
	background: -ms-linear-gradient(90deg, rgb(255, 255, 255) 30%, rgb(234, 234, 234) 70%);
	background: linear-gradient(180deg, rgb(255, 255, 255) 30%, rgb(234, 234, 234) 70%);
}
.box-shadow-area h3 {
	font-size: 36px;
	margin-bottom: 15px;
}
.box-shadow-area p {
	margin-bottom: 30px;
}
/*
-------------------------------------------------------------- 
VIDEO BOX STYLES
-------------------------------------------------------------- 
*/
.bottom-section {
	background: #f3f3f4;
	background-size: cover;
	float: left;
	width: 100%;
	font-size: 22px;
	text-align: center;
	padding: 50px 0px 50px;
}
    .bottom-section h2 {
        background: url(../../../Images/pw3/h2-icon.png) no-repeat top center;
        font-family: 'Ubuntu-Bold';
        font-size: 32px;
        color: #13b495;
        line-height: normal;
        padding-top: 90px;
        margin-bottom: 25px;
    }
.bottom-section p {
	margin-bottom: 15px;
}
.bottom-section img {
	display: inline-block;
}
.bottom-btns-wrap {
	display: block;
	text-align: center;
}
.bottom-btns-wrap .green-large-btn {
	display: inline-block;
	vertical-align: top;
	margin: 0px 10px;
}
.video-tab {
	display: block;
	font-size: 16px;
	text-align: center;
	line-height: 26px;
}
.video-tab h4 {
	font-size: 22px;
}
.bottom-section video {
	margin-bottom: 20px;
}
.video-tab .step-digit {
    margin: 0px auto 10px;
}
/*
-------------------------------------------------------------- 
FOOTER AREA STYLES
-------------------------------------------------------------- 
*/
footer {
	background: #504f55;
	float: left;
	width: 100%;
	padding: 100px 0px 47px;
}
.footer-top {
	display: block;
	border-bottom: 1px solid #737277;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
.footer-top ul {
	list-style: none;
}
.footer-top ul li {
	display: block;
}
.footer-top ul li a {
	font-size: 16px;
	color: #c5c5c5;
	line-height: 30px;
	text-decoration: none;
}
.footer-top ul li a:hover {
	color: #13b495;
}
.footer-tab {
	display: block;
}
.f-logo {
	display: block;
	margin-bottom: 28px;
}
.f-social {
	display: block;
	text-align: center;
}
.f-social ul {
	list-style: none;
}
.f-social ul li {
	display: inline-block;
}
.f-social ul li a {
	display: block;
	width: 43px;
	height: 43px;
	border-radius: 50%;
	text-align: center;
	margin-right: 10px;
	transition: all 0.4s ease-in-out;
}
.f-social ul li a:hover, .f-social ul li a:focus {
	background: #FFF;
}
.f-social ul li a.facebook {
	border: 3px solid #3d82e1;
	padding-top: 2px;
}
.f-social ul li a.twitter {
	border: 3px solid #00cdff;
	padding-top: 2px;
	padding-left: 1px;
}
.f-social ul li a.linkedin {
	border: 3px solid #0089ca;
	padding-top: 1px;
	padding-left: 1px;
}
.footer-bottom {
	display: block;
}
.footer-bottom ul {
	list-style: none;
	text-align: center;
}
    .footer-bottom ul li {
        display: inline-block;
        background: url(../../../Images/pw3/f-nav-sep.png) no-repeat right center;
        padding: 0px 25px;
    }
.footer-bottom ul li:last-child {
	background: none;
}
.footer-bottom ul li a {
	text-align: center;
	font-family: 'OpenSans';
	font-size: 16px;
	color: #ffffff;
	text-decoration: none;
}
.footer-bottom ul li a:hover {
	color: #13b495;
}
.copyright {
	padding-top: 30px;
	font-size: 16px;
	color: #c5c5c5;
	text-align: center;
	line-height: 24px;
}
/*
-------------------------------------------------------------- 
SIDEBAR AREA STYLES
-------------------------------------------------------------- 
*/
#docs {
	background: #f3f3f4;
	position: relative;
	float: left;
	overflow: hidden;
	width: 100%;
    height: 100%;
}
#docs .col-md-3, #docs .col-md-9 {
	padding-right: 0px;
	padding-left: 0px;
}
#sidebar {
	width: 100%;
	height: 100vh;
	padding: 20px 20px 0px;
}
.sidebar-logo {
	display: block;
	width: 80%;
	margin-bottom: 30px;
}
#sidebar .nav {
	padding-left: 20px;
}
#sidebar .nav-tabs>li {
	display: block;
	float: none;
	margin-bottom: 0;
}
#sidebar .nav>li>a {
	font-size: 15px;
	color: #2f2f2f;
	padding: 5px 0px;
}
#sidebar .nav-tabs>li.active>a, #sidebar .nav-tabs>li.active>a:hover, #sidebar .nav-tabs>li.active>a:focus {
	color: #13b495;
}
/*
-------------------------------------------------------------- 
CONTENT WRAPPER AREA STYLES
-------------------------------------------------------------- 
*/
#content-wrapper {
	background: #FFF;
	float: left;
	width: 100%;
	min-height: 100vh;
}
.top-head {
    overflow: hidden;
    display: block;
    padding: 0px 20px;
}
.top-head ul {
	float: right;
	padding-top: 10px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.top-head ul li {
	display: inline-block;
	margin-left: 20px;
}
.top-head ul li a {
	font-size: 15px;
	color: #13b495;
}
.top-head ul li a:hover, .top-head ul li a:focus {
	color: #13b495;
}
#content-article {
    background: #FFF;
	position: relative;
	display: block;
	font-size: 16px;
	padding-top: 33px;
	border-top: 1px solid rgba(120,134,156,.08);
    padding: 33px 40px 30px 47px;
}
#content-article h6 {
	font-size: 20px;
	margin-bottom: 5px;
}
.border-div {
	float: left;
	width: 100%;
	border-bottom: 2px solid #f4f6f7;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.border-div:last-child {
	border-bottom: 0;
	margin-bottom: 0px;
}
#content-article .pw-method-type {
    overflow: hidden;
	display: block;
    margin-bottom: 20px;
}
#content-article .pw-api-method-ref {
	font-weight: bold;
}
#content-article .pw-method-method-desc {
    line-height: normal;
}
#content-article .table-responsive {
	width: 100%;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	margin-bottom: 20px;
}
#content-article .table-responsive div strong {
	padding-left: 8px;
}
#content-article ul {
	list-style: none;
}
    #content-article ul li {
        background: url(../../../Images/pw3/li-bullets.png) no-repeat 0px 6px;
        padding: 0px 0px 5px 25px;
        font-family: 'OpenSans';
        color: #2e2e2e;
        line-height: normal;
    }
#content-article ul li a {
	color: #2e2e2e;
}
#content-article ul li a:hover, #content-article ul li a:focus {
	color: #13b495;
}
#content-article h3 {
	font-size: 30px;
}
#content-article h4 {
	font-size: 24px;
}
#content-wrapper .search {
	float: left;
	width: 50%;
}
.search-text, .search input {
    color: #939da3;
    background-color: transparent;
    background-image: url(../../../Images/pw3/icon-search.png);
    background-size: 14px 14px;
    background-position: 20px 20px;
    background-repeat: no-repeat;
    font-size: 15px;
    width: 100%;
    border: 0px;
    outline: none;
    -webkit-appearance: none;
    padding: 10px 0 10px 40px;
}
@media only screen and (max-width:1680px) {
}
@media only screen and (max-width:1480px) {
}
@media only screen and (max-width:1280px) {
.factor-password-img01 {
	right: 0px;
}
.factor-password-img02 {
	width: 45%;
}
.factor-password-img02 {
	left: 0px;
}
}
@media only screen and (max-width:1024px) {
h3 {
    font-size: 32px;
}
.logo {
	width: 200px;
	padding-top: 24px;
}
.logo img {
	height: auto;
}
.main-nav {
	padding-top: 35px;
}
.header-btn {
	padding-top: 35px;
}
.banner-caption {
	font-size: 18px;
	padding-top: 130px;
}
.banner-caption big {
	font-size: 45px;
}
.banner big {
    font-size: 41px;
	line-height: normal;
}
.black-btn {
	float: none;
	margin-right: 0px;
}
.welcome-area h3 {
    font-size: 42px;
}
.started-area span {
	display: block;
	float: none;
	font-size: 16px;
	padding-top: 15px;
}
.bottom-section h2 {
	font-size: 32px;
}
.factor-password-area h2 {
    font-size: 44px;
    margin-top: -148px;
}
}
@media (max-width: 991px) {
h3 {
	font-size: 30px;
}
h4 {
    font-size: 29px;
}
.main-nav {
	float: left;
	width: 100%;
	display: block;
	text-align: center;
	padding-top: 30px;
}
.banner {
	min-height: inherit;
	padding-bottom: 60px
}
.banner-caption {
	font-size: 16px;
	padding-top: 80px;
}
.banner-caption big {
	font-size: 35px;
}
.banner-caption br {
	display: none;
}
.started-area span {
	font-size: 15px;
}
.welcome-area br {
	display: none;
}
.welcome-area h3 {
    font-size: 32px;
}
.service-tab-01 {
	padding-top: 85px;
	padding-left: 0px;
}
.service-tab-01 p {
	font-size: 17px;
}
.service-tab-02 {
	padding-top: 85px;
	padding-left: 0px;
}
.service-tab-02 p {
	font-size: 17px;
}
.factor-text {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.factor-password-img01 {
	right: inherit;
	bottom: inherit;
	position: static;
	margin: 0px auto;
}
.password-text {
	float: right;
	width: 100%;
	margin-bottom: 30px;
}
.factor-password-img02 {
	display: none;
}
.factor-password-img-mob {
	display: block;
	margin: 0px auto;
	margin-bottom: 50px;
}
.footer-tab {
	display: block;
	min-height: 200px;
}
.f-logo {
	display: block;
	text-align: center;
}
.f-logo img {
	display: inline-block;
}
.bottom-section {
	font-size: 20px;
	padding: 60px 0px 80px;
}
.bottom-section br {
	display: none;
}
.bottom-section h2 {
	line-height: normal;
}
.footer-bottom ul li {
	padding: 0px 25px 0px 20px;
}
.copyright {
	font-size: 15px;
}
.bottom-btns-wrap .green-large-btn {
    margin: 0px 0px;
    margin-bottom: 15px;
}
#sidebar {
    padding: 20px 0px 0px 20px;
}
#sidebar h6 {
    font-size: 18px;
}
.search-text, .search input {
    background-position: 0px 20px;
    padding: 10px 0 10px 20px;
}
#content-article {
	padding: 33px 20px 30px 25px;
}
#content-article h3 {
    font-size: 25px;
}
#content-article h4 {
    font-size: 20px;
}
#content-article h6 {
    font-size: 18px;
}
#content-article strong.ng-binding {
    word-wrap: break-word;
}
}
@media (max-width: 767px) {
h1 {
	font-size: 38px;
}
h3 {
	font-size: 30px;
}
header {
	padding-bottom: 20px;
}
.main-nav {
	background: #2f2f2f;
	float: left;
	width: 100%;
	padding: 10px 0px;
	margin-top: 30px;
	border-radius: 5px;
}
.banner-caption {
	float: none;
	font-size: 15px;
}
.banner big {
    font-size: 36px;
}
.banner-img {
	display: block;
	float: none;
	width: 60%;
	padding-top: 50px;
	margin: 0px auto;
}
.ban-inner-img {
    text-align: center;
    padding-top: 30px;
	margin: 0px auto;
}
.ban-inner-img img {
	display: inline-block;
}
.started-area span {
	font-size: 14px;
}
.welcome-area p {
	font-size: 20px;
	margin-bottom: 50px;
}
.welcome-area p {
	font-size: 18px;
	margin-bottom: 20px;
}
.welcome-area h3 {
    font-size: 31px;
}
.service-tab-01 {
	margin-bottom: 50px;
}
.factor-password-text {
	font-size: 19px;
	line-height: inherit;
}
.factor-password-area h2 {
    font-size: 40px;
    margin-top: -145px;
}
.steps-text .text-right {
    text-align: left;
}
.steps-icon {
    display: block;
	width: 60%;
	text-align: center;
	margin: 0px auto;
}
.steps-icon img {
	display: inline-block;
}
.box-shadow-area {
    padding: 30px 20px 30px;
}
.bottom-section {
	font-size: 19px;
}
.bottom-section h2 {
	font-size: 30px;
}
.footer-top {
	display: block;
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}
.footer-bottom {
	text-align: center;
}
.footer-bottom ul {
	margin: 30px 0px;
}
.footer-bottom .text-right {
	text-align: center;
}
.footer-tab {
	display: block;
	min-height: inherit;
	border-bottom: 1px solid #737277;
	padding-bottom: 30px;
	margin-bottom: 30px;
	text-align: center;
}
#sidebar {
    height: auto;
    padding: 20px 0px 20px 20px;
}
#content-article ul li a {
    word-break: break-all;
}
#content-article a {
    word-break: break-all;
}
}
@media (max-width: 480px) {
h1 {
	font-size: 32px;
}
h3 {
	font-size: 32px;
}
.banner big {
    font-size: 32px;
}
.logo {
	float: none;
	margin: 0px auto;
}
.header-btn {
	float: none;
	display: block;
	text-align: center;
	padding-top: 30px;
}
.welcome-area h3 {
    font-size: 27px;
}
.welcome-area p {
	font-size: 17px;
}
.bottom-section h2 {
	font-size: 28px;
}
.bottom-section {
	font-size: 18px;
}
footer {
	padding: 50px 0px 40px;
}
.sidebar-logo {
    margin: 0px auto 30px;
}
u {
	word-break: break-all;
}
}
@media (max-width:479px) {
h3 {
	font-size: 24px;
}
.banner-caption big {
	font-size: 33px;
}
.welcome-area p {
	margin-bottom: 40px;
}
.factor-password-img01 {
	width: 80%;
}
.factor-password-img-mob {
	width: 80%;
}
.factor-password-area h2 {
    font-size: 34px;
    margin-top: -138px;
}
.bottom-section h2 {
	font-size: 24px;
}
.bottom-section {
	font-size: 17px;
}
.copyright {
	font-size: 13px;
}
.footer-bottom ul li {
	padding: 0px 15px 0px 10px;
}
.green-large-btn {
    display: block;
    font-size: 16px;
    padding: 12px 10px 12px;
}
.sidebar-logo {
    width: 70%;
    margin: 0px auto 30px;
}
#content-article h3 {
    font-size: 24px;
}
}