* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}



/* Start */

/*.row {
margin:0px;
}*/
.section-header1 {
    /*background-color: rgb(5, 84, 157);*/
    /*padding: 25px 0;*/
    font-weight: bold;
    /*padding-left: 25px;*/
   /* font-size: 30px;*/
    color: white;
}

.section-header2 {
    margin-top: 25px;
    margin-bottom: 25px;
    color: #05549d;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
}

.section-header3 {
    margin-bottom: 0px;
    font-weight: bold;
    font-size: 18px;
}


.blue {
    color: #05549d;
}

.section-bg {
    background-color: rgb(5, 84, 157);
}

nav {
    background-color: rgb(5, 84, 157);
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 5px;
}

.logo-img {
    width: 442px;
    height: 49px;
}

nav .nav-links a {
    padding: 0px 20px;
    text-decoration: none;
    color: #fff;
}

.nav-item a {
    padding: 0px 20px;
    text-decoration: none;
    color: #fff;
}


/*Page 1*/
.card1 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 20px 10px;
    gap: 50px;
    border: 0px;
}

.card {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 20px 10px;
    gap: 50px;
    border: 0px;
}

.big-card {
    max-width: 430px;
    width: 100%;
    height: auto !important;
}

.error{
    font-size: 12px;
    font-weight:bold;
}

.font10px {
    font-size: 10px;
}

.font12px {
    font-size: 12px;
}

.font14px {
    font-size: 14px;
}

.font16px {
    font-size: 16px;
}

.font18px {
    font-size: 18px;
}

.font22px {
    font-size: 22px;
}

.font24px {
    font-size: 24px;
}

.font30px {
    font-size: 30px;
}

.font36px {
    font-size: 36px;
}

.inline {
    display: inline;
}

.inline-block {
    display: inline-block;
}

.center {
    text-align: center;
}

.get-started1 {
    width: 610px;
    border: solid 3px #d5a501;
    padding: 20px 20px;
    border-radius: 10px;
}

/*page 1*/
.style11 {
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-size: 20px;
    /*font-weight: bold;*/
    width: 100%;
    border-radius: 7px;
   /* border: 2px solid #ced4da;*/
    border-width: 2px;
}

/*page 2*/
.style1 {
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-size: 20px;
    /*font-weight: bold;*/
    width: 100%;
    border-radius: 7px;
    border-width: 2px;
    /* border: 2px solid #ced4da;*/
}

.checkbox1 {
    padding: 10px 0px 10px 80px;
    text-align: justify;
    width:88%;
}

.get-started {
    max-width: 1140px;
    width: 100% !important;
    border: solid 2px #d5a501;
    padding: 40px 15px;
    border-radius: 10px;
}

/*Added page2*/
.checkbox {
    padding: 10px 50px;
    text-align: justify;
    display: flex;
    align-items: center;
    gap: 30px;
}

.column {
    display: flex;
    gap: 10px;
}

.checkbox2 {
    padding: 10px 0px;
    text-align: justify;
}

/*-------Form Sytles-------*/

.disclaimer {
    line-height: normal;
}

input[type=text] {
    flex-grow: 0 !important;
    flex-basis: 80%;
    height: 55px;
}
input[type=tel] {
    flex-grow: 0 !important;
    flex-basis: 80%;
    height: 55px;
}

input[type=email] {
    flex-grow: 0 !important;
    flex-basis: 80%;
    height: 55px;
}

select#DOBMonth {
    height: 55px;
}
select#DOBDay {
    height: 55px;
}
select#DOBYear {
    height: 55px;
}
select#HasCheckingAccount {
    height: 55px;
}


.check-box {
    display: inline-block;
}

.mybtn {
    padding: 5px 70px;
    background-color: #d5a501;
    color: white;
    font-weight: bold;
    border: none;
    border-radius: 40px;
    font-size: 30px;
    cursor: pointer;
}

.mybtn2 {
    padding: 10px 40px;
    background-color: #d5a501;
    color: white;
    font-weight: bold;
    border: none;
    border-radius: 30px;
}

.center-align {
    display: flex;
    justify-content: center;
}

.btn-container {
    margin-top: 10px;
}

section {
    background-color: rgb(5, 84, 157);
    padding: 25px 0;
}

.white {
    color: #fff;
}

.container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.membership {
    display: flex;
    flex-wrap: nowrap;
    /*align-items: center;*/
    gap: 30px;
    padding: 10px 0px;
}

.bold {
    font-weight: bold;
}

.benefits {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 50px 20px;
    gap: 50px;
}

.justify {
    text-align: justify;
}

.account-benefits {
    padding: 70px 0;
}

