* {
    box-sizing: border-box;
}

html {
    font-size: 0.7vw;
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100vh;
}

.container-a {
    max-width: 1440px;
    margin: auto;
}

.container-b {
    max-width: 1000px;
    margin: auto;
}

/* header */
header {
    position: fixed;
    z-index: 1;
    padding: 2.1rem 0;
    width: 100vw;
    background-color: white;
}

.nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding-left: 2.1rem;
    padding-right: 2.1rem;
}

.nav .nav-left img {
    width: 15vw;
    padding: 0 1em;
    min-width: 130px;
}

.nav .list li {
    width: 100%;
    list-style-type: none;
}

.nav .list a {
    text-decoration: none;
    font-size: 3rem;
    color: #2366b1;
    display: flex;
    align-items: center;
}

.nav .list a img {
    width: 3.2rem;
    max-width: 46px;
    min-width: 30px;
    padding-right: 0.7rem;
}

.nav .list a p {
    margin: 0 !important;
}

.nav-right {
    display: flex;
    align-items: center;
}

/* Hambur button */


.drawers {
    padding-left: 5.6rem;
}

.drawer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    position: relative;
    height: 4.9rem;
    padding: 0 1em;
}

.navbar_toggle {
    cursor: pointer;
}

.navbar_toggle_icon {
    position: relative;
    display: block;
    height: 2px;
    width: 30px;
    background: #2366a6;
    -webkit-transition: ease .5s;
    transition: ease .5s;
}

.navbar_toggle_icon:nth-child(1) {
    top: 0;
}

.navbar_toggle_icon:nth-child(2) {
    margin: 8px 0;
}

.navbar_toggle_icon:nth-child(3) {
    top: 0;
}

.navbar_toggle.open .navbar_toggle_icon:nth-child(1) {
    top: 10px;
    transform: rotate(45deg);
}

.navbar_toggle.open .navbar_toggle_icon:nth-child(2) {
    transform: translateY(-50%);
    opacity: 0;
}

