.countries-tabber-group h2 {
  margin-bottom: 46px;
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
  font-style: normal;
  line-height: normal;
  letter-spacing: -1.296px;
}
.countries-tabber-group {
  padding-top: 144px;
}
.countries-tabber-group h5 {
  color: #6A6C94;
  font-weight: 500;
}
.countries-tabber-group h5 strong {
  background: #cfcffd;
  border-radius: 8px;
  color: #3c40f0;
  font-family: Lato;
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -1px;
  padding: 7px 17px;
  text-align: center;
}
.countries-tabber-group h5 em {
  color: #3c40f0;
  font-weight: 600;
  letter-spacing: 0;
  font-style: normal;
  font-size: 22px;
}
.countries-tabber-grp {
  background: #fff;
  border-radius: 35px;
  box-shadow: 0 4px 124px 0 rgba(210, 220, 255, .4);
  display: flex;
  align-items: center;
  overflow:hidden;
  margin-top: 67px;
  border:1px solid rgba(0,0,0,0.02);
}
.countries-tabber-group .content-wrapper {
  max-width: 1240px;
}
.countries-tabber-grp .tabber-left {
  max-width: 370px;
  display: flex;
  flex-wrap: wrap;
  width:100%;
}
.countries-tabber-grp .tabber-left .country-item {
  align-items: flex-end;
  border-bottom: 1px solid rgba(169, 170, 197, 0.8);
  border-right: 1px solid rgba(169, 170, 197, 0.8);
  display: flex;
  height: 175px;
  padding: 20px 28px;
  width: 50%;
  position:relative;
  cursor:pointer;
}
.countries-tabber-grp .tabber-slider.desktop {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.highcharts-label.highcharts-tooltip {
  filter: none !important;
  outline: 2px solid #272C68;
}
.countries-tabber-grp .icon img {
  height: 70px !important;
  width: auto;
}
.countries-tabber-group .title {
  color: #272c68;
  font-family: Lato;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.countries-tabber-grp .icon {
  display: flex;
  display:none;
  justify-content: flex-end;
}
.countries-tabber-group .per {
  color: #1D2056;
  font-family: Lato;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0;
  line-height: normal;
  margin-top: 5px;
}
.countries-tabber-group .caption {
  color: #1D2056;
  font-family: Lato;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 4.7px;
  text-transform: uppercase;
  margin-top: 9px;
}
.country-item.learn-btn a svg {
  background: #3C40F0;
  height: 36px;
  width: 36px;
  border-radius: 50%;
  padding: 9px;
}
.country-item.learn-btn a {
  color: #3C40F0;
  font-weight: 600;
  display: flex;
  align-items: center;
  font-size: 16px;
}
.countries-tabber-grp .tabber-left .country-item.learn-btn {
  padding-left: 5px;
  padding-right: 5px;
  align-items: center;
  justify-content: center;
}
.country-item.learn-btn a svg {
  margin-left: 11px;
}
.country-item.learn-btn a svg {
  background: #3C40F0;
  height: 36px;
  width: 36px;
  border-radius: 50%;
  padding: 9px;
}
.country-item.learn-btn a {
  color: #3C40F0;
  font-weight: 600;
  display: flex;
  align-items: center;
  font-size: 16px;
}
.countries-tabber-grp .tabber-left .country-item.learn-btn {
  padding-left: 5px;
  padding-right: 5px;
  align-items: center;
  justify-content: center;
}
.country-item.learn-btn a svg {
  margin-left: 11px;
}
.countries-tabber-grp.desktop .tabber-item {
  display: none;
}
.countries-tabber-grp.desktop .tabber-item.active {
  display: block;
}
/* .countries-tabber-grp .tabber-left .country-item.slick-current, 
.countries-tabber-grp .tabber-left .country-item.active {
background: #272C68;
color: #fff;
}
/* .countries-tabber-grp .tabber-left .country-item.slick-current .title,
.countries-tabber-grp .tabber-left .country-item.slick-current .caption, 
.countries-tabber-grp .tabber-left .country-item.slick-current .per ,
.countries-tabber-grp .tabber-left .country-item.active .title,
.countries-tabber-grp .tabber-left .country-item.active .caption, 
.countries-tabber-grp .tabber-left .country-item.active .per {
color: #fff;
} */
.countries-tabber-grp .tabber-left .country-item{
  transition:all ease 0.3s;
}
.countries-tabber-grp .tabber-left .country-item:hover {
  background: #272C68;
  color: #fff;
  opacity: 1;
}
.countries-tabber-grp .icon:hover img {
  opacity: 0;
}
.countries-tabber-grp .tabber-left .country-item:hover .title,
.countries-tabber-grp .tabber-left .country-item:hover .per, 
.countries-tabber-grp .tabber-left .country-item:hover .caption {
  color:#fff;
}
.countries-tabber-grp .tabber-right {
  padding: 0 15px 0;
}
g.highcharts-exporting-group,
text.highcharts-credits {
  display: none !important;
}
#container {
  height: 480px; 
  min-width: 310px; 
  max-width: 850px; 
  margin: 0 auto; 
}
.loading {
  margin-top: 10em;
  text-align: center;
  color: gray;
}
.countries-tabber-grp .tabber-right {
  width: calc(100% - 350px);
}
.countries-tabber-grp .tabber-left .country-item:hover .icon img {
  filter: grayscale(1) invert(1) contrast(4);
}
.tabber-slider.mobile{
  display:none;
}

@media(min-width:992px){  
  .countries-tabber-grp .tabber-left .country-item:last-child,
  .countries-tabber-grp .tabber-left .country-item:nth-last-child(2) {
    border-bottom: 0;
  }
}
@media(min-width:768px) and (max-width:991px){  
  .countries-tabber-grp .tabber-left .country-item.cols5.cols-length5,
  .countries-tabber-grp .tabber-left .country-item.cols4.cols-length5 {
    width: 50%;
  }
  .countries-tabber-group{
    padding-top:80px;
  }
  .countries-tabber-grp .tabber-left {
    width: 100%;
    max-width: 100%;
    margin-bottom: 50px;
  }
  .countries-tabber-grp {
    flex-direction: column;
  }
  .countries-tabber-grp .tabber-left .country-item {
    width: 33.333%;
  }
  .country-item.last-item {
    border-bottom: 1px solid rgba(169, 170, 197, .8) !important;
  }
  .countries-tabber-grp .tabber-right {
    width: 100%;
  }
}

@media(min-width:768px){
  .country-item.last-item {
    border-bottom: 0 !important;
  }
  .countries-tabber-group .tabber-left.mobile{
    display:none;
  }
  .countries-tabber-grp.mobile{
    display:none;
  }
  .country-item.learn-btn.last-item.mobile-ver{
    display:none;
  }
}

@media(max-width:767px){
  .tabber-slider.mobile{
    display:block;
  }
  .countries-tabber-grp .tabber-right {
    width: 100%;
    padding-left:0;
    padding-right:0;
  }
  .countries-tabber-grp .tabber-left .country-item {
    padding: 0;
  }
  .countries-tabber-grp .tabber-left .country-item .service-in-item {
    padding: 20px 28px;
    width:100%;
  }
  .countries-tabber-group h2 {
    line-height:1.2;
    font-size:30px;
  }
  .countries-tabber-group h5 {
    line-height: 1.7;
  }
  .countries-tabber-grp {
    flex-direction: column;
    margin-top: 40px;
  }
  .countries-tabber-grp .tabber-left {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .countries-tabber-grp ul.slick-dots {
    bottom: 10px !important;
  }
  .countries-tabber-grp.mobile > div {
    border-radius: 35px;
    box-shadow: 0 4px 124px 0 rgba(210, 220, 255, .4);
    overflow: hidden;
    margin-bottom: 0;
    padding-bottom: 70px;
  }
  .countries-tabber-grp.mobile {
    display: block;
  }
  .country-item.learn-btn.last-item {
    padding: 35px 35px 0;
    text-align: center;
    justify-content: center;
    display: flex;
  }
  .countries-tabber-group {
    padding-top: 80px;
  }
  .countries-tabber-grp .tabber-slider.desktop{
    display: none;
  }
  .countries-tabber-grp .tabber-left {
    display: block;
  }
  .tabber-slider.mobile:before {
    content: "";
    background: #fff;
    height: 100%;
    position: absolute;
    right: 1px;
    width: 9px;
    z-index: 2;
    bottom: 1px;
  }
}

@media(max-width:580px){
  #container {
    height: 300px;
  }
}

@media(max-width:479px){
  .countries-tabber-group h5 strong {
    display: table;
    margin: 0px auto;
    line-height: normal;
  }
  #container {
    height: 270px;
  }
}

@media(max-width:450px){
  .countries-tabber-grp .tabber-left .country-item {
    border-right: 0;
  }
  .tabber-slider.mobile:before{
    display:none;
  }
  .countries-tabber-grp .tabber-left .country-item .service-in-item{
    text-align:center;
  }
  .countries-tabber-grp .tabber-left .country-item {
    padding-bottom: 26px;
  }
}