body {}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
p,
.navbar,
.brand,
.btn-simple,
a,
.td-name,
td {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: "Roboto Condensed", Arial, sans-serif;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/RobotoCondensed-Regular.html');
    src: url('../fonts/RobotoCondensed-Regulard41d.html?#iefix') format('embedded-opentype'), url('../fonts/RobotoCondensed-Regular.woff2') format('woff2'), url('../fonts/RobotoCondensed-Regular-2.html') format('woff'), url('../fonts/RobotoCondensed-Regular-3.html') format('truetype'), url('../fonts/RobotoCondensed-Regular-4.html#RobotoCondensed-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
    font-weight: 400;
    margin: 15px 0 15px;
}

h1,
.h1 {
    font-size: 52px;
}

h2,
.h2 {
    font-size: 36px;
}

h3,
.h3 {
    font-size: 24px;
    margin: 20px 0 20px;
}

h4,
.h4 {
    font-size: 22px;
    line-height: 30px;
}

h5,
.h5 {
    font-size: 18px;
    margin-bottom: 15px;
}

h6,
.h6 {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

p {
    font-size: 16px;
    line-height: 1.5;
}

body {
    font-family: "Roboto Condensed", "Open Sans", Arial, sans-serif;
}

a {
    color: #003a72;
}

a:hover,
a:focus {
    color: #003a72;
    text-decoration: none;
}

a:focus,
a:active {
    outline: 0;
}

.navbar {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.fa {
    width: 18px;
    text-align: center;
}

.powred {
    padding-left: 10px;
}

.powered-yesbank {
    display: inline-block;
    width: 70px;
}

.section {
    padding: 30px 0;
    position: relative;
    background-color: #FFF;
    width: 100%;
    float: left;
}

.section-gray {
    background-color: #f3f4f5;
}

.section-white {
    background-color: #FFF;
}

.navbar {
    border: 0;
    font-size: 14px;
}

.navbar .navbar-nav>li>a [class^="fa"] {
    font-size: 19px;
    position: relative;
    top: 1px;
}

.navbar .btn {
    margin: 15px 3px;
    font-size: 14px;
}

.navbar .btn-simple {
    font-size: 16px;
}

.navbar-transparent .navbar-brand,
[class*="navbar-ct"] .navbar-brand {
    color: #fff;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.navbar-transparent .navbar-brand:focus,
.navbar-transparent .navbar-brand:hover,
[class*="navbar-ct"] .navbar-brand:focus,
[class*="navbar-ct"] .navbar-brand:hover {
    background-color: transparent;
    opacity: 1;
}

.navbar-transparent .navbar-nav>li>a,
[class*="navbar-ct"] .navbar-nav>li>a {
    color: #000;
    border-color: #fff;
    font-size: 14px;
}

.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container>.navbar-header {
    margin-right: -20px;
    margin-left: -20px;
}

.navbar-transparent .navbar-nav>.active>a,
.navbar-transparent .navbar-nav>.active>a:hover,
.navbar-transparent .navbar-nav>.active>a:focus,
.navbar-transparent .navbar-nav>li>a:hover,
.navbar-transparent .navbar-nav>li>a:focus,
[class*="navbar-ct"] .navbar-nav>.active>a,
[class*="navbar-ct"] .navbar-nav>.active>a:hover,
[class*="navbar-ct"] .navbar-nav>.active>a:focus,
[class*="navbar-ct"] .navbar-nav>li>a:hover,
[class*="navbar-ct"] .navbar-nav>li>a:focus {
    background-color: transparent;
    border-radius: 3px;
    color: #777;
    opacity: 1;
    filter: alpha(opacity=100);
}

.navbar-transparent .navbar-nav>.dropdown>a .caret,
.navbar-transparent .navbar-nav>.dropdown>a:hover .caret,
.navbar-transparent .navbar-nav>.dropdown>a:focus .caret,
[class*="navbar-ct"] .navbar-nav>.dropdown>a .caret,
[class*="navbar-ct"] .navbar-nav>.dropdown>a:hover .caret,
[class*="navbar-ct"] .navbar-nav>.dropdown>a:focus .caret {
    border-bottom-color: white;
    border-top-color: white;
}

.navbar-transparent .navbar-nav>.open>a,
.navbar-transparent .navbar-nav>.open>a:hover,
.navbar-transparent .navbar-nav>.open>a:focus,
[class*="navbar-ct"] .navbar-nav>.open>a,
[class*="navbar-ct"] .navbar-nav>.open>a:hover,
[class*="navbar-ct"] .navbar-nav>.open>a:focus {
    background-color: transparent;
    color: white;
    opacity: 1;
    filter: alpha(opacity=100);
}

.navbar-transparent .btn-default,
[class*="navbar-ct"] .btn-default {
    color: white;
    border-color: white;
}

.navbar-transparent .btn-default.btn-fill,
[class*="navbar-ct"] .btn-default.btn-fill {
    color: #9a9a9a;
    background-color: white;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.navbar-transparent .btn-default.btn-fill:hover,
.navbar-transparent .btn-default.btn-fill:focus,
.navbar-transparent .btn-default.btn-fill:active,
.navbar-transparent .btn-default.btn-fill.active,
.navbar-transparent .open .dropdown-toggle.btn-fill.btn-default,
[class*="navbar-ct"] .btn-default.btn-fill:hover,
[class*="navbar-ct"] .btn-default.btn-fill:focus,
[class*="navbar-ct"] .btn-default.btn-fill:active,
[class*="navbar-ct"] .btn-default.btn-fill.active,
[class*="navbar-ct"] .open .dropdown-toggle.btn-fill.btn-default {
    border-color: white;
    opacity: 1;
    filter: alpha(opacity=100);
}

.navbar-transparent .dropdown-menu .divider {
    background-color: rgba(255, 255, 255, 0.2);
}

.footer {
    background-color: white;
    line-height: 20px;
    border-top: 1px solid #ddd;
}

.footer nav>ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-weight: normal;
}

.footer nav>ul a:not(.btn) {
    color: #9a9a9a;
    display: block;
    margin-bottom: 3px;
}

.footer nav>ul a:not(.btn):hover,
.footer nav>ul a:not(.btn):focus {
    color: #777777;
}

.footer .copyright {
    color: #777777;
    padding: 10px 15px;
    margin: 0 3px;
    line-height: 20px;
    text-align: center;
}

.footer hr {
    border-color: #ddd;
}

.footer .title {
    color: #777777;
}

.footer:not(.footer-big) nav>ul {
    font-size: 16px;
}

.footer:not(.footer-big) nav>ul li {
    margin-left: 5px;
    float: left;
}

.footer:not(.footer-big) nav>ul a {
    padding: 10px 0px;
    margin: 0 10px 0 0px;
}

.footer-default {
    background-color: #fff;
}

.parallax .parallax-image {
    width: 100%;
    position: relative;
    height: 100%;
}

.parallax .parallax-image.second-image {
    position: absolute;
    right: -200px;
    top: 0;
}

.landing-page ol {
    font-weight: 300;
}

.landing-page .section p {
    margin-top: 15px;
    line-height: 22px;
    font-size: 15px;
    font-weight: normal;
}

.landing-page .section-description h5 {
    margin-top: 40px;
}

.landing-page .carousel.fade .item.active {
    opacity: 1;
    -moz-transition: opacity ease-in-out .7s;
    -o-transition: opacity ease-in-out .7s;
    -webkit-transition: opacity ease-in-out .7s;
    transition: opacity ease-in-out .7s;
    z-index: 2;
}

.logo-container .logo {
    float: left;
    width: 145px;
    /*background:#fff;padding:5px 10px;margin-top:-10px;*/
}

.logo-container {
    margin-top: -10px;
}

.logo-container .logo img {
    width: 100%;
    background-color: #fff;
    padding: 10px;
}

.landing-page1 .container {
    /*max-width:970px;*/
}

.landing-page2 .container {
    max-width: 1170px;
}

.header-text {
    /*text-transform:uppercase;*/
    font-weight: bold;
    color: #000;
    margin-bottom: 20px;
    font-size: 28px;
    position: relative;
    line-height: 24px;
}

.landing-page .navbar-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    background-color: #fff;
    border-radius: 0px;
    -webkit-box-shadow: 0px 1px 50px 0px rgba(229, 234, 240, 1);
    -moz-box-shadow: 0px 1px 50px 0px rgba(229, 234, 240, 1);
    box-shadow: 0px 1px 50px 0px rgba(229, 234, 240, 1);
}

.landing-page .parallax {
    width: 100%;
    height: 630px;
    overflow: hidden;
    display: block;
    background-size: 100%;
}

.landing-page .parallax .container {
    /*z-index:2;position:absolute;top:0;margin-left:auto;margin-right:auto;left:0;right:0;*/
}

.filter-gradient {
    position: relative;
}

.filter-gradient:after {
    background-size: 2000px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
    content: "";
    opacity: .7;
}

.filter-gradient.gray:after {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIzMjUyNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0MTQzNDUiIHN0b3Atb3BhY2l0eT0iMC44NyIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(35, 37, 38, 1) 0%, rgba(65, 67, 69, 0.87) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(35, 37, 38, 1)), color-stop(100%, rgba(65, 67, 69, 0.87)));
    background: -webkit-linear-gradient(top, rgba(35, 37, 38, 1) 0%, rgba(65, 67, 69, 0.87) 100%);
    background: -o-linear-gradient(top, rgba(35, 37, 38, 1) 0%, rgba(65, 67, 69, 0.87) 100%);
    background: -ms-linear-gradient(top, rgba(35, 37, 38, 1) 0%, rgba(65, 67, 69, 0.87) 100%);
    background: linear-gradient(to bottom, rgba(35, 37, 38, 1) 0%, rgba(65, 67, 69, 0.87) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#232526', endColorstr='#de414345', GradientType=0);
}

.filter-gradient.green:after {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMzQ4ZjUwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzU2YjRkMyIgc3RvcC1vcGFjaXR5PSIwLjg3Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(45deg, rgba(52, 143, 80, 1) 0%, rgba(86, 211, 146, 0.75) 100%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(52, 143, 80, 1)), color-stop(100%, rgba(86, 211, 146, 0.75)));
    background: -webkit-linear-gradient(45deg, rgba(52, 143, 80, 1) 0%, rgba(86, 211, 146, 0.75) 100%);
    background: -o-linear-gradient(45deg, rgba(52, 143, 80, 1) 0%, rgba(86, 211, 146, 0.75) 100%);
    background: -ms-linear-gradient(45deg, rgba(52, 143, 80, 1) 0%, rgba(86, 211, 146, 0.75) 100%);
    background: linear-gradient(45deg, rgba(52, 143, 80, 1) 0%, rgba(86, 211, 146, 0.75) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#348f50', endColorstr='#de56b4d3', GradientType=1);
}

.filter-gradient.orange:after {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYTE3ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDIyM2UiIHN0b3Atb3BhY2l0eT0iMC44NyIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(255, 161, 127, 1) 0%, rgba(0, 34, 62, 0.87) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 161, 127, 1)), color-stop(100%, rgba(0, 34, 62, 0.87)));
    background: -webkit-linear-gradient(top, rgba(255, 161, 127, 1) 0%, rgba(0, 34, 62, 0.87) 100%);
    background: -o-linear-gradient(top, rgba(255, 161, 127, 1) 0%, rgba(0, 34, 62, 0.87) 100%);
    background: -ms-linear-gradient(top, rgba(255, 161, 127, 1) 0%, rgba(0, 34, 62, 0.87) 100%);
    background: linear-gradient(to bottom, rgba(255, 161, 127, 1) 0%, rgba(0, 34, 62, 0.87) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa17f', endColorstr='#de00223e', GradientType=0);
}

