#map {
  height: 700px;
}

.index-page-map {
  padding: 120px 0 160px;
  background-image: url(https://static.frootvpn.com/img/bg-pattern.png);
  background-repeat: repeat;
}

.index-page-map .heading {
  letter-spacing: 0.01em;
}

.index-page-map .heading h2 {
  font-size: 34px;
}

.index-page-map .heading p {
  font-size: 16px;
  font-weight: 500;
}


/* info window map */

.content {
  letter-spacing: 0.01em;
  ~min-height: 200px;
}

.content .name_country {
  font-size: 18px;
  font-weight: 700;
  color: #111c1c;
}

.content .about_vpn {
  font-size: 14px;
  font-weight: 500;
  color: #111c1c;
  margin-bottom: 0px;
}

.content .about_vpn span {
  font-weight: 500;
}

.content .name_protocol {
  color: #4d7f61;
}

.content .total_ip {
  color: #f8ba3d;
}

.content .comming_text {
  color: #4d7f61;
}


/* end info window map */


/* block flag*/

.flags .heading {
  margin-bottom: 65px;
}

.items_flag {
  font-size: 0;
  vertical-align: top;
  padding-bottom: 60px;
}

.items_flag .item_flag {
  width: 20%;
  padding: 0 5px;
  margin-bottom: 48px;
  display: inline-block;
  text-align: center;
  letter-spacing: 0.01em;
  vertical-align: top;
}

.items_flag .item_flag img {
  margin: 0 auto;
}

.name_country {
  font-size: 18px;
  font-weight: 700;
  color: #111c1c;
}

.about_vpn {
  font-size: 14px;
  font-weight: 500;
  color: #111c1c;
}

.about_vpn p {
  margin-bottom: 0px;
}

.about_vpn .comming_soon {
  font-size: 21px;
  font-weight: 700;
  color: #4d7f61;
}

.about_vpn .name_protocol {
  font-weight: 700;
  color: #4d7f61;
}

.about_vpn .total_ip {
  font-weight: 700;
  color: #f8ba3d;
}


/* end block flag*/

.protocols .heading p {
  margin-bottom: 40px;
}

.protocols .nav-tabs {
  border-bottom: 1px solid #e9e9e9;
}

.protocols .tab-content {
  padding: 45px 0 80px;
}

.protocols .nav-tabs>li {
  width: 33.3%;
  text-align: center;
}

.protocols .nav-tabs>li>a {
  margin-right: 0px;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.01em;
  font-family: 'Raleway', sans-serif;
  color: #111c1c;
  border: 1px solid transparent;
  border-bottom: 5px solid transparent;
}

.protocols .nav-tabs>li.active>a {
  background-color: transparent;
  border: 1px solid transparent;
  border-bottom: 5px solid #4d7f61;
}

.protocols .nav>li>a:focus,
.protocols .nav>li>a:hover {
  background-color: transparent;
  border: 1px solid transparent;
}

.protocols .nav-tabs>li.active>a:focus,
.protocols .nav-tabs>li.active>a:hover {
  border: 1px solid transparent;
  border-bottom: 5px solid #4d7f61;
}

.protocols .tab-content>.tab-pane {
  font-size: 16px;
  font-weight: 500;
  color: #111c1c;
  line-height: 32px;
  letter-spacing: 0.01em;
  text-align: center;
}

.protocols .link_join {
  height: 62px;
  margin: 0 auto;
  display: inline-block;
  padding: 0 85px;
  background: #cf373a url(img/arrow_btn.png) 29px center no-repeat;
  font-size: 26px;
  font-weight: 700;
  line-height: 62px;
  letter-spacing: 0.01em;
  color: #fff;
  transition: all 0.3s;
}

.protocols .link_join:hover {
  background-color: #C8252C;
}
.ipad.land #map {
  height: 400px;
}

/* media */

@media screen and (max-width: 992px) {
  .index-page-map {
    padding: 60px 0 80px;
  }
  .flags .heading {
    margin-bottom: 0px;
  }
  .items_flag .item_flag {
    width: 25%;
    margin-bottom: 10px;
    padding: 0 5px;
  }
  .protocols .heading p {
    margin-bottom: 20px;
  }
  .protocols .tab-content {
    padding: 35px 0 60px;
  }
}

@media screen and (max-width: 769px) {
  .mobile.port #map {
    height: 300px !important;;
  }
  .mobile.land #map {
    height: 200px !important;
  }
}
@media screen and (max-width: 580px) {
  .items_flag .item_flag {
    width: 33.3%;
  }
}

@media screen and (max-width: 480px) {
  .items_flag .item_flag {
    width: 50%;
    margin-bottom: 0px;
  }
  .protocols .nav-tabs>li>a {
    font-size: 22px;
  }
  .protocols .tab-content>.tab-pane {
    line-height: 26px;
  }
}

@media screen and (max-width: 400px) {
  .protocols .nav-tabs>li {
    width: 100%;
  }
  .items_flag .item_flag {
    width: 100%;
  }
}

.scroll-fixed-navbar a {
    color: #333 !important;
}