#replacenavbar {
    display: flex;
    justify-content: center;
    background-color: black;
    color: white;
}

.replacenavbar {
    padding: 10px 15px;
    font-size: 17px;
    font-family: Arial, Helvetica, sans-serif;
}

.replacenavbar a {
    color: rgb(63, 61, 61);
}

#right button,
#left button {
    border: none;
}

#right a,
#left button {
    color: #167a92;
}

.onhover_green {
    color: white;
}

.onhover_green:hover {
    color: #26262c;
}

#language {
    border-bottom: 1px solid #f7f6f2;
    display: flex;
    gap: 20px;
    justify-items: center;
    padding: 10px;
    justify-content: flex-end;
    padding-right: 50px;
}

.navbar-logo-heading {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 5px;
    background-color: #f7f6f2;
}

.logoImg {
    margin-left: 20px;
    width: 200px;
    height: auto;
    border: none;
}

/* #search-box {
    padding: 10px;
    color: #1d565d;
    border: none;
}

#search {
    display: flex;
    align-content: center;
    justify-content: space-between;
    padding-right: 30px;
    padding-left: 20px;
    border-bottom: solid 1px rgb(198, 194, 194);
}

#first {
    display: flex;
    height: 60px;
    align-content: center;
    justify-content: space-around;
}

#last {
    display: flex;
    margin: 10px;
    margin-right: 70px;
    align-content: center;
    align-items: center;
    gap: 30px;
    justify-content: space-around;
    height: 100%;
}

#last1 {
    display: flex;
    margin-top: 23px;
    border: solid 1px #1d565d;
    color: #1d565d;
    border-radius: 5px;
    align-content: center;
    align-items: center;
    justify-content: space-around;
    height: 100%;
    gap: 50px;
    padding: 5px 10px;
} */

#toggle {
    display: flex;
    gap: 30px;
    margin-top: 15px;
    color: #26262c;
    margin-left: 20px;
    font-family: 'Times New Roman', Times, serif;
    height: 100%;
    font-size: 17px;
    letter-spacing: .06rem;
}

#a,
#b {
    height: 100%;
    display: flex;
    margin-top: 23px;
    padding: 0px 15px;
    align-items: center;
    align-content: center;
    border: solid 1px rgb(198, 194, 194);
    border-bottom: none;
    justify-content: center;
}

#a {
    border-top: solid 4px #167a92;
}

#footer {
    background-color: #f7f6f2;
    display: flex;
    justify-content: space-between;
    padding: 30px;
    width: 100%;
}

#signup_para {
    height: 100px;
    width: 45%;
}

#signup_para p {
    color: var(--text-medium);
    font-family: sans-serif;
    letter-spacing: .06rem;
    font-size: 14px;
    padding-bottom: 10px;
}

#sign_input {
    height: 100px;
    width: 45%;
}

#para a {
    color: #046673;
}

#para {
    color: var(--text-medium);
    font: Avenir Book, sans-serif;
    letter-spacing: .06rem;
    font-size: 14px;
    padding: 0px 30px;
    margin-top: -15px;
    padding-bottom: 20px;
    width: 100;
    background-color: #f7f6f2;
}

#sign_input button {
    background-color: #4b5666;
    color: white;
}

#sign_input button,
#sign_input input {
    padding: 10px 40px;
}


h3 {
    color: #26262c;
    font-family: 'Times New Roman', Times, serif;
}

#footer2 {
    height: 400px;
    background-color: #f7f6f2;
}

#main {
    width: 80%;
    height: 100%;
    margin: auto;
    display: grid;
    font-style: normal;
    font-weight: 400;
    color: #26262c;
    font-size: 14px;
    grid-template-columns: repeat(5, 22%);
}

li {
    color: #4c4745;
    text-decoration: none;
    padding: 5px;
    cursor: pointer;
    line-height: 18px;
}

ul {
    list-style-type: none;
}

li:hover {
    text-decoration: underline;
}

#twitter {
    height: 100px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    background-color: #f7f6f2;
    padding-left: 10px;
}

#twitter span {
    background-color: #f7f6f2;
    padding-left: 10px;
}

#shine_img {
    display: flex;
    margin: auto;
    justify-content: center;
    padding: 0px 0px 30px;
    background-color: #f7f6f2;
}

#shine_img img {
    width: 90%;
    background-color: #f7f6f2;
}

#usa {
    display: flex;
    margin: auto;
    justify-content: center;
    background-color: #f7f6f2;
}

#term {
    width: 90%;
    display: flex;
    margin: auto;
    font-size: 12px;
    padding-top: 30px;
    background-color: #f7f6f2;
}

.term_condition_blueColor {
    color: #829cae;
    background-color: #f7f6f2;
}




/* ------------------------------------ */

@media (max-width: 992px) {
    #main {
        grid-template-columns: repeat(3, 33.33%);
    }

    #first,
    #last {
        flex-direction: column;
        align-items: center;
    }

    #footer {
        flex-direction: row;
        align-items: center;
    }

    #signup_para,
    #sign_input {
        width: 80%;
        margin: 10px auto;
    }
}

@media (max-width: 768px) {
    #replacenavbar {
        flex-direction: row;
        align-items: center;
    }

    #language {
        flex-direction: row;
        align-items: center;
    }

    #footer {
        flex-direction: row;
        align-items: center;
    }

    #main {
        grid-template-columns: repeat(2, 50%);
    }


    #last,
    #last1,
    #toggle {
        flex-direction: row;
    }

    #sign_input button {
        margin-top: 5px;
        padding: 10px;
        margin-left: 10px;
    }

    #signup_para,
    #sign_input {
        width: 90%;
    }
}

@media (max-width: 480px) {
    #replacenavbar {
        padding: 5px;
    }

    .replacenavbar {
        font-size: 12px;
    }

    #main {
        grid-template-columns: 100%;
    }

    #footer {
        flex-direction: column;
        padding-left: 10px;
    }

    #signup_para p {
        font-size: 10px;
        padding-bottom: 0px;
    }

    #sign_input {
        margin-top: -20px;
    }

    #sign_input button {
        padding: 3px 5px 3px 5px;
        margin-top: 15px;
        margin-left: 8px;
    }

    #para {
        font-size: 9px;
        text-align: justify;
    }

    #footer2 {
        height: auto;
        padding: 20px;
    }

    li {
        font-size: 12px;
        padding: 10px;
    }
}

@media (max-width: 425px) {
    #language {
        padding-right: 20px;
    }

    #sign_input button {
        padding: 3px 5px 3px 5px;
        margin-top: 5px;
        margin-left: 0px;
    }

    #para {
        padding-top: 20px;
    }
}

@media (max-width: 375px) {
    #language {
        padding-right: 0px;
        padding: 0px;
    }

    .logoImg {
        margin-left: 5px;
        width: 150px;
        height: auto;
        border: none;
    }
}