html {
    scroll-behavior: smooth;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font: normal 16px / 24px "Roboto", Helvetica, Arial, Verdana, sans-serif;
}

body {
    transition: background-color .5s;
}

.container {
    border: none 1px;
    box-shadow: 0px 0px 10px 0px gray;
    margin: auto;
    max-width: 1100px;
    min-height: 1400px;
}


/*           */

.inner {
    display: flex;
}

.center-box {
    border: none;
    margin: 12px;
    width: 60%;
    min-height: 700px;
    margin-top: 10px;
}

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

.bold {
    font-weight: bold;
    color: #7a7a7a;
    font-size: 14px;
}

.txt {
    margin: -8px 13px;
}

.txt-small {
    color: #7a7a7a;
    font-size: 80%;
}

.center_box__texts>p {
    color: #7a7a7a;
    margin: 12px 12px;
    font-size: 14px;
    text-align: justify;
}

.withus_li {
    color: #7a7a7a;
    margin: 12px 24px;
    font-size: 14px;
    text-align: justify;
}

.bold {
    font-weight: bold;
    color: #7a7a7a;
    font-size: 14px;
}

.banner {
    max-width: 96% !important;
    height: auto;
    margin: 10px;
}

.countries {
    border: solid 6px #fff;
    background-color: #416d9e86;
    color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    position: relative;
    top: 0;
    margin-top: 10%;
    transition: top ease 0.5s;
    cursor: pointer;
    box-shadow: 0px 0px 10px 2px lightgray;
}

#buttons {
    position: absolute;
    display: flex;
    justify-content: space-between;
}

.us_btn {
    position: relative;
    margin-top: 25% !important;
    margin-left: -25% !important;
}

.dub_btn {
    position: relative;
    margin-top: 45% !important;
    margin-left: -5% !important;
}

.eu_btn {
    position: relative;
    margin-top: 10% !important;
    margin-left: 45% !important;
}

.ge_btn {
    position: relative;
    margin-top: 27% !important;
    margin-left: -5% !important;
}

.imd_btn {
    position: relative;
    margin-top: 35% !important;
    margin-left: 5% !important;
}

.countries:hover {
    top: -10px;
    box-shadow: 0px 0px 15px 5px lightgray;
    background-color: #08428586;
}

#mapBtn span {
    font-size: 15px;
    font-weight: bold;
}

.title {
    font-weight: bold;
    font-size: 17px;
    margin: 0px 12px;
}

.with_us_li {
    font-size: 15px;
    font-weight: bold;
    font-style: italic;
    color: #416d9e86;
}

.pclass {
    position: relative;
    width: 320px;
    padding: 25px;
    word-wrap: break-word;
    color: #787878;
    font-size: 13.5px;
    text-indent: 0px;
    cursor: auto;
    align-items: center;
}

.footnote .pclass {
    z-index: -1;
    opacity: 0;
    position: absolute;
    margin-left: -110px;
    margin-top: 70px;
    border-top: solid 4px #416d9e86;
    border-left: none;
    border-right: none;
    border-bottom: none;
    border-radius: 5px;
    height: fit-content;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.footnote:hover .pclass {
    z-index: 9;
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.small-flag {
    width: 20px;
}

@media only screen and (max-width: 1100px) {
    .us_btn {
        margin-left: -15% !important;
    }
}

@media only screen and (max-width: 770px) {
    .inner {
        flex-direction: column;
    }
    table {
        width: 100%;
    }
    .center-box {
        width: 85%;
        margin: 0 auto;
    }
    #mapBtn span {
        font-size: 12px;
        font-weight: bold;
    }
    .footnote .pclass {
        max-width: 150px;
        margin-left: -75px;
        margin-top: 30px;
    }
    .eu,
    .us,
    .dub,
    .ge,
    .imd {
        border: solid 3px #fff;
        width: 30px;
        height: 30px;
    }
    #buttons {
        width: 70%;
    }
    .us_btn {
        position: relative;
        margin-top: 15% !important;
        margin-left: 10% !important;
    }
    .dub_btn {
        position: relative;
        margin-top: 28% !important;
        margin-left: -8% !important;
    }
    .eu_btn {
        position: relative;
        margin-top: 7% !important;
        margin-left: 20% !important;
    }
    .ge_btn {
        position: relative;
        margin-top: 18% !important;
        margin-left: -8% !important;
    }
    .imd_btn {
        position: relative;
        margin-top: 20% !important;
        margin-left: 5% !important;
    }
}