.mobileOverlay {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    z-index: 999999;
    -webkit-transition: ease all .5s;
    -moz-transition: ease all .5s;
    transition: ease all .5s;
    display: none
}

.check {
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-right: 32px;
    margin-bottom: 0;
    line-height: 23px
}

.check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.checkmark {
    position: absolute;
    top: 0;
    right: 0;
    height: 25px;
    width: 25px;
    border-radius: 4px;
    border: solid 1px #979797
}

.check input:checked~.checkmark {
    border: solid 2px #9D1D27;
    background-color: #9D1D27
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.check input:checked~.checkmark:after {
    display: block
}

.check .checkmark:after {
    left: 7px;
    top: 3px;
    width: 6px;
    height: 13px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

#tabs {
    width: auto;
    float: left;
    border-bottom: solid 1px #ccc
}

#tabs::after {
    content: '';
    display: inline;
    clear: both
}

#tabs li {
    float: left;
    outline: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    list-style-type: none
}

#tabs li a {
    color: #666;
    padding: 6px 15px;
    display: block;
    background: #fff;
    text-decoration: none;
    outline: 0;
    cursor: pointer;
    border-bottom: solid 4px #fff
}

#tabs li a:hover {
    color: #9d1d27
}

#tabs li a.active {
    color: #9d1d27;
    border-bottom: solid 4px #9d1d27 !important
}

#tabs li a.inactive {
    color: #666;
    outline: 0;
    border-bottom: solid 4px #fff
}

#tabs li a.inactive:hover {
    color: #9d1d27;
    border-bottom: solid 4px #fff
}

.tabcontainer {
    clear: both;
    width: 100%
}

.morebtn {
    position: relative;
    padding-left: 10px;
    float: left;
    border-bottom: solid 1px #ccc;
    padding: 4px 15px 7px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.morebtn a[data-toggle^=dropdown] {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #666
}

.morebtn.open .dropdown-menu {
    min-width: auto;
    left: -10% !important;
    top: 90% !important
}

.morebtn.open .dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}

@media only screen and (max-width:600px) {
    #tabs li {
        font-size: 16px
    }
}

.customers .carousel-control.left,
.customers .carousel-control.right {
    background-image: none;
    width: 126px;
    height: 126px;
    background: url(../images/arrows.png) 0 0 no-repeat;
    top: 25%;
    opacity: 1;
    -webkit-transform: scale(.3);
    -moz-transform: scale(.3);
    transform: scale(.3)
}

.customers .carousel-control.left:hover {
    background-position: 0 -128px
}

.customers .carousel-control.right {
    background-position: -126px 0
}

.customers .carousel-control.right:hover {
    background-position: -126px -128px
}

.customers .carousel-indicators {
    bottom: -50px
}

.customers .carousel-indicators li {
    background-color: #fbdccd;
    width: 12px;
    height: 12px
}

.customers .carousel-indicators .active {
    background-color: #9D1D27;
    margin: 1px
}

.customers {
    position: relative;
    padding: 50px 0 80px
}

.customers .headtxt {
    margin-bottom: 40px;
    text-align: center
}

.customers .carousel {
    max-width: 1024px;
    margin: 0 auto
}

.customers .item img {
    max-width: 400px;
    float: left
}

.customers .item .cont {
    float: left;
    width: calc(100% - 400px);
    padding-left: 20px;
    position: relative;
    margin-top: 4.5%;
    -webkit-transform: translateY(-15%);
    -moz-transform: translateY(-15%);
    transform: translateY(-15%)
}

.customers .item .cont {
    padding-left: 20px
}

.customers .item .cont p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.67;
    color: #ae7bb9
}

.customers .item .cont h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.67;
    color: #9d1d27;
    margin-bottom: 5px;
    padding-top: 20px
}

.customers .item .cont span {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.67;
    color: #9d1d27
}

.customers .carousel-control.left {
    left: -10%
}

.customers .carousel-control.right {
    right: -10%
}

@media(min-width:1023px) and (max-width:1180px) {
    .customers .carousel-control.left {
        left: 0
    }

    .customers .carousel-control.right {
        right: 0
    }
}

@media only screen and (max-width:1023px) {

    .customers .item .cont,
    .customers .item img {
        float: none;
        margin: 0 auto;
        width: 100%;
        text-align: center;
        margin-top: 0;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0)
    }

    .customers .item .cont {
        padding-top: 20px;
        padding-left: 0
    }

    .customers .carousel-control.left {
        left: 0
    }

    .customers .carousel-control.right {
        right: 0
    }
}

