.left-slider #contactform {  
  width: 400px;
  left: -405px;
  height: 530px;
  margin: 25px 0;
  position: fixed;
  box-shadow: 0 0 12px 0 #333;  
}

.left-slider #contact-button { 
  width: 12%;  
  padding: 8% 3%;  
  cursor: pointer;
  margin-left: 400px;
  margin-top: 40%;
  font-size: 23px; 
  color: white;  
  position: absolute;
  background-color: #082a80;
}

.left-slider  #contactform, #contact-button {
    background-color: #fff;
    border-radius: 0 15px 15px 0;
    border: 2px solid #adbfff;
    border-left: none;
    box-shadow: 0 -2px 3px rgba(0,0,0,0.3);
    text-align: center;
    border-radius: 0 5px 5px 0px;
}

.left-slider .rotated-text {
    display: inline-grid;
    white-space: nowrap;
    -webkit-transform: translate(-8.1em,13rem) rotate(-90deg);
       -moz-transform: translate(-8.1em,13rem) rotate(-90deg);
         -o-transform: translate(-8.1em,13rem) rotate(-90deg);
            transform: translate(-8.1em,13rem) rotate(-90deg);
    -webkit-transform-origin: 0 0;
       -moz-transform-origin: 0 0;
         -o-transform-origin: 0 0;
            transform-origin: 0 0;*/
  
   -ms-transform: none;
   -ms-transform-origin: none;

   -ms-writing-mode: tb-rl;

   *writing-mode: tb-rl;
}

.left-slider .rotated-text:before {
    content: "";
    float: left;
    margin-top: 100%;
}

.left-slider  form {
  width: 100%;
  padding: 20px;
}

.left-slider  form input {
  display: block;
  border: none;
  width: 300px;
  height: 35px; 
  margin: 15px 30px; 
  border: 1px solid #d4d2d2;
}

.left-slider  form textarea {
  width: 300px;
  margin: 20px 30px;
  height: 170px;
}

.left-slider input[type="submit"] {
    background: #082a80;
    color: #fff;
    font-size: 1.1em;
    border: none;
 
    outline: none;
    -webkit-appearance: none;
    font-weight: 600;
    padding: 0.2em 1em;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    margin-top: 1em;
    margin-bottom: 1em;
    
}

.left-slider  form textarea, form input { 
  border: 1px solid #d4d2d2;
  border-radius: 5px;
  background: #ffffff;  
}


/**/

.img-replace {
  /* replace text with an image */
  display: inline-block;
  overflow: hidden;
  text-indent: 100%; 
  color: transparent;
  white-space: nowrap;
}
.bts-popup {
  z-index:1001;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.bts-popup.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.bts-popup-container {
border: 2px solid #969ebf;
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: 4em auto;
  background: #4a547b;
  border-radius: none; 
  text-align: center;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.bts-popup-container img {
  padding: 20px 0 0 0;

}
.bts-popup-container p {
	color: white;
  padding: 10px 40px;
}
.bts-popup-container .bts-popup-button {
  padding: 5px 25px;
  border: 2px solid white;
	display: inline-block;
  margin-bottom: 10px;
}

.bts-popup-container a {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
}





.bts-popup-container .bts-popup-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 30px;
  height: 30px;
}
.bts-popup-container .bts-popup-close::before, .bts-popup-container .bts-popup-close::after {
  content: '';
  position: absolute;
  top: 12px;
  width: 16px;
  height: 3px;
  background-color: white;
}
.bts-popup-container .bts-popup-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 8px;
}
.bts-popup-container .bts-popup-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 6px;
  top: 13px;
}
.is-visible .bts-popup-container {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.whatsapp-button {
    position: fixed;
    width: 250px;
    bottom: 4px;
    right: 30px;
    cursor: pointer;
    z-index: 1000;
}

.dhide {
    display: block;
}
.mhide {
    display: none;
}
@media (max-width: 991px) and (min-width: 768px) {
.dhide {
    display: none;
}    
.mhide {
    display: block;
    width: 100%;
}
.whatsapp-button {
    width: 100px;
}
}
@media (max-width: 767px){
    .mhide {
    display: block;
    float: right;
    }
    .dhide {
    display: none;
}
}

@media only screen and (min-width: 1170px) {
  .bts-popup-container {
    margin: 8em auto;
  }
}

@media (max-width:480px){ 
    .left-slider #contactform {display: none;}
}