@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600);	
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400;500;600;700;900&display=swap');
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600);	

 *{
    margin: 0;
    padding: 0;
}
html {
  border-top: 5px solid #fff;
  color: #2a2a2a;
  scroll-behavior: smooth;
}
.navbar-toggler{
  width:100% !important;
}
.nav-link{
 font-weight: 500 !important;
}
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
  border-radius: 30px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: aqua;
  transition:.3s; 
  border-radius: 30px;
}
.navbar{
  background:white !important;
}
.main{
  margin-top:150px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #00004E; 
}
html, body {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans';
}
.modal{
  z-index: 999 !important;
}
.modal-backdrop{
  z-index: 892;
}
nav{
  z-index: 800 !important;
}
.topNav{
  width:100%;
  position: fixed;
  top:0;
  z-index: 850;
}
.topNav nav{
  width:70%;
  margin-left: 12%;
  margin-top: 0 !important;
}
.topNav nav a.nav-link{
  opacity: .7;
  color:black;
  font-family: 'Roboto Condensed', sans-serif !important;
  transition: .3s;
}
.topNav nav a.nav-link:hover{
  opacity: .3;
}
nav {
  margin-top: 46px;
}
@media only screen and (max-width: 675px) {
  .topNav nav{
    width:100%;
    margin-left: 5%;
    margin-top: 0 !important;
  }
  .topNav nav a.nav-link{
    opacity: .7;
    margin:0;
    margin-left:3.5%;
    padding:0;
    font-size: 15px;
    color:black;
    font-family: 'Roboto Condensed', sans-serif !important;
  }
  nav {
    margin-top: 26px !important;
  }
}
@media only screen and (max-width: 360px) {
  .topNav nav a.nav-link{
    opacity: .7;
    margin:0;
    margin-left:2%;
    padding:0;
    font-size: 15px;
    color:black;
    font-family: 'Roboto Condensed', sans-serif !important;
  }
}
h1,h2,h3,h4,h5{
  font-family: 'Roboto Condensed', sans-serif !important;
}
#slider {
  float: left;
  position: relative;
  overflow: hidden;
  margin: 20px auto 0 auto;
  border-radius: 4px;
  margin-bottom: 70px;
}
#slider ul {
  position: relative;
  margin: 0;
  padding: 0;
  width:100%;
  height: 200px;
  list-style: none;
}

#slider ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width:550px;
  height: 300px;
  background: #ccc;
  text-align: center;
  line-height: 300px;
}
#slider ul li.second{
  background-size: 550px;
  background-image: url(/assets/img/slider/third.jpg);
}
#slider ul li.first{
  background-size: 550px;
  background-image: url(/assets/img/slider/first.jpg);
}
#slider ul li p{
  position: absolute;
  left:80px;
  width:auto;
  display: inline;
  text-shadow: 2px 2px 2px #333;
  bottom:80px;
  font-weight: 900;
  color:white;
  text-align: left;
  line-height: 30px;
  text-transform: uppercase;
  font-size: 20px;
}
#slider ul li p span{
  color:aqua;
  text-shadow: 1px 1px 2px #2a2a2a;
}
#slider ul li.third{
  background-size: 550px;
  background-image: url(/assets/img/slider/second.jpg);
}
#slider ul li a{
  position: absolute;
  left:70px;
  bottom:30px;
  background: aqua;
  color:#00004E;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 700;
}
a.control_prev {
  opacity: 0 !important;
  position: absolute;
  left:-20px;
}
a.control_next {
  opacity: 0 !important;
  position: absolute;
  right:-20px !important;
}
#slider:hover a.control_prev{
  opacity: 1 !important;
  left:0;

}
#slider:hover a.control_next{
  opacity: 1 !important;
  right:0 !important;
}
a.control_prev, a.control_next {
  opacity: 0 !important;
  position: absolute;
  top: 40%;
  font-size: 22px;
  z-index: 777;
  display: block;
  padding: 4% 3%;
  width: auto;
  height: auto;
  background:rgba(18, 18, 226, .6);
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  opacity: 0.8;
  cursor: pointer;
}

a.control_prev:hover, a.control_next:hover {
  opacity: 1 !important;
  -webkit-transition: all 0.2s ease;
}

