﻿.ptpl-form-control::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #dedede!important;;
}
.ptpl-form-control:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #dedede!important;;
    opacity: 1;
}
.ptpl-form-control::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #dedede!important;;
    opacity: 1;
}
.ptpl-form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #dedede!important;;
}

div#ptplformboxright p {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: inherit;
	margin: 10px 0px 10px 0px;
}
div#ptplformboxright h2 {
    font-size: 24px;
    letter-spacing: inherit;
    line-height: 1.5;
	margin: 10px 0px 10px 0px;
}
.ptplhidden{
	display:none;
}
.ptpl-form_sidebar-left .ptpl-custom-btn {
  position: fixed !important;
  top: 40%;
  transform: translateY(-50%) rotate(90deg);
  font-size: 20px;
  padding: 8px 30px;
  border-radius: 5px 5px 0 0;
  margin: 0 !important; 
  z-index: 999;
  background: #ed2c24;
  color: white;
  border: none;
  cursor: pointer;
  /*animation: bounce 1s infinite;*/
  left: 19px;
  transform-origin: left;
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0) rotate(90deg);
  }
  40% {
    transform: translateY(-20px) rotate(90deg);
  }
  60% {
    transform: translateY(-10px) rotate(90deg);
  }
}

.ptpl-form_sidebar_inner-left {
  max-width: 500px;
  background: #fff;
  border-radius: 0 20px 20px 0;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 50px;
  position: fixed;
  top: 50%;
  left: -100%;
  transform: translateY(-50%);
  transition: all 0.5s;
  opacity: 0;
}
.ptpl-form_sidebar_inner-left.ptplformshownow h2 {
  margin: 0;
}
.ptpl-form_sidebar_inner-left.ptplformshownow p {
  margin: 10px 0;
}
.ptpl-form_sidebar_inner-left.formshownow form {
  margin-top: 30px;
}
#ptplformbox .ptpl-form-group {
  margin-bottom: 15px;
}
.ptpl-form_sidebar_inner-left .ptpl-form-group input,
.ptpl-form_sidebar_inner-left .ptpl-form-group select,
.ptpl-form_sidebar_inner-left .ptpl-form-group textarea {
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #000000;
  padding: 10px 20px;
  line-height: unset;
  width: 100%;
}
input.ptpl-form-control {
  height: 40px !important;
}
.ptpl-form_sidebar_inner-left .ptpl-btn-submit {
  background: #ed2c24;
  color: #fff;
  padding: 10px 30px;
  border-radius: 5px;
  border: none;
  font-size: 16px;
  cursor: pointer;
}
#ptplformboxright .ptpl-sideform-close-btn-left {
  height: 40px;
  width: 40px;
  min-height:40px;
  min-width:40px;
  color:#000;
  padding: 0px;
  font-size: 22px;
  border: none;
  cursor: pointer;
  background: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px !important;
  border-radius: 50%;
  position: absolute;
  top: -10px;
  right: -10px;
}
.ptpl-form_sidebar_inner-left.ptplformshownowright {
  left: 0%;
  opacity: 1;
  z-index: 999;
}


.ptpl-form_sidebar-right .ptpl-custom-btn {
  position: fixed !important;;
  top: 45%;
  right: 19px;
  transform: translateY(-50%) rotate(90deg);
  font-size: 20px;
  padding: 8px 30px;
  border-radius: 0px 0px 5px 5px;
  margin: 0 !important;
  z-index: 999;
  background: #ed2c24;
  color: white;
  border: none;
  cursor: pointer;
  /*animation: bounce 1s infinite;*/
  transform-origin:right;
}

.ptpl-form_sidebar_inner-right {
  max-width: 500px;
  background: #fff;
  border-radius: 20px 0px 0px 20px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 50px;
  position: fixed;
  top: 50%;
  right: -100%;
  transform: translateY(-50%);
  transition: all 0.5s;
  opacity: 0;
}
.ptpl-form_sidebar_inner-right.ptplformshownowright h2 {
  margin: 0;
}
.ptpl-form_sidebar_inner-right.ptplformshownowright p {
  margin: 10px 0;
}

#ptplformboxright .ptpl-form-group {
  margin-bottom: 15px;
}
.ptpl-form_sidebar_inner-right .ptpl-form-group input,
.ptpl-form_sidebar_inner-right .ptpl-form-group select,
.ptpl-form_sidebar_inner-right .ptpl-form-group textarea {
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #000000;
  padding: 10px 20px;
  line-height: unset;
  width: 100%;
}
.ptpl-form_sidebar_inner-right .ptpl-btn-submit {
  background: #ed2c24;
  color: #fff;
  padding: 10px 30px;
  border-radius: 5px;
  border: none;
  font-size: 16px;
  cursor: pointer;
}
#ptplformboxright .ptpl-sideform-close-btn-right {
  height: 40px;
  width: 40px;
  min-height:40px;
  min-width:40px;
  color:#000;
  padding: 0px;
  font-size: 22px;
  border: none;
  cursor: pointer;
  background: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px !important;
  border-radius: 50%;
  position: absolute;
  top: -10px;
  left: -10px;
}
.ptpl-form_sidebar_inner-right.ptplformshownowright {
  right: 0;
  opacity: 1;
  z-index: 999;
}

@media (max-width: 425px) {
  .ptpl-form_sidebar_inner-right {
    max-width: 95%;
    z-index: 1;
  }
  .ptpl-form_sidebar_inner .ptpl-form-group input,
  .ptpl-form_sidebar_inner .ptpl-form-group select,
  .ptpl-form_sidebar_inner .ptpl-form-group textarea {
    width: 100%;
  }

  .ptpl-form_sidebar_inner-right {
    max-width: 95%;
  }

  .ptpl-form_sidebar_inner-right .ptpl-form-group input,
  .ptpl-form_sidebar_inner-right .ptpl-form-group select,
  .ptpl-form_sidebar_inner-right .ptpl-form-group textarea {
    width: 100%;
  }
}