@import "https://fonts.googleapis.com/css?family=Hind:400,%20500,%20600,%20700";

body,
html {
    height: 100%;
    margin: 0
}

body {
    font: 16px/1.8 Quicksand, sans-serif;
    color: #333;
    letter-spacing: normal;
    font-style: normal;
    font-weight: 500
}

.load__none {
    display: none;
    color: #fff
}

.isMobileImg {
    display: none !important
}

.load__animation {
    border: 5px solid #9d1d27;
    border-top-color: #f50;
    border-top-style: groove;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-animation: turn 1.5s linear infinite;
    -o-animation: turn 1.5s linear infinite;
    animation: turn 1.5s linear infinite
}

.load {
    position: fixed;
    background: #fff;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999
}

.load__container {
    position: relative
}

@keyframes turn {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

.load__title {
    color: #000;
    font-size: 2rem;
    text-transform: uppercase
}

@keyframes loadPage {
    0% {
        opacity: 1
    }

    50% {
        opacity: .5
    }

    100% {
        opacity: 1
    }
}

a {
    color: #9D1D27;
    cursor: pointer;
    text-decoration: none
}

a.bld {
    font-weight: 500
}

a:hover {
    color: #9d1d27
}

a:active,
a:hover,
a:link,
a:visited {
    text-decoration: none;
    outline: 0
}

a.orgBtn {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.11;
    color: #fff;
    padding: 10px 16px;
    border-radius: 4px;
    display: inline-block;
    background-color: #9D1D27;
    -webkit-transition: ease all .5s;
    -moz-transition: ease all .5s;
    transition: ease all .5s
}

a.orgBtn:hover {
    background-color: #9D1D27 !important
}

a.outBtn {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.11;
    color: #9D1D27;
    padding: 10px 16px;
    border-radius: 4px;
    display: inline-block;
    border: solid 1px #9D1D27;
    background-color: #fff;
    -webkit-transition: ease all .5s;
    -moz-transition: ease all .5s;
    transition: ease all .5s
}

a.outBtn:hover {
    color: #9D1D27 !important
}

a.st1 {
    line-height: 1.11;
    color: #fff !important;
    padding: 12px 20px;
    border-radius: 4px;
    background-color: #9D1D27;
    display: inline-block;
    margin-right: 20px;
    -webkit-transition: ease all .5s;
    -moz-transition: ease all .5s;
    transition: ease all .5s
}

a.st1:hover {
    background-color: #9D1D27 !important
}

a.view-more img {
    height: 16px;
    width: auto
}

img {
    max-width: 100%
}

button {
    outline: 0;
    border: 0
}

.rs {
    font-family: Hind, sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 0
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

hr {
    border-top: solid 1px #cac3c3;
    margin: 25px 0
}

.fl {
    float: left
}

.fr {
    float: right
}

.fn {
    float: none !important
}

.rel {
    position: relative
}

.none {
    display: none
}

.show {
    display: block !important
}

.clear {
    clear: both
}

.crop {
    overflow: hidden
}

.container {
    padding: 25px 0
}

.containerbg {
    background-color: #fceeff
}

.containergrey {
    background-color: #f6f6f6;
    margin-bottom: 0
}

.containerOrg {
    padding: 20px 0;
    background-color: #fff2f0
}

.pad0 {
    padding: 0 !important
}

.padtp0 {
    padding-top: 0 !important
}

.padbt0 {
    padding-bottom: 0 !important
}

.mrgtp0 {
    margin-top: 0 !important
}

.mrgbt0 {
    margin-bottom: 0 !important
}

.row {
    margin-right: 0;
    margin-left: 0
}

.rel {
    position: relative
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0
}

h1 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    margin-left: -1px
}

h1 span {
    font-size: 24px;
    display: block
}

h2 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.17;
    color: #000;
    margin-bottom: 20px
}

h3 {
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    line-height: normal;
    color: #2d1930;
    margin-bottom: 20px;
    text-align: left
}

h4 {
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: normal;
    color: #2d1930;
    margin-bottom: 20px
}

h4.b {
    font-weight: 700
}

.auPL-heading {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 20px
}

.aufeature {
    margin-top: 30px;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.21;
    color: #272727;
    text-align: center
}

.graytitle {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.33;
    color: #333;
    padding: 0 25px
}

p {
    color: #333
}

.pipe {
    color: #9D1D27;
    display: inline-block;
    padding: 0 10px
}

ul.default {
    list-style-type: disc;
    line-height: 1.67;
    color: #333
}

.container.blogsection h3,
.container.customers h3,
.container.interestRates h3,
.container.text-center.whychoose h3 {
    font-size: 40px;
    font-weight: 500;
    line-height: 1.17;
    text-align: center;
    color: #000;
    margin-bottom: 70px
}

ul.default li {
    width: 30%;
    float: left;
    margin: 10px 0 25px 25px;
    padding-right: 25px
}

ul.style1 {
    list-style-type: disc;
    line-height: 1.67;
    color: #272727
}

ul.style1 li {
    margin: 10px 0 10px 25px
}

.navbar {
    margin-bottom: 0;
    background-color: #fff2f0;
    border: 0;
    font-size: 14px !important;
    font-weight: 500;
    border-radius: 0;
    min-height: 60px
}

.navbar-right {
    margin-right: 5px !important
}

.navbar-main .navbar-left {
    margin-left: 20px
}

.navbar-brand {
    margin-left: 0 !important;
    display: block;
    height: auto;
    padding: 12px 0 0 15px;
    z-index: 9999
}

.nav>li>a {
    padding: 10px 16px
}

.navbar li a {
    color: #777 !important;
    padding-top: 20px;
    padding-bottom: 14px;
    border-bottom: solid 4px #fff2f0
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999
}

.navbar-nav li a:hover,
.navbar-nav li.active a {
    color: #9d1d27 !important;
    background-color: #fff2f0 !important;
    border-bottom: solid 4px #9d1d27
}

.navbar-nav li a:hover {
    border-bottom: solid 4px #fff2f0
}

.navbar-nav li:hover.active a {
    border-bottom: solid 4px #9d1d27
}

.navbar-top .languages {
    padding: 14px 0 0
}

.languages .dropdown-menu {
    margin: 0;
    padding: 0;
    top: 125%;
    min-width: 240px
}

.languages .dropdown-menu:after {
    bottom: 100%;
    left: 85%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-bottom-color: #fff;
    border-width: 12px;
    margin-left: -12px
}

.navbar-top .languages button {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.11;
    text-align: center;
    border-radius: 4px;
    padding: 8px 18px;
    color: #9D1D27;
    border: 0;
    background-color: transparent;
    margin-right: 12px
}

.navbar-top .languages button:hover {
    background-color: transparent !important
}

.navbar li .languages a {
    color: #333 !important;
    border-bottom: solid 1px #ccc !important
}

.navbar li .languages a:hover {
    color: #9D1D27 !important
}

.navbar li:hover .languages a {
    background: #fff !important;
    border-bottom: solid 1px #ccc !important
}

.navbar-main {
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .5);
    background-color: #fff;
    font-size: 16px !important;
    font-weight: 500;
    border-radius: 0;
    min-height: 75px
}

.navbar-main li a {
    color: #333 !important;
    padding-top: 28px;
    padding-bottom: 24px;
    border-bottom: solid 4px #fff
}

.navbar-main li:hover.active a {
    border-bottom: solid 4px #9d1d27
}

.navbar-top .notification {
    position: relative;
    padding: 15px 0
}

.count {
    position: absolute;
    width: 16px;
    height: 16px;
    background-color: #9D1D27;
    text-align: center;
    font-size: 10px;
    font-weight: 500;
    line-height: 16px;
    color: #fff;
    border-radius: 50%;
    cursor: pointer
}

.notification .count {
    right: -4px;
    margin-top: 0
}

.notification.top {
    display: none;
    float: right;
    padding: 15px 20px
}

.notification.top .count {
    right: 15px;
    top: 15px
}

.notification .dropdown-menu {
    margin: 0;
    padding: 0;
    top: 106%;
    width: 240px;
    right: -25px;
    border-radius: 0;
    word-break: normal
}

.notification .dropdown-menu:after {
    bottom: 100%;
    left: 85%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-bottom-color: #fff;
    border-width: 12px;
    margin-left: -12px
}

.navbar .notification a,
.navbar li .notification a {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.43;
    color: #9d1d27 !important;
    border-bottom: solid 1px #ccc !important;
    word-wrap: break-word;
    white-space: normal
}

.navbar .notification a p,
.navbar li .notification a p {
    padding-top: 8px;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.36;
    color: #333 !important
}

.navbar li .notification a:hover {
    color: #9D1D27 !important
}

.navbar li:hover .notification a {
    background: #fff !important;
    border-bottom: solid 1px #ccc !important
}

.mobilelogin {
    float: right;
    margin-top: 15px;
    margin-right: 18px;
    display: none;
    position: relative
}

.navbar-main li:hover .dropdownCont {
    display: block
}

.dropdownCont {
    display: none;
    padding: 0;
    width: auto;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9999999
}

.dropdownCont .container {
    padding: 0;
    width: 1080px !important;
    background-color: #fff;
    box-shadow: 0 4px 5px 3px rgba(50, 50, 50, .25)
}

.dropdownCont ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.dropdownCont ul li {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.67
}

.navbar-main .dropdownCont a,
.navbar-main .dropdownCont li a:hover,
.navbar-main .dropdownCont li:hover a {
    border-bottom: 0 !important
}

.dropdownCont li:hover a {
    background: red !important
}

.navbar-main .dropdownCont li a {
    color: #9d1d27 !important
}

.dropdownCont ul.submenus {
    width: 220px;
    float: left
}

.dropdownCont ul.submenus li {
    background: #fff
}

.dropdownCont ul.submenus li a {
    display: block;
    padding: 18px 0 18px 18px
}

.dropdownCont ul.submenus li a img {
    margin-top: -5px;
    margin-right: 2px
}

.dropdownCont ul.submenus li a.active,
.dropdownCont ul.submenus li a:hover,
.dropdownCont ul.submenus li.active a {
    background-color: #fff2f0 !important;
    background-size: 15px 15px;
    color: #9d1d27 !important
}

.dropdownCont .submenuCont {
    background-color: #fff2f0;
    float: left;
    padding: 20px 25px;
    position: relative;
    display: none
}

.dropdownCont .submenuCont.current {
    display: inherit
}

.dropdownCont .submenuCont ul {
    float: left;
    width: 330px
}

.dropdownCont .submenuCont li {
    position: relative;
    width: 50%;
    float: left
}

.dropdownCont .submenuCont li a {
    display: block;
    padding: 0 0 20px 20px;
    color: #333
}

.navbar-main .dropdownCont .submenuCont li a {
    background-color: #fff2f0 !important
}

.dropdownCont .submenuCont li a:before {
    content: "";
    clear: both;
    display: block;
    width: 6px;
    height: 6px;
    position: absolute;
    background: #9D1D27;
    border-radius: 100%;
    top: 13px;
    left: 0
}

.dropdownCont button {
    position: absolute;
    width: 202px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.11;
    text-align: center;
    color: #fff;
    border: solid 1px #9D1D27;
    border-radius: 4px;
    padding: 20px 0;
    background: #9D1D27;
    left: 0;
    bottom: 0
}

.dropdownCont .productCont {
    float: left;
    max-width: 450px;
    line-height: 0;
    position: relative;
    margin-left: 30px
}

.productCont button.contactus {
    font-size: 14px;
    position: relative;
    width: 118px;
    padding: 8px;
    display: block;
    margin-top: 5px;
    bottom: 0
}

.productCont .contbox {
    position: absolute;
    left: 25px;
    bottom: 20px
}

.productCont h4 {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.33;
    color: #9d1d27;
    margin: 0
}

.productCont span {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.11;
    color: #9d1d27;
    display: block;
    padding: 4px 0
}

.navbar-default .navbar-toggle {
    border-color: transparent
}

.navbar-toggle {
    padding: 0;
    width: 34px;
    margin-top: 13px;
    margin-bottom: 18px;
    float: left;
    margin-left: 6px;
    cursor: pointer
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: transparent
}

.loginArea {
    float: right;
    padding-top: 20px
}

.loginArea img {
    cursor: pointer
}

.loginArea .searchInput {
    margin-right: 10px
}

.loginArea a.outBtn {
    margin-right: 20px
}

