* {
    box-sizing: border-box;
 }

 .openBtn {
    display: flex;
    justify-content: center;
    

 }
 


 .formPopup {
    background-color: #fff;
    display: none;
    right: 1%;
    position: fixed;
    top: 2%;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    /* transform: translate(0%, 0%); */
    box-shadow: 2px 2px 10px 1px grey;
    z-index: 9;
  
 }

 .cancel {
    background: none;
    border: none;
    margin-left: 90%;
    transform: translate(11px, 3px);
 }

 /*contact*/

#booknow {
    position: fixed;
    top: 75%;    
}

#myBtn{
    position: fixed;
    top: 75%;
}

.booking-form-wrpper h3 {
    margin-top: 0;
    margin-bottom: 20px;
    color: #25326e;
    padding-bottom: 15px;
    border-bottom: 2px solid #e5b741;
}

.booking-form-wrpper .common-field {
    width: 100%;
    height: 40px;
    border-radius: 10px;
    border: 1px solid #ccc;
    margin-bottom: 5px;
    padding: 0 10px;
}

.form-common-field{
    margin-bottom: 20px;
}


.booking-form-wrpper label {
    font-size: 12px;
}


.booking-form-wrpper  a {
    color: #000;
}

.booking-form-wrpper .error-message{
    margin-top: -5px;
}

/* newsletter form */


 .newsltrPopup {
    background-color: #fff;
    display: none;
    right: -60px;
    position: fixed;
    top: -200px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    /* transform: translate(0%, 0%); */
    box-shadow: 1px 1px 10px 1px grey;
    z-index: 9;
    margin-bottom: 10px;
  
 }
 @media screen and (min-width: 1700px) {
     .newsltrPopup {

    right: 25px;
    
  
 }
 }


 .cancel {
    background: none;
    border: none;
    margin-left: 90%;
    transform: translate(11px, 3px);
 }


.newsltr-form-wrpper .form-group {
    margin-bottom: 5px;
}

.newsltr-form-wrpper h3 {
    margin-top: 0;
    margin-bottom: 20px;
    color: #25326e;
    padding-bottom: 15px;
    border-bottom: 2px solid #e5b741;
}

.newsltr-form-wrpper .common-field {
    width: 100%;
    height: 35px;
    border-radius: 10px;
    border: 1px solid #ccc;
    margin-bottom: 5px;
    padding: 0 10px;
}

.form-common-field{
    margin-bottom: 20px;
}


.newsltr-form-wrpper  a {
    color: #000;
}

.newsltr-form-wrpper .error-message{
    margin-top: -5px;
}

    @media only screen and (max-width: 768px) {
 .newsltrPopup {
    background-color: #fff;
    display: none;
    right: 0;
    position: fixed;
    top: 20%;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    /* transform: translate(0%, 0%); */
    box-shadow: 1px 1px 10px 1px grey;
    z-index: 9999;
    margin-bottom: 10px;
}

}
    @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
 .newsltrPopup {
    background-color: #fff;
    display: none;
    right: 0;
    position: fixed;
    top: 30%;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    /* transform: translate(0%, 0%); */
    box-shadow: 1px 1px 10px 1px grey;
    z-index: 9;
    margin-bottom: 10px;
}

}

    @media only screen and (min-device-width : 1024px) and (max-device-width : 1200px) {
 .newsltrPopup {
    background-color: #fff;
    display: none;
    right: 0;
    position: fixed;
    top: 33%;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    /* transform: translate(0%, 0%); */
    box-shadow: 1px 1px 10px 1px grey;
    z-index: 9;
    margin-bottom: 10px;
}

}