.footer-links a {
    text-decoration: none;
    color: #fff;
}

section.footer2 {
    padding: 50px 90px;
    display: flex;
    flex-direction: row;
    /*align-items: center;*/
    gap: 60px;
}

.mobile-menu {
    display: none;
}

.fa-bars, .fa-times {
    display: none;
}

.benefits-img {
    max-width: 205px;
    height: auto !important;
    width: 100%;
}

.logo-footer {
    width: 350px;
    height: 222px;
}

img.blog-img {
    width: 100%;
    max-width: 440px;
    height: auto !important;
}

.inline-flex {
    display: inline-flex;
}

.flex {
    display: flex;
    align-items: flex-end;
}

.arrow {
    width: 100%;
    max-width: 60px;
    height: auto;
}

a.mybtn {
    text-decoration: none;
}

a.mybtn2 {
    text-decoration: none;
}

.head {
    padding: 20px 0px;
}

.padding {
    padding: 0px 35px;
}

.uppercase {
    text-transform: uppercase;
}


/*Added*/
.arrow {
    /*transform: rotate(90deg);*/
}

.arrow2 {
    transform: rotate(97deg);
    height: 80px;
    width: 80px;
}

.left {
    text-align: left;
}

.legend {
    padding: 0px;
    margin: 0;
}


/* Form */

/*select#Bselect {
    padding-left: 5px;
    border-radius: 7px;
    margin: 3px;
    width: 100%;
}*/

.Bselect {
    padding-left: 5px;
    border-radius: 7px;
    margin: 3px;
    width: 100%;
    border-width:2px;
}

.birth.flex {
    /*justify-content: space-between;*/
    gap: 15px;
}

    .birth.flex .col-lg-3 {
        padding: 0;
        margin: 0;
    }

    .birth.flex div {
        width: 96px;
    }

.row2 .col-lg-6 {
    padding: 0;
    display: flex;
    align-items: center;
    gap: 30px;
}

.border2 {
    border: solid #000 2px;
    border-radius: 10px;
    padding: 20px 0px;
}



@media screen and (max-width: 1440px) {

    .border2 {
        border: solid #000 2px;
        border-radius: 10px;
        padding: 20px 20px !important;
    }
}
/* Device screen 768px */
@media screen and (max-width: 1024px) {

    .checkbox1 {
       width:92%;
    }

    .blog-img {
        width: 296px;
        height: 191px;
    }

    .checkbox {
        padding: 10px 0px !important;
    }

    .checkbox2 {
        padding: 10px 0px !important;
    }
    
    .get-started1 {
        max-width: 900px !important;
        border: solid 3px #d5a501;
        padding: 20px 20px;
        width: auto !important;
    }

    /* added page 2*/
    .get-started {
        max-width: 900px !important;
        border: solid 3px #d5a501;
        padding: 40px 20px;
        /*width: auto !important;*/
    }

    .card1 {
       /* flex-direction: column-reverse !important;*/
    }

    h1.font36px.white.bold {
        padding-left: 0px !important;
        text-align: center;
    }

    .style1 {
        width: 100% !important;
    }
}

@media screen and (max-width: 900px) {

    .get-started1 {
        max-width: 583px !important;
        border: solid 2px #d5a501;
        padding: 20px 20px;
        /*width: auto !important;*/
    }

    .style1 {
        width: 100% !important;
    }
    .card1 {
        flex-direction: column-reverse !important;
    }
    .font36px {
        font-size: 30px;
        margin-bottom: 0px
    }
    .font22px {
        font-size: 20px;
    }

    .nav-links {
        display: none;
    }

    .fa-bars {
        display: block !important;
        font-size: 29px;
        color: #fff;
    }
    .fa-times {
        font-size: 29px;
        color: #fff;
    }

}

@media screen and (max-width: 820px) {
    .nav-links {
        display: none;
    }

    nav {
        justify-content: baseline !important;
    }

        nav .nav-links a {
            padding: 0px 10px;
            text-decoration: none;
            color: #fff;
            font-size:14px;
        }

    .container {
        width: 90% !important;
        margin-left: auto;
        margin-right: auto;
    }

    p.font18px {
        font-size: 14px;
        /*padding: 0 15px;*/
    }
    .font30px {
        font-size: 20px;        
    }

    .benefits {
        flex-direction: column !important;
    }

    section.footer2 {
        flex-direction: column !important;
        padding: 50px !important;
        gap: 40px !important;
    }


    .mobile-menu {
        display: grid !important;
        position: absolute;
        background-color: #05549deb;
        width: 100%;
        text-align: center;
        left: -1000px;
        transition: 0.5s all;
    }

        .mobile-menu a {
            padding: 30px;
            color: #fff;
            text-decoration: none;
        }

    .logo-img {
        width: 339px;
        height: 38px;
    }

    .fa-bars {
        display: block !important;
        font-size: 29px;
        color: #fff;
    }

    .fa-times {
        font-size: 29px;
        color: #fff;
    }

    .checkbox {
        padding: 10px 0px !important;
        text-align: justify;
    }

    .padding {
        padding: 0px 132px;
    }

/*    p.center.white.font18px {
        text-align: justify;
    }*/

    .get-started1 {
        max-width: 583px !important;
        border: solid 2px #d5a501;
        padding: 20px 20px;
        width: auto !important;
    }

    .card1 {
        flex-direction: column-reverse !important;
    }

    .flex {
        gap: 5px;
    }
}

