* {
    margin: 0;
    box-sizing: border-box;
}

a, a:hover {
    text-decoration: none !important;
}

ul {
    padding: 0;
    list-style-type: none;
}

html, body {
    scroll-behavior: smooth;
    font-family: 'Open Sans', sans-serif !important;
}

h1.banner_title, h5.card_data {
    font-family: 'open_sansbold';
}

.wrapper {
    width: 100%;
    float: left;
}

.banner_wrapper img {
    width: 100%;
}

.banner_wrapper_txt {
    position: absolute;
    top: 22%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

h1.banner_title {
    font-size: 41px;
}

p.banner_para {
    font-size: 27px;
}

button.btn_learn_more:focus {
    background: transparent;
    color: #ffffff;
}

.bg_grey .btn_learn_more.lnr_gd a {
    background: #f2f2f2;
}

button.btn_learn_more {
    background: transparent;
    color: #ffffff;
    border-radius: 30px;
    width: 160px;
    height: 40px;
    display: block;
    font-size: 15px;
    font-weight: 600;
    margin: 10px auto;
}

.para_swap .neptune_lgo + p.card_para + button.form-control.btn_learn_more {
    width: 190px;
}

div#amd_wrapper .img_blk img {
    width: 80px;
    display: block;
    margin: auto;
    height: 80px;
}

div#amd_wrapper {
    width: 100%;
    float: left;
    background: #0a1f4a;
    padding: 50px 0px;
}

.bg_blue {
    background: #0a1f4a;
}

.bg_grey {
    background: #f2f2f2;
}

h5.card_data {
    font-size: 33px;
    font-weight: bold;
    line-height: 34px;
    margin-bottom: 10px;
}

p.card_para {
    font-size: 26px;
    line-height: 28px;
    font-family: 'open_sanslight';
}

.para_swap h5.card_data {
    margin-bottom: 20px;
}

.para_swap .btn_learn_more {
    margin-top: 15px;
}

.para_swap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 0px 30px;
}


.banner_wrapper_txt .btn_learn_more a {
    color: #ffffff;
}

.banner_wrapper_txt .btn_learn_more {
    border: 3px solid #ffffff;
}

.btn_learn_more a i {
    margin-left: 5px;
}




.banner_wrapper.wrapper {
    position: relative;
}

/*common classes style*/
.bg_white h5.card_data {
    color: #1284dc;
}

.bg_white p.card_para {
    color: #2f2e34;
}



.bg_white button.form-control.btn_learn_more,
.bg_blue button.form-control.btn_learn_more,
.bg_grey button.form-control.btn_learn_more {
    /* background-image: linear-gradient(to right, #1284dc , #c2c2ed); */
    padding: 0px 2px;
    display: flex;
    align-items: center;
    color: #3f5364;
    border-color: #1284dc;
}

    .bg_white button.form-control.btn_learn_more a,
    .bg_blue button.form-control.btn_learn_more a,
    .bg_grey button.form-control.btn_learn_more a {
        display: block;
        width: 100%;
        height: 36px;
        line-height: 36px;
        background: #ffffff;
        border-radius: 30px;
        color: #3f5364;
    }

.bg_blue .col-lg-6.col-md-6.col-sm-12 {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .bg_blue .col-lg-6.col-md-6.col-sm-12 h5.card_data {
        color: #4e97cf;
    }

    .bg_blue .col-lg-6.col-md-6.col-sm-12 p.card_para {
        color: #ffffff;
    }

.bg_blue button.form-control.btn_learn_more a {
    background: #0a1f4a !important;
    color: #fff !important;
}

.bg_grey button.form-control.btn_learn_more a {
    background: #f2f2f2;
}

.bg_white .col-lg-6.col-md-6.col-sm-12 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.bg_grey h5.card_data {
    color: #0082cb;
    font-weight: bolder;
    font-size: 60px;
    font-family: 'PT Sans', sans-serif;
}

.swap_wrapper.wrapper.bg_grey .row .col-lg-6.col-md-6.col-sm-12:nth-child(2) {
    padding: 0;
}

div#amd_wrapper .img_blk img {
    width: auto;
    height: auto;
    margin-bottom: 12px;
}