.filter-gradient.red:after {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMSUiIHN0b3AtY29sb3I9IiM4ZTAwMDkiIHN0b3Atb3BhY2l0eT0iMC44NyIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjNTYxMTExIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-radial-gradient(center, ellipse cover, rgba(224, 23, 36, 0.7) 1%, rgba(86, 17, 17, 1) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(1%, rgba(224, 23, 36, 0.7)), color-stop(100%, rgba(86, 17, 17, 1)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(224, 23, 36, 0.7) 1%, rgba(86, 17, 17, 1) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(224, 23, 36, 0.7) 1%, rgba(86, 17, 17, 1) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(224, 23, 36, 0.7) 1%, rgba(86, 17, 17, 1) 100%);
    background: radial-gradient(ellipse at center, rgba(224, 23, 36, 0.7) 1%, rgba(86, 17, 17, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#de8e0009', endColorstr='#561111', GradientType=1);
}

.cm {
    width: 100%;
    width: 400px;
    display: block;
    height: 120px;
}

.cm img {
    float: left;
    padding-right: 20px;
    width: 140px
}

.cm .name {
    font-size: 1.7em;
    padding-top: 30px;
    display: inline-block
}

.cm .des {
    font-size: 1em
}

.section-no-padding {
    padding-bottom: 0;
}

.landing-page .footer {
    padding: 10px 0;
    border-top: 1px solid #ddd;
    width: 100%;
    float: left;
}

.landing-page .parallax .parallax-background {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.landing-page .parallax .parallax-background img {
    width: 100%;
    height: auto;
    position: relative;
}

.landing-page .parallax .parallax-image {
    width: 100%;
    margin: 0 auto;
    margin-top: 90px;
    float: right;
    text-align: center;
}

.landing-page .parallax {
    height: auto;
    width: 100%;
    padding-top: 70px;
}

.landing-page .parallax .parallax-image img.phone {
    float: right;
}

.landing-page .parallax .parallax-background img.flipped {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.landing-page .parallax .parallax-image .screen {
    position: absolute;
    z-index: 3;
}

.landing-page .parallax .description {
    margin-top: 100px;
    color: white;
    padding: 5px;
}

.landing-page .section-presentation .description {
    padding: 50px 5px 0;
}

.landing-page .parallax .description h2 {
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    font-weight: 200;
    font-size: 40px;
}

.landing-page .parallax .description h5 {
    line-height: 1.4;
    font-weight: 400;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
    font-size: 18px;
}

.landing-page .parallax .buttons {
    width: 100%;
    display: inline-block;
    margin-top: 10px;
    margin-left: 10px;
}

.landing-page .parallax .buttons h4 {
    color: white;
    display: inline-block;
}

.landing-page .parallax .buttons h4~.btn {
    margin-top: -10px;
    margin-left: 20px;
}

.landing-page .parallax .buttons .btn-simple {
    font-size: 30px;
}

.landing-page .logos {
    width: 100%;
    margin: 30px auto;
    text-align: center;
}

.landing-page .logos ul {
    display: block;
    width: 100%;
    margin: 0px auto;
    padding-top: 20px;
}

.landing-page .logos li {
    display: inline-block;
    margin: 16px 31px;
    cursor: pointer
}

.landing-page .carousel.fade {
    opacity: 1;
}

.landing-page .carousel.fade .item {
    -moz-transition: opacity ease-in-out .7s;
    -o-transition: opacity ease-in-out .7s;
    -webkit-transition: opacity ease-in-out .7s;
    transition: opacity ease-in-out .7s;
    left: 0 !important;
    opacity: 0;
    top: 0;
    position: absolute;
    width: 100%;
    display: block !important;
    z-index: 1;
}

.landing-page .carousel.fade .item:first-child {
    top: auto;
    position: relative;
}

.landing-page .carousel.fade .item.active {
    opacity: 1;
    -moz-transition: opacity ease-in-out .7s;
    -o-transition: opacity ease-in-out .7s;
    -webkit-transition: opacity ease-in-out .7s;
    transition: opacity ease-in-out .7s;
    z-index: 2;
}

.footer-dropdown {
    top: -120px !important;
}

.footer-dropdown:before,
.footer-dropdown:after {
    top: 300px !important;
}

.footer .social-area {
    padding: 15px 0;
}

.btn-social.btn-simple .fa {
    font-size: 20px;
    position: relative;
    top: -2px;
    width: 24px;
}

.btn-social .fa {
    font-size: 18px;
    vertical-align: middle;
    display: inline-block;
}

.btn-social.btn-simple {
    padding: 9px 5px;
    font-size: 16px;
}

.btn-facebook {
    border-color: #3b5998;
    color: #3b5998;
}

.btn-twitter {
    border-color: #55acee;
    color: #55acee;
}

.btn-social {
    opacity: 0.85;
    padding: 8px 9px;
}

.btn-simple {
    border: 0;
    font-size: 16px;
    padding: 8px 16px;
}

.btn-facebook:hover,
.btn-facebook:focus {
    background-color: transparent;
    color: #3b5998;
    border-color: #3b5998;
    opacity: 1;
}

.btn-facebook:disabled,
.btn-facebook[disabled],
.btn-facebook.disabled {
    background-color: transparent;
    border-color: #3b5998;
}

.btn-twitter {
    border-color: #55acee;
    color: #55acee;
}

.btn-twitter:hover,
.btn-twitter:focus {
    background-color: transparent;
    color: #55acee;
    border-color: #55acee;
    opacity: 1;
}

.fa {
    display: inline !important;
}

/*@media Query*/

@media (min-width:768px) {
    .navbar-form {
        margin-top: 21px;
        margin-bottom: 21px;
        padding-left: 5px;
        padding-right: 5px;
    }
    .navbar-nav>li>.dropdown-menu,
    .dropdown-menu {
        display: block;
        margin: 0;
        padding: 0;
        z-index: 9000;
        position: absolute;
        -webkit-border-radius: 10px;
        box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.125);
        border-radius: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        opacity: 0;
        -ms-filter: "alpha(opacity=0)";
        -webkit-filter: alpha(opacity=0);
        -moz-filter: alpha(opacity=0);
        -ms-filter: alpha(opacity=0);
        -o-filter: alpha(opacity=0);
        filter: alpha(opacity=0);
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -o-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        -webkit-transition: all 300ms cubic-bezier(0.34, 1.61, 0.7, 1);
        -moz-transition: all 300ms cubic-bezier(0.34, 1.61, 0.7, 1);
        -o-transition: all 300ms cubic-bezier(0.34, 1.61, 0.7, 1);
        -ms-transition: all 300ms cubic-bezier(0.34, 1.61, 0.7, 1);
        transition: all 300ms cubic-bezier(0.34, 1.61, 0.7, 1);
    }
    .navbar-nav>li.open>.dropdown-menu,
    .open .dropdown-menu {
        -webkit-transform-origin: 29px -50px;
        -moz-transform-origin: 29px -50px;
        -o-transform-origin: 29px -50px;
        -ms-transform-origin: 29px -50px;
        transform-origin: 29px -50px;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        -ms-filter: none;
        -webkit-filter: none;
        -moz-filter: none;
        -ms-filter: none;
        -o-filter: none;
        filter: none;
        padding: 5px 10px 15px;
    }
    .dropdown .dropdown-menu {
        top: -30px;
    }
}

@media (max-width:767px) {
    .nav>li {
        text-align: center;
        display: inline-block;
    }
    .navbar-toggle .icon-bar {
        background: #ff1c26;
    }
    .navbar-toggle {
        padding: 16px 10px;
    }
    .logo-container .logo {
        margin-left: 20px;
    }
    .landing-page .wrapper {
        /* text-align:center; */
    }
    .landing-page .navbar-top {
        background: #fff;
    }
    .landing-page .parallax {
        height: 550px;
    }
    .landing-page .parallax .parallax-background img {
        width: auto;
        height: 100%;
    }
    .landing-page .parallax .description {
        margin-top: 65px;
    }
    .landing-page .parallax .buttons {
        margin: 20px 0;
    }
    .landing-page .logos li {
        display: block;
        margin-top: 10px;
    }
    .landing-page .logos ul {
        padding-top: 20px;
    }
    .landing-page .section-presentation {
        margin: 0;
    }
    .landing-page .section-presentation {
        height: auto;
    }
    .landing-page .carousel-indicators {
        bottom: -30px;
    }
    .landing-page .carousel {
        min-height: 210px;
    }
    .footer nav.pull-left,
    .footer:not(.footer-big) nav>ul li,
    .pull-right {
        float: none !important;
    }
}

@media (min-width:768px) {
    .landing-page .navbar-top {
        padding: 5px 0;
    }
    .landing-page .parallax .parallax-background img {
        /*height:580px;*/
        height: 480px;
    }
}

.login-html {
    width: 100%;
    position: absolute;
    padding: 120px 50px 30px;
    background: url(../../assets/img/iphone3.html);
    background-size: 100%;
}

.login-html .sign-in-htm,
.login-html .sign-up-htm {
    top: 10px;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
}

.login-html .sign-in,
.login-html .sign-up,
.login-form .group .check {
    display: none;
}

.login-html .tab,
.login-form .group .label,
.login-form .group .button {
    text-transform: uppercase;
}

.login-html .tab {
    font-size: 16px;
    margin-right: 15px;
    padding: 10px 15px;
    margin: 5px 0 0 0;
    display: inline-block;
    border-bottom: 2px solid transparent;
    border: 1px solid #ccc;
    width: 50%;
    float: left;
}

.login-html .sign-in:checked+.tab,
.login-html .sign-up:checked+.tab {
    color: #3bbf12;
    border-color: #3bbf12;
}

.login-form {
    /*min-height:345px;*/
    min-height: 290px;
    position: relative;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    clear: both;
    margin-top: 0px;
}

.login-form .group {
    margin-bottom: 20px;
}

.login-form .group .label,
.login-form .group .input,
.login-form .group .button {
    width: 100%;
    color: #6a6f8c;
    display: block;
    font-weight: bold;
}

.login-form .group .input,
.login-form .group .button {
    border: solid 1px #e8e9ea;
    padding: 7px 10px;
    border-radius: 5px;
    background: #fff;
    font-size: 16px;
    color: #000;
}

.sign-up-1 .group .input,
.sign-up-1 .group .button {
    border: none;
    padding: 6px 10px;
    border-radius: 3px;
    background: rgba(65, 81, 117, 0.1);
}

.sign-up-1 .group .label {
    margin-bottom: 0;
    text-align: left
}

.login-form .group input[data-type="password"] {
    text-security: circle;
    -webkit-text-security: circle;
}

.login-form .group .label {
    color: #49515d;
    font-size: 12px;
}

.login-form .group .button {
    background: #1161ee;
    color: #fff;
    text-align: center;
}

.login-form .group label .icon {
    width: 15px;
    height: 15px;
    border-radius: 2px;
    position: relative;
    display: inline-block;
    background: rgba(255, 255, 255, .1);
}

.login-form .group label .icon:before,
.login-form .group label .icon:after {
    content: '';
    width: 10px;
    height: 2px;
    background: #fff;
    position: absolute;
    -webkit-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
}

.login-form .group label .icon:before {
    left: 3px;
    width: 5px;
    bottom: 6px;
    -webkit-transform: scale(0) rotate(0);
    transform: scale(0) rotate(0);
}

.login-form .group label .icon:after {
    top: 6px;
    right: 0;
    -webkit-transform: scale(0) rotate(0);
    transform: scale(0) rotate(0);
}

.login-form .group .check:checked+label {
    font-size: .9em
}

.login-form .group .check:checked+label .icon {
    background: #1161ee;
}

.login-form .group .check:checked+label .icon:before {
    -webkit-transform: scale(1) rotate(45deg);
    transform: scale(1) rotate(45deg);
}

.login-form .group .check:checked+label .icon:after {
    -webkit-transform: scale(1) rotate(-45deg);
    transform: scale(1) rotate(-45deg);
}

.login-html .sign-in:checked+.tab+.sign-up+.tab+.login-form .sign-in-htm {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.login-html .sign-up:checked+.tab+.login-form .sign-up-htm {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    /* padding-right:10px;*/
}

.hr {
    height: 2px;
    margin: 10px 0;
    background: rgba(255, 255, 255, .2);
}

.foot-lnk {
    text-align: center;
}

.logos img {
    width: 85px;
}

.logos li:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.logos li:hover label {
    color: #41c1a5
}

.logos li {
    margin-bottom: 20px !important;
    /*-webkit-filter:grayscale(100%);filter:grayscale(100%);-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;transition:all .4s ease-in-out;*/
}

.logos li label {
    display: block !important;
    clear: both;
    color: #807e7e
}

.fa-3em {
    font-size: 3em
}

.login-here {
    position: absolute;
    top: -52px;
    left: -150px;
    width: 100px;
}

.as {
    float: right;
    width: 92px;
    background: #fff;
    padding: 5px 10px;
    margin-top: -10px;
}

.top-menu {
    float: right;
    list-style: none;
    margin-top: 8px;
}

.top-menu li {
    float: left;
    margin-right: 15px;
}

.top-menu li a {
    color: #9bcbec;
    border-bottom: 1px solid;
}

.menu-btn {
    background: #eaa931;
    color: #fff !important;
    padding: 5px 10px;
    border-bottom: 0px !important;
    border-radius: 3px;
}

.menu-btn:hover {
    background: #d2911a !important;
}

.main-menu {
    padding: 10px 0;
    background: #e32028;
    margin-top: 10px;
}

.main-menu ul {
    list-style: none;
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.main-menu ul li {
    font-size: 14px;
    display: inline-block;
    text-align: center;
    color: #fff;
}

.main-menu ul li img {
    width: 40px;
}

.main-menu ul li a {
    color: #fff
}

.main-menu ul li a:hover {
    color: #ffbe16
}

.main-menu ul li span {
    margin-top: 10px;
    display: block;
}

.appstore {
    margin-right: 30px;
    color: #fff;
    font-size: 1.3em;
    border: 2px solid;
    border-radius: 10px;
    padding: 13px 15px 10px;
    cursor: pointer;
}

.appstore:hover {
    color: #ea9945
}

.appstore i {
    font-size: 1.5em
}

.font-17-em {
    font-size: 1.7em
}

@media (min-width:768px) {
    .navbar-nav {
        float: right;
        /*margin:15px 0px 0 0;*/
        margin: 0;
    }
}

@media (max-width:920px) {
    .yesbank {
        width: 130px;
        padding: 5px 10px;
        margin-top: -10px;
    }
    .logo-container .logo {
        padding: 7px 10px;
        /*margin-top:-10px;*/
    }
    .cm {
        width: 100%;
        height: auto;
    }
    .cm .cm-photo {
        float: left;
        padding-right: 20px;
        width: 90px;
    }
    .cm .name {
        font-size: 1.3em;
        padding-top: 5px;
    }
    .cm .des {
        font-size: .9em;
    }
    .landing-page .parallax .description h2 {
        font-size: 28px;
        margin-top: 20px;
    }
    .landing-page .parallax .description h5 {
        font-size: 14px;
        text-shadow: none
    }
    .appstore {
        margin-right: 20px;
        font-size: 1em;
        border: 1px solid;
        border-radius: 7px;
        padding: 10px 10px 8px;
    }
    .login-html {
        padding: 85px 30px 30px;
    }
    .login-html .tab {
        font-size: 11px;
        padding: 9px 10px;
        float: left;
        display: inline-block
    }
    .login-form {
        /*min-height:318px;margin-top:47px;*/
    }
    .landing-page .parallax .parallax-image {
        margin-top: 80px;
    }
    .landing-page .parallax .parallax-background img {
        height: 540px;
    }
    .hr {
        height: 2px;
        margin: 3px 0;
    }
    .main-menu {
        padding: 10px 0;
    }
    .section {
        padding: 20px 0;
    }
    .logos img {
        width: 65px;
    }
    .landing-page .logos li {
        margin: 10px 20px 0
    }
    .footer:not(.footer-big) nav>ul {
        font-size: 13px;
    }
    .container {
        margin-right: 5px;
        margin-left: 5px;
    }
    .footer:not(.footer-big) nav>ul a {
        padding: 10px 0px;
        margin: 15px 5px 10px 0px;
    }
    .login-here {
        display: none
    }
    .navbar-toggle {
        margin-right: 0px;
    }
    .main-menu ul li {
        font-size: 1em;
    }
}

@media (max-width:767px) {
    .yesbank {
        width: 130px;
        padding: 5px 10px;
        margin-top: -57px;
        margin-right: 50px;
    }
    .navbar .navbar-nav>li>a {
        padding: 10px 15px;
        margin: 0px 3px;
        font-size: 14px;
    }
    .menu-btn {
        color: #fff !important;
        padding: 5px 10px;
        background: transparent
    }
    .logo-container .logo {
        padding: 7px 10px;
        margin-top: 6px;
    }
    .landing-page .logos li {
        display: inline-block;
        margin-top: 10px;
    }
    .logos img {
        width: 55px;
    }
    .navbar-collapse {
        background-color: #fff;
    }
    .navbar-transparent .navbar-nav>li>a,
    [class*="navbar-ct"] .navbar-nav>li>a {
        /*color:#fff !important;*/
    }
    .landing-page .parallax .parallax-background img {
        height: 540px;
        display: none
    }
    .landing-page .parallax {
        height: 884px;
        /*background:#2875a8;background:-moz-radial-gradient(center, ellipse cover, #2875a8 0%, #1267a7 100%);background:-webkit-radial-gradient(center, ellipse cover, #2875a8 0%,#1267a7 100%);background:radial-gradient(ellipse at center, #2875a8 0%,#1267a7 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2875a8', endColorstr='#1267a7',GradientType=1 );*/
    }
    .cm .cm-photo {
        float: none;
        padding-right: 0px;
        width: 70px;
        margin: 10px auto 0;
        display: block;
    }
    .cm .name {
        font-size: 1.1em;
        padding-top: 3px;
    }
    .cm .des {
        font-size: .8em;
    }
    .landing-page .parallax .description h2 {
        font-size: 25px;
        margin-top: 10px;
        margin-bottom: 0px;
    }
    .landing-page .parallax .description h5 {
        font-size: 12px;
        text-shadow: none;
        margin-bottom: 10px;
    }
    .font-17-em {
        font-size: 1.5em;
        padding-top: 0px;
    }
    .landing-page .parallax .buttons {
        margin: 0 auto;
        text-align: center;
        padding: 0px;
        display: table;
    }
    .appstore:last-child {
        margin-right: 0px;
    }
    .appstore {
        margin-right: 5px;
        font-size: .9em;
        border-radius: 4px;
        padding: 5px 7px 3px;
    }
    .landing-page .parallax .parallax-image {
        margin-top: 0px;
    }
    .login-html {
        padding: 180px 60px 30px 70px;
        width: 90%;
        position: relative;
        margin: 0 auto;
    }
    .landing-page .parallax .description {
        margin-left: 0px;
    }
    .card {
        border: 1px solid #ddd;
        margin: 0 20px 20px;
        padding: 10px 15px
    }
    .section hr {
        display: none
    }
    .card .fa-3em {
        font-size: 2em;
    }
    .card h4 {
        margin: 0px;
    }
    .card:hover {
        background: #f9f9f9
    }
    .landing-page .section p {
        margin-top: 5px;
        font-size: 16px;
        line-height: 150%
    }
    .header-text {
        margin-bottom: 10px;
        font-size: 26px;
        line-height: 150%;
        margin-top: 0px;
    }
    .footer ul li {
        font-size: 14px;
    }
    .footer:not(.footer-big) nav>ul a {
        padding: 5px 0px;
        margin: 0;
    }
    .footer .social-area {
        padding: 5px 0;
    }
    .footer .copyright {
        padding: 5px;
        margin: 0px 3px;
        line-height: 150%;
    }
    .sliderPart {
        margin-top: 60px;
    }
    .registerpage {
        margin-top: 60px;
    }
}

@media (max-width:640px) {
    .yesbank {
        width: 130px;
        padding: 5px 10px;
        margin-top: -57px;
        margin-right: 50px;
    }
    .navbar .navbar-nav>li>a {
        padding: 8px 4px;
        margin: 0px 3px;
    }
    .menu-btn {
        color: #fff !important;
        padding: 5px 10px;
        background: transparent
    }
    .logo-container .logo {
        padding: 7px 10px;
        margin-top: 6px;
    }
    .landing-page .logos li {
        display: inline-block;
        margin-top: 10px;
    }
    .logos img {
        width: 55px;
    }
    .landing-page .parallax .parallax-background img {
        height: 540px;
        display: none
    }
    .landing-page .parallax {
        height: 900px;
        background: #fff;
    }
    .cm .cm-photo {
        float: none;
        padding-right: 0px;
        width: 70px;
        margin: 10px auto 0;
        display: block;
    }
    .cm .name {
        font-size: 1.1em;
        padding-top: 3px;
    }
    .cm .des {
        font-size: .8em;
    }
    .landing-page .parallax .description h2 {
        font-size: 25px;
        margin-top: 10px;
        margin-bottom: 0px;
    }
    .landing-page .parallax .description h5 {
        font-size: 12px;
        text-shadow: none;
        margin-bottom: 10px;
    }
    .font-17-em {
        font-size: 1.5em;
        padding-top: 0px;
    }
    .landing-page .parallax .buttons {
        margin: 0 auto;
        text-align: center;
        padding: 0px;
        display: table;
    }
    .appstore:last-child {
        margin-right: 0px;
    }
    .appstore {
        margin-right: 5px;
        font-size: .9em;
        border-radius: 4px;
        padding: 5px 7px 3px;
    }
    .landing-page .parallax .parallax-image {
        margin-top: 0px;
    }
    .login-html {
        padding: 165px 60px 30px 70px;
        width: 90%;
        position: relative;
        margin: 0 auto;
    }
    .landing-page .parallax .description {
        margin-left: 0px;
    }
    .card {
        border: 1px solid #ddd;
        margin: 0 20px 20px;
        padding: 10px 15px
    }
    .section hr {
        display: none
    }
    .card .fa-3em {
        font-size: 2em;
    }
    .card h4 {
        margin: 0px;
    }
    .card:hover {
        background: #f9f9f9
    }
    .landing-page .section p {
        margin-top: 5px;
        font-size: 16px;
        line-height: 150%
    }
    .header-text {
        margin-bottom: 10px;
        font-size: 26px;
        line-height: 150%;
        margin-top: 0px;
    }
    .footer ul li {
        font-size: 14px;
    }
    .footer:not(.footer-big) nav>ul a {
        padding: 5px 0px;
        margin: 0;
    }
    .footer .social-area {
        padding: 5px 0;
    }
    .footer .copyright {
        padding: 5px;
        margin: 0px 3px;
        line-height: 150%;
    }
}

@media (max-width:540px) {
    .login-html {
        padding: 135px 50px 30px 60px;
    }
    .landing-page .parallax {
        height: 860px;
    }
    .yesbank {
        margin-right: 30px;
    }
    .logo-container .logo {
        margin-left: 5px;
    }
    ul {
        -webkit-padding-start: 0px;
    }
    .main-menu ul li {
        font-size: 1em;
        margin-left: 10px;
    }
    .login-form .group {
        margin-bottom: 20px;
    }
    .logos img {
        width: 65px;
    }
}

@media (max-width:480px) {
    .logo-container .logo {
        float: left;
        width: 90px;
        padding: 5px 7px;
    }
    .yesbank {
        width: 100px;
        padding: 5px;
        margin-top: -46px;
    }
    .navbar-toggle {
        margin-top: 0px;
        margin-bottom: 2px;
    }
    .landing-page .parallax .description {
        margin-top: 50px;
    }
    .login-html {
        padding: 116px 40px 30px 45px;
    }
    .landing-page .parallax {
        height: 800px;
    }
    .main-menu ul li {
        /*font-size:1em;display:block;float:none;padding:5px 0;border-bottom:1px solid #efb67b;*/
        margin-left: 0px;
        width: 45%;
        margin-bottom: 10px;
    }
    .main-menu ul {
        display: block;
        margin: 0 auto;
        -webkit-margin-before: 0em;
        -webkit-margin-after: 0em;
    }
    .powred {
        display: block
    }
}

@media (max-width:450px) {
    .login-html {
        padding: 100px 40px 30px 45px;
    }
}

@media (max-width:380px) {
    .login-html {
        padding: 100px 40px 30px 45px;
    }
    .landing-page .parallax .parallax-image {
        margin-top: 10px;
    }
    .login-html {
        padding: 95px 30px 10px 33px;
    }
}

/*add new css*/

.padding-0 {
    padding: 0px;
}

.textfield {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: solid 1px #ccc;
}

p {
    font-size: 14px;
}

.modal h4 {
    font-weight: 200;
    color: #333;
    font-size: 16px;
    margin: 0;
    line-height: normal;
}

.margin-top-10 {
    margin-top: 10px;
}

/*10-8-1027*/

.parallax-image select {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    background: rgba(65, 81, 117, 0.1) url("../img/br_down.html") no-repeat right 10px center !important;
}

input,
select,
button {
    outline: none;
}

/*12-8-1027*/

.login-form form {
    position: relative;
}

/*6-9-2017*/

.eplogo {
    margin-left: 30px;
}

.eplogo img {
    width: 70px;
    display: inline;
}

#style-3::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar {
    width: 2px;
    background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar-thumb {
    background-color: #176da8;
}

.pre-scrollable {
    overflow-x: hidden;
}

#loading-img {
    background: url(../img/loader.html) center center no-repeat;
    height: 100%;
    z-index: 20;
}

.overlay {
    background-color: rgba(255, 255, 255, 0.5);
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
}

/*OTP Progress start*/

#myProgress {
    width: 100%;
    background-color: #ddd;
    float: left;
}

#myBar {
    width: 1%;
    height: 2px;
    background-color: #4CAF50;
}

/*OTP Progress end*/

.login-form {
    /*background-color:#fff; padding:15px; border:solid 1px #454545; border-radius:6px;*/
    width: 100%;
    float: left;
    margin-top: 10px;
}

.sign-in-htm {
    width: 100%;
    float: left;
    margin-top: 10px;
}

.cardShadow {
    -webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.41);
    -moz-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.41);
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.41);
}