@media screen and (max-width: 540px) {

    .section-header1 {
        padding-left: 0px;
        font-size: 25px;    
        text-align: center;
    }

    .section-header2 {
        font-size: 16px;
    }

    .section-header3 {
        font-size: 16px;
    }

    p.font16px {
        font-size: 14px;
    }

    .font30px {
        font-size: 20px;
    }

    .font36px {
        font-size: 35px;
    }

    .logo-img {
        width: 270px !important;
        height: 30px !important;
    }

    nav {
        padding: 15px 5px !important;
    }

    .flex {
        gap: 0px;
    }

    h2.font24px {
        font-size: 18px;
    }

    h1.center.font30px.white {
        font-size: 24px;
    }

    .font18px {
        font-size: 14px !important;
    }

    /* Added */
/*    h1.text.font36px.center.inline.bold {
        font-size: 30px;
    }*/

    h2.font24px {
        font-size: 18px;
    }

    .arrow2 {
        transform: rotate(97deg);
        height: 80px;
        width: 80px;
        display:none;
    }
    .padding {
        padding: 0px 20px;
    }

    .checkbox {
        padding: 10px 50px;
        text-align: justify;
        display: flex;
        gap: 30px;
        flex-direction: column;
        align-items: flex-start;
    }


    .checkbox1 {
        width: 95%;
    }

    .mybtn {          
        font-size: 25px;
    }
}

@media screen and (max-width: 425px) {

    .get-started1 {
        max-width: 583px !important;
        border: solid 3px #d5a501;
        padding: 20px 5px;
        width: auto !important;
    }

    .section-header1 {
        padding-left: 0px;
        font-size: 25px;
        text-align: center;
    }

    .section-header2 {
        font-size: 16px;
    }

    .section-header3 {
        font-size: 16px;
    }

    .logo-img {
/*        width: 226px !important;
        height: 26px !important;*/
        width: 205px !important;
        height: 25px !important;
    }


    .font30px {
        font-size: 18px;
    }

    .font36px {
        font-size: 30px !important;
    }

    .font22px {
        font-size: 16px !important;
    }

    p.font18px.a {
        font-size: 16px;
    }

    p.font16px {
        font-size: 14px;
    }

    nav {
        padding: 15px 5px !important;
    }

    /* added */
/*    h1.text.font36px.center.inline.bold {
        font-size: 15px;
    }*/

    .brinksCard {
        width: 80%;
        height: 80%;
    }

    .checkbox {
        flex-direction: column;
    }

    .checkbox1 {
        padding: 10px 0px 10px 80px;
        width: 95%;
    }

    .fa-bars {
        display: block !important;
        font-size: 29px;
        color: #fff;
    }

    .fa-times {
        font-size: 29px;
        color: #fff;
    }
    .mybtn {    
        font-size: 25px;
    }

}

@media screen and (max-width:320px) {

    .brinksCard {
        width: 70%;
        height: 70%;
    }
    .section-header1 {
        padding-left: 0px;
        font-size: 25px;
        text-align: center;
    }

    .section-header2 {
        font-size: 16px;
    }

    .section-header3 {
        font-size: 16px;
    }

    p.font16px {
        font-size: 14px;
    }

    .font30px {
        font-size: 15px;
    }

    .font36px {
        font-size: 20px;
        margin-bottom: 0px;
    }

    p.font18px {
        font-size: 12px;
    }

    .logo-img {
        width: 185px !important;
        height: 20px !important;
    }

    nav {
        padding: 15px 5px !important;
    }

    .benefits {
        padding: 50px 40px !important;
    }

    .logo-footer {
        width: 254px !important;
        height: 165px !important;
    }

    .footer-links {
    width: 250px !important;
        overflow-wrap: break-word;
    }

    .membership {
        display: flex;
        align-items: center;
        flex-direction: column;
        gap: 15px;
        padding: 10px 5px;
    }

}