a.control_prev {
  border-radius: 0 2px 2px 0;
}

a.control_next {
  right: 0;
  border-radius: 2px 0 0 2px;
}

.slider_option {
  position: relative;
  margin: 10px auto;
  width: 160px;
  font-size: 18px;
}
h2.Permition{
  color:black;
  text-align: right;
  width: 450px;
  font-size: 35px;
  position: absolute;
  float: right !important;
  margin-left: 650px;
  margin-top:40px;
  font-weight: 400;
  font-family: 'Roboto Condensed', sans-serif !important;
}
h2.Permition span{
  font-weight: bold;
  color: #00004E;
}
h2.Permition p{
  color:#333;
  font-size:16px;
  margin:0;
}
h2.Permition a.fi{
  font-weight: bold;
  font-family: 'Roboto Condensed', sans-serif !important;
  margin-top:30px;
  color:#00004E !important;
  background: tomato;
  font-size: 14px;
}
a.se{
  font-weight: bold;
  font-family: 'Roboto Condensed', sans-serif !important;
  margin-top:30px;
  background: aqua;
  font-size: 14px;
  color: #00004E;
}
.prodType ul li a{
    color: blue;
}
.prodType:hover ul li a{
    color:rgba(221, 221, 221, .8);
}
.prodType ul li a:hover{
    text-decoration: underline dotted;
}
.prodType {
    text-transform: uppercase;
    color: blue;
    width:80%;
    float:center;
    margin-left: 20px;
    height:185px;
    float: center;
    background-color: #FBFBFB;
    margin-bottom: 40px;
    box-shadow: 0 0 20px rgb(221, 221, 221);
    transition: .5s;
}
.prodType:hover{
    box-shadow: 0 0 20px rgba(0, 0, 78, .3);
    color:white;
}
.prodType h5{
    color:#333;
    font-family: 'Roboto Condensed', sans-serif;
    position: absolute;
    float: right;
    margin-top:10px;
    right:25%;
    width:50%;
    text-align: right;
    font-weight: bold;
    transition: .5s;
}
.prodType:hover h5{
    right:30%;
    color:white;
}
.prodType .prodSubmit{
    opacity: 0;
    position: absolute;
    right:-12px !important;
    margin-top:77.3px;
    width:185px;
    height: 30px;
    background-color: aqua;
    -webkit-transform: rotate(-90deg); transform: rotate(-90deg);
    -webkit-transition: opacity .3s ease-in-out;
       -moz-transition: opacity .3s ease-in-out;
        -ms-transition: opacity .3s ease-in-out;
         -o-transition: opacity .3s ease-in-out;
            transition: opacity .3s ease-in-out;
}
.prodType .prodSubmit a{
    position: absolute;
    height: 100%;
    font-family: 'Roboto Condensed', sans-serif;
    display: block;
    padding-top:3px;
    width:100%;
    font-weight: bold;
    text-align: center;
    color: #00004E;
}
.prodType .prodSubmit a:hover{
  text-decoration: underline;
}
.prodType:hover .prodSubmit {
    opacity: 1;
    right:0;
    color: #00004E;
}

.prodType ul{
    color:white;
    font-size: 14px;
    position: absolute;
    margin:70px 10px 10px 10px;
    width:80%;
    list-style: none;
    font-weight: bold;
}
.prodType .prodIcon{
    position: absolute;
    margin:10px;
    background-color: rgb(0, 0, 78);
    width:50px;
    height: 50px;
    transition: .3s;
}
.prodType:hover .prodIcon{
    margin:0;
    width:250px;
    height:185px;
}
.prodType .prodIcon i {
    text-align: center;
    color: white;
    font-size: 20px;
    padding:4px;
    position: absolute;
    margin-left: 10px;
    margin-top: 10px;
    transition: .2s;
}
.prodType:hover .prodIcon i {
  font-size: 25px;
}


