.menu {
  display: inline-block;
  margin: 0 auto;
    margin-top: 2%;
  list-style-type: none;
}
.menu a {
  display: block;
  margin: 0;
  padding: 16px 25px;
  color: #FFF;
  text-decoration: none;
    background-color: #5f7990;/*#584E4A;*/
}
.menu li {
  position: relative;
  float: left;
  margin: 0;
  border-left: 1px solid #eee;
  -webkit-perspective: 200;
          perspective: 200;
}
.menu li:first-child {
  border-left: none;
}
.menu li.parent:before {
  content: '';
  z-index: 200;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: -4px;
  margin-left: -20px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 20px 0 20px;
  border-color: #fff transparent transparent transparent;
  transition: margin-top .1s ease-out;
}
.menu li:hover > a, .menu li:focus > a {
  text-decoration: none;
  color: #fff;
  background-color: #333;
}
.menu li:hover:before, .menu li:focus:before {
  margin-top: 0;
  border-top-color: #333;
}
.menu li:hover .children, .menu li:focus .children {
  opacity: 1;
  -webkit-transform: rotateX(0) translateZ(0);
          transform: rotateX(0) translateZ(0);
}
.menu .children {
  opacity: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: rotateX(-90deg);
          transform: rotateX(-90deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform-origin: top center;
          transform-origin: top center;
  transition: opacity 0.1s 0.1s, -webkit-transform 0.4s cubic-bezier(0.17, 0.67, 0.59, 1.21);
  transition: transform 0.4s cubic-bezier(0.17, 0.67, 0.59, 1.21), opacity 0.1s 0.1s;
  transition: transform 0.4s cubic-bezier(0.17, 0.67, 0.59, 1.21), opacity 0.1s 0.1s, -webkit-transform 0.4s cubic-bezier(0.17, 0.67, 0.59, 1.21);
  z-index: 100;
  list-style-type: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 200px;
  margin: 0;
  padding: 10px 0;
  background-color: #fff;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  text-align: left;
}
.menu .children li {
  float: none;
}
.menu .children a {
  background-color: transparent;
}
.menu .children a:hover, .menu .children a:focus {
  color: #333;
  background-color: #f9f9f9;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.menu-div {
  /*background-color: #584E4A;*/
  text-align: center;
}

.fixed-bootm-footer {
    position: fixed;
    left: 18%;
    width: 81.5%;
    bottom: 0;
    padding-top: 2%;
    padding-bottom: 2%;
}
.row {
    margin-left: 0;
    margin-right: 0;
}

* {
    box-sizing: border-box;
}

.columns {
    float: left;
    width: 20%;
    padding: 8px;
    margin-bottom: 10%;
}

.price {
    list-style-type: none;
    border: 1px solid #eee;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.price:hover {
    box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
}

.price .header {
    background-color: #0ab76d;
    color: white;
    font-size: 25px;
}

.price li {
    border-bottom: 1px solid #eee;
    padding: 20px;
    text-align: center;
}

.price .grey {
    background-color: #eee;
    font-size: 20px;
}

.button {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
}
#fifth-btn {
    text-decoration: none;
    text-transform: uppercase;
    transition: .40s;
    padding: 15px 20px;
    font-size: 14px;
    border-radius: 4px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0px;
    margin: 5px;
}
#fifth-btn {
    border: 2px solid #0ab76d;
    color: #286090;
    transition: .40s;
    -webkit-transition: .40s;
    position: fixed;
    bottom: 6%;
    right: 8%;
}

#fifth-btn:hover {
    background: #0ab76d;
    color: white;
    transition: .40s;
    -webkit-transition: .40s;
}

@media only screen and (max-width: 600px) {
    .columns {
        width: 100%;
    }
}
@-webkit-keyframes slideIn {
    from {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    to {
        -webkit-transform: translate(0, -100%);
        transform: translate(0, -100%);
        font-size: 8px;
        position: absolute;
    }
}
@keyframes slideIn {
    from {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    to {
        -webkit-transform: translate(0, -100%);
        transform: translate(0, -100%);
        font-size: 8px;
        position: absolute;
    }
}
@-webkit-keyframes show {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes show {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.grid-el {
    width: 15%;
    position: fixed;
    bottom: 11%;
    right: 5%;
}
.grid-el1 {
    width: 15%;
    position: fixed;
    bottom: 35%;
    right: 5%;
}
.center {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100vw;
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 25px;
    grid-auto-rows: minmax(100px, auto);
}

.btn {
    padding: 0 12px;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    box-sizing: border-box;
    border-radius: 5px;
    position: relative;
    min-width: 100%;
    white-space: nowrap;
    display: flex;
    align-items: center;
    text-align: left;
}
.btn:hover {
    cursor: pointer;
}
.btn--content {
    position: relative;
    height: 100%;
    width: 100%;
}
.btn:hover .btn--content {
    margin-top: 8px;
}
.btn--msg {
    font-size: 16px;
    position: absolute;
    text-align: left;
}
.btn:hover .btn--msg {
    -webkit-animation: slideIn 360ms ease-in forwards;
    animation: slideIn 360ms ease-in forwards;
}
.btn--info {
    font-size: 16px;
    opacity: 0;
}
.btn:hover .btn--info {
    -webkit-animation: show 360ms ease-in forwards;
    animation: show 360ms ease-in forwards;
}
.btn i {
    padding-right: 12px;
    border-right: 1px solid #fff;
    margin-right: 12px;
    padding-top: 14px;
    padding-bottom: 14px;
}
.btn__primary {
    background: #5688C7;
}
.btn__danger {
    background: #F24236;
}
.btn__success {
    background: #386150;
}
.btn__default {
    background: #fff;
    color: #111;
}
@media screen and (max-width: 600px) 
{
    .fixed-bootm-footer 
    {
        position: relative;
        left: 0;
        width: 100%;
        height: auto;
    }
    nav.navbar.sidebar-nav.sidemenu-open {
        width: 100%;
    }
    .lds-hud {
        position: fixed;
        left: 33%;
        top: 20%;
        width: 30%;
    }
    #titleImage {
        width: 100% !important;
    }
    .grid-el {
        width: 100%;
        position: fixed;
        bottom: 0%;
        right: 0;
        left: 0;
    }
    .menu-div {
        margin-top: 15%;
        margin-left: 10%
    }
    .btn-payment {
        width: 100%;
    }
}
@media screen and (max-width: 1600px) and (min-width:600px) 
{
    .fixed-bootm-footer {
        width: 100%;
        bottom: 0;
        padding-top: 2%;
        padding-bottom: 2%;
        height: 10vh;
    }
    .fixed-bootm-footer .container{
        padding-top: 0%;
    }
}