* {
    box-sizing: border-box;
}

.asset1-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid white;
    border-radius: 12px;
    border-color: white;
    padding-left: 15%;
    padding-right: 15%;
    padding-top: 3%;
    padding-bottom: 3%;
    display: flex;
    flex-wrap: wrap;
    flex: 50%;
    font-size: 150%;
    color: white;
}

img {
    width: 100%;
}

.image2 {
    width: 80%;
    margin-top: 0px;
}

.btn-group .button1 {
    background-color: #005489;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: right;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 0px 2px;
    display: flex;
    border-radius: 10px;
}

.container1 {
    position: relative;
    text-align: center;
    width: 102%;
}

.container2 {
    position: relative;
    /* text-align: center; */
    padding-left: 80px;
    padding-right: 80px;
}

.center {
    position: absolute;
    top: 100%;
    left: 20%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.button1:hover {
    background-color: dodgerblue;
}

div.absolute {
    position: absolute;
    top: 630px;
    right: 0;
    width: 700px;
    height: 2000px;
}


/* Column container */

.row ::after {
    content: "";
    display: table;
    clear: both;
}

[class*="col-"] {
    float: right;
    padding: 1px;
    width: 100%;
}


/* Create two unequal columns that sits next to each other */


/* Sidebar/left column */

.side {
    flex: 100%;
    border: 1px solid #00A6E1;
    border-radius: 12px;
    background-color: #F5F5F5;
    padding: 10px;
    text-align: right;
    line-height: 1.5;
}


/* Main column */

.main {
    text-align: right;
}

h3 {
    text-align: center;
}

hr.line2 {
    border: 30px solid #97a8ad;
    border-radius: 9px;
    top: 40%;
    bottom: 0%;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

hr.line {
    border: 1px solid #00A6E1;
    border-radius: 1px;
    width: 92%;
    display: flex;
    margin-right: initial;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.tooltip>.tooltip-inner {
    background-color: white;
    color: black;
    border-radius: 1px;
    border: 1px solid #00A6E1;
    display: flex;
}


/* For mobile phones: */

@media screen and (max-width: 320px) {
    .asset1-text {
        font-size: 95%;
    }
    .center {
        position: absolute;
        top: -9%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    div.absolute {
        position: absolute;
        top: 630px;
        right: 0;
        width: 700px;
        height: 2000px;
    }
    .btn-group .button1 {
        padding: 14px;
        font-size: 10px;
    }
    .image2 {
        width: 95%;
        margin-top: -21px;
    }
}

@media (min-width: 321px) and (max-width: 759px) {
    .asset1-text {
        font-size: 100%;
    }
    .center {
        position: absolute;
        top: 17%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    div.absolute {
        position: absolute;
        right: 0;
        width: 700px;
        height: 2000px;
    }
    .btn-group .button1 {
        font-size: 12px;
        margin-top: -18px;
        padding: 16px;
    }
    .image2 {
        width: 95%;
        margin-top: -20px;
    }
}

@media (min-width: 760px) and (max-width: 1023px) {
    .asset1-text {
        font-size: 125%;
    }
    .center {
        position: inherit;
        top: 0%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    div.absolute {
        position: absolute;
        top: 630px;
        right: 0;
        width: 700px;
        height: 2000px;
    }
    .btn-group .button1 {
        padding: 10px 41px 4px;
        font-size: 15px;
    }
    .side {
        float: left;
        padding: 0px;
        padding-right: 10px;
    }
    .image2 {
        margin-top: -15px;
    }
    [class*="col-"] {
        float: right;
        padding: 0px;
    }
}

@media screen and (min-width: 1024px) {
    .asset1-text {
        font-size: 125%;
    }
    div.absolute {
        position: absolute;
        top: 630px;
        right: 0;
        width: 700px;
        height: 2000px;
    }
    .center {
        position: inherit;
        top: 12%;
        left: 25%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .btn-group .button1 {
        padding: 16px 30px;
    }
    .image2 {
        width: 91%;
        margin-top: -2px;
    }
    .side {
        float: left;
        padding: 0px;
        padding-right: 10px;
    }
}

body {
    background-color: white;
    font-family: Arial;
}

.column {
    float: left;
    width: 50%;
    padding: 10px;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

#text {
    display: none;
}

a:active {
    color: #ffd323;
}

.btn-container {
    margin: auto;
    height: 44px;
    width: 75px;
}

.button2 {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    cursor: pointer;
    border: none;
    padding: 8px;
    font-size: 20px;
    background: linear-gradient(141deg, #0fb8ad 0%, #1fc8db 51%, #2cb5e8 75%);
    color: white;
    font-family: cursive;
    box-sizing: border-box;
}

.checked {
    color: #00A6E1;
}

.noncheked {
    color: #00A6E1;
}

.modal-backdrop.fade.show {
    z-index: 0 !important;
}

#toggle:hover {
    cursor: pointer;
}

h2 {
    color: #005489;
}

.h5 {
    color: #005489;
}

#payment .rounded {
    border-radius: 1rem;
}

#payment .nav-pills .nav-link {
    color: #555;
}

#payment .nav-pills .nav-link.active {
    color: white;
    background-color: #00A6E1;
}

#payment input[type="radio"] {
    margin-right: 5px;
}

#payment .bold {
    font-weight: bold;
}

#payment .card {
    border-radius: 10px !important;
    margin-top: 60px;
    margin-bottom: 60px;
}

#page-header .page-title {
    margin-bottom: -3.2rem;
}

@-ms-viewport {
    width: device-width;
}

p {
    margin-top: -9px;
    margin-bottom: .5rem;
    margin-left: 60px;
}

#page {
    padding: 58px 0px 0px 0px;
}