.loginArea a.outBtn:hover {
    color: #9D1D27 !important
}

.loginArea button {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.11;
    text-align: center;
    color: #fff;
    border: 0;
    border-radius: 4px;
    padding: 11px 22px;
    background-color: #9D1D27
}

.loginArea button.apply {
    color: #9D1D27;
    border: solid 1px #9D1D27;
    background-color: #fff;
    margin-right: 10px;
    padding: 10px 20px
}

.loginArea button.apply:hover {
    color: #9D1D27;
    background-color: #fff !important
}

.loginArea .dropdown {
    float: right
}

.loginArea .dropdown-menu {
    margin: 0;
    padding: 0;
    top: 100%;
    left: -60px;
    min-width: 125px
}

.loginArea .dropdown-menu:after {
    bottom: 100%;
    left: 85%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-bottom-color: #fff;
    border-width: 12px;
    margin-left: -12px
}

.loginArea .dropdown a {
    color: #333 !important;
    border-bottom: solid 1px #ccc !important
}

.loginArea .dropdown a {
    padding: 8px !important;
    background: #fff !important;
    border-bottom: solid 1px #ccc !important
}

.loginArea .dropdown a:hover {
    color: #9D1D27 !important
}

.mobilelogin button {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.11;
    text-align: center;
    color: #fff;
    border: 0;
    border-radius: 4px;
    padding: 6px 15px;
    background-color: #9D1D27
}

.mobilelogin .dropdown-menu {
    margin: 0;
    padding: 0;
    top: 155%;
    left: -65px;
    min-width: 125px
}

.mobilelogin .dropdown-menu:after {
    bottom: 100%;
    left: 85%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-bottom-color: #fff;
    border-width: 12px;
    margin-left: -12px
}

.mobilelogin .dropdown-menu a {
    color: #333 !important;
    border-bottom: solid 1px #ccc !important
}

.mobilelogin .dropdown-menu a {
    padding: 10px !important;
    background: #fff !important;
    border-bottom: solid 1px #ccc !important
}

.mobilelogin .dropdown a:hover {
    color: #9D1D27 !important
}

#topSearchBar {
    background-color: #fff2f0;
    display: none
}

#topSearchBar .searchbar {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    padding: 10px 0
}

#topSearchBar .searchbar input {
    width: 100% !important;
    border: none;
    border-radius: 4px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .18);
    border: solid .5px #4a4a4a;
    padding: 10px 80px 10px 20px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    color: #999;
    outline: 0
}

#topSearchBar .suggestion.topbar {
    top: 85%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: 0 3px 5px #847e7e40
}

.suggestion.topbar li:hover a {
    background-color: #f1f1f1 !important;
    border-bottom: solid 1px #ccc
}

.searchbar img {
    width: auto;
    position: absolute;
    cursor: pointer;
    z-index: 99;
    top: 21px
}

img.tpmphne {
    right: 49px
}

img.tpsrch {
    right: 14px;
    width: 26px
}

.searchbar .closesearch {
    right: -40px;
    top: 21px
}

.mobileSearch .searchbar {
    position: relative;
    padding: 15px 25px
}

.mobileSearch .searchbar input {
    width: 100%;
    border: none;
    border-radius: 30px;
    padding: 5px 80px 5px 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #9d1d27;
    outline: 0;
    border: solid 1px #ccc
}

.mobileSearch .searchbar img {
    width: 16px;
    position: absolute;
    cursor: pointer;
    z-index: 99
}

.mobileSearch .searchbar img.srch {
    right: 60px;
    top: 24px;
    width: 20px
}

img.mphne {
    right: 50px;
    top: 14px
}

.suggestion {
    position: absolute;
    width: 100%;
    height: 400px;
    left: 0;
    top: 110%;
    border-radius: 10px;
    box-shadow: 0 0 7px 1px rgba(0, 0, 0, .2);
    background-color: #fff;
    overflow: hidden;
    overflow-y: scroll;
    z-index: 999;
    display: none
}

.suggestion .btns {
    padding: 20px;
    border-bottom: solid 1px #ccc
}

.suggestion .btns a.orgBtn {
    margin-right: 20px
}

.suggestion ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.suggestion ul li:hover {
    background-color: #f1f1f1
}

.suggestion ul li a {
    display: block;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.11;
    color: #9d1d27;
    border-bottom: solid 1px #ccc
}

.suggestion li a span {
    display: block;
    font-size: 16px;
    line-height: 1.43;
    color: #333;
    padding-top: 8px
}

.suggestion a.more {
    display: block;
    font-size: 14px;
    padding: 18px 20px;
    font-weight: 500;
    line-height: 1.11;
    color: #9D1D27;
    background-color: #f1f1f1
}

.suggestion.normal {
    position: relative;
    top: 0;
    border-radius: 0;
    overflow: initial;
    height: auto;
    box-shadow: none;
    margin-top: 15px
}

.suggestion.normal ul li a {
    padding: 10px 25px
}

.sidenavMob {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 9999999;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .9);
    overflow-x: hidden;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
    display: none
}

.sidenavMob.fadeIn {
    display: block
}

.mobileNav {
    width: 300px;
    background: #fff;
    position: fixed;
    z-index: 9999999;
    height: 100%;
    top: 0;
    left: -300px;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
    overflow-x: hidden;
    overflow-y: scroll
}

.mobileNav.open {
    left: 0
}

.mobileNav .closeNav {
    text-align: left;
    padding: 24px
}

.topicons {
    text-align: left;
    padding: 0 0 24px 24px;
    border-bottom: solid 1px #ccc
}

.topicons a.outBtn {
    margin-right: 15px
}

.topicons button {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    color: #9D1D27;
    border: 0;
    border-radius: 4px;
    padding: 6px 22px;
    border: solid 1px #9D1D27;
    background-color: #fff;
    margin-right: 20px
}

.topicons button:hover {
    background-color: #fff !important
}

li.mobnotify,
li.mobnotify a {
    background-color: #fff !important
}

.mobnotify a img {
    margin-top: -5px;
    margin-right: 5px
}

.mobnotify .count {
    margin-left: 10px;
    margin-top: 5px
}

.notifycont {
    position: relative;
    padding: 0 25px 25px 80px;
    margin-bottom: 20px;
    border-bottom: solid 1px #ccc
}

.notifycont:last-child {
    margin-bottom: 0;
    border-bottom: none
}

.notifycont img.ico {
    position: absolute;
    top: 0;
    left: 24px
}

.notifycont .nttxt {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #9d1d27
}

.notifycont .ntdate,
.notifycont .ntdesc {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.29;
    color: #333;
    padding-top: 8px
}

.mobileNav ul.submenus {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.mobileNav ul.submenus li {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.67;
    border-bottom: solid 1px #ccc;
    position: relative;
    background-color: #fff2f0
}

.mobileNav ul.submenus li span img {
    position: absolute;
    z-index: 99999;
    padding: 20px;
    line-height: 0;
    top: 10px;
    left: -8px;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    transform: rotate(270deg)
}

.mobileNav ul.submenus li span.active img {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg)
}

.mobileNav ul.submenus li a {
    display: block;
    padding: 18px 0 18px 35px;
    background: #fff;
    color: #9d1d27
}

.mobileNav ul.submenus li[class=active] a,
.mobileNav ul.submenus span+.childMenus a,
.mobileNav ul.submenus span.active+.childMenus a {
    background-color: #fff2f0 !important
}

.mobileNav ul.submenus li a.active,
.mobileNav ul.submenus li a:hover,
.mobileNav ul.submenus li.active a,
.mobileNav ul.submenus li:hover a {
    background-color: #fff2f0
}

.changeLang ul,
.childMenus ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.childMenus li a {
    padding-left: 5px !important
}

.childMenus li a img {
    margin-top: -5px;
    margin-right: 2px
}

.childMenus li:last-child {
    border-bottom: none !important
}

.childMenus .childMenuSub li a {
    padding-left: 65px !important
}

.childMenus .childMenuSub li i img {
    position: absolute;
    z-index: 99999;
    padding: 20px;
    line-height: 0;
    top: 10px;
    left: 16px;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    transform: rotate(270deg)
}

.mobileNav ul.childMenuSub li i.active img {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg)
}

.mobileNav ul.childMenuSub ul.menusLastchild li {
    border-bottom: none
}

.mobileNav ul.childMenuSub ul.menusLastchild li a {
    padding: 15px 0 15px 35px
}

.owl-theme .owl-dots .owl-dot span {
    background: #fbdccd !important
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #9D1D27 !important
}

.owl-theme .owl-dots button.owl-dot:hover {
    background-color: #fff !important
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: 0 0 !important
}

.owl-theme .owl-nav [class*=owl-] {
    text-indent: -99999px
}

.owl-theme .owl-nav .owl-prev,
.owl-theme .owl-nav .owl-prev:hover {
    background-image: url(https://www.aubank.in/assets/images/LeftArrow.svg) !important;
    background-repeat: no-repeat !important;
    background-position: 15px 15px !important
}

.owl-theme .owl-nav .owl-next,
.owl-theme .owl-nav .owl-next:hover {
    background-image: url(https://www.aubank.in/assets/images/Rightarrow.svg) !important;
    background-repeat: no-repeat !important;
    background-position: 20px 15px !important
}

.breadcrumbs {
    padding-left: 15px;
    padding-bottom: 15px;
    color: #333;
    font-size: 14px;
    font-weight: 500
}

.breadcrumbs a {
    color: #6d3079
}

.subHeader {
    float: left;
    padding: 0 60px 0 15px
}

.padtp {
    padding-top: 30px
}

.tabscroll {
    float: left;
    position: relative
}

.tabscroll:after {
    content: "";
    display: block;
    clear: both;
    position: absolute;
    height: 0;
    width: 100%;
    background: #ccc
}

.pressList {
    padding-top: 40px
}

.prHead {
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
    color: #2d1930;
    padding-bottom: 35px
}

.prMrgBt {
    margin-bottom: 40px
}

.prlists ul {
    width: 100%
}

.prlists li {
    border-bottom: solid 1px #bcbcbc;
    margin-bottom: 24px
}

.prlists li.nbdr,
.prlists li:last-child {
    border-bottom: none;
    margin-bottom: 0
}

.prlists li a {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    padding-bottom: 24px;
    position: relative;
    display: block
}

.prlists li a:hover {
    color: #9D1D27
}

.prlists li a img {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
    right: 10px;
    top: 8px;
    width: 18px
}

.filterTabMob {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .7);
    -webkit-transition: ease;
    -moz-transition: ease;
    transition: ease;
    display: none
}

.filterMobIcon {
    position: absolute;
    right: 10px;
    display: none;
    margin-top: 5px
}

.filterTabs {
    position: relative;
    background-color: #f1f1f1
}

.filters {
    padding: 10px 0 5px 15px
}

.filtertext {
    float: left;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.88;
    padding: 5px 20px 10px 0;
    color: #9D1D27;
    position: relative;
    z-index: 9
}

.filtertext a {
    color: #9D1D27;
    cursor: pointer;
    user-select: none
}

.filters .select {
    float: left;
    position: relative;
    border-radius: 4px;
    border: dashed 1px #ccc;
    background: #fff !important;
    background: 0 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
    padding: 8px 12px;
    color: #777
}

.filters span {
    font-size: 18px;
    cursor: pointer
}

.filter_box {
    position: absolute;
    width: 300px;
    background: #88b7d5;
    margin-top: 18px;
    border-radius: 8px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
    background-color: #fff;
    padding: 20px 0 0;
    z-index: 999999;
    display: none
}

.listScroll {
    padding-top: 50px;
    max-height: 250px;
    overflow-y: auto
}

.filter_box.open {
    display: block
}

.filter_box:after {
    bottom: 100%;
    left: 15%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-bottom-color: #fff;
    border-width: 20px;
    margin-left: -20px
}

.filter_box .hd {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
    color: #272727;
    padding: 0 0 10px 22px
}

.filter_box button {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.11;
    border: 0;
    border-radius: 4px;
    padding: 11px 22px;
    color: #9D1D27;
    border: solid 1px #9D1D27;
    background-color: #fff;
    padding: 10px 20px;
    position: absolute;
    top: 15px;
    right: 20px
}

.filter_box button.mbfix {
    position: fixed;
    top: 18%;
    display: none
}

.filter_box button:hover {
    background-color: #fff !important
}

.filter_box ul {
    margin-bottom: 20px
}

.filter_box li {
    padding: 20px 22px;
    border-bottom: solid 1px #ebebeb
}

.filter_box label {
    color: #333;
    font-size: 16px;
    padding-left: 35px
}

.filter_box .checkmark {
    left: 0
}

.accountsTab .owl-item {
    margin-right: 0 !important
}

.accountBox {
    border-radius: 8px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
    background-color: #fff;
    overflow: hidden;
    height: auto !important
}

.accountBox .accHead {
    position: relative;
    background-color: #fff2f0;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.36;
    color: #9d1d27;
    padding: 15px 20px 15px 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.accHead img {
    margin-top: -4px
}

.accHead a {
    color: #9d1d27
}

.accHead .compare {
    position: absolute;
    right: 22px;
    top: 20px;
    font-size: 16px;
    line-height: 1.83;
    color: #777
}

.accountBox {
    padding-bottom: 24px;
    margin-bottom: 0 !important
}

.accountBox .accBody {
    margin: 17px 22px 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    color: #272727;
    overflow: hidden;
    min-height: 95px
}

.accountBox .accBody .desc {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.38;
    color: #333;
    padding-bottom: 10px
}

.accountBox .accBody li {
    float: left;
    width: 45%;
    padding-bottom: 25px
}

.accountBox .accBody li:nth-child(2),
.accountBox .accBody li:nth-child(4) {
    width: 55%
}

.accountBox .accBody span {
    font-size: 12px;
    font-weight: 400;
    display: block;
    padding-bottom: 2px
}

.accountBox .accFoot {
    text-align: left;
    padding: 17px 22px 0;
    overflow: hidden
}

.accFoot a {
    font-weight: 500;
    line-height: 40px;
    color: #9D1D27
}

.accFoot button {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.11;
    color: #fff;
    padding: 12px 16px;
    margin-left: 20px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
    border-radius: 4px;
    background-color: #9D1D27;
    float: right
}

#comparePanel {
    position: fixed;
    width: 100%;
    left: 0;
    padding: 25px;
    border-top: solid 2px #9d1d27;
    background-color: #fff2f0;
    z-index: 99999;
    -webkit-transition: ease all .5s;
    -moz-transition: ease all .5s;
    transition: ease all .5s;
    bottom: -50%
}

#comparePanel .col-sm-5,
#comparePanel .col-sm-7 {
    margin-bottom: 0
}

