/*****.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: #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: -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: 50%;
    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: #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: 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;
}

@media (max-width:950px){
.tooltip-top1, .tooltip-top2, .tooltip-top3 {
    width: 100% !important;
    }
    .tooltiptext {
    display: none;
    }
    .visible {
        font-size: 0.7em !important;
        color: #fff;
        margin-left:30px;
        display: block;
        margin-top: -18px;
        padding-bottom:10px;
    }
    .visible:hover {
        font-size: 0.7em !important;
        margin-left:30px;
        color: #f08200;
        display: block;
        margin-top: -18px;
        padding-bottom:10px;
        top: -50px !important;
        transition: 0.3s all;
    }
    .visible2 {
        font-size: 0.7em !important;
        color: #353535;
         font-weight: 500;
        margin-left:30px;
        display: block;
        margin-top: -20px;
        padding-bottom:10px;
    }
    .visible2:hover {
        font-size: 0.7em !important;
        
        color: #fff !important;
        
    }
}