.theme-header {
  
    background: #fff;
}

@media all and (min-width: 992px) {
.theme-header .zpcontainer {
padding:10px 15px !important;
}
.theme-header-topbar {
padding:8px 0px !important;
}
.zphero {
min-height: 45vh !important;
}
}

.theme-footer {
    background: #ffffff;
}

.theme-header-topbar {
     display: none; 
}

.site-box{
  display: flex;
  width : 100%;
  height : 100%;
}
#customFloatIcon{
  bottom: 0;
  right: 0;
  position: absolute;
  font-family: sans-serif;
  margin-bottom: 20px;
  margin-right: 20px;
  font-weight: 700;
  color: #333;
  cursor:pointer;
}
#customFloatIcon:hover{
  color: #1484ff;
}
.btn {
    border: none;
    cursor: pointer;
    padding: 10px 17px;
    margin: 6px 0px;
    letter-spacing: 0.5px;
    font-weight: 700;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.btn-2 {
    background: #cb4e4e;
    color: #fff;
    box-shadow: 0 5px #ab3c3c;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    position: relative;
    outline: none;
}
.btn-2a {
    font-size:14px;
}
.btn-2a:hover {
    box-shadow: 0 4px #ab3c3c;
    top: 2px;
}