.navbar_toggle.open .navbar_toggle_icon:nth-child(3) {
    top: -10px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.menu {
    transition: ease .5s;
    z-index: 100;
    top: 0;
    left: -500px;
    height: 100vh;
    background-color: #2366a6;
    position: fixed;
    max-width: 500px;
    padding: 3em 5em;
}

.center {
    text-align: center;
    margin-bottom: 1.4rem;
    background-color: #fff;
}

.center img {
    width: 90%;
}

.menu.open {
    display: block;
    overflow-y: auto;
    left: 0;
    z-index: 99999;
    max-width: 400px;
    padding-right: 75px;
    padding-left: 75px;
    width: 100%;
    opacity: 0.9;
}

.menu a {
    display: flex;
    text-decoration: none;
    color: #fff;
    align-items: center;
    padding: 15px 0px;
}

.menu a img {
    padding-right: 10px;
}

.menu ul {
    list-style: none;
    font-size: 2rem;
    margin: 0;
    padding: 0;
    color: #fff;
}

.menu ul li {
    border-bottom: 1px solid #fff;
}

/*header-top */
.header-top {
    padding-top: 10rem;
}

.top {
    background-size: 100% 100%;
    background-image: url(../images/top.png);
    position: relative;
}

.top-first {
    padding-left: 50%;
}

.top-first img {
    width: 70%;
}

.top-message-left {
    position: absolute;
    top: 7%;
    padding-left: 1%;
    font-size: 2.3rem;
    font-weight: bold;
    color: #2366a6;
}

.top-message-right {
    position: absolute;
    padding-left: 15.5%;
    font-size: 3rem;
    font-weight: bold;
    top: -0.5%;
    color: #2366a6;
}

.top-second {
    padding-left: 55%;
}

.top-second img {
    padding-top: 38%;
    width: 50%;
}

.top-third {
    padding-left: 55%;
}

.top-third img {
    width: 50%;
}

/* header-footer */
.header-footer {
    width: 100%;
}

.header-footer img {
    width: 100%;
}

/* sectin-table */
.section h1 {
    text-align: center;
    color: #2366a6;
    font-size: 5rem;
}

.section .table {
    color: #2366a6;
    max-width: 800px;
    width: 100%;
    max-height: 300px;
    height: 100%;
    margin: auto;
    overflow-y: scroll;
}

.table-border,
tr,
td {
    border-collapse: collapse !important;
    border: 1px solid #000 !important;
}

.table-border td {
    font-size: 1.5rem;
}

.section table tr .color {
    background-color: #2366a6;
    color: white;
    font-weight: bold;
    width: 20%;
    text-align: center;
    font-size: 2rem;
}

.section .table .table-border{
    width: 100%;
    height: 100%;
}

.section .payment {
    padding-top: 2rem;
    font-size: 4rem;
    color: #2366a6;
    font-weight: bold;
    text-align: center;
}

/* pay-img */
.pay-img {
    display: flex;
    justify-content: space-between;
}

.pay-img p {
    text-align: center;
    font-size: 2rem;
    padding-bottom: 3rem;
}

.pay-type img {
    width: 12vw;
}

/* section-middle*/
.section-middle {
    background-color: #2366a6;
    padding-top: 3rem;
    padding-bottom: 3rem;
    margin-bottom: 4rem;
}

.section-middle h1 {
    text-align: center;
    color: white;
    font-weight: bold;
    align-items: center;
    font-size: 6rem;
}

.section-title {
    margin-bottom: 4rem;
}

.section-title-name {
    display: flex;
    width: 100%;
    align-items: center;
}

.section-title-name img {
    width: 30%;
    height: 25rem;
}

.section-title-name-left {
    width: 70%;
}

.section-title-name-left .title {
    display: flex;
    align-items: center;
}

.section-title-name-left .title img {
    width: 4rem;
    height: 4rem;
    margin-right: 2rem;
}

.section-title-name-left .title span {
    font-size: 3rem;
}

.section-title-name-left p {
    font-size: 1.8rem;
}

/* section-middle */
.section-middle {
    background-color: #2366a6;
    text-align: center;
}

.section-middle h2 {
    color: #fff;
    font-size: 3rem;
}

.section-middle-box {
    background-color: #fff;
    color: #2366a6;
    max-width: 1000px;
    margin: auto;
    border-radius: 2rem;
}

.section-middle-box h2 {
    color: #000;
    padding-top: 2rem;
}

.section-middle-box h1 {
    color: #000;
    padding-bottom: 2rem;
    font-size: 5rem;
}

.section-middle-box h1 span {
    color: #2366a6;
}

/*section-howtosue*/
.section-howtouse {
    background-color: #fff;
    text-align: center;
}

.section-howtouse h1 {
    font-size: 4rem;
    color: #2366a6;
}

.section-howtouse .stepitem {
    display: flex;
    justify-content: space-between;
}

.stepitem .step {
    padding-left: 1rem;
    padding-right: 1rem;
}

.stepitem .step h3 {
    font-size: 2.7rem;
}

.stepitem .step h3 span {
    color: #2366a6;
}

.stepitem .step p {
    font-size: 1.5rem;
    color: #2366a6;
}

.section-howtouse .stepitem img {
    width: 20rem;
}

/* section-application */
.sectoin-application {
    background-color: #2366a6;
    color: #fff;
    text-align: center;
    padding-top: 5rem;
    padding-bottom: 15rem;
}

.sectoin-application h1 {
    font-size: 4rem;
    font-weight: bold;
}

.sectoin-application h2 {
    font-size: 3rem;
}

.sectoin-application p {
    font-size: 2rem;
}

.sectoin-application .container-b img {
    width: 7%;
}

.sectoin-application div div img {
    padding-top: 8rem;
    width: 30% !important;
}

/* section-qanda */
.section-qanda {
    background-color: #fff;
    text-align: center;
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.section-qanda h1 {
    font-size: 3rem;
}

.section-qanda h2 {
    font-size: 2.5rem;
    color: #2366a6;
}

.section-qanda span {
    color: #2366a6;
    padding-right: 3rem;
}

.section-qanda p {
    font-size: 2rem;
    text-align: left;
}

.section-qanda .container-b img {
    width: 7%;
}

/* sectoin-contact */
.section-contact {
    background-color: #2366a6;
    color: white;
    text-align: center;
    padding-top: 5rem;
    padding-bottom: 10rem;
}

.section-contact h1 {
    font-size: 3.5rem;
}

.section-contact h2 {
    font-size: 2.8rem;
}

.section-contact p {
    font-size: 2rem;
    padding-bottom: 2rem;
}

.section-contact span {
    background-color: #fff;
    border-radius: 3.5rem;
    color: black;
    padding: 1rem 4rem;
    font-size: 2.3rem;
    cursor: pointer;
    text-decoration: none;
}

.section-contact span a {
    text-decoration: none;
}

.section-contact .container-b img{
    width: 7%;
}
/* footer */
.footer {
    text-align: center;
    width: 100%;
    margin: auto;
    padding-bottom: 5rem;
}

.footer h1 {
    color: #2366a6;
    font-size: 4rem;
    font-weight: 200;
    letter-spacing: 1rem;
}

.footer .table {
    padding-bottom: 5rem;
}

.footer .table-border,
tr,
td {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #000;
}

.footer .table-border td {
    padding: 1rem 1rem;
    width: 30rem;
    font-size: 1.9rem;
    color: #2366a6;
    text-align: left;
    padding-left: 1rem;
}

.footer table tr .color {
    background-color: #2366a6;
    color: white;
    font-weight: 500;
    letter-spacing: 1rem;
    text-align: center;
    font-size: 2rem;
    width: 20rem;
}
.footer .container-b img{
    width: 50%;
}