#comparePanel.slideup {
    bottom: 0
}

#comparePanel .elemt {
    float: left;
    position: relative;
    border-radius: 4px;
    border: dashed 1px #777;
    background-color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
    padding: 9px 12px;
    margin-right: 20px;
    margin-bottom: 14px;
    color: #777
}

#comparePanel .closecmp {
    position: absolute;
    top: -8px;
    right: -8px;
    background: #fff;
    border-radius: 100%;
    cursor: pointer
}

#comparePanel a.comp,
#comparePanel button {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.11;
    color: #fff;
    padding: 10px 16px;
    margin-left: 20px;
    border-radius: 4px;
    background-color: #9D1D27
}

#comparePanel .text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    color: #272727;
    float: right;
    padding: 10px 0
}

#compareTables {
    position: relative
}

#compareTables .compareList {
    position: relative;
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap
}

#compareTables .compareList:after {
    content: "";
    display: block;
    clear: both
}

.compareList .hd {
    font-size: 30px;
    font-weight: 400;
    color: #000;
    position: relative;
    line-height: 38px;
    margin-bottom: 28px
}

.compareList .hd img {
    position: absolute;
    top: 10px;
    right: 5px;
    cursor: pointer
}

.compareList .box {
    float: left;
    border-radius: 6px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .24);
    background-color: #fff;
    width: 23.3%;
    overflow: hidden;
    margin-right: 20px;
    display: flex;
    flex-direction: column
}

.compareList .featurehd {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.38;
    color: #272727;
    padding: 17px 0 16px 20px;
    border-bottom: solid 1px #dadada;
    background-color: #fff2f0
}

.compareList .accounthd {
    font-size: 21px;
    font-weight: 500;
    line-height: 1.2;
    color: #9d1d27;
    padding: 16px;
    background-color: #fff2f0
}

.compareList .accounthd img {
    margin-top: -4px
}

.compareList .box {
    min-height: 420px
}

.compareList .box ul {
    margin: 0 19px
}

.compareList .box li {
    padding: 14px 0;
    font-weight: 500;
    line-height: 1.47;
    color: #272727;
    border-bottom: solid 1px #dadada
}

.compareList li.featureList {
    min-height: 123px
}

.compareList .box li em {
    font-style: normal;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.15;
    color: #757575;
    display: none
}

.compareList .box:nth-child(1) {
    margin-top: 2px;
    min-height: 416px;
    box-shadow: none;
    border: solid 1px rgba(0, 0, 0, .2)
}

.compareList .box li:last-child {
    border-bottom: none
}

.compareList .box:nth-child(1) ul {
    margin: 0
}

.compareList .box:nth-child(1) ul li {
    font-weight: 500;
    line-height: 1.47;
    color: #777;
    padding-right: 0;
    padding-left: 20px
}

.compareList .box li span {
    display: block;
    padding-bottom: 2px;
    padding-left: 10px;
    position: relative
}

.compareList .box:last-child {
    margin-right: 0
}

.compareList .box li span::before {
    content: "";
    clear: both;
    display: inherit;
    position: absolute;
    left: 0;
    top: 10px;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background-color: #272727
}

.compareList .btm {
    padding: 10px 19px 20px;
    overflow: hidden;
    line-height: 45px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: auto
}

.compareList .btm a {
    font-weight: 500;
    line-height: 1.33;
    color: #9D1D27
}

.compareList .btm button {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.11;
    color: #fff;
    padding: 11px 20px;
    margin-left: 20px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
    border-radius: 4px;
    background-color: #9D1D27
}

#compareTables .textbtm {
    text-align: right;
    padding: 10px 25px;
    clear: both
}

.accHead {
    display: flex;
    justify-content: space-between
}

.accHead a {
    display: flex;
    align-items: center
}

.accHead a h3 {
    margin-bottom: 0;
    margin-left: 5px
}

.accHead .compare {
    position: static !important
}

.accountBoxArea {
    display: flex;
    flex-wrap: wrap
}

.accountBoxArea .accountBoxSingle {
    display: flex;
    flex: 0 0 33.333%;
    width: 33.333%;
    margin-bottom: 20px;
    flex-wrap: wrap
}

.accountBox {
    display: flex;
    flex-direction: column
}

.accountBox .accHead {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.accHead .compare,
.accHead a {
    margin: 5px 0
}

.productab-title {
    font-size: 16px
}

@media screen and (max-width:1199px) {
    .accountBoxArea .accountBoxSingle {
        flex: 0 0 50%;
        width: 50%
    }
}

@media screen and (max-width:767px) {
    .accountBoxArea .accountBoxSingle {
        flex: 0 0 100%;
        width: 100%
    }

    .details {
        font-size: 16px
    }
}

section {
    padding: 0 15px
}

.title1 {
    font-size: 40px;
    font-weight: 400;
    line-height: normal;
    color: #9d1d27
}

.title1.pad {
    padding: 32px 0 42px
}

.title2 {
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    color: #777
}

a.active img {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg)
}

.missionSlider {
    text-align: center;
    margin: 30px 0;
    position: relative
}

.missionSlider .rectbox {
    width: 310px;
    margin: 5px auto;
    border-radius: 4px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .22);
    background-color: #fff;
    overflow: hidden
}

.missionSlider .rectbox .image {
    background-color: #fff2f0;
    padding: 50px 0
}

.missionSlider .rectbox .image img {
    width: auto;
    margin: 0 auto
}

.missionSlider .rectbox p {
    padding: 20px 0
}

.missionSlider.owl-theme .owl-nav [class*=owl-] {
    width: 48px;
    height: 48px;
    box-shadow: 0 4px 8px 0 rgba(132, 132, 132, .5);
    background-color: #fff;
    cursor: pointer;
    border-radius: 100% !important;
    position: absolute;
    top: 40%;
    z-index: 999
}

.missionSlider.owl-theme .owl-nav .owl-next {
    right: -15px
}

.missionSlider.owl-theme .owl-nav .owl-prev {
    left: -15px
}

.awardSlider {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 40px;
    position: relative
}

.awardSlider:after {
    content: "";
    display: inherit;
    clear: both;
    position: absolute;
    border-top: dashed 1px #d5d1d1;
    width: 84%;
    top: 16px;
    right: -2px
}

.awardSlider.owl-theme .owl-nav [class*=owl-] {
    width: 48px;
    height: 48px;
    box-shadow: 0 4px 8px 0 rgba(132, 132, 132, .5);
    background-color: #fff;
    cursor: pointer;
    border-radius: 100% !important;
    position: absolute;
    top: 40%;
    z-index: 999
}

.awardSlider.owl-carousel .owl-stage-outer {
    padding-bottom: 20px !important;
    margin-top: -18px
}

.awardSlider.owl-theme .owl-nav [class*=owl-] {
    border-radius: 100%;
    position: absolute;
    top: 48%
}

.awardSlider.owl-theme .owl-nav .owl-next {
    right: -15px
}

.awardSlider.owl-theme .owl-nav .owl-prev {
    left: -15px
}

.awardSlider .year {
    position: relative;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    color: #9d1d27;
    padding: 45px 0 30px
}

.awardSlider .year:after {
    content: "";
    display: inline-block;
    clear: both;
    position: absolute;
    width: 1px;
    height: 33px;
    background: #979797;
    left: 50%;
    top: 0
}

.awardSlider .rectbox {
    width: 310px;
    margin: 0 auto;
    border-radius: 4px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .22);
    background-color: #fff;
    overflow: hidden
}

.awardSlider .rectbox .image {
    background-color: #fff2f0;
    padding: 50px 0
}

.awardSlider .rectbox .image img {
    width: auto;
    margin: 0 auto
}

.rectbox h5 {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.25;
    color: #404040;
    padding: 30px 0
}

.rectbox h5 span {
    display: block;
    padding-top: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.11;
    color: #a9a9a9
}

.messageMD {
    background-color: #fff2f0;
    padding: 30px 0;
    margin-bottom: 40px
}

.messageMD h2 {
    padding-left: 15px;
    margin-bottom: 40px
}

.messageMD .headtxt {
    font-size: 18px;
    font-weight: 700;
    color: #4b4b4b;
    line-height: 25px;
    padding-bottom: 20px
}

.headtxt span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    color: #636363
}

.messageMD div[class*=col-] {
    margin-bottom: 0
}

.messageMD #more {
    display: none
}

.bdirectors,
.people {
    padding: 10px 0 30px
}

.bdirectors .item,
.people .item {
    width: 33%;
    float: left;
    margin-bottom: 30px
}

.bdirectors .text1 span {
    height: 20px;
    line-height: 20px
}

.bdirectors .owl-carousel .item,
.people .owl-carousel .item {
    width: auto;
    float: none;
    margin-bottom: 30px
}

.bdirectors .bdslider,
.people .bdslider {
    margin-bottom: 30px
}

.bdirectors .text1,
.people .text1 {
    font-size: 18px;
    font-weight: 700;
    line-height: .83;
    color: #4b4b4b;
    text-align: center;
    cursor: pointer
}

.bdirectors .text1 span,
.people .text1 span {
    display: block;
    padding-top: 8px;
    font-size: 16px;
    font-weight: 400;
    color: #636363
}

.bdirectors .item img,
.people .item img {
    display: block;
    margin: 15px auto;
    max-width: 310px;
    border-radius: 100%
}

.bdirectors ul li,
.people ul li {
    width: 30%;
    float: left
}

.bdirectorsOverlay {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 9999999;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    overflow-x: hidden;
    display: none
}

.bdirectorspopup {
    position: relative;
    width: 70%;
    border-radius: 6px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .33);
    background-color: #fff;
    padding: 25px 20px;
    line-height: 25px;
    font-weight: 400;
    margin: 20px auto
}

.bdirectorspopup .ttl {
    font-size: 18px;
    font-weight: 700;
    line-height: .83;
    color: #4b4b4b;
    padding: 0 20px 30px 0;
    vertical-align: bottom
}

.bdirectorspopup .ttl span {
    display: block;
    padding-top: 8px;
    font-size: 16px;
    font-weight: 400;
    color: #636363
}