.ForPart{
  width:100%;
  height: 200px;
  background-color: rgb(0, 0, 78);
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: 10px;
}
.ForPart h5{
  padding:20px;
  border-left: 3px solid aqua;
  color:white;
}
.ForPart .list-group {
  margin-top:-8px;
  background-color: #e1e9ed;
}
.ForPart .list-group-item{
  font-size: 14px;
  border-top: 2px solid rgba(0, 0, 78, .5);
  border-bottom: none;
  background-color: #e1e9ed;
  color: rgb(0, 0, 78);
  text-transform: uppercase;
  font-weight: 500;
}
.ForPart .list-group-item:nth-child(1){
  border:none;
  border-radius: none;
}
.ForPart .list-group-item:hover{
  background-color: rgb(0, 0, 78);
  color:aqua;
}

@media only screen and (max-width: 1300px) {
  
  .prodType {
    width:100%;
  }
  .prodType .prodSubmit{
    opacity: 1;
    position: absolute;
    right:-50px !important;
    margin-top:77.5px;
    width:185px;
    height: 30px;
    background-color: aqua;
    -webkit-transform: rotate(-90deg); transform: rotate(-90deg);
    -webkit-transition: opacity .3s ease-in-out;
       -moz-transition: opacity .3s ease-in-out;
        -ms-transition: opacity .3s ease-in-out;
         -o-transition: opacity .3s ease-in-out;
            transition: opacity .3s ease-in-out;
}
h2.Permition {
  right:50px;
}
.prodType{
  margin-left: 0 !important;
}
  .prodType h5{
      color:#333;
      font-family: 'Roboto Condensed', sans-serif;
      position: absolute;
      float: right;
      margin-top:10px;
      right:20%;
      width:60%;
      text-align: right;
      font-weight: bold;
      transition: .5s;
  }
  .ForPart{
    width:100%;
    
    background-color: rgb(0, 0, 78);
    margin-bottom: 50px;
    margin-left: 0;
  }
  .prodType:hover .prodSubmit {
    opacity: 1;
    right:-50px;
    color: #00004E;
  }
  .prodType:hover{
    box-shadow: 0 0 20px rgba(0, 0, 78, .3);
    color:white;
  }
  .prodType:hover h5{
    right:20%;
    color:white;
  }
  .prodType:hover .prodIcon{
    margin:0;
    width:90%;
    height:185px;
}
}

.navbar {
  background-color: transparent;
  font-weight: bold;
}

.top-nav-collapse {
  background-color: white;
}
@media only screen and (max-width: 768px) {
  .navbar {
      background-color: white;
  }
}
a.phoneNum{
  float:right;
  font-weight: 900;
  font-size:20px;
  font-family: 'Roboto Condensed', sans-serif;
  color:#00004E !important;
  margin-right:20px;
  padding:10px;
}
a.NumOder{
  float:right;
  font-weight: 900;
  font-size:20px;
  font-family: 'Roboto Condensed', sans-serif;
  color:#00004E  !important;
  background-color: tomato;
  padding:10px;
}
button.ModalOderNum{
  background-color: tomato;
  font-weight: 900;
  font-size:20px;
  font-family: 'Roboto Condensed', sans-serif;
  color:#00004E !important;
}