.btn {
    padding: 10px;
}

.margin_nav {
    margin-top: 62px;
}

.icon img {
    width: 40px;
}

.social {
    color: #777777;
    padding: 10px 0;
    line-height: 20px;
    text-align: center;
    float: left;
    /* margin-left:100px; */
}

.social ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.social ul li {
    margin: 0;
    display: inline;
    padding: 0 15px;
}

.social ul li i {
    color: #000;
    font-size: 16px;
}

.footer a {
    color: #000;
}

/*Panel start*/

.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #EEEEEE;
}

.panel-default>.panel-heading {
    padding: 0;
    border-radius: 0;
    color: #212121;
    background-color: #FAFAFA;
    border-color: #EEEEEE;
}

.panel-title {
    font-size: 14px;
}

.panel-title>a {
    display: block;
    padding: 15px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 20px;
}

.more-less {
    float: right;
    color: #212121;
    padding-left: 15px;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #EEEEEE;
}

/*Panel end*/

.panel-collapse p {
    margin: 0px !important;
}

.collapse_icon {
    border-radius: 100%;
}

.parallax-fix {
    background-attachment: fixed;
    background-image: url(../img/partners_bg_banner.html);
    background-repeat: no-repeat;
    background-position: center center;
}

.parallax-text {
    background: #FFB80A !important;
    opacity: 0.9;
    padding: 70px 50px;
    margin: 0 auto;
    float: none !important;
}