.bdirectorspopup a {
    font-weight: 500
}

.bdirectorspopup .closePop {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 24px;
    cursor: pointer;
    z-index: 999
}

.journey {
    width: 310px;
    margin: 0 auto 20px;
    border-radius: 4px;
    border-top: solid 12px #fff2f0;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .22);
    background-color: #fff;
    overflow: hidden
}

.journey p {
    padding: 20px
}

#headerImage {
    min-height: 461.45px;
    position: relative;
    background: url(../images/headerImage.png) 0 0 no-repeat;
    background-size: cover;
    margin: 10px 0 30px
}

#headerImage h1 {
    font-size: 40px;
    color: #000;
    margin-left: 45px
}

.headtx .headerbanner-subheading {
    color: #000
}

#headerImage .headtx h1 span {
    font-size: 30px;
    word-break: break-all;
    width: 700px;
    line-height: 30px
}

#headerImage .headtx {
    position: absolute;
    bottom: 10%;
    left: 20px
}

.headtx button {
    display: none
}

.formArea .inputText,
.formArea .selectText {
    width: 100%;
    font-size: 14px
}

.error {
    font-size: 10px;
    position: absolute;
    top: 37px
}

#applynowform .error {
    position: static
}

label#Captcha-error {
    left: 200px
}

#headerImage .formArea {
    width: 420px;
    background: #fff;
    border-radius: 10px;
    padding: 15px
}

.containergrey .container {
    padding: 30px 0
}

.features {
    position: relative
}

.eligible {
    position: relative
}

.eligible .dlinks img {
    width: 6px
}

.quicklinks span:first-child {
    display: inline-block;
    padding-right: 20px
}

#headerImageSub {
    position: relative;
    margin: 15px 0
}

#headerImageSub img {
    width: 100%;
    margin: 0 auto
}

.subHeaderTitle h2 {
    margin-bottom: 10px
}

.subHeaderTitle h2 span {
    display: block;
    font-size: 18px;
    padding: 5px 0;
    color: #424242
}

.shareicons {
    float: right;
    font-size: 16px;
    font-weight: 300;
    color: #000;
    margin-top: 12px;
    margin-right: 12px
}

.shareicons img {
    margin-left: 12px;
    cursor: pointer
}

.track {
    float: right;
    margin: 0 15px 0 0
}

.applyBoxArea {
    position: relative;
    margin-top: 0
}

.applyBox {
    border-radius: 8px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
    background-color: #fff;
    overflow: hidden;
    margin-bottom: 35px
}

.applyBox .appHead {
    position: relative;
    background-color: #fff2f0;
    font-size: 25px;
    font-weight: 500;
    line-height: 1.36;
    color: #9d1d27;
    padding: 15px 50px 15px 22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.applyBox .appHead img.ar {
    position: absolute;
    top: 22px;
    right: 20px
}

.applyBox .appHead.active img {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg)
}

.applyBox .appBody {
    margin: 10px 22px;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    color: #272727;
    overflow: hidden
}

.applyBox .appBody li {
    display: inline-block;
    font-size: 0;
    font-weight: 500;
    color: #272727;
    overflow: hidden;
    padding: 12px 10px 12px 0;
    position: relative
}

.applyBox .appBody li a {
    font-size: 16px
}

.applyBox .appBody li+li {
    padding-left: 20px
}

.applyBox .appBody li+li:before {
    font-size: 16px;
    content: "|";
    clear: both;
    display: block;
    color: #9D1D27;
    position: absolute;
    left: 0
}

.applyBox .appBody li:last-child {
    border-bottom: none
}

.LoanForm .formArea {
    padding-top: 0;
    padding-left: 0
}

.LoanForm .formArea .form-group {
    margin-bottom: 35px
}

.terms {
    font-size: 12px;
    float: left;
    padding-left: 35px
}

.msgbox {
    width: 320px;
    padding: 35px 40px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    line-height: 1.43;
    color: #333;
    border-radius: 12px;
    box-shadow: 0 0 7px 0 rgba(153, 153, 153, .23);
    background-color: #fff2f0
}

.msgbox .hdt {
    font-size: 16px;
    color: #272727
}

.msgbox.pos1 {
    top: 11%
}

.msgbox.pos2 {
    top: 45%
}

.locatusResult {
    padding: 50px 15px 0;
    overflow: hidden
}

.resultBoxArea {
    display: table;
    width: 100%
}

.locatusResult .resultcount {
    position: absolute;
    top: 5px;
    right: 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    color: #272727
}

.locatusResult h2 {
    font-weight: 700
}

.resultBox {
    display: table-row
}

.resultBox:hover {
    background-color: #fff2f0
}

.resultBox .boxs {
    display: table-cell;
    vertical-align: middle;
    padding: 20px;
    border-bottom: solid 1px #d2d2d2;
    border-left: solid 1px #d2d2d2
}

.resultBoxArea .resultBox:first-child .boxs {
    border-top: solid 1px #d2d2d2
}

.resultBoxArea .resultBox .boxs:last-child {
    border-right: solid 1px #d2d2d2
}

.resultBoxArea .resultBox .boxs:first-child {
    width: 42%
}

.boxs.b2,
.boxs.b3 {
    border-left: solid 1px #d2d2d2;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    line-height: 1.43;
    color: #272727
}

.boxs.b3 ul {
    margin-left: 30px
}

.boxs.b3 li {
    text-align: left;
    list-style-type: disc
}

.cityName {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.43;
    color: #272727
}

.cityName span {
    display: block;
    font-size: 14px
}

.resultBox .boxs .cityName img {
    position: absolute;
    top: 22px;
    right: 20px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg)
}

.resultBox .boxs .cityName.active img {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0)
}

.mobileContact {
    font-size: 14px;
    font-weight: 700;
    color: #272727;
    line-height: 1.23;
    display: none
}

.resultBox p {
    line-height: 22px;
    padding: 20px 0;
    color: #333
}

.resultBox .viewm {
    padding: 20px 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
    color: #9D1D27;
    position: relative
}

.resultBox .viewm:after {
    content: "View more";
    display: block;
    clear: both;
    position: absolute;
    top: 20px
}

.resultBox .viewm.active:after {
    content: "View less"
}

.resultBox .viewm img.rot {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
    margin-left: 86px
}

.resultBox .viewm.active img.rot {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-left: 76px
}

.mobileCont {
    font-size: 14px;
    color: #000;
    font-weight: 500;
    display: none
}

.carrerPage .form-group {
    margin-bottom: 32px !important
}

.careerResult {
    padding: 50px 15px 0
}

.careerBoxArea {
    display: table;
    width: 100%
}

.careerResult .resultcount {
    position: absolute;
    top: 5px;
    right: 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    color: #272727
}

.careerResult h2 {
    font-weight: 700
}

.carrerBox {
    display: table-row;
    font-weight: 500
}

.carrerBox:hover {
    background-color: #fff2f0
}

.carrerBox .cboxs {
    display: table-cell;
    vertical-align: middle;
    padding: 20px;
    border-bottom: solid 1px #d2d2d2;
    border-left: solid 1px #d2d2d2
}

.careerBoxArea .carrerBox:first-child .cboxs {
    border-top: solid 1px #d2d2d2
}

.careerBoxArea .carrerBox .cboxs:last-child {
    border-right: solid 1px #d2d2d2
}

.careerBoxArea .carrerBox .cboxs:first-child {
    width: 50%
}

.carrerBox .cboxs.b2,
.carrerBox .cboxs.b3 {
    border-left: solid 1px #d2d2d2;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 1.43;
    color: #272727
}

.carrerBox .cboxs.b3 ul {
    margin-left: 30px
}

.carrerBox .cboxs.b3 li {
    text-align: left;
    list-style-type: disc
}

.carrerBox .postName {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.43;
    color: #272727
}

.carrerBox .postName span {
    display: block;
    font-size: 14px
}

.carrerBox p {
    line-height: 22px;
    padding: 20px 0;
    color: #333
}

.carrerBox .mbcapply {
    display: none
}

.blogBoxArea {
    position: relative;
    padding-top: 20px
}

.blogBox {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
    background-color: #fff;
    overflow: hidden;
    margin: 0 3px 20px;
    padding-bottom: 15px;
    min-height: 315px
}

.blogBox .blogImg {
    line-height: 0
}

.blogBox h3 {
    font-size: 15px;
    padding: 10px;
    margin-bottom: 5px
}

.blogBox h3 a {
    color: #9d1d27
}

.blogBox a.article {
    display: inline-block;
    line-height: 1.11;
    color: #9D1D27;
    padding-left: 20px
}

.blogBox a.article img {
    width: 7px;
    margin-top: -2px;
    display: inline
}

.blogBoxArea a.loadmore {
    font-size: 24px;
    font-weight: 500;
    line-height: .83;
    text-align: center;
    color: #333
}

.offer-title h2 {
    display: inline-block;
    padding-right: 15px
}

#offerHeaderImage {
    position: relative;
    margin: 20px 0
}

#offerHeaderImage .item img {
    width: 100% !important;
    margin: 0 auto
}

#offerHeaderImage .owl-theme .owl-nav [class*=owl-] {
    width: 48px;
    height: 48px;
    box-shadow: 0 4px 8px 0 rgba(132, 132, 132, .5);
    background-color: #fff;
    cursor: pointer;
    border-radius: 100%;
    position: absolute;
    top: 40%;
    z-index: 999
}

#offerHeaderImage .owl-theme .owl-nav button:hover {
    background-color: #fff !important
}

#offerHeaderImage .owl-theme .owl-nav .owl-prev {
    left: 10px
}

#offerHeaderImage .owl-theme .owl-nav .owl-next {
    right: 10px
}

#offerHeaderImage .owl-theme .owl-nav .disabled {
    opacity: 0
}

#offerHeaderImage .owl-theme .owl-nav .disabled img {
    opacity: .3
}

.offerBoxArea {
    position: relative;
    padding-top: 30px
}

.offerBoxArea h2 {
    padding-left: 15px;
    margin-bottom: 35px;
    font-weight: 700
}

.gallerySlider,
.offerSlider {
    padding: 0 20px
}

.offerBox {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
    background-color: #fff;
    overflow: hidden;
    margin: 0 3px 20px;
    padding-bottom: 15px;
    border-top-left-radius: 38px;
    border-top-right-radius: 14px;
    min-height: 350px
}

.offerBox .offerImg {
    line-height: 0
}

.offerBox h3 {
    font-size: 18px;
    padding: 10px 25px;
    margin-bottom: 5px
}

.offerBox h3 a {
    color: #9d1d27
}

.offerBox a.article {
    display: inline-block;
    line-height: 1.11;
    color: #9D1D27;
    padding-left: 25px
}

.offerBox a.article img {
    width: 7px !important;
    margin-top: -2px;
    display: inline-block
}

.offerBoxArea .owl-theme .owl-nav [class*=owl-] {
    width: 48px;
    height: 48px;
    box-shadow: 0 4px 8px 0 rgba(132, 132, 132, .5);
    background-color: #fff;
    cursor: pointer;
    border-radius: 100%;
    position: absolute;
    top: 40%;
    z-index: 999
}

.offerBoxArea .owl-theme .owl-nav button:hover {
    background-color: #fff !important
}

.offerBoxArea .owl-theme .owl-nav .owl-prev {
    left: -20px
}

.offerBoxArea .owl-theme .owl-nav .owl-next {
    right: -20px
}

.offerBoxArea .owl-theme .owl-nav .disabled {
    opacity: 0
}

.offerBoxArea .owl-theme .owl-nav .disabled img {
    opacity: .3
}

.gallerySlider:after,
.offerSlider:after {
    content: "";
    clear: both;
    display: block;
    position: absolute;
    top: 0;
    right: 18px;
    width: 150px;
    height: 100%;
    opacity: .8
}

.gallerySlider:before,
.offerSlider:before {
    content: "";
    clear: both;
    display: block;
    position: absolute;
    top: 0;
    left: 18px;
    width: 150px;
    height: 100%;
    opacity: .8
}

.offerVal {
    font-size: 24px;
    font-weight: 500;
    font-style: normal;
    color: #240f27
}

.offerVal span {
    font-weight: 400
}

.accordions h2 {
    cursor: pointer
}

.accordions h2 img {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg)
}

.accordions h2.active img {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0)
}

.accordions.theme1 p {
    font-weight: 400;
    color: #272727;
    line-height: 25px
}

