.fixs__css{
     position: fixed;
    width: 68px;
    bottom: 30px;
    z-index: 9999999;
    left: 20px;
}

.fx__phone{
   position: fixed;
    width: 217px;
    bottom: 247px;
    z-index: 9999999;
    left: 0px;
}









.floating-button-menu {
      z-index: 5;
    position: fixed;
    bottom: 36px;
    right: 40px;
    cursor: pointer;
    background: #F35A5A;
    border-radius: 50%;
    min-width: 68px;
    max-width: 0px;
    min-height: 68px;
    max-height: 0px;
    /*box-shadow: 2px 2px 8px 2px rgb(0 0 0 / 60%);*/
    transition: all ease-in-out 0.3s;
}
.floating-button-menu:hover {
      background: #1d5b9b;
}
.floating-button-menu .floating-button-menu-links {
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.4s;
}
.floating-button-menu .floating-button-menu-links a {
  position: relative;
  color: #454545;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 50px;
  display: block;
  display: block;
  border-bottom: 1px solid #ccc;
  width: 100%;
  height: 50px;
  padding: 0 20px;
  border-bottom: 1px solid #ccc;
  transition: background ease-in-out 0.3s;
  background: rgba(0, 0, 0, 0);
}
.floating-button-menu .floating-button-menu-links a:hover {
  background: rgba(0, 0, 0, 0.1);
}
.floating-button-menu .floating-button-menu-links a:last-child {
  border-bottom: 0px solid #fff;
}
.floating-button-menu .floating-button-menu-links.menu-on {
  background: #fff;
  width: 450px;
  height: 400px;
  border-radius: 10px;
  opacity: 1;
  transition: all ease-in-out 0.5s;
}
.floating-button-menu .floating-button-menu-label {
  text-align: center;
    line-height: 65px;
    font-size: 33px;
    color: #fff;
    opacity: 1;
    transition: opacity 0.3s;
}
.floating-button-menu.menu-on {
  background: #fff;
  max-width: 340px;
  max-height: 3300px;
  border-radius: 10px;
}
.floating-button-menu.menu-on .floating-button-menu-links {
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: all ease-in-out 1s;
}
.floating-button-menu.menu-on .floating-button-menu-label {
  height: 0px;
  overflow: hidden;
}

.floating-button-menu-close {
  position: fixed;
  z-index: 2;
  width: 0%;
  height: 0%;
}
.floating-button-menu-close.menu-on {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
}
.rrtacss{
  border-radius: 13px !important;
}


.topheader{
	/*padding: 12px;
    background: linear-gradient(to bottom, rgb(27 82 140), rgb(36 119 205));*/
        padding: 7px;
        background: #a70b16;
}
.contsc__css
{
	    padding: 7px;
}
.bokks-css{
	padding-top: 30px;
}

.headds__bgs{
	    height: 120px;
    min-height: 120px;
    background-image: url(images/head-bg.jpg);
}
.plan__css{
	    font-weight: bold;
    color: #fff !important;
    padding: 4px 18px 2px 18px;
    background: #f35a5a;
}