#become-partner p {
    font-size: 16px;
}

.bold {
    font-weight: bold;
}

.margin_top50 {
    margin-top: 50px;
}

.terms_conditions ol {
    padding-left: 15px;
}

.terms_conditions ol[type] {
    font-size: 18px;
}

.terms_conditions ol li ol[type] {
    font-size: 15px;
}

.terms_conditions ol li {
    margin-bottom: 25px;
}

.terms_conditions ol li ol li {
    margin-bottom: 0px;
}

.terms_conditions ol li p {
    margin-top: 5px !important;
}

.terms_conditions ol li ol li p {
    margin: 0px !important;
}

h5 {
    margin-bottom: 0;
}

/*Ekyc start*/

/*.parallax_ekyc .parallax-image{width:100%;position:relative;height:100%;}
.landing-page .parallax_ekyc{width:100%;height:auto;overflow:inherit;display:block;background-size:100%;}
.landing-page .parallax_ekyc .container{z-index:2;position:relative;top:0;margin-left:auto;margin-right:auto;left:0;right:0;}
.landing-page .parallax_ekyc .parallax-image { margin-top:0px;}
.ekyc_bg {
	background-attachment: fixed;
	background-image: url(../img/banner1.jpg);
	background-repeat: no-repeat;
	background-position: 0px 92px;
	background-size: 100% 100%;
}
.ekyc-form { margin-bottom:40px;}*/