.calculatorBox {
    position: relative
}

.smtitle {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    color: #9d1d27;
    margin-top: 20px;
    margin-bottom: 50px
}

.smtitle1 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    color: #000
}

.calculatorBox .boxes {
    padding: 12px 12px 50px;
    border-radius: 6px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
    background-color: #fff
}

.calculatorBox .sliderRng {
    max-width: 78%;
    margin: 0 auto;
    padding-top: 40px;
    position: relative
}

.sliderRng .ui-slider-horizontal {
    height: .6em
}

.sliderRng .ui-slider {
    border: none !important;
    background: #9d1d27;
    border-radius: 8px
}

.sliderRng .ui-widget-header {
    background-color: #efeeee;
    background-image: none !important;
    border-radius: 8px
}

.sliderRng .ui-state-default,
.sliderRng .ui-widget-content .ui-state-default,
.sliderRng .ui-widget-header .ui-state-default {
    border: none;
    background-image: none !important;
    background-color: #9D1D27 !important;
    border-radius: 50%;
    outline: 0
}

.sliderRng .ui-state-focus,
.sliderRng .ui-state-hover,
.sliderRng .ui-widget-content .ui-state-focus,
.sliderRng .ui-widget-content .ui-state-hover,
.sliderRng .ui-widget-header .ui-state-focus,
.sliderRng .ui-widget-header .ui-state-hover {
    border: none
}

.sliderRng .ui-slider-pips [class*=ui-slider-pip-initial] {
    color: #ff7a00
}

.calculatorBox .boxesRt {
    padding: 30px;
    border-radius: 6px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
    background-color: #fff2f0
}

.calculatorBox .starttext {
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    color: #3e3e3e;
    margin: 8px 0 35px
}

.calculatorBox select {
    font-size: 20px;
    color: #ff7a00;
    border: 0;
    border-bottom: solid 1px #9d1d27;
    padding-left: 5px;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(https://www.aubank.in/assets/images/arrowdown.svg) 99.99%/15px no-repeat
}

.cal_input {
    outline: 0;
    display: inline-block;
    border: 0;
    border-bottom: solid 1px #000;
    color: #9D1D27;
    font-size: 20px;
    margin: 0 4px;
    font-weight: 700;
    width: 100px;
    text-align: center
}

.calculatorBox .amountBox {
    color: #272727;
    padding-bottom: 30px
}

.calculatorBox .amountBox i {
    font-style: normal;
    display: block;
    line-height: 15px
}

.calculatorBox .amountBox span {
    font-size: 26px;
    font-weight: 500
}

.calculatorBox .emiBox {
    color: #272727
}

.calculatorBox .emiBox i {
    font-style: normal;
    font-size: 20px;
    display: block;
    line-height: 15px
}

.calculatorBox .emiBox span {
    font-size: 40px;
    font-weight: 700
}

.sliderRng .smtxt {
    font-size: 14px;
    font-weight: 500;
    color: #757575;
    position: absolute;
    bottom: -7px;
    z-index: 10;
    width: 88px
}

.sliderRng .smtxt.lt {
    left: -105px;
    text-align: right
}

.sliderRng .smtxt.rt {
    right: -96px;
    text-align: left
}

.quicklinks {
    text-align: center
}

.quicklinks p {
    margin-bottom: 0
}

#applyHeader {
    height: 100%;
    position: relative;
    margin: 0;
    background: url(../images/apply_bg.jpg) 0 0 no-repeat;
    background-size: cover
}

#applyHeader .container {
    position: relative
}

#applyHeader .formArea {
    position: relative;
    width: 420px;
    background: #fff;
    border-radius: 10px;
    margin-top: 20%
}

#applyHeader .headtext {
    position: absolute;
    top: 35%;
    font-size: 40px;
    font-weight: 400;
    color: #fff;
    line-height: 45px;
    padding: 0 15px
}

#applyHeader .headtext span {
    font-weight: 700;
    display: block
}

#applyHeader .headtext i,
#applyHeader .headtext ul {
    font-style: normal;
    font-size: 18px;
    color: #fff;
    font-weight: 500
}

#applyHeader .headtext ul li {
    list-style-type: disc;
    line-height: 28px;
    margin-left: 25px
}

.ratesTable h2 {
    margin: 20px 0 40px;
    color: #9d1d27;
    font-weight: 700
}

.ratesTable table {
    width: 100%;
    color: #272727;
    border-top: solid 1px #d2d2d2;
    border-left: solid 1px #d2d2d2;
    margin-bottom: 20px
}

.ratesTable table th {
    font-size: 18px
}

.ratesTable table td,
.ratesTable table th {
    background: #fff;
    padding: 8px 25px;
    border-bottom: solid 1px #d2d2d2;
    border-right: solid 1px #d2d2d2
}

.thankyouMsg {
    margin-bottom: 50px
}

.thankyouMsg h2 {
    font-size: 30px;
    font-weight: 700;
    color: #417505;
    margin-top: 18px;
    margin-bottom: 0
}

.thankyouMsg .ticon {
    float: left;
    padding-left: 15px;
    margin-bottom: 30px;
    margin-right: 20px
}

.thankyouMsg span.msg {
    font-size: 18px;
    display: block;
    color: #417505
}

.thankyouMsg .c {
    color: #272727;
    display: block;
    margin-bottom: 25px
}

.resultList {
    position: relative;
    padding: 40px 0 20px
}

.resultList a.orgBtn {
    margin-right: 15px
}

.resultList .sresults {
    padding: 30px 0;
    border-bottom: solid 1px #bcbcbc
}

.sresults h3 {
    color: #9d1d27
}

.sresults p {
    padding-bottom: 10px
}

.resultList .sresults:last-child {
    border-bottom: none
}

.searchcount {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    color: #272727
}

.faqsList {
    padding-top: 50px
}

.faqsList .formArea a.orgBtn {
    margin: 15px 0
}

.loadfaqs {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
    text-align: center;
    color: #333;
    cursor: pointer
}

.testimnList {
    padding-top: 30px
}

.testimnList .list {
    padding-bottom: 10px;
    margin-bottom: 30px;
    position: relative
}

.testimnList .list:after {
    content: "";
    display: block;
    clear: both
}

.testimnList .list:before {
    content: "";
    display: block;
    clear: both;
    position: absolute;
    height: 1px;
    left: 15px;
    right: 15px;
    bottom: 0;
    background: #e0e0e0;
    z-index: 10
}

.testimnList .list:last-child::before {
    background: 0 0
}

.testimnList h5 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.33;
    color: #9d1d27
}

.testimnList span {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #9d1d27;
    display: block;
    padding: 5px 0 15px
}

.testimnList p {
    line-height: 1.5
}

.otpList {
    padding-top: 30px
}

.investorsPage .contBox {
    margin-bottom: 0 !important
}

.investorsPage .awardSlider.owl-carousel .owl-stage-outer {
    padding-bottom: 5px !important
}

.stockbox {
    border-radius: 8px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
    background-color: #fff;
    overflow: hidden;
    display: table;
    width: 100%;
    margin-bottom: 0 !important
}

.stockbox a {
    color: #9d1d27
}

.stockbox hr {
    margin: 20px 0;
    width: 90%
}

.stockbox .bx {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    line-height: 1.13;
    color: #9d1d27
}

.stockbox .bx span {
    display: block;
    color: #333
}

.stockbox .bx:first-child {
    width: 35%;
    background: #fff2f0;
    text-align: center;
    line-height: 0;
    color: #000;
    padding: 30px 0
}

.stockbox .bx:last-child {
    padding-left: 4%
}

.commonSliderArea .owl-theme .owl-nav [class*=owl-] {
    width: 48px;
    height: 48px;
    box-shadow: 0 4px 8px 0 rgba(132, 132, 132, .5);
    background-color: #fff;
    cursor: pointer;
    border-radius: 100%;
    position: absolute;
    top: 40%;
    z-index: 999
}

.commonSliderArea .owl-theme .owl-nav button:hover {
    background-color: #fff !important
}

.commonSliderArea .owl-theme .owl-nav .owl-prev {
    left: -30px
}

.commonSliderArea .owl-theme .owl-nav .owl-next {
    right: -30px
}

.commonSliderArea .owl-theme .owl-nav .disabled {
    opacity: 0
}

.commonSliderArea .owl-theme .owl-nav .disabled img {
    opacity: .3
}

.socialArea {
    padding-top: 5px
}

.socialSlider {
    padding: 0
}

.socialBox {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
    background-color: #fff;
    overflow: hidden;
    margin: 5px 3px 20px;
    min-height: 296px
}

.socialBox h3 {
    font-size: 18px;
    padding: 18px 25px;
    margin-bottom: 5px
}

.socialBox h3 a {
    color: #9d1d27
}

.socialBox .socialImg {
    line-height: 0
}

.socialBox .socialImg img {
    width: 100% !important
}

.socialBox span.posted {
    display: block;
    line-height: 1.11;
    color: #333;
    padding-left: 25px;
    padding-bottom: 20px
}

.socialBox p {
    padding: 0 25px 10px;
    line-height: normal
}

.glossarydiv p {
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #333;
    padding-bottom: 5px
}

.glossarydiv li a {
    line-height: 1.33;
    padding-bottom: 15px
}

.tabs1 {
    width: auto !important;
    float: left;
    border-bottom: solid 1px #ccc
}

.tabs1 li a {
    color: #666;
    padding: 6px 15px;
    text-decoration: none;
    outline: 0;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500
}

.tabs li a.active {
    color: #9d1d27;
    border-bottom: solid 4px #9d1d27 !important
}

.active {
    display: block
}

.hide {
    display: none
}

.activelink {
    color: #9d1d27 !important;
    border-bottom: solid 4px #9d1d27 !important
}

@media only screen and (max-width:800px) {
    .tabs1 {
        margin-top: 20px
    }
}

.gallery .card {
    cursor: pointer
}

.galleryShadow {
    display: none;
    -webkit-transition: ease all .5s;
    transition: ease all .5s;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, .9);
    cursor: pointer;
    z-index: 999999
}

.galleryModal {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: ease all .5s;
    transition: ease all .5s;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh
}

.galleryModal .galleryContainer {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80%;
    height: 68%
}

.galleryModal .galleryContainer img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 798px;
    height: 449px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px
}

.galleryModal .galleryContainer .galleryText {
    position: absolute;
    width: 74%;
    height: auto;
    top: 100%;
    background: #fff;
    margin: 0 13%;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    font-family: Quicksand;
    font-size: 24px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #9d1d27;
    padding: 10px 0
}

.galleryModal .galleryIcon {
    position: absolute;
    font-size: 2rem;
    width: 2rem;
    height: 2rem;
    text-align: center;
    color: #fff
}

.galleryModal .gIquit {
    right: 10px;
    top: 10px
}

