/*/----------------- Payment ---------------*/

/*---------------- header css definition--------------- */
.row{
    margin: 0!important;
}
.container{
    margin: 0 auto!important;
    padding: 10px 0!important;
}
@media (min-width: 1025px) {
    .container {
        width: 100%;
        min-width: 1324px;
    }
}
.navbar-icon{
    float: left;
}
.circle{
    width: 35px;
}
.bar{
    width: 35px;
}

.content_title h1{
    font-size: 32px;
    font-weight: 100;
    text-rendering: optimizeLegibility;
    font-family: "Omnes-ATT-W02", Arial!important;
    line-height: 1.2;
}
.dropdowns{
    display: inline-block;
    position: relative;
}
.dropdown-menu{
    border-radius: 0 0 6px 6px;
    background-color: #fff;
    border: 1px solid #d2d2d2;
    width: 250px;
    line-height: 48px;
    box-shadow: 0 0 7px 0 rgba(0,0,0,.35);
}
.dropdown-menu li{
    color: #0057B8;
    font-size: 14px;
    text-decoration: none;
    display: block;
    min-height: 30px;
    line-height: 30px!important;
    padding: 0px 15px;
    word-wrap: break-word;
    margin-top: 10px;
}

.dropdown-menu>li>a{
    display: block;
    padding: 3px 0!important;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #0057B8!important;
    white-space: nowrap;
}
.dropdown-menu>li>a.active{
    color: #454B52!important;
}
.arrow-right{
    color: #0057B8;
    padding-top: 8px;
    height: 30px;
    font-family: font-regular;
}
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}
.right-arrow{
    float: right;
    font-weight: bold;
    font-size: 18px;
}
.rightbar{
    position: relative;
    display: inline-block;
    float: right;
}
.rightbar input{
    padding: 6px 6px 6px 20px;
    border-radius: 4px;
    font-size: 12px;
    border: 1px solid #999999;
    font-style: italic;
    width: 270px;
}
.rightbar input:focus{
    outline: none;
}
.rightbar .search{
    position: absolute;
    top: 5px;
    right: 10px;
}
.searchbox{
    position: relative;
    display: inline-block;
}
.rightbar .support{
    margin-left:30px;
    font-size: 12px;
}
@media only screen and (max-width:768px) {
    .rightbar .support{
        margin-left:10px;
    }
}

@media only screen and (max-width:499px) {
    .rightbar span{
        display: none;
    }
}
.bucket{
    margin: 0 30px;
    padding: 0 25px;
    width: 80px;
    border-right:1px solid black;
    border-left: 1px solid black;
}
@media only screen and (max-width:768px) {
    .bucket{
        margin: 0 10px;
        padding: 0 10px;
        width: 50px;
    }
}
@media only screen and (max-width:499px) {
    .bucket{
        display: none;
    }
}

/*--------------- content css definition -----------------*/

@media (max-width: 992px){
    .container {
        width: 100% !important;
    }
}
.content .container{
    padding: 0 50px;
}
.account_number{
    margin:30px 10px;
}
.account_number p{
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
}
.account_number span{
    font-size: 14px;
}
.content_step1{
    width: 32%;
    border-bottom: 5px solid #007a3e;
    display: inline-block;
}
.content_step2{
    width: 33%;
    border-bottom: 5px solid #d2d2d2;
    display: inline-block;
}
@media only screen and (max-width:550px) {
    .content_step1{
        width: 100%;
        border-bottom: 5px solid #007a3e;
        display: inline-block;
        margin-top: 20px;
    }
    .content_step2{
        width: 100%;
        border-bottom: 5px solid #d2d2d2;
        display: inline-block;
        margin-top:20px;
    }
}
.content_step1 p{
    font-size: 16px;
    color: #007a3e;
    font-weight: bold;
}

.content_step2 p{
    font-size: 16px;
}