.required {
    /* position:absolute; right:5px; top:0; */
    color: red;
}

.login-form .group .btn_primary {
    background: #1161ee;
    color: #fff
}

/*Ekyc end*/

::-webkit-input-placeholder {
    font-weight: normal;
}

:-moz-placeholder {
    /* older Firefox*/
    font-weight: normal;
}

::-moz-placeholder {
    /* Firefox 19+ */
    font-weight: normal;
}

:-ms-input-placeholder {
    font-weight: normal;
}

* {
    list-style-type: none;
}

.font_small {
    font-size: 11px;
    color: #8e8e8e;
}

.fontcont {
    font-size: 16px;
    color: #231f20;
    font-weight: bold;
    line-height: 18px;
}

.top_contact {
    display: flex;
    justify-content: center !important;
    /*	display:table;
	margin:0 auto;*/
}

.top_contact ul {
    padding: 0;
    margin: 0;
}

.top_contact ul li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.top_contact ul li:first-child {
    margin-right: 20px;
}

.top_contact ul li:nth-child(2) {
    margin-right: 120px;
}

.top_contact ul li a {
    color: #000;
}

.top_contact ul li a:hover {
    color: #8e8e8e;
}

.top_contact ul li a:active,
.top_contact ul li a:focus {
    color: #8e8e8e;
}