.galleryModal .gIleft {
    top: 50%;
    left: 110px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

i.galleryIcon.gIleft.fas.fa-chevron-left1 {
    background: url(https://www.aubank.in/assets/images/LeftArrow.svg);
    width: 60px;
    height: 20px;
    background-repeat: no-repeat
}

.galleryModal .gIright {
    top: 50%;
    right: 75px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

i.galleryIcon.gIright.fas.fa-chevron-right1 {
    background: url(https://www.aubank.in/assets/images/RightArrow.svg);
    width: 60px;
    height: 20px;
    background-repeat: no-repeat
}

i.galleryIcon.gIquit.fas.fa-times-circle1 {
    background: url(../images/close.png);
    width: 36px;
    height: 36px;
    background-repeat: no-repeat
}

img.card-img-top {
    border-radius: 10px
}

.galleryItem.card h3.font18 {
    font-size: 18px;
    line-height: 1.33
}

.galleryItem.card h3 {
    font-family: Quicksand;
    font-size: 24px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #9d1d27;
    padding: 15px 0
}

.galleryItem.card h3.font14 {
    font-size: 14px;
    line-height: normal;
    text-align: center
}

.font14 {
    font-size: 14px !important
}

.accordion-toggle:after {
    font-family: FontAwesome;
    content: "\f078";
    float: right;
    font-size: 14px
}

.accordion-opened .accordion-toggle:after {
    content: "\f054"
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #fff;
    border-color: #fff0
}

.more-less {
    float: right;
    color: #9d1d27
}

.panel.panel-default {
    border: none;
    border-bottom: solid 1px #bcbcbc;
    border-radius: 0
}

.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 1px solid #ddd0
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #fff
}

.panel {
    box-shadow: 0 1px 1px transparent
}

.panel-group .panel-heading {
    border-bottom: 0;
    padding: 0
}

.panel-body {
    padding-bottom: 24px;
    padding: 0
}

h4.panel-title {
    cursor: pointer;
    padding-bottom: 20px;
    padding-top: 20px;
    font-family: Quicksand;
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #9d1d27
}

.panel-body>p {
    font-family: Quicksand;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #333
}

.accordionsComnotice span {
    float: right;
    margin-right: 80px;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    color: #333;
    width: 121px;
    display: inline-block
}

.pagination {
    padding: 20px
}

.pagination,
.pagination * {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    display: block
}

.pagination a {
    display: inline-block;
    padding: 0 10px;
    cursor: pointer;
    color: #777;
    font-size: 16px;
    font-weight: 500
}

.pagination a.disabled {
    opacity: .3;
    pointer-events: none;
    cursor: not-allowed
}

.pagination a.current {
    color: #9d1d27
}

th.th-lg {
    border-right: solid 1px #d2d2d2
}

.table>thead>tr>th.th-lg {
    color: #272727;
    font-family: Quicksand;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    padding-left: 24px
}

.table>tbody>tr>td.td-lg {
    font-family: Quicksand;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #272727;
    padding-left: 24px
}

.panel.panel-default:last-child {
    border-bottom: none
}

.table>thead:first-child>tr:first-child>th {
    border-top: 0;
    border-bottom: 0
}

.table>tbody>tr>td {
    border-right: 1px solid #d2d2d2
}

@media(min-width:319px) and (max-width:480px) {
    .loginArea {
        padding-top: 0
    }

    h4.panel-title {
        font-size: 16px
    }

    .panel-body>p {
        font-size: 14px
    }

    .table>tbody>tr>td.td-lg {
        font-size: 14px
    }

    .table>thead>tr>th.th-lg {
        font-size: 14px
    }

    .clearfix {
        clear: both
    }

    .galleryItem.card h3 {
        font-size: 14px;
        line-height: 1.29;
        padding: 10px 0
    }

    .galleryModal .gIquit {
        right: 10px;
        top: 71px
    }

    .galleryItem.card h3.font18 {
        font-size: 14px;
        line-height: 1.29
    }

    .galleryModal .galleryContainer {
        height: 24% !important
    }

    .galleryModal .galleryContainer img {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        max-height: 140%
    }

    .galleryModal .gIleft {
        top: 55%;
        left: 11px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .galleryModal .gIright {
        top: 55%;
        right: -41px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

@media only screen and (max-width:768px) {
    .galleryModal .galleryContainer .galleryText {
        font-size: 18px;
        line-height: 1.33;
        width: 100%;
        margin: 0 21% 0 0
    }

    .galleryModal .galleryContainer {
        height: 60%
    }

    .prlists li a {
        font-size: 12px
    }

    .prlists li a img {
        right: -10px;
        width: 14px
    }

    .containergrey {
        margin-top: 22px;
        margin-bottom: 0
    }

    .prlists {
        padding-top: 60px
    }

    .social-s2 {
        width: 100% !important
    }

    .contBox .contHead,
    .contBox1 .contHead1 {
        font-size: 18px
    }

    #headerImage #bannerText {
        display: none
    }
}

@media only screen and (max-width:480px) {
    .crop {
        overflow: hidden;
        width: 100% !important
    }

    .container.blogsection h3,
    .container.customers h3,
    .container.interestRates h3,
    .container.text-center.whychoose h3 {
        font-size: 24px;
        margin-bottom: 30px
    }

    .galleryModal .galleryContainer .galleryText {
        font-size: 14px;
        line-height: 1.33;
        width: 100%;
        margin: 3% 21% 0 0
    }
}

@media only screen and (max-width:360px) {
    .galleryModal .galleryContainer .galleryText {
        font-size: 14px;
        line-height: 1.33;
        width: 100%;
        margin: 0 21% 0 0
    }

    .galleryModal .galleryContainer {
        height: 30%
    }
}

.emi-type-form {
    padding: 20px
}

.radiobx {
    text-align: center
}

.emi-type-form .form-group {
    margin-bottom: 15px
}

.radiobx label {
    font-size: 13px;
    line-height: 19px;
    color: #9d9d9d;
    overflow: hidden;
    position: relative;
    padding: 0 30px !important
}

.radiobx label div {
    padding-left: 20px;
    position: relative;
    text-align: left;
    display: inline-block;
    color: #9D1D27;
    font-size: 14px;
    font-weight: 500
}

.rdicon {
    margin: 0 auto 20px;
    display: block !important;
    padding: 0 !important
}

.emi-type-form .radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer
}

.emi-type-form .radio-inline input[type=radio] {
    -webkit-appearance: radio
}

.radiobx label.radio-inline input.emiTypeRadio {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: -1000px
}

.radiobx label input[type=radio]:checked+div {
    color: #603084;
    font-size: 14px;
    font-weight: 500
}

.radiobx label input[type=radio]:checked+div span {
    border-color: #603084
}

.radiobx label div span {
    position: absolute;
    left: 0;
    top: 0;
    width: 17px;
    height: 17px;
    border-radius: 100%;
    overflow: hidden;
    border: 2px solid #9D1D27
}

.radiobx label input[type=radio]:checked+div span::after {
    display: block
}

.radiobx label div span::after {
    position: absolute;
    left: 3px;
    top: 3px;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    overflow: hidden;
    background-color: #603084;
    display: none;
    content: ""
}

.ntxbtn {
    text-align: center;
    margin-top: 70px
}

.rdicon .circle {
    width: 115px;
    height: 115px;
    background-color: #fff2f0;
    float: left;
    border-radius: 50%;
    margin: 30px 20px 20px 0
}

.emi-type-form {
    text-align: center;
    width: 41.66666667%;
    margin: 0 auto
}

.emi-outstanding-form {
    max-width: 430px;
    margin-left: auto;
    margin-right: auto
}

.rdicon .circle img {
    top: 40px;
    position: relative;
    left: 20px
}

label.account-error {
    text-align: center;
    position: relative;
    top: 111px;
    max-width: 90%;
    font-size: 14px
}

input.inputpayment {
    background: 0 0;
    border: none
}

.emi-outstanding-form .form-group label {
    float: left;
    width: 30%;
    font-size: 14px;
    line-height: 30px;
    font-weight: 700;
    color: #797979
}

.emi-outstanding-form .form-group p {
    float: left;
    width: 70%;
    font-size: 14px;
    line-height: 30px;
    font-weight: 500;
    color: #797979;
    padding-left: 5%
}

.form-footer p.note {
    font-size: 12px;
    margin-top: 5px;
    color: #777;
    width: 100%
}

footer .sc {
    display: none
}

footer {
    background-color: #9d1d27;
    padding: 32px 12px;
    color: #fff;
    position: relative
}

footer:after {
    content: "";
    display: block;
    clear: both;
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 2px;
    background: #9d1d27;
    z-index: 9
}

footer .container {
    padding: 0
}

footer .menus {
    margin: 0 25px 0 0;
    padding: 0;
    float: left;
    width: 14.8%
}

footer .menus ul {
    padding: 0
}

footer .menus.fr {
    float: right
}

footer .menus:last-child {
    margin-right: 0;
    float: right
}

footer .menus li {
    list-style-type: none
}

footer .menus .ttle {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.67;
    margin-bottom: 10px;
    position: relative
}

footer .menus .ttle span {
    display: none
}

footer .menus li {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.43;
    margin-bottom: 20px
}

footer .menus:last-child li:first-child {
    margin-bottom: 10px
}

footer .menus .mg10 {
    margin-bottom: 10px
}

footer .footerbtm {
    font-size: 14px;
    font-weight: 500;
    line-height: 2.86;
    color: #fff;
    text-align: left
}

footer .btmright img {
    height: 35px
}

footer a {
    color: #fff
}

footer a:hover {
    color: #fff
}

footer .socials img {
    height: 24px;
    margin-right: 10px
}

.footerbtm {
    height: auto
}

.footerbtm .col-sm-5 {
    margin-bottom: 0
}

.fmenus ul {
    display: inline-block;
    list-style-type: none;
    margin: 0;
    padding: 0
}

.fmenus ul li {
    display: inline-block;
    padding: 0 6px 0 0
}

.fmenus ul li+li:before {
    content: "|";
    clear: both;
    padding-right: 6px
}

.fmenus1 ul {
    display: inline-block;
    list-style-type: none;
    margin: 0;
    padding: 0
}

.fmenus1 ul li {
    display: inline-block;
    padding: 0 6px 0 0
}

.fmenus1 ul li+li:after {
    content: "|";
    clear: both;
    padding-left: 6px
}

.form-control {
    border-radius: 0
}

textarea {
    resize: none
}

.search::placeholder,
.searchbar::placeholder {
    color: #ccc
}

.search:-ms-input-placeholder,
.searchbar:-ms-input-placeholder {
    color: #ccc
}

.search::-ms-input-placeholder,
.searchbar::-ms-input-placeholder {
    color: #ccc
}

button {
    -webkit-transition: ease all .5s;
    -moz-transition: ease all .5s;
    transition: ease all .5s;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 1.25;
    color: #fff;
    padding: 10px 20px;
    border-radius: 4px;
    background-color: #9D1D27
}

button:hover {
    background-color: #9D1D27 !important
}

@media(min-width:1200px) {
    .container {
        width: 1260px
    }
}

@media only screen and (max-width:992px) {
    .thankyouMsg {
        margin-top: 61px;
        text-align: center
    }

    .thankyouMsg .ticon {
        display: block;
        width: 100%;
        display: block;
        text-align: center
    }

    .thankyouMsg h2 {
        text-align: center
    }

    .thankyouMsg .outBtn {
        text-align: center
    }
}

@media only screen and (max-width:1280px) {
    .compareList .btm button {
        margin-top: 10px;
        margin-left: 0
    }

    footer .menus:last-child {
        float: left
    }

    .container {
        width: 100%
    }

    .quicklinks {
        text-align: center
    }

    .quicklinks span:first-child {
        padding-right: 0;
        display: block;
        text-align: center
    }

    #headerImage .formArea {
        width: 340px
    }
}

@media(min-width:1023px) and (max-width:1279px) {
    .container {
        width: 95%
    }
}

.navbar-main .navbar-left {
    margin-left: 8px
}

#headerImage .headtx {
    left: 20px
}

.selectScroll .owl-item {
    margin-bottom: 10px
}

.nav>li>a {
    padding-right: 14px;
    padding-left: 14px
}

.loginArea button.apply {
    margin-right: 6px
}

.dropdownCont .container {
    width: 900px !important;
    margin-left: -6%
}

.dropdownCont .submenuCont {
    margin-left: 0
}

.dropdownCont .submenuCont {
    padding: 10px 15px
}

.dropdownCont .submenuCont ul {
    width: 291px
}

.dropdownCont .productCont {
    max-width: 367px
}

.dropdownCont .productCont {
    margin-left: 12px
}

.productCont .contbox {
    left: 12px;
    bottom: 9px
}

.dropdownCont ul li {
    font-size: 15px
}

.dropdownCont .submenuCont li a:before {
    top: 11px
}

.dropdownCont button {
    bottom: -34px
}

.dropdownCont ul.submenus {
    width: 200px
}

.btmright,
.footerbtm {
    text-align: center
}

.footerbtm .col-sm-5,
.footerbtm .col-sm-7 {
    float: none;
    width: 100%
}

.btmright {
    padding: 20px 0 0
}

.customers .carousel-control.left {
    left: 0
}

.customers .carousel-control.right {
    right: 0
}

#offerHeaderImage {
    min-height: auto
}

.tabscroll:after {
    width: 100%
}

.nav>li>a {
    padding-right: 11px;
    padding-left: 11px
}

.col-sm-3,
.col-sm-4,
.col-sm-5 {
    margin-bottom: 23px
}

.Mobile {
    display: none
}

@media only screen and (max-width:1024px) {
    .galleryModal .galleryContainer .galleryText {
        width: 100%;
        margin: 0
    }

    .galleryModal .gIleft {
        left: 83px
    }

    .galleryModal .gIright {
        right: 32px
    }

    .tabscroll {
        float: none;
        padding-top: 50px
    }

    .compareList .btm {
        padding: 0 5px 20px;
        text-align: center;
        line-height: 28px
    }

    .compareList .btm button {
        padding: 11px 12px;
        float: none;
        display: block;
        margin: 20px auto
    }

    #applyHeader .formArea {
        width: 380px
    }

    .accountBox .accBody li:nth-child(2),
    .accountBox .accBody li:nth-child(4) {
        width: 58%
    }
}