.img-replace {
  /* replace text with an image */
  display: inline-block;
  overflow: hidden;
  text-indent: 100%; 
  color: transparent;
  white-space: nowrap;
}
.bts-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.bts-popup.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.bts-popup-container {
  position: relative;
  width: 90%;
  max-width: 400px;
  margin: 4em auto;
  background: #f36f21;
  border-radius: none; 
  text-align: center;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.bts-popup-container img {
  padding: 20px 0 0 0;
}
.bts-popup-container p {
	color: white;
  padding: 10px 40px;
}
.bts-popup-container .bts-popup-button {
  padding: 5px 25px;
  border: 2px solid white;
	display: inline-block;
  margin-bottom: 10px;
}

.bts-popup-container a {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
}
.cityD {
  display:none;
}

@media only screen and (max-width: 800px) {
  .main{
    margin-top:140px !important;
  }
  .cityC {
    display:none;
    position: fixed !important;
    bottom:0 !important;
    left:0 !important;
    background:black;
    color:white;
    width:100% !important;
    margin:0 !important;
  }
  .cityD {
    z-index: 99999999;
    display:block;
    position: fixed !important;
    bottom:0 !important;
    left:0 !important;
    line-height: 50px;
    height:50px;
    font-family: 'Roboto Condensed', sans-serif !important;  
    text-align: center;
    background:black;
    color:white !important;
    width:100% !important;
    margin:0 !important;
  }
  .cityD a{
    dispay:block;
    color: white !important;
    width:100%;
    height:50px !important;
  }
}


.allInThere{
  margin:30px 50px 50px 50px;
}
.allInThere h1{
  font-family: 'Roboto Slab', serif !important;
  font-weight: 700;
}
.allInThere h2{
  font-family: 'Roboto Condensed', sans-serif !important; 
}
.allInThere h2::before {
  content: " ";
  background-color: #00004E;
  font-weight: bold;
  display: inline-block; 
  width: 10px;
  height:10px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 5px;
  margin-bottom:5px;
  margin-left:-20px;
  margin-right:10px;
  transition: .3s;
}
.allInThere h2:hover::before {
  content: " ";
  background-color: tomato;
  font-weight: bold;
  display: inline-block; 
  width: 10px;
  height:10px;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-bottom:5px;
  margin-left:-20px;
  margin-right:10px;
}
.allInThere p{
  font-weight: 400;
}
.allInThere span{
  border-bottom: 2px solid tomato;  
  transition: .3s;
}
.allInThere ul li{
  border-left:2px solid tomato;
  padding-left:10px;
  margin:20px;
  font-weight: 400;
}
.allInThere ol li{
  list-style-type: circle;
  padding-left:10px;
  margin:20px;
  font-weight: 400;
}
.allInThere ul li:hover{
  border-left:2px solid tomato;
  padding-left:10px;
  margin:20px;
}
.allInThere span::after { 
  content: "";
  height: 100%; 
  left: 0; 
  top: 0; 
  width: 0px;  
  position: absolute; 
  transition: all 0.3s ease 0s; 
  -webkit-transition: all 0.3s ease 0s; 
  z-index: -1;
}
.allInThere span:hover{
  background-color: tomato;
  color:#fff;
  border-bottom: 2px solid tomato;  
}
.nextet{
  margin-top:40px !important;
}
.nextet:hover h2::before {
  content: " ";
  background-color: tomato;
  font-weight: bold;
  display: inline-block; 
  width: 10px;
  height:10px;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-bottom:5px;
  margin-left:-20px;
  margin-right:10px;
}

.width70{
  width: 61%;
  display: inline-block;
}
.width20{
  width: 30%;
  position: relative;
  margin-left:50px;
  transform: translateY(-70px);
  font-size:30px;
  text-align: right;
  display: inline-block;
}
@media only screen and (max-width: 800px) {
  .main{
    margin-top:100px;
  }
  .allInThere{
    margin:20px;
  }
  .width20{
    display: none;
  }
  .width70{
    width: 100%;
    display: inline-block;
  }
}

.word {
  position: absolute;
  right:0;
  text-align: right;
  width:auto;
  opacity: 0;
  border-bottom: none !important;
  color:#00004E !important;
}

.word:hover{
  background: none !important; 
  color:#00004E !important;
}
.letter:hover{
  background: none !important; 
}
.letter {
  display: inline-block;
  position: relative;
  float: left;
  color:#00004E !important;
  background-color: #fff;
  border-bottom:2px solid tomato !important;
  transform: translateZ(25px);
  transform-origin: 50% 50% 25px;
}

.letter.out {
  transform: rotateX(90deg);
  transition: transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.letter.behind {
  transform: rotateX(-90deg);
}

.letter.in {
  transform: rotateX(0deg);
  transition: transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.menu ul {
  margin: 0;
  list-style: none;
  padding-left: 20px !important;
  display: none;
}
.menu ul li{
  background-color: rgb(245, 245, 245);
  width:auto;
  max-width: 300px;
  padding:5px;
}
.menu .title {
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
  border:none;
  font-family: 'Roboto Slab', serif !important;
}
.menu ol{
  margin-top:-10px;
}
.menu ul li:hover{
  background-color: rgb(245, 245, 245);
  width:auto;
  max-width: 300px;
  padding:5px;
}
.menu ol li{
  border:none !important;
  padding-left:1px;
  margin:5px 2px 2px 20px!important;
}
.menu ol li:hover{
  border:none !important;
  padding-left:1px;
}
.menu b{
  font-size: 16px !important;
}

.menu .title::before {
  content: '▶ ';
  font-size: 80%;
  color:#00004E;
}
.menu .title:hover {
  color:#00004E;
  background: none;
  border:none;
}

.menu.open .title::before {
  content: '▼ ';
}

.menu.open ul {
  display: block;
}
.offerTo h5{
  font-family: 'Roboto Slab', serif !important;
  font-weight: 600;
}

@media only screen and (max-width: 1300px) {
  
  .prodType {
    width:100%;
  }
  .prodType .prodSubmit{
    opacity: 1;
    position: absolute;
    right:-70px !important;
    margin-top:77.26px;
    width:185.2px;
    height: 30px;
    background-color: aqua;
    -webkit-transform: rotate(-90deg); transform: rotate(-90deg);
    -webkit-transition: opacity .3s ease-in-out;
       -moz-transition: opacity .3s ease-in-out;
        -ms-transition: opacity .3s ease-in-out;
         -o-transition: opacity .3s ease-in-out;
            transition: opacity .3s ease-in-out;
}
h2.Permition {
  right:50px;
}
.prodType{
  margin-left: 0 !important;
}
  .prodType h5{
      color:#333;
      font-family: 'Roboto Condensed', sans-serif;
      position: absolute;
      float: right;
      margin-top:10px;
      right:20%;
      width:60%;
      text-align: right;
      font-weight: bold;
      transition: .5s;
  }
  .ForPart{
    width:100%;
    background-color: rgb(0, 0, 78);
    margin-bottom: 50px;
    margin-left: 0;
  }
  .prodType:hover .prodSubmit {
    opacity: 1;
    right:-50px;
    color: #00004E;
  }
  .prodType:hover{
    box-shadow: 0 0 20px rgba(0, 0, 78, .3);
    color:white;
  }
  .prodType:hover h5{
    right:20%;
    color:white;
  }
  .prodType:hover .prodIcon{
    margin:0;
    width:90%;
    height:185px;
}
}
@media only screen and (max-width: 1100px) {
  h2.Permition{
    color:black;
    text-align: right;
    width: 100%;
    font-size: 25px;
    position: relative;
    margin-left: 0;
    margin-top:20px;
    font-weight: 400;
    font-family: 'Roboto Condensed', sans-serif !important;
  }
  h2.Permition a.fi{
    font-weight: bold;
    font-family: 'Roboto Condensed', sans-serif !important;
    margin-top:3px;
    color:#00004E !important;
    background: tomato;
    font-size: 16px;
  }
  h2.Permition a.se{
    font-weight: bold;
    font-family: 'Roboto Condensed', sans-serif !important;
    margin-top:3px;
    background: aqua;
    font-size: 16px;
    color: #00004E;
  }
  .sl{
    display: none;
  }
}
.fastDis{
  position: fixed !important;
  float:left;
  left:0;
  top:145px;
  height:100px;
  text-align: right !important;
  text-transform: lowercase;
  font-size:14px !important;
  width:auto;
}
.fastDiser{
  position: sticky !important;
  position: -webkit-sticky !important;
  position: -moz-sticky !important;
  position: -ms-sticky !important;
  position: -o-sticky !important;
  float:right;
  top:150px;
  height:100px;
  text-transform: lowercase;
  font-size:14px !important;
  width:200px;
}
.fastDiserer{
  position: fixed !important;
  position: -webkit-sticky !important;
  position: -moz-sticky !important;
  position: -ms-sticky !important;
  position: -o-sticky !important;
  float:right;
  bottom:-200px;
  height:100px;
  text-transform: lowercase;
  font-size:14px !important;
  width:200px;
}
.fastDiser form h4{
  text-transform: none;
  font-size:19px;
  line-height: 25px !important;
  font-family: 'Roboto Slab', sans-serif !important;
  font-weight: 500;
  margin:0;
}
.fastDiserer form h4{
  text-transform: none;
  font-size:19px;
  line-height: 25px !important;
  font-family: 'Roboto Slab', sans-serif !important;
  font-weight: 500;
  margin:0;
}
a.faster{
  display: block;
  margin-top:5px;
  width:170px;
  padding:10px 10px 10px 1px;
  color:#333;
  border-right:3px solid darkgrey;
  background-color: rgb(245, 245, 245);
  text-transform: lowercase;
}
a.faster::first-letter{
  text-transform: uppercase;
}
a.faster:hover{
  border-right:3px solid tomato;
  color: #00004E;
  background: lightgrey;
}
.fastDiser form {
  padding: 16px !important;
  width: 100%;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border-right:none !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  background-color: #EBECF0;
  box-shadow: -5px -5px 20px #FFF, 5px 5px 20px #BABECC;
}
.fastDiserer form {
  padding: 16px !important;
  width: 100%;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border-right:none !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  background-color: #EBECF0;
  box-shadow: -5px -5px 20px #FFF, 5px 5px 20px #BABECC;
}
.fastDiserer{
  display: none;
}
.nextet form {
  padding: 16px;
  width: 500px;
  background-color: #EBECF0;
}

@media only screen and (max-width: 1340px) {
  .nextet form {
    padding: 16px;
    width: 100%;
    background-color: #EBECF0;
  }
  .width20{
    display: none !important;
  }
  .fastDis{
    display: none !important;
  }
  .fastDiserer{
    display: none !important;
  }
  .fastDiserer form{
    display: none !important;
  }
  .fastDiser{
    display: block !important;
    position:fixed !important;
    top:60%;
    right:0;
    bottom:100px !important;
    border-radius: 15px;
  }
  .fastDiser form{
    border-radius: 15px;
  }
}
@media only screen and (max-width: 800px) {
  .nextet form {
    padding: 16px;
    width: 100%;
    background-color: #EBECF0;
  }
  .fastDis{
    display: none !important;
  }
  .fastDiserer{
    display: none !important;
  }
  .fastDiserer form{
    display: none !important;
  }
  .fastDiser{
    display: none !important;
  }
}
.nextet button, .nextet input, .fastDiser input, .fastDiserer input  {
  border: 0;
  outline: 0;
  font-size: 16px;
  border-radius: 320px;
  padding: 16px;
  background-color: #EBECF0;
  text-shadow: 1px 1px 0 #FFF;
}
.nextet textarea, .fastDiser textarea{
  border: 0;
  outline: 0;
  font-size: 16px;
  border-radius: 30px;
  padding: 16px;
  height:110px;
  background-color: #EBECF0;
  text-shadow: 1px 1px 0 #FFF;
}

.nextet li.vip{
  list-style-type: square;
}
.nextet label, .fastDiser label, .fastDiserer label {
  display: block;
  margin-bottom: 24px;
  width: 100%;
}
.nextet .custom-control-label{
  margin:0 !important;
}
.nextet input,.nextet textarea, .fastDiser input, .fastDiserer input{
  margin-right: 8px;
  box-shadow: inset 2px 2px 5px #BABECC, inset -5px -5px 10px #FFF;
  width: 100%;
  box-sizing: border-box;
  transition: all 0.2s ease-in-out;
  appearance: none;
  -webkit-appearance: none;
}
.nextet input:focus,.nextet textarea:focus,.fastDiser input:focus, .fastDiserer input:focus {
  box-shadow: inset 1px 1px 2px #BABECC, inset -1px -1px 2px #FFF;
}
.nextet button, .fastDiser button,.fastDiserer button  {
  color: #61677C;
  font-weight: bold;
  box-shadow: -5px -5px 20px #FFF, 5px 5px 20px #BABECC;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  font-weight: 600;
}
.nextet button:hover, .fastDiser button:hover {
  box-shadow: -2px -2px 5px #FFF, 2px 2px 5px #BABECC;
}
.nextet button:active, .fastDiser button:active, .fastDiserer button:active {
  box-shadow: inset 1px 1px 2px #BABECC, inset -1px -1px 2px #FFF;
}
.nextet button .icon {
  margin-right: 8px;
}
.nextet button.unit, .fastDiser button.unit{
  border-radius: 8px;
  line-height: 0;
  width: 48px;
  height: 48px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 8px;
  font-size: 19.2px;
}
.nextet button.unit .icon {
  margin-right: 0;
}
.nextet button.rendeer, .fastDiser button.rendeer{
  display: block;
  width: 100%;
  color: #AE1100;
}
.fastDiser button.rendeer:hover{
  font-weight: bolder !important;
}