.sliderPart {
    width: 100%;
    float: left;
    background: #f1f2f2;
}

.font22_blue {
    font-size: 16px;
    color: #003a72;
}

.font22_blue span {
    font-weight: bold;
}

.login-form .group .join_btn {
    background: #fff;
    border: solid 2px #e32028;
    color: #e32028;
    text-align: center;
}

.login-form .group .login_btn {
    background: #003a72;
    border: 0;
    color: #fff;
    text-align: center;
    font-weight: normal;
}

.lineheading {
    display: grid;
    width: 100%;
    align-items: center;
    text-align: center;
    grid-template-columns: minmax(20px, 1fr) auto minmax(20px, 1fr);
    grid-gap: 20px;
    font-size: 16px;
    color: #003a72;
    margin: 10px 0;
}

.lineheading:before,
.lineheading:after {
    content: '';
    border-top: 2px solid #d2d4d5;
}

.login-form label {
    font-size: 14px;
    color: #000;
    font-weight: normal;
    margin-bottom: 0;
}

.font18 {
    font-size: 14px;
}

.homesliderpart {
    border: solid 10px #fff;
    margin-top: 0px;
}

.carousel-control {
    display: none;
}

.header_arrange {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.float_right {
    float: right;
}

.loginPartbodr {
    width: 100%;
    float: left;
    border: solid 2px #d2d4d5;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 15px;
}

.registerpage {
    width: 100%;
    float: left;
    background: #f1f2f2;
}

.registerForm {
    text-align: left;
}

.sign-up-htm {
    width: 100%;
    float: left;
    padding: 20px;
    background: #fff;
    margin-top: 0;
}

#set_cookie {
    display: none;
}

