html,
body {
  background-color: white !important;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: 'Roboto', sans-serif !important;
}
.pad-10{
    padding: 10px;
}

.modal1 {
  background: white;
  height: 1px;
  overflow: hidden;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.5s ease 0.5s, height 0.5s ease;
  width: 0;
}

.content1 {
  color: transparent;
  font-size: 14px;
  position: absolute;
  top: 50%;
  text-align: left;
  transform: translate3d(0, -50%, 0);
  transition: color 0.5s ease;
  width: 100%;
}
@media only screen and (max-width: 760px) {
    .content1 {
        transform: translate3d(0, -20%, 0);
    }
    .modal1 {
        overflow: scroll;
    }
}

.clickme1 {
  font-family: 'Roboto', sans-serif !important;
  background-color: #b81d23;
  color: #ffffff;
  padding: 8px;
  border-radius: 10em;
  cursor: pointer;
  font-size: 0.8em;
  z-index: 99999;
  display: inline;
  font-weight: 600;
  box-shadow: 2px 2px rgb(112, 102, 102);
  text-transform: uppercase;
  transform: translate(-50%, -50%);
  transition: color 0.5s ease 0.5s;
}

.cut1 {
  cursor: pointer;
  height: 0;
  opacity: 0;
  width: 0;
}
.cut1:focus {
  outline: none;
}

.cut1:checked {
  height: 40px;
  opacity: 1;
  position: fixed;
  right: 20px;
  top: 20%;
  z-index: 9999999;
  -webkit-appearance: none;
  width: 40px;
}
.cut1:checked::after, .cut1:checked:before {
  border-top: 1px solid #b81d23;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 100%;
}
.cut1:checked::after {
  transform: rotate(-45deg);
}

.cut1:checked + .clickme1 {
  color: black;
  transition: color 0.5s ease;
}

.cut1:checked ~ .modal1 {
  height: 100%;
  width: 100%;
  z-index: 99999;
  transition: width 0.5s ease, height 0.5s ease 0.5s;
}
.cut1:checked ~ .modal1 .content1 {
  color: black;
  transition: color 0.5s ease 0.5s;
}
.lh-24{
    line-height: 24px;
}

/* 2nd modal  */

.modal2 {
  background: white;
  height: 1px;
  overflow: hidden;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.5s ease 0.5s, height 0.5s ease;
  width: 0;
}

.content2 {
  color: transparent;
  font-size: 14px;
  position: absolute;
  top: 50%;
  text-align: left;
  transform: translate3d(0, -50%, 0);
  transition: color 0.5s ease;
  width: 100%;
}
@media only screen and (max-width: 760px) {
    .content2 {
        transform: translate3d(0, -20%, 0);
    }
    .modal2 {
        overflow: scroll;
    }
}

.clickme2 {
  font-family: 'Roboto', sans-serif !important;
  background-color: #b81d23;
  color: #ffffff;
  padding: 8px;
  border-radius: 10em;
  cursor: pointer;
  font-size: 0.8em;
  z-index: 99999;
  display: inline;
  font-weight: 600;
  box-shadow: 2px 2px rgb(83, 76, 76);
  text-transform: uppercase;
  transform: translate(-50%, -50%);
  transition: color 0.5s ease 0.5s;
}

.cut2 {
  cursor: pointer;
  height: 0;
  opacity: 0;
  width: 0;
}
.cut2:focus {
  outline: none;
}

.cut2:checked {
  height: 40px;
  opacity: 1;
  position: fixed;
  right: 20px;
  top: 20%;
  z-index: 9999999;
  -webkit-appearance: none;
  width: 40px;
}
.cut2:checked::after, .cut2:checked:before {
  border-top: 1px solid #b81d23;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 100%;
}
.cut2:checked::after {
  transform: rotate(-45deg);
}

.cut2:checked + .clickme2 {
  color: black;
  transition: color 0.5s ease;
}

.cut2:checked ~ .modal2 {
  height: 100%;
  width: 100%;
  z-index: 99999;
  transition: width 0.5s ease, height 0.5s ease 0.5s;
}
.cut2:checked ~ .modal2 .content2 {
  color: black;
  transition: color 0.5s ease 0.5s;
}

/* 3rd modal */

/* 2nd modal  */

.modal3 {
  background: white;
  height: 1px;
  overflow: hidden;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.5s ease 0.5s, height 0.5s ease;
  width: 0;
}

.content3 {
  color: transparent;
  font-size: 14px;
  position: absolute;
  top: 50%;
  text-align: left;
  transform: translate3d(0, -50%, 0);
  transition: color 0.5s ease;
  width: 100%;
}
@media only screen and (max-width: 760px) {
    .content3 {
        transform: translate3d(0, -20%, 0);
    }
    .modal3 {
        overflow: scroll;
    }
}

.clickme3 {
  font-family: 'Roboto', sans-serif !important;
  background-color: #b81d23;
  color: #ffffff;
  padding: 8px;
  border-radius: 10em;
  cursor: pointer;
  font-size: 0.8em;
  z-index: 99999;
  display: inline;
  font-weight: 600;
  box-shadow: 2px 2px rgb(83, 76, 76);
  text-transform: uppercase;
  transform: translate(-50%, -50%);
  transition: color 0.5s ease 0.5s;
}

.cut3 {
  cursor: pointer;
  height: 0;
  opacity: 0;
  width: 0;
}
.cut3:focus {
  outline: none;
}

.cut3:checked {
  height: 40px;
  opacity: 1;
  position: fixed;
  right: 20px;
  top: 20%;
  z-index: 9999999;
  -webkit-appearance: none;
  width: 40px;
}
.cut3:checked::after, .cut3:checked:before {
  border-top: 1px solid #b81d23;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 100%;
}
.cut3:checked::after {
  transform: rotate(-45deg);
}

.cut3:checked + .clickme3 {
  color: black;
  transition: color 0.5s ease;
}

.cut3:checked ~ .modal3 {
  height: 100%;
  width: 100%;
  z-index: 99999;
  transition: width 0.5s ease, height 0.5s ease 0.5s;
}
.cut3:checked ~ .modal3 .content3 {
  color: black;
  transition: color 0.5s ease 0.5s;
}