@media only screen and (max-width:800px) {
    .customers .item img {
        margin: 0 auto
    }

    .morebtn {
        display: none
    }

    #tabs {
        float: none
    }
}

@media only screen and (min-width:800px) {
    .tabscroll .owl-stage {
        width: auto !important
    }
}

@media only screen and (max-width:680px) {

    .carousel-control.left,
    .customers .carousel-control.right {
        display: none
    }

    .customers .item .cont p {
        font-size: 18px;
        padding-left: 15px;
        padding-right: 15px
    }

    .customers .item .cont h4 {
        margin-bottom: 0;
        padding-top: 10px
    }
}

.blogsection.container {
    margin: 20px auto 70px;
    padding: 0 15px;
    position: relative
}

.blogsection h4 {
    margin-bottom: 40px
}

.blogsection .item a {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.33;
    color: #9d1d27
}

.blogsection .item span {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.11;
    color: #333;
    display: block;
    padding-top: 15px
}

.blogsection a.read {
    display: block;
    margin: 30px auto 0;
    width: 180px;
    text-align: center
}

.blogsection a.read:hover {
    color: #9d1d27
}

.blogsection .item img {
    border-radius: 8px;
    margin-bottom: 20px
}

.blogsection button {
    display: block;
    margin: 50px auto 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.11;
    text-align: center;
    color: #fff;
    border: 0;
    border-radius: 4px;
    padding: 10px 22px;
    background-color: #9D1D27
}

@media only screen and (max-width:800px) {
    .blogsection .item img {
        margin: 0 auto 20px
    }

    .blogsection .item {
        text-align: center
    }
}

@media only screen and (max-width:680px) {
    .blogsection .item a {
        font-size: 18px
    }

    .blogsection button {
        margin-top: 10px;
        margin-bottom: 30px
    }

    .blogsection .item img {
        max-width: 330px
    }

    .blogsection .item {
        padding-left: 0;
        text-align: center
    }

    .blogsection h4 {
        padding-right: 0
    }

    .blogsection a.read {
        position: relative;
        font-size: 16px;
        top: 10px;
        right: -6px;
        margin-top: 0
    }
}

.featuresSlider {
    padding: 40px 0 0
}

.container.text-center.features {
    padding: 25px 0 0
}

.featuresSlider .circle {
    width: 200px;
    height: 200px;
    background-color: #fff2f0;
    margin: 0 auto;
    border-radius: 50%
}

.featuresSlider .circle img {
    margin: 0 auto;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%)
}

.featuresSlider .circleTxt .title {
    margin-top: 30px;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.21;
    color: #272727
}

.featuresSlider .circleTxt.mgbtm0 {
    margin-bottom: 0
}

.featuresSlider .circleTxt .desc {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.25;
    color: #333;
    padding: 0 50px
}

.featuresSlider .owl-carousel .owl-item img {
    width: auto !important
}

@media only screen and (max-width:680px) {
    .featuresSlider .circle img {
        height: 50px
    }

    .featuresSlider .circle {
        width: 120px;
        height: 120px
    }

    .featuresSlider .circle.last img {
        height: 75px
    }

    .featuresSlider .circleTxt .title {
        font-size: 18px
    }

    .featuresSlider .circleTxt .desc {
        font-size: 15px;
        padding: 0 15px
    }
}

#return-to-top {
    position: fixed;
    bottom: 60px;
    right: 20px;
    width: 60px;
    height: 60px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    box-shadow: 0 0 11px 0 rgba(0, 0, 0, .5);
    border: solid .5px #9d1d27;
    background-color: #fff;
    z-index: 999999
}

#return-to-top img {
    position: absolute;
    top: 0;
    left: 0
}

@media only screen and (max-width:680px) {
    #return-to-top {
        width: 40px;
        height: 40px
    }
}

.contBoxArea {
    position: relative;
    margin-top: 10px
}

.contBoxArea .col-sm-4 {
    margin-bottom: 0
}

.contBox,
.contBox1 {
    border-radius: 8px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
    background-color: #fff;
    overflow: hidden
}

.contBox .contHead,
.contBox1 .contHead1 {
    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
}

.contBox .contBody,
.contBox1 .contBody1 {
    margin: 0 22px 10px;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    color: #272727;
    overflow: hidden
}

.contBox .contBody li,
.contBox1 .contBody1 li {
    font-size: 16px;
    font-weight: 500;
    line-height: 38px;
    color: #272727;
    overflow: hidden;
    border-bottom: solid 1px #dadada;
    padding: 12px 0
}

.contBox .contBody li:last-child,
.contBox1 .contBody1 li:last-child {
    border-bottom: none
}