/*6-8-19 new css*/

.boxSize {
    width: 220px !important;
    height: 220px;
    vertical-align: middle;
    border-radius: 100%;
    margin: 80px auto;
    display: table;
    text-align: center;
    background: #fff;
    padding: 30px;
    -webkit-box-shadow: 0px 10px 10px 0px rgba(216, 225, 233, 1);
    -moz-box-shadow: 0px 10px 10px 0px rgba(216, 225, 233, 1);
    box-shadow: 0px 10px 10px 0px rgba(216, 225, 233, 1);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.boxSize:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    /* IE 9 */
    transform: scale(1.1);
}

.boxSize h3 {
    font-size: 20px;
    font-weight: bold;
    color: #ffffff
}

.box_panel {
    background: #fff;
    padding: 15px 5px;
    -webkit-box-shadow: 0px 10px 10px 0px rgba(216, 225, 233, 1);
    -moz-box-shadow: 0px 10px 10px 0px rgba(216, 225, 233, 1);
    box-shadow: 0px 10px 10px 0px rgba(216, 225, 233, 1);
    border: solid 1px #ddd;
}

.box_panel h5 {
    font-size: 14px;
    margin: 10px 0;
}

/*-----------time radio button start---------------*/

.badge-radioboxes .radio input[type="radio"],
.badge-radioboxes label.radio-inline input[type="radio"] {
    /*  Hide the checkbox, but keeps tabbing to it possible. */
    position: absolute;
    clip: rect(0 0 0 0);
}

