 .main-btn li{
      margin-left: 20%;
      }
      .main-btn li a{
      margin: auto;
      margin-right: 15px;
      background: #df0024;
      border: 2px solid #df0024;
      }
      .width-100{
      width: 100%;
      text-align: center;
      margin: auto;
      }
      /*      .bg-blue-1{
      background: #1e0a3a !important;
      border: 2px solid #1e0a3a !important;
      }
      .bg-blue-1:hover{
      background: #fff !important;
      border: 2px solid #fff !important;
      color:#2B2D35;
      }*/
    
#mySidenav {
  width: 0;
}

#main {
  margin-left: 0;
}

#mySidenav.open {
  width: 80%;
  padding: 50px;
 
}

#main.open {
  margin-right: 40%;
}

.form-title{
  margin-bottom: 0;
      position: relative;
    top: -50px;
}



   
.sidenav {
 height: 100%;
    width: 0%;
    position: fixed;
    z-index: 1;
    top: 0;
    right: -30%;
    background-color: rgba(32, 35, 45, 0.8);
    /* background-color: #111; */
    overflow-x: hidden;
    transition: 0.5s;
    z-index: 100;
    padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn { 
   position: relative;
       top: -10px;
    right: -87%;
    font-size: 50px;
    color: #fff;
    margin-left: 50px;
    z-index: 10;
}

.membership-right-popup{
     padding: 40px;
    width: 60%;
    margin: auto;
    float: left;
    position: relative;
    /* left: 12%; */
}
.skew-overlay{

}
.sweet-alert button{
  /*background: red !important;*/
  color: #fff !important;
}

.sweet-alert button.cancel{
  background: #df0024 !important;
}

.sweet-alert[data-has-cancel-button=false] button {
    box-shadow: none !important;
    background: #df0024 !important;
}

.form-button{
  width: 150px;
    background: #df0024;
    border: none;
    color: #fff;
    padding: 10px;
    margin: 50px auto;
    text-decoration: none !important;
    border: 2px solid transparent;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    position: relative;
    overflow: hidden;
}
.form-button::after {
    position: absolute;
    content: '';
    border-bottom: 20px solid #fff;
    border-left: 20px solid transparent;
    bottom: -25px;
    right: -25px;
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.form-button:hover {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    color:#fff;
}
.form-button:hover::after {
    bottom: 0;
    right: 0;
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}



form.scroll .form-group input{
  background: #fff;
      width: 100%;
    height: 45px !important;
    border: none;
    color: #000;
    /* padding-left: 20px; */
    border-radius: 0;
    font-size: 15px;
    border: 1px solid #bbb;
    text-transform: uppercase;
}
form.scroll .form-group input::placeholder{
  color: #000;
  font-size: 13px;
}
form.scroll .form-group textarea::placeholder{
  color: #000;
  font-size: 13px;
}
form.scroll .form-group textarea{
   border-radius: 0;
     color: #000;
  font-size: 13px;
}
form.scroll .form-group select{
  background: #fff;
      width: 100%;
    height: 45px;
    border: none;
    color: #000;
    /* padding-left: 20px; */
    border-radius: 0;
     color: #555;
  font-size: 13px;
    border: 1px solid #bbb;
    text-transform: uppercase;
}






/* helpers */

.book-wrapper {
    display: table;
    width: 100%;
    height: 100%;
}

.book-container {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    position: relative;
}

/* book */

.book {
    margin: 0 auto;
    width: 90%;
    height: 90%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.book .page {
    height: 100%;
}

.book .page img {
    max-width: 100%;
    height: 100%;
}


.flip-relative{
   position: relative;
}
.pos-after{
  /*position: relative;*/
}
/*.pos-after::after{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
      max-width: 100%;
  height: 100vh;
  background: red;
  content: '';
}*/
.flip-relative .flipbook{
   position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
   margin: auto;
   width: 100%;
   height: 400px;
   background: transparent;
}
.flipbook div{
  
}
.flipbook-viewport .flipbook {
    width: 922px;
    height: 600px;
/*    left: -60% ;
    top: -300px;*/
}
.flipbook-viewport .flipbook {
  
}
.modal-tranparent{
  background: transparent;
  border: 1px solid transparent;
}


.magazine-viewport{
  position: relative !important;
       overflow: initial !important; 
     width: initial !important; 
     height: initial !important; 
}

.magazine-close{
    z-index: 1;
    position: absolute;
    top: -300px;
    right: -300px;
    font-size: 50px;
    color: #fff;
    opacity: 1;
}

.modal-dialog {
    top: 40%;
}
.error{
      position: relative;
    top: -15px;
    color: #fff;
    width: 100%;
    background: red;
    display: block;
    padding: 10px;
}
.error i{
padding-right: 15px;
font-size: 20px;
color: #fff;
}

.mem-form{
  position: relative;
  /*display: none;*/
}
.main-form{
  /*display: none;*/
}
.submission-message{
    position: relative;
    top: 100px;
bottom: 0;
left: 0;
right: 0;
margin: auto;
    width: 400px;
    height: 400px;
display: none;
}
.submission-message h4{
  text-align: center;
  z-index: 999;
  margin-top: 30px;
}


/*tick*/
.tick {
  stroke-dasharray: 29px;
  stroke-dashoffset: 29px;
  -webkit-animation: draw 0.5s cubic-bezier(0.25, 0.25, 0.25, 1) forwards;
          animation: draw 0.5s cubic-bezier(0.25, 0.25, 0.25, 1) forwards;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.circle {
  fill-opacity: 0;
  stroke: red;
  stroke-width: 16px;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-animation: grow 1s cubic-bezier(0.25, 0.25, 0.25, 1.25) forwards;
          animation: grow 1s cubic-bezier(0.25, 0.25, 0.25, 1.25) forwards;
}

@-webkit-keyframes grow {
  60% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    stroke-width: 4px;
    fill-opacity: 0;
  }
  100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    stroke-width: 8px;
    fill-opacity: 1;
    fill: red;
  }
}

@keyframes grow {
  60% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    stroke-width: 4px;
    fill-opacity: 0;
  }
  100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    stroke-width: 8px;
    fill-opacity: 1;
    fill: red;
  }
}
@-webkit-keyframes draw {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes draw {
  100% {
    stroke-dashoffset: 0;
  }
}
body {
  display: table;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.svg-container {
  /*display: table-cell;*/
  text-align: center;
      margin-top: 25%;
  vertical-align: middle;
}





















.bor-red{
  border: 1px solid red !important
}

  @media(min-width: 320px)  and (max-width: 767px){
      .main-btn li a{
      margin: auto;
      margin-bottom: 10px;
      }

.magazine-viewport .magazine{
      left: -182px !important;
    width: 333px !important;
}
.magazine-close {
    z-index: 1;
    position: absolute;
    top: -150px;
    right: 25px;
    font-size: 50px;
    color: #fff;
    opacity: 1;
}
      }
















/* on mobile */
@media (min-width: 320px) and (max-width: 767px) {
  #mySidenav.open { width: 100%; padding: 20px;}
  #main.open {     padding: 0px;
    margin-right: 0; }
 .sidenav { right: 0 !important}
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
@media (min-width: 1250px) and (max-width: 1500px){
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
  .membership-right-popup{
    padding-top: 0;
  }
 
.form-button{
  margin-top: 0px;
  margin-bottom: 0;
}


.sidenav .closebtn { 
      top: -35px;
    right: -80%;
}
.main-form{
  margin-top: -20px;overflow: hidden;
}
#mySidenav.open{
  /*overflow: hidden;*/
padding-bottom: 0;
 height: 105%;
}
.form-title {
    margin-bottom: 25px;
     position: relative; 
    top: 0;
}
.mem-form {
    position: relative;
    /*/ display: none; /*/
    top: -50px;
}
.error{
  padding: 8px;
}

form.scroll .form-group input,form.scroll .form-group select{
  height: 35px !important;
}


}
@media (min-width: 320px) and (max-width: 767px) {
.overlay.skew-part {
    -webkit-transform: skew(0deg, 0deg) !important;
    -moz-transform: skew(0deg, 0deg) !important;
    -ms-transform: skew(0deg, 0deg) !important;
    -o-transform: skew(0deg, 0deg) !important;
    transform: skew(0deg, 0deg) !important;
}
.submission-message{
  left: -50px;
}
.sidenav{
  background: rgba(32, 35, 45, 1);
}
.sidenav::after{
  display: none;
}
.main-btn li {
    margin-left: 0;
}
#mySidenav h4{
  font-size: 17px;
  top: -35px;
  margin-bottom: 0;
}
.sidenav .closebtn{
       right: -200px;
    top: -5px ; 
    font-size: 35px;
}
}

@media (min-width: 768px) and (max-width: 1249px) {
.overlay.skew-part {
    -webkit-transform: skew(0deg, 0deg) !important;
    -moz-transform: skew(0deg, 0deg) !important;
    -ms-transform: skew(0deg, 0deg) !important;
    -o-transform: skew(0deg, 0deg) !important;
    transform: skew(0deg, 0deg) !important;
}
.main-btn li a{
  margin-bottom: 10px;
  width: 100%;
  float: left;
}
#left-side{
  padding-top: 0;
}
.social-icons{
  padding-left: 41%;
  bottom: -20px;
}
#mySidenav.open{
  width: 100%;
}
.magazine-close{
  top: -270px;
  right: 0;
}
}