.contBox .contHead.active img,
.contBox1 .contHead1.active img {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg)
}

.contBox .contHead img,
.contBox1 .contHead1 img {
    position: absolute;
    top: 22px;
    right: 20px
}

.accorCom h2,
.accordionsCom h2,
.accordionsComnotice h2 {
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    color: #9d1d27;
    padding-bottom: 24px;
    border-bottom: solid 1px #bcbcbc;
    margin-bottom: 24px;
    position: relative
}

,
.accorCom h2:nth-last-child(2),
.accordionsCom h2:nth-last-child(2) {
    border-bottom: none
}

,
.accorCom p:nth-last-child(1),
.accordionsCom p:nth-last-child(1),
.accordionsComnotice p:nth-last-child(1) {
    border-bottom: none
}

.accorCom h2.bdr {
    border-bottom: solid 1px #bcbcbc
}

.accorCom h2 img,
.accordionsCom h2 img {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
    position: absolute;
    right: 0;
    top: 8px;
    width: 18px
}

.accorCom h2.active,
.accordionsCom h2.active,
.accordionsComnotice h2.active {
    border-bottom: none;
    margin-bottom: 0
}

.accorCom h2.active img,
.accordionsCom h2.active img {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0)
}

.accorCom p,
.accordionsCom p,
.accordionsComnotice p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.33;
    color: #333;
    padding-bottom: 24px;
    border-bottom: solid 1px #bcbcbc;
    margin-bottom: 24px
}

.accordionsComnotice h2 img {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    transform: rotate(270deg);
    position: absolute;
    right: 0;
    top: 8px;
    width: 18px
}

.accordionsComnotice h2.active img {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg)
}

.accordionsCom1 {
    position: relative
}

.accordionsCom1 .contBox1 {
    margin-bottom: 40px
}

.accordionsCom1 .contBody1 {
    padding: 40px 0 20px
}

.accordionsCom1 .formArea {
    max-width: 250px
}

