
.qt-form {
    width: 420px;
    height: 340px;
    display: block;
    position: fixed;
    right: -419px;
    z-index: 9999999;
    background: #fff;
    -webkit-transition: all linear 0.1s;
    -moz-transition: all linear 0.1s;
    -ms-transition: all linear 0.1s;
    -o-transition: all linear 0.1s;
    transition: all linear 0.1s;
}
.qt-form {
    top: 180px;
}
.menu-qt-form {
    width: 180px;
    text-align: center;
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -ms-transform-origin: right top 0;
    -moz-transform-origin: right top 0;
    -webkit-transform-origin: right top 0;
    transform-origin: right top 0;
    background: #CC0000;
    color: #fff;
    margin-right: 462px;
    padding: 10px;
    border: 1px solid #CC0000;
    text-transform: uppercase;
    border: 1px solid #CC0000;
    float: right;
    cursor: pointer;
    z-index: 99999;
    font-size: 14pt;
    border-radius: 10px 10px 0 0;
}
.content-qt-form {
    position: relative;
    height: 340px;
    display: block;
    background-color: #FDFDFD;
    border: thin solid rgba(0, 0, 0, 0.3);
}
.active {
    right: 0px;
    z-index: 99999999;
}

.form-control{
    width: 80%;
    color: #222;
    border: thin solid rgba(80,80,80,0.23);
    padding: 5px 10px;
    margin: 0 auto;
    margin-bottom: 0px;
    display: block;
    float: none;
    background-color: transparent!important;
}
.btn{
    padding: 5px 10px;
    border: thin solid rgba(80,80,80,0.23);
    background-color: transparent!important;
    margin: 0 auto;
    display: block;
}

.error{
color:red;} 
  .villa-locationinfo > h4 > a {
	 pointer-events: none;
   cursor: default;
}
label#your_name-error,label#email_id-error,label#mobile_num-error,label#remarks-error {
	margin-left:40px;
	margin-bottom:0px;}


@media only screen and (max-width: 500px) {

.qt-form {
    width: 300px;
    height: 340px;
    display: block;
    position: fixed;
    right: -300px;
    z-index: 9999999;
    background: #fff;
    -webkit-transition: all linear 0.1s;
    -moz-transition: all linear 0.1s;
    -ms-transition: all linear 0.1s;
    -o-transition: all linear 0.1s;
    transition: all linear 0.1s;
}
.qt-form {
    top: 180px;
}
.menu-qt-form {
    width: 180px;
    text-align: center;
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -ms-transform-origin: right top 0;
    -moz-transform-origin: right top 0;
    -webkit-transform-origin: right top 0;
    transform-origin: right top 0;
    background: #CC0000;
    color: #fff;
    margin-right: 342px;
    padding: 10px;
    border: 1px solid #CC0000;
    text-transform: uppercase;
    border: 1px solid #CC0000;
    float: right;
    cursor: pointer;
    z-index: 99999;
    font-size: 14pt;
    border-radius: 10px 10px 0 0;
}
.content-qt-form {
    position: relative;
    height: 340px;
    display: block;
    background-color: #FDFDFD;
    border: thin solid rgba(0, 0, 0, 0.3);
}
.active {
    right: 0px;
    z-index: 99999999;
}

.form-control{
    width: 80%;
    color: #222;
    border: thin solid rgba(80,80,80,0.23);
    padding: 5px 10px;
    margin: 0 auto;
    margin-bottom: 0px;
    display: block;
    float: none;
    background-color: transparent!important;
}
.btn{
    padding: 5px 10px;
    border: thin solid rgba(80,80,80,0.23);
    background-color: transparent!important;
    margin: 0 auto;
    display: block;
}

.error{
color:red;} 
  .villa-locationinfo > h4 > a {
	 pointer-events: none;
   cursor: default;
}
label#your_name-error,label#email_id-error,label#mobile_num-error,label#remarks-error {
	margin-left:40px;
	margin-bottom:0px;}

}



