@import url(https://fonts.googleapis.com/css2?family=Castoro&display=swap);
.float-container-new,.float-container-new a {
 display:-webkit-box;
 display:-ms-flexbox;
 border-radius:10px 0 0 10px !important;
}

#btnOpenFormTwo{
  font-size: 12px;
}
.float-container-new {
 position:fixed;
 top:33%;
 right:10px;
 display:flex;
 flex-direction:column;
 width:auto;
 -webkit-box-orient:vertical;
 -webkit-box-direction:normal;
 -ms-flex-direction:column;
 -webkit-box-align:end;
 -ms-flex-align:end;
 align-items:flex-end;
 z-index:999
}
.blink-soft span.icon-cst svg{
    margin-right: 10px;
    margin-top: 5px;
}
.float-container-new a {
 z-index:99;
 display:flex;
 width:220px;
 height:45px;
 margin-right:-177px;
 margin-bottom:10px;
 padding:10px 10px;
 -webkit-transition:.3s ease-in-out;
 transition:.3s ease-in-out;
 text-decoration:none;
 color:#fff;
 border-color:#e31b29;
 background-color:#e31b29;
 -webkit-box-shadow:0 2px 4px #7d7d7d;
 box-shadow:0 2px 4px #7d7d7d;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 -webkit-box-pack:start;
 -ms-flex-pack:start;
 justify-content:flex-start;
 font-family:Castoro,serif;
}
.float-container-new a:hover {
 margin-right:-40px;
 background-color:#353535;
 -webkit-box-shadow:0 2px 4px #7d7d7d;
 box-shadow:0 2px 4px #7d7d7d
}
.float-container-new .icon:before {
 font-family:FontAwesome;
 margin-right:25px;
 -webkit-transition:.25s ease-in-out;
 transition:.25s ease-in-out;
 font-size:22px;
 font-weight:400!important;
 color:#fff
}
.icon.one:before {
 content:"\f1d8"
}
.icon.two:before {
 content:"\f2b5"
}
.icon.three:before {
 content:"\f01a"
}
.icon.four:before {
 content:"\f11d"
}

.icon.five:before {
 content:"\f2b7"
}

.icon.six:before {
 content:"\f0ac"
}

@media screen and (max-width:320px) {
 .float-container-new .icon:last-child {
  display:none
 }
 .float-container-new {
  position:fixed;
  top:auto;
  bottom:0;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-direction:row;
  flex-direction:row;
  width:100%;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:auto;
  -webkit-box-align:auto;
  -ms-flex-align:auto;
  align-items:auto
 }
 .float-container-new a.icon {
  right:0;
  bottom:0;
  width:100%;
  margin-right:0;
  margin-bottom:0;
  padding:5px;
  border-radius:0;
  -webkit-box-shadow:0 0 0 #7d7d7d;
  box-shadow:0 0 0 #7d7d7d;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  border-left:1px solid #ff8c00;
  border-right:1px solid #ff8c00
 }
}