.accordionsCom1 select.selectText {
    background: url(https://www.aubank.in/assets/images/arrowdown.svg) 99.99%/20px no-repeat;
    padding-bottom: 10px
}

table.theme1 {
    border: solid 1px #d2d2d2;
    margin-top: 10px;
    width: 100%
}

table.theme1 td,
table.theme1 th {
    padding: 20px 24px;
    vertical-align: middle
}

table.theme1 td,
table.theme1 th {
    border-bottom: solid 1px #d2d2d2
}

table.theme1 td+td,
table.theme1 th+th {
    border-left: solid 1px #d2d2d2;
    text-align: center
}

.formArea {
    padding: 25px
}

.formArea .fmtitle {
    font-size: 20px;
    font-weight: 700;
    line-height: 14px;
    color: #9d1d27;
    margin-bottom: 28px
}

.formArea .form-group {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    color: #777;
    margin-bottom: 20px
}

.formArea .form-group:after {
    content: '';
    clear: both;
    display: block
}

.formArea .form-group .right {
    position: absolute;
    right: -88%;
    top: 0;
    width: 80%
}

.formArea .label {
    position: absolute;
    padding: 0;
    left: 0;
    top: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 0;
    color: #777;
    -webkit-transition: .2s ease all;
    -moz-transition: .2s ease all;
    -ms-transition: .2s ease all;
    transition: .2s ease all
}

.formArea .label.stat {
    top: -12px
}

.inputText:focus,
.selectText:focus {
    outline: 0
}

.formArea .inputText:focus~.label,
.formArea .inputText:not(:placeholder-shown)~.label {
    top: -5px;
    opacity: 1
}

.formArea .selectText:focus~.label,
.formArea .selectText:not([value=""]):valid~.label {
    top: -12px;
    opacity: 1
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .formArea .label {
        top: -10px
    }

    .formArea input:disabled {
        padding-bottom: 10px
    }
}

.formArea .inputText,
.formArea .selectText {
    width: 100%;
    font-size: 18px;
    color: #000;
    border: 0;
    border-bottom: solid 1px #cfcfcf;
    outline: 0;
    margin-bottom: 5px
}

.formArea input:disabled {
    background: 0 0
}

select.selectText {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(https://www.aubank.in/assets/images/arrowdown.svg) 99.99%/4% no-repeat;
    border-radius: 0
}

select.selectText::-ms-expand {
    display: none;
    outline: 0
}

.formArea .style1 {
    width: 100px;
    font-size: 18px;
    border: solid 1px #cfcfcf;
    outline: 0;
    padding: 3px 10px;
    float: left;
    margin-left: 20px
}

.formArea .captcha {
    font-size: 18px;
    padding-top: 5px;
    float: left
}

.formArea button {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
    color: #fff;
    padding: 10px 20px;
    border-radius: 4px;
    background-color: #9D1D27;
    margin-top: 4px
}

.formArea a.orgBtn {
    margin-top: 10px
}

.formArea a.cancel {
    font-size: 16px;
    font-weight: 500;
    color: #9d1d27;
    padding-left: 40px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    display: none
}

.form-group .checkmark {
    left: 0
}

.form-group .inputText.error {
    border-bottom: solid 1px #e30000
}

.form-group .errorMsg {
    position: relative;
    line-height: 10px;
    color: #e30000;
    text-align: right
}

.form-group .errorMsg i {
    font-style: normal;
    color: #fff;
    background: #e30000;
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    top: -38px;
    right: 0
}

.form-group .glyphicon-calendar {
    color: #9D1D27
}

.form-group .input-group-addon {
    position: absolute;
    width: 24px;
    top: 2px;
    right: 0;
    padding: 0 !important;
    font-size: 14px;
    font-weight: 400;
    color: #555;
    background: 0 0 !important;
    border: none !important;
    cursor: pointer
}

.formArea input[name=date] {
    color: #9D1D27
}

.datepicker td,
.datepicker th {
    border-radius: 0
}

.datepicker.dropdown-menu {
    left: 31% !important;
    font: 400 11px/1.8 Quicksand, sans-serif !important
}

.datepicker th.datepicker-switch {
    font-size: 13px;
    color: #9D1D27
}

.datepicker.dropdown-menu td,
.datepicker.dropdown-menu th {
    padding: 4px 10px;
    font-weight: 700
}

.datepicker table thead tr {
    border-bottom: solid 1px #ccc
}

.datepicker table thead tr th {
    padding: 10px 12px !important;
    color: #999
}

.datepicker table tr td.active,
.datepicker table tr td:hover {
    background-color: rgba(243, 116, 53, .2) !important;
    color: #da552f !important;
    background-image: none !important
}

.datepicker-dropdown.datepicker-orient-left:after,
.datepicker-dropdown.datepicker-orient-left:before {
    left: 47% !important
}

.formArea .form-group .right {
    position: relative;
    width: 100%;
    right: 0;
    margin-top: 30px
}

@media only screen and (max-width:800px) {
    .contBoxArea .col-sm-4 {
        margin-bottom: 24px
    }
}

@media only screen and (max-width:680px) {
    .accordionsCom h2 {
        font-size: 16px;
        line-height: normal;
        padding-right: 50px;
        padding-bottom: 14px;
        margin-bottom: 14px
    }

    .accordionsCom p {
        font-size: 14px;
        line-height: 1.71;
        padding-bottom: 14px;
        margin-bottom: 14px
    }

    .accordionsCom1 .formArea {
        max-width: 100%
    }

    .accordionsCom1 .table-responsive {
        border: none
    }

    table.theme1 td,
    table.theme1 th {
        font-size: 14px;
        padding: 10px 8px
    }
}

@media only screen and (max-width:500px) {
    .datepicker.dropdown-menu {
        left: 22% !important
    }

    .datepicker {
        padding: 0 !important
    }

    .datepicker.dropdown-menu {
        position: fixed;
        left: 0 !important;
        bottom: 0;
        width: 100%;
        height: 100%;
        border-radius: 0 !important;
        border: 0 !important;
        top: 0 !important;
        background: rgba(0, 0, 0, .8);
        z-index: 9999999;
        margin: 0 !important
    }

    .datepicker-days,
    .datepicker-months,
    .datepicker-years {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        padding-bottom: 25px;
        background: #fff !important
    }

    .datepicker.dropdown-menu table {
        width: 100%
    }

    .datepicker-dropdown.datepicker-orient-left:after,
    .datepicker-dropdown.datepicker-orient-left:before {
        display: none
    }
}

.contWrap_2 {
    margin-bottom: 20px
}

.divheder {
    font-weight: 600;
    margin-bottom: 10px
}

.morecontent span {
    display: none
}

.morelink {
    display: block
}

a.morelink:active {
    color: #9D1D27
}

a.morelink:focus,
a.morelink:hover {
    color: #9D1D27
}

@media screen and (max-width:768px) {
    .messageMD h2 {
        text-align: center
    }

    .messageMD__Image {
        text-align: center
    }

    .messageMD__content {
        text-align: center
    }

    .messageMD__content .headtxt {
        text-align: center
    }
}