.mainPopup {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.5); /* Black w/ opacity */
}

#EnquiryPopup {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.5); /* Black w/ opacity */
}

#EnquiryPopup .enquiryPopupClass{
    box-shadow: 1px 1px 5px 0px;
    background-color: #ffffff;
    width: 680px;
    padding: 28px 32px;
    position: fixed;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    border-radius: 8px;
    font-family: "Poppins",sans-serif;
    display: none;
    text-align: center;
    z-index: 1;
}

.popup{
    box-shadow: 1px 1px 5px 0px;
    background-color: #ffffff;
    width: 950px;
    padding: 45px 45px 50px;
    position: fixed;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    border-radius: 8px;
    font-family: "Poppins",sans-serif;
    display: none;
    text-align: center;
    z-index: 1;
}

.popup h2 {
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 0px;
}


.enquiryPopupClass .enquiryClose{
    display: block;
    margin:  0px auto;
    background-color: transparent;
    font-size: 30px;
    color: #c5c5c5;
    border: none;
    outline: none;
    cursor: pointer;
}

#close {
    display: block;
    margin:  0 0 10px auto;
    background-color: transparent;
    color: #c5c5c5;
    border: none;
    outline: none;
    cursor: pointer;
}

.enquiryPopupClass button{
    display: block;
    margin:  0 0 10px auto;
    background-color: transparent;
    
    color: #c5c5c5;
    border: none;
    outline: none;
    cursor: pointer;
}
.popup p{
      font-size: 15px;
      text-align: center;
      margin: 0px 15px 50px;
      line-height: 20px;
}

.redColor { color:#ED3237;}

.mt20 { margin-top:20px;}
.mb10 { margin-bottom: 10px;}

.ButtonTwo, .enquiryPopupClass .ButtonTwo
{
    border-radius: 25px;
    position: relative!important;
    line-height: 25px!important;
    background: #ED3237!important;
    color: #ffffff!important;
    font-weight: 500!important;
    cursor: pointer!important;
    text-transform: capitalize!important;
    font-family: 'Montserrat', sans-serif!important;
}

.h40 { height: 40px!important;}

.mbInput {margin-bottom: 12px!important;}

.inputText {     
	height: 37px;
    font-size: 17px;
    font-weight: 300;
}

.inputTextarea {font-size: 14px!important; font-weight: 300!important; }

/* Enquiry Button */
/* Float menu css */
.float1 {
    padding: 1rem;
    position: fixed;
    line-height: 28px;
    width: 115px;
    rotate: 270deg;
    height: 50px;
    bottom: 50%;
    left: -35px;
    background-color: #ED3237;
    color: #FFF!important;
    text-align: center;
    font-size: 20px;
    z-index: 1;
}

.my-float1 {
    color: #fff;
    margin-left: 1px;
    margin-top: 10px;
}

/* Whatsapp Button */
/* Float menu css */
.float {
  position: fixed;
  line-height: 33px;
  width: 50px;
  height: 50px;
  bottom: 50px;
  right: 30px;
  background-color: #ED3237;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 27px;
  box-shadow: 1px 1px 1px #999;
  z-index: 1;
}

.my-float {
    color: #fff;
    margin-left: 2px;
    margin-top: 10px;
}

.mb50 { margin-bottom: 50px!important;}