.badge-radioboxes .radio label,
.badge-radioboxes label.radio-inline {
    padding-left: 0;
    /* Remove space normally used for the checkbox */
    width: 100%;
}

.badge-radioboxes .radio input[type="radio"]+.badge,
.badge-radioboxes label.radio-inline input[type="radio"]+.badge {
    border: 1px solid #999;
    /* Add outline to badge */
    /* Make text in badge not selectable */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
    text-align: left;
    font-weight: normal;
}

/* Give badges for disabled checkboxes an opacity of 50% */

.badge-radioboxes .radio input[type="radio"]:disabled+.badge,
.badge-radioboxes label.radio-inline input[type="radio"]:disabled+.badge {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

/* Remove badge background-color and set text color for not checked options */

.badge-radioboxes .radio input[type="radio"]:not(:checked)+.badge,
.badge-radioboxes label.radio-inline input[type="radio"]:not(:checked)+.badge {
    background-color: Transparent;
    color: #000;
    width: 100%;
    text-align: left;
}

/*The following css only required for Bootstrap <= 3.1.0 */

.badge-radioboxes .radio {
    padding-left: 0;
    /* Remove space normally used for the checkbox */
    margin-top: 0;
}

.badge-radioboxes .disabled label,
.badge-radioboxes label.radio-inline.disabled {
    cursor: not-allowed
}

.badge-radioboxes .badge {
    padding: 7px 10px;
    border-radius: 3px;
    background-color: #00518f;
    color: #fff;
}

.badge-radioboxes .radio-inline+.radio-inline {
    margin-right: 0px;
    margin-left: 0;
}

/*-----------time radio button end---------------*/

.bg-color {
    background-color: #dfe2e6;
}

.receipt_table h3 {
    color: #3341A3;
    font-size: 24px;
    margin-bottom: 0;
}

.receipt_table .receiptAmount {
    font-size: 50px;
    color: #ff9900;
}

.btn_blue {
    color: #FFFFFF;
    background-color: #3341A2;
    border-color: #3341A2;
}

.btn_blue:hover,
.btn_blue:focus,
.btn_blue:active,
.btn_blue.active,
.open .dropdown-toggle.btn_blue {
    color: #FFFFFF;
    background-color: #3341a2;
    border-color: #3341A2;
}

.btn_blue:active,
.btn_blue.active,
.open .dropdown-toggle.btn_blue {
    background-image: none;
}

.btn_blue.disabled,
.btn_blue[disabled],
fieldset[disabled] .btn_blue,
.btn_blue.disabled:hover,
.btn_blue[disabled]:hover,
fieldset[disabled] .btn_blue:hover,
.btn_blue.disabled:focus,
.btn_blue[disabled]:focus,
fieldset[disabled] .btn_blue:focus,
.btn_blue.disabled:active,
.btn_blue[disabled]:active,
fieldset[disabled] .btn_blue:active,
.btn_blue.disabled.active,
.btn_blue[disabled].active,
fieldset[disabled] .btn_blue.active {
    background-color: #3341A2;
    border-color: #3341A2;
}

.btn_blue .badge {
    color: #3341A2;
    background-color: #FFFFFF;
}

.finoAEPS {
    background: #ff9900;
}

.easyATM {
    background: #3341a2;
}

.receipt_table .failed {
    text-decoration: line-through;
}

.modal {
    text-align: center;
    padding: 0 !important;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
    /* Adjusts for spacing */
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

@media (min-width: 767px) {
    .modalPrint {
        width: 400px;
    }
}

/*Easy Pay slider arrow changes  start*/

.carousel-indicators li {
    border-color: #003c70;
    background-color: #fff;
}

.carousel-indicators .active {
    border-color: #003c70;
    background-color: #003c70;
}

.carousel-control {
    display: block;
    width: 30px;
}

.carousel .carousel-control {
    visibility: hidden;
}

.carousel:hover .carousel-control {
    visibility: visible;
}

/*Easy Pay slider arrow changes end*/