@media only screen and (max-width:1023px) {
    body {
        padding-top: 0
    }

    body.applyCardsPage {
        padding: 0
    }

    .Desktop {
        display: none
    }

    .Mobile {
        display: block
    }

    .navbar-top {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 99999
    }

    .navbar-top .navbar-header span.count {
        display: inherit
    }

    .applyNowArea {
        background: #fceeff;
        position: relative
    }

    .applyNowArea span {
        margin-bottom: 20px
    }

    .navbar {
        min-height: auto
    }

    .navbar-brand img {
        width: 100px
    }

    .navbar-default .navbar-brand {
        position: fixed;
        padding: 0;
        top: 7px;
        left: 65px
    }

    .navbar-toggle {
        display: block
    }

    .navbar-header {
        float: none
    }

    .navbar-collapse.collapse {
        display: none !important
    }

    .notification.top {
        display: none
    }

    .mobilelogin {
        display: block
    }

    .carousel-caption h3 {
        font-size: 7.5vw
    }

    .carousel-caption p {
        font-size: 3vw
    }

    .innercont {
        padding: 0
    }

    h2 {
        margin-bottom: 18px
    }

    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5 {
        width: 50%
    }

    .accountBox {
        min-height: 280px
    }

    #compareTables .compareList {
        width: 95%
    }

    #comparePanel {
        padding: 25px 5px
    }

    #comparePanel .col-sm-5,
    #comparePanel .col-sm-6,
    #comparePanel .col-sm-7 {
        width: 100%;
        text-align: center;
        margin-bottom: 10px
    }

    #comparePanel a.fr {
        float: none;
        margin-left: 0
    }

    #comparePanel .text {
        float: none
    }

    #comparePanel .elemt {
        float: none;
        display: inline-block
    }

    #comparePanel .elemt:last-child {
        margin-right: 0
    }

    #comparePanel .col-sm-6 {
        padding-top: 20px
    }

    .bdirectors .item,
    .people .item {
        width: 50%
    }

    footer .footerbtm .fmenus {
        text-align: center
    }

    .btmright,
    .footerbtm {
        text-align: center
    }

    .footerbtm .col-sm-5,
    .footerbtm .col-sm-7 {
        float: none;
        width: 100%
    }

    #offerHeaderImage {
        min-height: auto
    }

    .tabscroll:after {
        width: 100%;
        left: 0
    }
}

@media only screen and (max-width:999px) {
    .mobilenotify.notification .dropdown-menu {
        left: -270%
    }

    .accountBox .accBody li:nth-child(2),
    .accountBox .accBody li:nth-child(4) {
        width: 55%
    }

    .blogsection .item img {
        margin: 0 auto
    }

    .blogsection .item {
        text-align: center
    }

    .contWrap .col-md-4 {
        width: 33.33%;
        float: left
    }

    .contWrap .col-md-8 {
        width: 66.66%;
        float: left
    }
}

@media only screen and (max-width:800px) {
    .notification .dropdown-menu {
        left: -170px
    }

    #compareTables .compareList {
        width: 98%;
        padding: 10px
    }

    .compareList .box {
        width: 23.3%
    }

    .subHeader,
    .tabscroll {
        float: none
    }

    .tabscroll {
        padding: 0 20px
    }

    ul.default li {
        width: 90%;
        float: none
    }

    .awardSlider:after {
        width: 75%
    }

    .messageMD .col-sm-7 {
        width: 100%
    }

    .messageMD .headtxt {
        text-align: center;
        padding-top: 20px
    }

    .bdirectors ul li,
    .people ul li {
        width: 50%
    }

    .bread {
        padding: 0 !important
    }

    .breadcrumbs {
        display: none
    }

    .comparePage .tabscroll {
        display: none
    }

    #compareTables .container {
        padding-top: 0
    }

    .bdirectors .item,
    .people .item {
        width: 100%
    }

    #headerImage {
        min-height: 350px;
        background-position: 0 0;
        margin-top: 0
    }

    #headerImage .headtx {
        right: 10px;
        bottom: 18px
    }

    .headtx button {
        margin-top: 15px;
        display: block
    }

    #headerImage .formArea {
        position: absolute;
        width: 90%;
        left: 5%;
        z-index: 9999999;
        margin: 0;
        position: fixed;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        transform: translateY(-50%);
        display: none
    }

    .formArea a.cancel {
        display: inline-block !important
    }

    .msgbox {
        display: none
    }

    .gallerySlider:after,
    .gallerySlider:before,
    .offerSlider:after,
    .offerSlider:before {
        display: none
    }

    .tabscroll {
        padding: 0;
        margin-top: 20px
    }

    .blogBoxArea .col-sm-4 {
        width: 50%
    }

    #applyHeader .col-sm-5.fr {
        float: none
    }

    #applyHeader .formArea {
        margin: 0 auto
    }

    #applyHeader .headtext {
        position: relative;
        padding: 50px 20px
    }

    .testimnList .col-sm-3 {
        width: 30%
    }

    .testimnList .col-sm-9 {
        width: 70%
    }

    .stockbox {
        margin-bottom: 24px !important
    }

    .errorBox {
        max-width: 600px
    }

    .errorBox .errorImg {
        max-width: 80%
    }

    .logoutPage .containerOrg {
        padding-top: 0
    }

    .logoutNav {
        min-height: 68px
    }

    .logoutBox {
        margin-left: 20px;
        margin-right: 20px
    }

    .logoutNav li a {
        padding: 25px 5px 10px;
        font-size: 14px
    }
}

@media only screen and (max-width:680px) {
    body {
        font-size: 14px
    }

    h1 {
        font-size: 24px;
        margin-left: 10px;
        margin-bottom: 10px
    }

    h2 {
        font-size: 18px;
        line-height: 1.67
    }

    #headerImage h1 {
        font-size: 25px;
        margin-bottom: 5px
    }

    .headerbanner-subheading {
        margin-bottom: 0
    }

    .headtx button {
        margin-top: 6px
    }

    p {
        font-size: 14px;
        line-height: 1.71
    }

    .navbar-toggle {
        margin-left: 18px
    }

    .container {
        padding: 20px 0
    }

    .contWrap .col-md-4,
    .contWrap .col-md-8 {
        width: 100%;
        float: none
    }

    .filterMobIcon {
        display: block
    }

    .filter_box button.mbfix {
        display: block;
        opacity: 0
    }

    .listScroll {
        height: auto
    }

    .filtertext a {
        display: none
    }

    .filterTabs {
        z-index: 9999
    }

    .filter_box {
        display: block;
        position: fixed;
        bottom: -100%;
        left: 0;
        height: 85%;
        width: 100%;
        border-radius: 0;
        overflow: scroll;
        -webkit-transition: ease all .2s;
        transition: ease all .2s;
        transition: ease all .2s
    }

    .filter_box:after {
        border: none
    }

    .filter_box.slide {
        bottom: 0
    }

    .selectScroll {
        overflow: hidden;
        width: 300px !important;
        padding: 0 12px
    }

    .selectScroll.owl-theme .owl-nav {
        margin-top: 0
    }

    .selectScroll.owl-theme .owl-nav [class*=owl-] {
        position: absolute;
        top: 2px;
        z-index: 99
    }

    .selectScroll.owl-theme .owl-nav button.owl-prev {
        left: -6px
    }

    .selectScroll.owl-theme .owl-nav button.owl-next {
        right: -5px
    }

    .filters .select {
        margin-right: 10px
    }

    .accountBox .accFoot {
        text-align: left;
        line-height: 39px
    }

    .accFoot button {
        float: right
    }

    .compareList .hd {
        font-size: 22px;
        margin-bottom: 0;
        padding: 16px 13px;
        box-shadow: 0 2px 4px 0 rgba(124, 124, 124, .5);
        background-color: #fff2f0;
        line-height: 22px
    }

    .compareList .hd img {
        top: 15px;
        right: 12px;
        width: 20px
    }

    .compareList .accounthd img {
        display: block
    }

    #compareTables .compareList {
        width: 100%;
        padding: 0;
        top: 0;
        left: 0;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    .compareList .box ul {
        margin: 0
    }

    .compareList .box ul li {
        padding-left: 10px
    }

    #comparePanel .elemt {
        margin-right: 12px
    }

    #comparePanel .text {
        display: none
    }

    .compareList .box:nth-child(1) {
        display: none
    }

    .compareList .box li em {
        display: block;
        padding-bottom: 2px
    }

    .compareList .box {
        width: 33.23%;
        margin: 0;
        border-radius: 0;
        box-shadow: none;
        border-right: solid 1px #dadada
    }

    .compareList .box li {
        font-size: 13px
    }

    .title1 {
        font-size: 24px
    }

    .title2 {
        font-size: 16px;
        line-height: 22px;
        padding-bottom: 10px
    }

    .title1.pad {
        padding: 0 0 30px
    }

    hr {
        margin: 30px 0
    }

    ul.default,
    ul.style1 {
        font-size: 14px;
        padding-top: 10px
    }

    ul.default li {
        width: 100%;
        margin-bottom: 15px
    }

    .containergrey .container {
        padding: 30px 0
    }

    a.st1 {
        font-size: 14px;
        padding: 10px 20px;
        display: block;
        width: 139px;
        text-align: center;
        margin-bottom: 20px
    }

    .awardSlider .rectbox {
        width: 250px
    }

    .awardSlider .rectbox .image {
        padding: 50px 0
    }

    .awardSlider .rectbox .image img {
        max-width: 38%
    }

    .awardSlider:after {
        width: 100%
    }

    .rectbox h5 {
        font-size: 24px
    }

    .rectbox h5 span {
        font-size: 14px
    }

    ul.default li {
        margin: 10px 0 25px 14px
    }

    .messageMD {
        padding-top: 10px
    }

    .messageMD h3 {
        margin-bottom: 30px
    }

    .messageMD .col-sm-5 {
        padding: 0
    }

    .headtxt {
        text-align: center
    }

    .messageMD .headtxt {
        font-size: 16px;
        padding-top: 10px
    }

    .headtxt span {
        font-size: 12px;
        line-height: 20px
    }

    .bdirectors img,
    .people img {
        max-width: 230px
    }

    .bdirectors ul li,
    .people ul li {
        width: 100%;
        float: none;
        font-size: 16px
    }

    .bdirectors .text1,
    .people .text1 {
        display: block;
        padding: 0 0 15px
    }

    .bdirectorspopup {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
        border-radius: 0;
        margin: 0;
        padding-top: 50px
    }

    .bdirectorspopup .ttl {
        display: block
    }

    .bdirectorspopup .closePop {
        top: 10px;
        right: 10px
    }

    .csr .col-sm-6 {
        margin-bottom: 40px
    }

    #headerImage {
        min-height: 250px;
        margin-top: 60px
    }

    #headerImage .headtx {
        right: 10px;
        bottom: 16px
    }

    #headerImage h1 {
        font-size: 32px;
        margin-left: 0
    }

    #headerImage h1 span {
        font-size: 18px
    }

    #headerImage .headtx h1 span {
        font-size: 14px;
        word-break: break-all;
        width: 700px;
        line-height: 30px
    }

    .col-sm-12.fmenus1 {
        margin-left: 0
    }

    .fmenus1 ul li {
        margin-left: 13px
    }

    .featuresSlider {
        padding: 20px 0 !important
    }

    .eligible span.pipe {
        display: none
    }

    .eligible a.dlinks {
        display: block;
        margin-bottom: 10px
    }

    .quicklinks span.pipe {
        display: none
    }

    .quicklinks a {
        display: block;
        padding: 10px 0 5px
    }

    .quicklinks span:first-child {
        padding-right: 0
    }

    .applyBox .appBody li {
        display: block;
        line-height: 30px;
        border-bottom: solid 1px #dadada
    }

    .applyBox .appBody li+li:before {
        content: ""
    }

    .applyBox .appBody li+li {
        padding-left: 0
    }

    .track {
        display: none !important
    }

    .blogBoxArea .col-sm-4 {
        width: 100%
    }

    #applyHeader {
        padding-bottom: 25px;
        height: auto
    }

    #applyHeader .formArea {
        width: 100%
    }

    #applyHeader .headtext {
        font-size: 24px;
        position: relative;
        padding: 20px 15px
    }

    #applyHeader .headtext ul {
        margin: 0 auto
    }

    .offerVal {
        font-size: 18px
    }

    .ratesTable h2 {
        margin: 20px 0
    }

    .ratesTable table {
        margin-bottom: 0
    }

    .ratesTable table td,
    .ratesTable table th {
        font-size: 14px;
        padding: 10px
    }

    .shareicons {
        float: none;
        padding: 0 15px
    }

    #return-to-top {
        display: none !important
    }

    .suggestion .btns a.orgBtn {
        margin-bottom: 10px
    }

    .suggestion .btns a.orgBtn:last-child {
        margin-bottom: 0
    }

    .mobilenotify.notification .dropdown-menu {
        top: 98%;
        left: -270%
    }

    .thankyouMsg .ticon {
        width: 80px;
        margin-bottom: 0;
        padding-left: 0;
        width: 100%;
        display: block;
        text-align: center
    }

    .thankyouMsg h2 {
        font-size: 24px;
        margin-top: 0
    }

    .thankyouMsg span.msg {
        font-size: 16px;
        line-height: 25px
    }

    .thankyouMsg .c {
        padding-top: 20px
    }

    .faqsList {
        padding-top: 40px
    }

    .testimnList .col-sm-3,
    .testimnList .col-sm-9 {
        width: 100%
    }

    .errorBox {
        max-width: 80%;
        padding: 40px 0
    }

    .errorBox .lt,
    .errorBox .rt {
        display: block;
        width: 100%;
        text-align: center
    }

    .errorBox .errHd {
        margin-top: 30px
    }

    .logoutPage .thumbBox {
        max-width: 320px
    }

    .logoutNav ul {
        display: none
    }

    a.dots3 {
        display: block
    }

    footer {
        padding: 32px 0
    }

    footer .menus .ttle {
        font-size: 14px;
        padding: 15px 0 20px 50px;
        border-bottom: solid 1px #636262
    }

    footer .menus .ttle span {
        display: block;
        position: absolute;
        padding: 10px 20px;
        left: 0;
        top: 2px
    }

    footer .menus .ttle span.active {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    footer .menus,
    footer .menus:last-child {
        width: 100%;
        float: none;
        margin: 0
    }

    footer .menus:last-child .footmenus .ttle {
        padding-left: 0
    }

    footer .footmenus {
        margin-left: 45px
    }

    footer .col-sm-12 {
        padding: 0
    }

    footer .menus li span {
        font-size: 20px
    }

    footer span.tx {
        display: none
    }

    footer .btmright {
        padding-left: 40px
    }

    footer .btmright img {
        height: 24px
    }

    footer .socials {
        display: none
    }

    footer .sc {
        display: inline-block;
        margin-left: 15px
    }

    footer .footerbtm hr {
        display: none
    }
}

