/*****.english {
    color: #353535;
    border: 2px solid #353535;
    padding: 3px 2px 1px 2px;
    border-radius: 5px;
    transition: 0.3s;
    font-family: 'Avant Garde Mb BT', sans-serif;
}
.english:hover {
    color: #fff;
    border: 2px solid #fff;
    transition: 0.3s;
}*****/

.tooltip-top1 {
    position: relative;
    display: inline-block;
}

.tooltip-top1 .tooltiptext {
    visibility: hidden;
    width: auto;
    background-color: #2cbdaa;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 10px 10px;
    font-size: 0.8em;
    font-family: 'AvantGarde Md BT', sans-serif;
    font-weight: 500;
    /* Position the tooltip */
    position: absolute;
    z-index: 10001;
    line-height: 1em;
    top: 25%;
    left: 25%;
    margin-left: -29px;
}

.tooltip-top1:hover .tooltiptext {
    visibility: visible;
    transition: 0.3s all !important;
}
.tooltip-top1 .tooltiptext::after {
    content: " ";
    position: absolute;
    bottom: 100%;  /* At the top of the tooltip */
    left: 25%;
    margin-left: -5px;
    border-width: 5px;
    /*border-style: solid;
    border-color: transparent transparent #d47300 transparent;*/
}

.tooltip-top2 {
    position: relative;
    display: inline-block;
}

.tooltip-top2 .tooltiptext {
    visibility: hidden;
    width: auto;
    background-color: #d47300;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 10px 10px;
    font-size: 0.8em;
    font-family: 'AvantGarde Md BT', sans-serif;
    font-weight: 500;
    /* Position the tooltip */
    position: absolute;
    z-index: 2001;
    line-height: 1em;
    top: 100%;
    left: 50%;
    margin-left: -42px;
}

.tooltip-top2:hover .tooltiptext {
    visibility: visible;
    transition: 0.3s all !important;
}
.tooltip-top2 .tooltiptext::after {
    content: " ";
    position: absolute;
    bottom: 100%;  /* At the top of the tooltip */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #d47300 transparent;
}

.tooltip-top3 {
    position: relative;
    display: inline-block;
}

.tooltip-top3 .tooltiptext {
    visibility: hidden;
    width: auto;
    background-color: #d47300;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 10px 10px;
    font-size: 0.8em;
    font-family: 'AvantGarde Md BT', sans-serif;
    font-weight: 500;
    /* Position the tooltip */
    position: absolute;
    z-index: 2001;
    line-height: 1em;
    top: 100%;
    left: 50%;
    margin-left: -27px;
    margin-top:2px;
}

.tooltip-top3:hover .tooltiptext {
    visibility: visible;
    transition: 0.3s;
}
.tooltip-top3 .tooltiptext::after {
    content: " ";
    position: absolute;
    bottom: 100%;  /* At the top of the tooltip */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #d47300 transparent;
}

.tooltip-top4 {
    position: relative;
    display: inline-block;
}

.tooltip-top4 .tooltiptext {
    visibility: hidden;
    width: auto;
    background-color: #ff4c00;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 10px 10px;
    font-size: 0.8em;
    font-family: 'AvantGarde Md BT', sans-serif;
    font-weight: 500;
    /* Position the tooltip */
    position: absolute;
    z-index: 2000;
    line-height: 1em;
    top: 95%;
    left: 50%;
    margin-left: -32px;
}

.tooltip-top4:hover .tooltiptext {
    visibility: visible;
    transition: 0.3s all !important;
}
.tooltip-top4 .tooltiptext::after {
    content: " ";
    position: absolute;
    bottom: 100%;  /* At the top of the tooltip */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #d47300 transparent;
}
.visible, .visible2 {
    display:none;
}

