#Booklet {
  box-shadow: 3px 3px 9px 3px #e5e5e5;
}

.downloadbtn {
  position: relative;
  padding: 7px 30px;
  /* padding-right: 3.1rem; */
  font-size: 16px;
  color: #01345F;
  letter-spacing: 0;
  text-transform: uppercase;
  transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
  cursor: pointer;
  user-select: none;
  z-index: 1;
  border: 1px solid #7088A8;
  margin: 15px 0;
  display: inline-block;
  text-decoration: none !important;
  font-weight: 300;
  width: 60%;
}

.downloadbtn span.span {
  padding-left: 45px;
  position: relative;
  z-index: 2;
  display: inline-block;
}

.downloadbtn span.span:after {
  content: "\e8f5";
  font-family: 'icomoon';
  position: absolute;
  left: 0;
  font-size: 20px;
  color: #25a3de;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
  transition: .65s all linear;
}

.downloadbtn:hover span.span:after {
  content: "\e8f5";
  font-family: 'icomoon';
  position: absolute;
  left: 10px;
  font-size: 20px;
  color: #fff;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
  transition: .65s all linear;
}

.downloadbtn:before,
.downloadbtn:after {
  content: '';
  position: absolute;
  transition: inherit;
  z-index: 1;
  ;
}

.downloadbtn:hover {
  color: #fff;
  transition-delay: .5s;
}

.downloadbtn:hover:before {
  transition-delay: 0s;
}

.downloadbtn:hover:after {
  background: #c2c3db;
  transition-delay: .35s;
}

.downloadbtn1 {
  position: relative;
  padding: 15px 30px;
  padding-right: 3.1rem;
  font-size: 1.4rem;
  color: #202d60;
  text-transform: uppercase;
  transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
  cursor: pointer;
  user-select: none;
  display: inline-block
}

.downloadbtn1:before,
.downloadbtn1:after {
  content: '';
  position: absolute;
  transition: inherit;
  z-index: 0;
}

.downloadbtn1:hover {
  color: #01345F;
  transition-delay: .5s;
}

.downloadbtn1:hover:before {
  transition-delay: 0s;
}

.downloadbtn1:hover:after {
  background: #fff;
  transition-delay: .35s;
}


.downloadbtn1 span.span {

  padding: 15px;
  position: relative;
  z-index: 1;
}

.downloadbot:before,
.downloadbot:after {
  left: 0;
  height: 100%;
  width: 0%;
  background: #c2c3db;
  top: 0;
}

.downloadbot:before {}

.downloadbot:after {
  left: 0;
  height: 100%;
  width: 0;
}

.downloadbot:hover:before,
.downloadbot:hover:after {
  width: 100%;
}

.backgroundgrey {
  background: var(--color-blue);
  padding: 15px;
  position: relative;
  margin-bottom: 20px;
  margin-top: 19px;
}

.backgroundgrey .downloadbtn {
  width: 84%;
  color: #ffffff;
}

#go-rgt {
  margin-left: 81%;
  margin-left: -moz-calc(100% - 85px);
  margin-left: -webkit-calc(100% - 85px);
  margin-left: calc(100% - 85px);
}

h3.download {
  font-weight: 400;
  font-size: 20px;
  text-transform: unset;
  color: var(--color-lightBlue) !important;
  text-transform: uppercase;
  margin-bottom: 0px;
  padding-top: 14px;
}

@-webkit-keyframes bottom {
  0% {
      transform: rotateY(59deg);
      filter: drop-shadow(2px 4px 6px black);
  }

  100% {
      transform: rotateY(0deg);
      filter: drop-shadow(1px 0px 5px #b8c6cb);
  }
}



@keyframes bottomm {
  0% {
      transform: rotateY(-72deg) translateZ(9px);
  }

  100% {
      transform: rotateY(-35deg) translateZ(8px);
  }
}

.hardcover_front {
  animation: bottomm 4s ease-in-out;
}

.page>li:nth-child(1) {
  animation: bottomm 3s ease-in-out;
}

.page>li:nth-child(2) {
  animation: bottomm 2s ease-in-out;
}


.float-container {
  border: 3px solid #fff;
  padding: 20px;
}

.float-child {
  width: 40%;
  float: left;
}

.float-child.rght-box {
  margin-right: 20px;
}

.arrow-link:hover {
  color: var(--color-white)
}

.arrow-link {
  color: #02ADB8;
  font-weight: 600;
  position: relative;
  padding: 10px 0 0px 36px !important;
  margin-bottom: -4px !important;
  display: block;
  text-decoration: none;
}

.arrow-link:hover:before {
  left: 13px !important;
}

.btn {
  padding: 16px 20px 16px 50px;
  position: relative;
  display: inline-block;
  border-radius: 25px;
  color: #02ADB8 !important;
  border: solid 1px #002F75;
  font-weight: 600;
  text-decoration: none;
  transition: 0.6s ease-in-out;
  margin-bottom: 20px
}

.btn:before {
  content: "\e944";
  font-family: icomoon;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  font-size: 20px;
  transition: 0.6s ease-in-out
}

.btn:hover {
  background: #002F75
}

.btn:hover:before {
  left: 20px;
}



.arrow-link {
  color: #02ADB8;
  font-weight: 600;
  position: relative;
  padding: 10px 0 10px 36px;
  margin-bottom: 10px;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
}

.arrow-link:before {
  content: "\e944";
  font-family: icomoon;
  position: absolute;
  left: 0;
  top: 60%;
  transform: translateY(-50%);
  transition: 0.6s ease-in-out
}

.arrow-link:hover:before {
  left: 2%
}