@media only screen and (max-width:500px) {
    #headerImage {
        background-position: -74px 0
    }

    .resultBoxArea .resultBox .boxs {
        display: block;
        position: relative;
        width: 100% !important;
        border-right: solid 1px #d2d2d2;
        background-color: #fff
    }

    .resultBox:hover {
        background-color: #fff
    }

    .resultBox .boxs a.direction,
    .resultBox .boxs.b2,
    .resultBox .boxs.b3 {
        display: none !important
    }

    .mobileContact {
        display: block;
        padding-top: 15px
    }

    .resultBox p {
        padding-bottom: 0
    }

    .careerBoxArea {
        border-top: solid 1px #d2d2d2;
        border-bottom: solid 1px #d2d2d2
    }

    .carrerBox .cboxs.b3 {
        border-bottom: solid 1px #d2d2d2;
        padding-bottom: 25px
    }

    .carrerBox:last-child .cboxs.b3 {
        border-bottom: none
    }

    .carrerBox .cboxs.b1 {
        padding-top: 25px
    }

    .careerBoxArea .carrerBox .cboxs {
        display: block;
        position: relative;
        width: 100% !important;
        border-right: solid 1px #d2d2d2;
        background-color: #fff
    }

    .carrerBox .cboxs {
        border-bottom: none;
        text-align: left !important;
        padding: 10px
    }

    .carrerBox .shareicons {
        padding: 0;
        margin: 0
    }

    .careerBoxArea .carrerBox:first-child .cboxs {
        border-top: none
    }

    .carrerBox p {
        padding-bottom: 0
    }

    .carrerBox .capply {
        display: none
    }

    .carrerBox .mbcapply {
        display: block;
        padding-top: 20px
    }

    .blogBoxArea a.loadmore {
        font-size: 14px
    }

    .searchPage .subHeader {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .resultList a.orgBtn {
        margin-bottom: 20px
    }

    .resultList a.orgBtn:last-child {
        margin-bottom: 0
    }

    .searchcount {
        bottom: 8px;
        right: 22px
    }

    .smtitle {
        margin-bottom: 35px
    }

    .smtitle1 {
        font-size: 14px;
        color: #777;
        font-weight: 500
    }

    .calculatorBox .amountBox {
        padding-bottom: 15px
    }

    .ui-slider-pips .ui-slider-label,
    .ui-slider-pips .ui-slider-line,
    .ui-slider-pips .ui-slider-pip {
        display: none !important
    }

    .calculatorBox .sliderRng {
        max-width: 99%;
        padding-top: 20px
    }

    .starttext {
        display: none
    }

    .cal_input {
        position: absolute;
        bottom: 0;
        left: 14px;
        text-align: left;
        font-size: 18px;
        color: #272727;
        margin: 0
    }

    .smtitle1 .inr,
    .smtitle1 .mnths,
    .smtitle1 .persign {
        display: none
    }

    .sliderRng .smtxt {
        bottom: -32px
    }

    .sliderRng .smtxt.lt {
        left: 0;
        text-align: left
    }

    .sliderRng .smtxt.rt {
        right: 0;
        text-align: right
    }

    .calculatorBox .boxes {
        box-shadow: none;
        position: relative;
        margin-bottom: 20px
    }

    .calculatorBox .isMob {
        width: 90%;
        margin: 0 auto;
        border-radius: 6px;
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
        padding-bottom: 10px
    }

    .calculatorBox .boxesRt {
        margin-top: 30px
    }

    .calculatorBox .amountBox span {
        font-size: 18px
    }

    .calculatorBox .emiBox span {
        font-size: 30px
    }

    #headerImage h1 {
        font-size: 22px;
        margin-bottom: 2px
    }

    .headtx .headerbanner-subheading {
        font-size: 19px
    }
}

@media only screen and (max-width:1023px) {
    .navbar-toggle {
        margin-left: 18px
    }

    .notification.top .count {
        left: 30px;
        top: 24px
    }
}

@media only screen and (max-width:769px) {
    #headerImageSub {
        position: relative;
        margin: 62px 0 0
    }

    a.view-more img {
        height: 10px;
        width: auto
    }

    .notification.top .count {
        top: 22px
    }

    .isMobileImg {
        display: block !important
    }
}

@media only screen and (max-width:360px) {
    #headerSlider .searchbar input {
        font-size: 16px
    }

    .gallery .card {
        cursor: pointer;
        clear: both
    }
}

@media(min-width:810px) and (max-width:1100px) {
    #applyHeader .headtext {
        width: 50%
    }
}

@media only screen and (max-width:500px) {
    .emi-outstanding-form .form-group p {
        float: left;
        width: 100%;
        font-size: 14px;
        line-height: 30px;
        font-weight: 500;
        color: #797979;
        padding-left: 0
    }

    .emi-outstanding-form .form-group label {
        float: left;
        width: 100%;
        font-size: 14px;
        line-height: 30px;
        font-weight: 700;
        color: #797979
    }

    form#CCFromCall {
        width: 80%;
        margin: 0 10%
    }

    .form-footer p.note {
        width: 88%;
        margin: 0 10%
    }

    .rdicon .circle img {
        top: 30px;
        position: relative;
        left: 8px
    }

    .emi-type-form {
        text-align: center;
        width: 100%;
        margin: 0 auto
    }

    div#lsearc {
        margin: 60px 0 0
    }

    .col-sm-4.mrgbt0 {
        width: 100%
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-4 {
        width: 100%
    }

    .isDesktopImg {
        display: none !important
    }

    .isMobileImg {
        display: block !important
    }
}

div.marginTop {
    text-align: center;
    margin-top: 40px
}

img#allincall-popup {
    max-width: 75px;
    z-index: 999
}

iframe#allincall-chat-box {
    z-index: 999999
}

.fmenus1 ul li:last-child::after {
    content: ""
}

.social-s2 {
    height: 500px;
    width: 580px;
    overflow-x: hidden;
    overflow-y: scroll
}

.loginArea.hidden-xs.test {
    display: inline-block !important
}

a:hover,
footer a:focus {
    color: #f37434
}

th.tableth {
    color: #fff
}

.margin-h1 {
    margin-bottom: 30px;
    margin-top: 30px
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    margin: 0 15px
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s
}

input:checked+.slider {
    background-color: #9D1D27
}

input:focus+.slider {
    box-shadow: 0 0 1px #9D1D27
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px)
}

.slider.round {
    border-radius: 34px
}

.slider.round:before {
    border-radius: 50%
}

.boxes {
    padding: 25px 12px 50px 25px !important
}

.orange {
    color: #9D1D27
}

.float-right {
    float: right
}

.grey {
    color: #ccc
}

.margin-right-custom {
    margin-right: 63px
}

.calculatorBox {
    position: inherit
}

.margin-right-50 {
    margin-right: 50px
}

.display-none {
    display: none
}

.accordionsCom1 select.selectText {
    padding-top: 12px
}

#fmtitle1 h2 {
    font-size: 18px !important
}

.pageBreadcrumbs {
    padding-top: 20px !important
}

.pageBreadcrumbs .breadcrumbs {
    padding-bottom: 10px !important
}

#headerImage .formArea .fmtitle {
    margin-bottom: 20px
}

#headerImage .formArea .inputText,
#headerImage .formArea .selectText {
    font-size: 16px !important
}

#headerImage .formArea .form-group {
    margin-bottom: 20px !important
}

@media screen and (max-width:1084px) {
    #headerImage h1 {
        font-size: 30px
    }

    .headtx .headerbanner-subheading {
        font-size: 20px
    }
}

@media screen and (max-width:800px) {
    #headerImage h1 {
        margin-left: 0 !important
    }

    .headtx .headerbanner-subheading {
        margin-left: 0 !important
    }
}

@media screen and (max-width:425px) {
    #headerImage h1 {
        font-size: 25px
    }

    .headtx .headerbanner-subheading {
        font-size: 15px
    }
}

@media screen and (max-width:1250px) {
    .compareList .box {
        width: 45.2%;
        margin-bottom: 20px
    }
}

@media screen and (max-width:800px) {
    .compareList .box {
        width: 45.2%;
        margin-bottom: 20px;
        padding: 0 15px
    }
}

@media only screen and (max-width:768px) {
    .compareAccHead {
        margin-top: 60px
    }

    .compareList .box {
        width: 100%
    }

    .compareList .accounthd {
        display: flex
    }

    .compareList .accounthd img {
        margin-right: 8px
    }

    .compareList .btm {
        padding: 0 21px
    }
}

@media only screen and (max-width:680px) {
    .compareList .box {
        width: 100%
    }
}

.headerbanner-subheading {
    word-break: inherit
}

@media screen and (max-width:992px) {
    .headerbanner-subheading {
        width: 90%;
        word-break: inherit
    }
}

@media screen and (min-width:992px) and (max-width:1279px) {
    .smllogo {
        width: auto !important
    }

    .wsmenu {
        width: 100% !important;
        margin-bottom: 3px !important;
        margin-top: 8px !important
    }

    .headertopleft {
        float: none !important;
        width: 100% !important;
        margin: 0 !important
    }

    .headertopleft .address a {
        padding: 2px 16px !important
    }

    .headertopleft .address span {
        margin-right: 0 !important
    }

    .headertopright {
        float: right !important;
        width: auto !important;
        margin-top: 2px !important
    }

    .wsmenu>.wsmenu-list>li>.navtext {
        padding: 14px 10px !important
    }

    .loginArea {
        float: right !important;
        padding-top: 0 !important
    }
}