.contents{
    margin:30px 10%;
}
@media only screen and (max-width:768px) {
    .contents{
        margin: 30px 0;
    }
}
.alert_inbox{
    border-radius: 8px;
    background-color: #333333;
    color: white;
    position: relative;
}
.alert_inbox img{
    position: absolute;
    top:0;
    left:0;
    padding: 15px;
    background-color: #009fdb;
    border-radius: 6px 0 0 6px;
}
.alert_inbox div{
    font-size: 15px;
    margin-left: 80px;
    padding: 23px;
}

@media only screen and (max-width: 1028px) {
    .alert_inbox img {
        padding: 26px;
    }
}
@media only screen and (max-width:650px) {
    .alert_inbox div {
        font-size: 15px;
        margin-left: 80px;
        padding:13px;
    }
    .alert_inbox img{
        padding: 16px;
    }
}
@media only screen and (max-width:470px) {
    .alert_inbox div {
        font-size: 15px;
        margin-left: 20px;
        padding:13px;
    }
    .alert_inbox img{
        display: none;
    }
}
@media only screen and (max-width:500px) {
    .alert_inbox img{
        padding: 26px;
    }
}
.row{
    margin: 30px 0!important;
}
.amount input{
    height: 35px;
    border-radius: 6px;
    font-size: 18px;
    border: 1px solid #d2d2d2;
    padding-left: 15px;
    vertical-align: middle;
}
.amount p{
    font-weight: bold;
}
.amount input:focus{
    outline: none;
}
.method select{
    background-color: transparent;
    border: 1px solid #d2d2d2;
    border-radius: 6px;
    box-shadow: 1px 5px 2px -5px rgba(0, 0, 0, 0.15);
    color: #333333;
    display: block;
    font-family: "Omnes-ATT-W02";
    font-size: 20px;
    height: 35px;
    line-height: 0;
    margin-bottom: 0;
    padding-left: 15px;
    position: relative;
    text-align: left;
    top: 0;
    width: 53%;
    z-index: 10;
}
.method select:focus{
    outline: none;
}
.method p{
    font-weight: bold;
}
.check{
    position: relative;
    margin-top: 20px;
}
.check span{
    margin-left: 40px;
    font-size: 18px;
}
.check img{
    width: 20px;
    margin-left: 10px;
}
.box{
    position: absolute;
    height: 25px;
    width: 25px;
    background-color: white!important;
    top: 0;
    left: 0;
    margin: 0!important;
}
.alamtext{
    font-size: 18px;
}
.bank{
    background-clip: padding-box;
    border: 1px solid transparent;
    border-radius: 8px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
    cursor: pointer;
    display: inline-block;
    font-family: "Omnes-ATT-W02-Medium";
    font-size: 20px;
    font-weight: normal;
    height: 46px;
    line-height: 0;
    margin: 0 7px 10px 0;
    /*max-width: 450px;*/
    min-width: 90px;
    padding: 22px 18px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    white-space: nowrap;
    background-image: linear-gradient(to bottom, #087ac2 0%, #0568ae 100%);
    color: #ffffff;
    width: 53%;
}
@media only screen and (max-width: 768px) {
    .bank{
        width:100%;
    }

}
.banking p{
    font-size:16px;
    font-weight: bold;
}
.btn-group{
    width: 65%
}
@media only screen and (max-width: 1021px) {
    .btn-group{
        width: 65%
    }
    .btn-group button{
        width: 48%;
    }
}
@media only screen and (max-width: 768px) {
    .btn-group{
        width: 100%
    }
}
.checking , .savings{
    box-shadow: none;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    float: left;
    background-clip: padding-box;
    border-radius: 8px;
    cursor: pointer;
    display: inline-block;
    font-family: "Omnes-ATT-W02-Medium";
    font-size: 1.9rem;
    font-weight: normal;
    height: 46px;
    line-height: 0;
    margin: 0 7px 10px 0;
    max-width: 450px;
    min-width: 90px;
    padding: 22px 18px;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    white-space: nowrap;
    background-color: #f2f2f2;
    background-image: linear-gradient(to bottom, #fcfcfc 0%, #f2f2f2 100%);
    border: 1px solid #d2d2d2;
    color: #0568ae;
    width: 40%;
}
.checking,.savings:focus{
    outline: none;
}
.roting_num p{
    font-weight: bold;
}
.roting_num{
    display: block;
    position: relative;
}
.roting_num input{
    box-shadow: none;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    float: left;
    background-clip: padding-box;
    border-radius: 8px;
    cursor: pointer;
    display: inline-block;
    font-family: "Omnes-ATT-W02-Medium";
    font-size: 1.9rem;
    font-weight: normal;
    height: 46px;
    line-height: 0;
    margin: 0 7px 10px 0;
    /*max-width: 450px;*/
    min-width: 90px;
    padding: 22px 18px;
    vertical-align: middle;
    overflow: hidden;
    white-space: nowrap;
    background-color: #f2f2f2;
    background-image: linear-gradient(to bottom, #fcfcfc 0%, #f2f2f2 100%);
    border: 1px solid #d2d2d2;
    color: #0568ae;
    width: 53%;
}
@media only screen and (max-width:768px) {
    .roting_num input {
        width: 100%;
    }
}

    .roting_num input:focus {
        outline: none;
    }

    .roting_num img {
        top: 40px;
        left: 47%;
        position: absolute;
    }

    @media only screen and (max-width: 768px) {
        .roting_num img {
            top: 40px;
            left: 92%;
            position: absolute;
        }

    }


    /*------------- footer css definition --------------*/
    footer {
        background-color: #DCDFE3;
    }

    .p1, .p2, .p3 {
        display: inline-block;
        font-size: 13px;
    }

    .container a {
        color: black;
        cursor: pointer;
    }

    .img6 {
        width: 14px;
    }

    .row1 {
        margin: 30px 0;
    }

    .row2 {
        margin: 10px 0;
    }

    @media only screen and (max-width: 768px) {
        .row1 {
            margin: 15px 0 0 0;
        }
    }
    .social_icons img {
        width: 30px;
        margin: 30px 20px 100px 0;
    }
    .social_icons a:hover{
        text-decoration: none;
    }

    @media only screen and (max-width: 992px) {
        .social_icons {
            text-align: center;
        }

        .social_icons img {
            margin: 15px 0 0 0;
        }
    }
    .com_icon {
        width: 14px !important;
        margin: 0 !important;
    }

    .footer_1 p {
        font-size: 12px;
    }

    .footer_2 p {
        margin-top: 20px;
        font-size: 12px;
    }

    .footer_1 a {
        margin-right: 10px;
    }

    .trust img {
        width: 100px;
    }

    @media only screen and (max-width: 992px) {
        .footer_2 {
            text-align: center;
        }
    }

    .cancel {
        text-align: right;
    }

    .cancel a {
        color: #0568ae;
        font-size: 26px;
        font-family: "Omnes-ATT-W02";
        margin-right: 30px;
    }

    .cancel button {
        background-clip: padding-box;
        border: 1px solid transparent;
        border-radius: 8px;
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
        cursor: pointer;
        display: inline-block;
        font-family: "Omnes-ATT-W02-Medium";
        font-size: 26px;
        font-weight: normal;
        height: 46px;
        line-height: 0;
        margin: 0 7px 10px 0;
        max-width: 450px;
        min-width: 90px;
        padding: 22px 18px;
        position: relative;
        text-align: center;
        vertical-align: middle;
        overflow: hidden;
        white-space: nowrap;
        background-color: #d2d2d2;
        color: #767676;
        outline: 0 !important;
        width: 33%;
    }

    @media only screen and (max-width: 600px) {
        .cancel button {
            width: 50%;
        }
    }
    .trust {
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 0;
        color: #191919;
    }

    a {
        cursor: pointer;
    }


