#country-slider .test-item {
    background: #fff;
    box-shadow: 0 0 12px 0 #ddd;
    padding: 30px 15px 20px;
    margin: 20px 10px;
    border-radius: 10px !important;
    transition: 0.5s ease-in all;
}
#country-slider .test-item a , #country-slider .test-item td {transition: 0.5s ease-in all;}
#country-slider .test-item tr , #country-slider .test-item table{border-color: transparent;}
#country-slider .test-item td {
    border: 1px solid #dedede !important;
}
#country-slider .test-item:hover td {
    border-color: #dee2e62b !important;
    color: #fff;
}
#country-slider .owl-nav{display: block;}

#country-slider .owl-nav button {
    position: absolute;
    left: -5px;
    background: #000 !important;
    width: 30px;
    height: 30px;
    top: 42%;
    transform: translateY(-50%);
    color: #fff !important;
    border-radius: 50%;
    font-size: 22px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
#country-slider  .owl-nav button.owl-next {
    left: unset;
    right: -5px;
}
.country-img .flag-icon {
    width: 120px;
    height: 120px;
    line-height: 90px;
    background: #f5f5f5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    box-shadow: 0 0 12px 0 #ddd;
    position: relative;
}
.country-img .flag-icon::after {
    position: absolute;
    content: "";
    border: 2px solid #ebebeb;
    width: 140px;
    height: 140px;
    border-radius: 50%;
}
#country-slider .country-img .flag-icon img {
    width: 100% !important;
    max-width: 80px !important;
}
#country-slider .test-item:hover {
    background: #6b7d82 !important;
    color: #fff !important;
}

#country-slider .test-item:hover a{
    color: #fff !important;
}
.map {
    height: 772px;
    margin-top:50px;
}


@media (max-width:576px){
    .international h2 {
        font-size: 22px;
    }
}

@media only screen and (min-width: 767px) and (max-width: 990px) {

    .country-img .flag-icon { width: 100px !important ; height:100px;}

#country-slider .country-img .flag-icon img { 
    width: 100% !important;  
    max-width: 60px !important;
}

.country-img .flag-icon::after { 
        width: 100px;  
        height: 100px; 
        
    }

}