div.google-coverage-map {                                                                            
    height: 400px;
}

div.fc-enter-fibre-address {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
    margin: 10px;
}

input.fc-enter-fibre-address:focus {
    outline: none;
}

input.fc-enter-fibre-address::placeholder {
    color: #D6D6D6;
    opacity: 1;
}

input.fc-enter-fibre-address {
    min-width: 500px;
    font-size: 2em;
    border-radius: 18px;
    background-color: #80b3ff;
    color: #fff;
    border: 0px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
}







div.s4l_portal_shop2 {
  width: 100%;
  border-radius: 10px;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 5px;
}
div.s4l_portal_shop2 > div {
  background-color: #fff;
  border-bottom: 2px solid #ddd;
  border-top: 2px solid #ddd;
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  border-radius: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 5px 10px 18px #efefef;
  max-width: 1200px;
  margin: 0 auto;
}









div.s4l_portal_shop {
    width: 100%;
    border-radius: 10px;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 5px;
}




div.s4l_portal_shop > div {
    background-color: #fff;
    border-bottom: 2px solid #ddd;
    border-top: 2px solid #ddd;
    border-left: 2px solid #ddd;
    border-right: 2px solid #ddd;
    border-radius: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 5px 10px 18px #efefef;
    max-width: 1000px;
    margin: 0 auto;
}
div.s4l_portal_navi {
    width: 100%;
    background-color: #FFF;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 5px;
    font-family: 'Open Sans', sans-serif;
}

div.s4l_portal_navi > div {
    background-color: #fff;
    max-width: 1000px;
    margin: 0 auto;
    font-family: 'Open Sans', sans-serif;
    font-weight:300;
}

h2.s4l-h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight:300;
}

div.s4l_portal_graph {
    width: 100%;
    border-radius: 10px;
    background: url(bandwidth.jpg);
    background-color: #6495ED;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 5px;
}

div.s4l_portal_graph > div {
    background-color: #fff;
    border-bottom: 2px solid #ddd;
    border-top: 2px solid #ddd;
    border-left: 2px solid #ddd;
    border-right: 2px solid #ddd;
    border-radius: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 5px 10px 18px #efefef;
    max-width: 700px;
    margin: 0 auto;
}

.s4l-products-cards {
  position: relative;
  width: 100%;
  text-align: center;
}

.s4l-product-card {
  opacity: 1;
  text-align: center;
  width: 100%;
  height: 100%;
  display: block;
  transition: .5s ease;
  backface-visibility: hidden;
}

div.s4l-card {
    border-radius: 15px 50px 30px;
}

div.s4l-card:hover {
   box-shadow: 2px 12px 15px #999;
   transition: .5s ease;
}

.s4l-product-card-middle {
  margin-top: 20px;
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.s4l-products-cards:hover .s4l-product-card {
  opacity: 0;
}

.s4l-products-cards:hover .s4l-product-card-middle {
  opacity: 2;
}

.s4l-product-buy-button {
  color: white;
  font-size: 16px;
  padding: 16px 32px;
}

.s4l-product-go-button {
  color: white;
  font-size: 16px;
  padding: 16px 32px;
}

.flip-card {
    border-radius: 20px;
    background-color: transparent;
    margin-top: 15px;
    width: 100%;
    height: 300px;
}

.flip-card:hover {
    box-shadow: 2px 12px 15px #ffc107;
    transition: ease 1s;
}

.flip-card-inner {
  border-radius: 20px;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.flip-card:hover .flip-card-inner {
  border-radius: 20px;
  transform: rotateY(180deg);
  transition: 1s ease;
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  transition: 1s ease;
}

.flip-card-front-title {
  margin-top: 10px;
  border-radius: 30%;
}

.flip-card-back-title {
  margin-top: 10%;
  border-radius: 20px ;
  background-color: #ffdb6e;  
}

.buy-btn,
.go-btn {
    transition: width 1.5s, height 3s;
    border-radius: 50%;
    font-size: 20px;
    margin-top: 30%;
}

.flip-card-front {
  color: black;
}

.flip-card-back {
  background-color: #ffdb6e;
  border-radius: 20px;
  color: white;
  transform: rotateY(180deg);
}
.card-flip-body{
  display: flex;
  width: 100vw;
  height: 60vh;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
  margin-bottom: -110px;
  padding: 0;
  overflow: hidden;
  background-image: linear-gradient(-55deg, rgba(50,45,55,1) 100%, rgba(101,96,106,1) 100%);
  color: #f5f5f5;
  font-weight: 300;
  animation: fadeIn .5s cubic-bezier(0.390, 0.575, 0.565, 1.000) 1;
}

.card-flip-nice-wrapper{
  width: 280px;
  height: 480px;
  perspective: 800px;
  position: relative;
}

.card-flip-nice{
  zoom: 90%;
  width: 320px;
  height: 450px;
  position: relative;
  transform-style: preserve-3d;
  transform: translateZ(-140px);
  transition: transform 350ms cubic-bezier(0.390, 0.575, 0.565, 1.000);
  text-align: center;
  cursor: pointer;
}

.card-flip-nice > div{
  position: absolute;
  width: 320px;
  height: 450px;
  padding: 34px 21px;
  transition: all 350ms cubic-bezier(0.390, 0.575, 0.565, 1.000);
}

.front-flip-nice{
  background-image: linear-gradient(180deg, rgba(255, 193, 7, 1) 0%, rgba(92,91,94,0) 100%);
  transform: rotateY(0deg) translateZ(160px);
  border-radius: 34px 3px 0 0;
  text-align: center;
}

.right-flip-nice{
  background-image: linear-gradient(0deg, rgba(255, 193, 7, 1) 0%, rgba(92,91,94,0) 100%);
  opacity: 0.08;
  transform: rotateY(90deg) translateZ(160px);
  border-radius: 0 0 3px 34px;
}

.card-flip-nice:hover{
  transform: translateZ(-160px) rotateY( -90deg);
  transition: 1s ease;
}

.card-flip-nice:hover .front-flip-nice{
  opacity: 0;
  transition: 1s ease;
}

.card-flip-nice:hover .right-flip-nice{
  opacity: 1;
}

.card-flip-nice-h1, .card-flip-nice-h2{
  margin: 0;
  font-size: 38px;
  letter-spacing: -.25px;
  font-weight: 700;
}

.card-flip-nice-h2{
  font-size: 21px;
}

.card-flip-nice:hover .card-flip-nice-button{
   transform: scale(1) skewY(0);
}

.card-flip-nice:not(:hover) .card-flip-nice-button{
opacity: 0;
}

.card-flip-nice-button {
    margin-top: 30%;
}

.card-flip-nice-btn-buy,
.card-flip-nice-btn-go
{
    font-size: 35px;
    border-radius: 50%
}

div.s4lToggleDashboardUpdate {
  width: 100%;
  border-radius: 7px;
  border: 1px solid #ddd;
  background-color: #efefef;
  margin-bottom: 4px;
  margin-left: 4px;
  margin-right: 4px;
  margin-top: 1px;
  padding-top: 1px;
  padding-left: 1px;
  padding-right: 1px;
}

.content-container-1:active {
  width: 100%;
  transition: 1s;
}

.s4l-form-wrapper input {
    border: 1px solid #ced4da;
}
.s4l-form-wrapper input:focus {
    box-shadow: none;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    background: #ced4da

}
