@font-face {
  font-family: Poppins-Regular;
  src: url('../fonts/poppins/Poppins-Regular.ttf'); 
}

@font-face {
  font-family: Poppins-Bold;
  src: url('../fonts/poppins/Poppins-Bold.ttf'); 
}

html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
  background: url("../images/wadhwa.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.main {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Poppins', sans-serif;
  padding: 15px;
  padding-top: 40px;
}
.main form {
  width: 100%;
  max-width: 960px;
}
.main form .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}
.main form .inner-form .input-field {
  height: 68px;
}
input {
  height: 100%;
  background: #fff;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 20px 10px 20px;
  font-size: 20px;
  color: #333;
  border: 1px solid #e5e5e5;
}
input.placeholder,
input:-moz-placeholder,
input::-webkit-input-placeholder {
  color: #9a9a9a;
  font-size: 20px;
}
.first-wrap {
	width:100%;
}
.second-wrap {
	width:30%;
}
.third-wrap {
	width:25%;
}
.fourth-wrap {
	width:25%;
}
.fifth-wrap {
	width:20%;
}
select {
  height: 100%;
  background: #fff;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 20px 10px 20px;
  font-size: 20px;
  color: #333;
  border: 1px solid #e5e5e5;
}
.btn-search {
  height: 100%;
  width: 100%;
  font-size: 20px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4272d7;
  transition: all .2s ease-out, color .2s ease-out;
  font-weight: 300;
}
.btn-search:hover {
  background: #2d62d3;
}
.btn-search:focus {
  outline: 0;
  box-shadow: none;
}



@media screen and (max-width: 767px) {
  .main form .inner-form {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .first-wrap {
	width:100%; 
  }
  .second-wrap {
	width:100%;
	margin-top:10px;	
  }
  .third-wrap {
    width:100%;
	margin-top:10px;
  }
  .fourth-wrap {
    width:100%;
	margin-top:10px;
  }
  .fifth-wrap {
    width:100%;
	margin-top:10px;
  }
}


/*[ Table ]*/
.limiter {
  width: 100%;
  margin: 0 auto;
}

.container-table100 {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding-bottom: 30px;
}

.wrap-table100 {
  width: 960px;
  border-radius: 10px;
  overflow: hidden;
}

.table {
  width: 100%;
  display: table;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .table {
    display: block;
  }
}

.row {
  display: table-row;
  background: #fff;
}

.row.header {
  color: #ffffff;
  background: #4272d7;
}

@media screen and (max-width: 768px) {
  .row {
    display: block;
  }

  .row.header {
    padding: 0;
    height: 0px;
  }

  .row.header .cell {
    display: none;
  }

  .row .cell:before {
    font-family: Poppins-Bold;
    font-size: 12px;
    color: #808080;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: unset !important;

    margin-bottom: 13px;
    content: attr(data-title);
    min-width: 98px;
    display: block;
  }
}

.cell {
  display: table-cell;
}

@media screen and (max-width: 768px) {
  .cell {
    display: block;
  }
}

.row .cell {
  font-family: Poppins-Regular;
  font-size: 18px;
  color: #666666;
  line-height: 1.2;
  font-weight: unset !important;
  border-bottom: 1px solid #f2f2f2;
  padding:20px 30px 20px 30px;
}

.row.header .cell {
  font-family: Poppins-Regular;
  font-size: 18px;
  text-transform:uppercase;
  color: #fff;
  line-height: 1.2;
  font-weight: unset !important;
}

.row .cell:nth-child(1) {
  width: 600px;
  text-align:left;
}

.row .cell:nth-child(2) {
  width: 200px;
  text-align:center;
}

.row .cell:nth-child(3) {
  width: 100px;
  text-align:center;
}

.row .cell:nth-child(4) {
  width: 100px;
  text-align:center;
}


.table, .row {
  width: 100% !important;
}

/*.row:hover {
  background-color: #ececff;
  cursor: pointer;
}*/


@media (max-width: 768px) {
  .wrap-table100{
	 width:94%; 
  }
  .row {
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-right: 10px;
    margin: 0;
  }
  
  .row .cell {
    border: none;
	padding:0px 0px 10px 0px;
  }
  .row .cell:nth-child(1) {
	text-align:center;
  }
  
  .row .cell {
    font-family: Poppins-Regular;
    font-size: 18px;
    color: #555555;
    line-height: 1.2;
    font-weight: unset !important;
  }

  .table, .row, .cell {
    width: 100% !important;
  }
  
  .prctxt{width:96%}
  .prctxt img{width:96%}
  #leftImage {display:none}
  #rightImage {display:none}
}

.titletxt {text-align:center; width:100%; padding-top:40px; font-family: Poppins-Bold; color:#fff; text-transform:uppercase; letter-spacing:3px; font-size:2.5em; display:block; text-shadow: 4px 4px #777;}
.subtitletxt {text-align:center; width:100%; padding-top:20px; font-family: Poppins-Bold; color:#fff; letter-spacing:2px; line-height:1.1em; font-size:1em; display:block;text-decoration:none;}
.blinktxt {text-align:center; width:100%; padding-top:20px; font-family: Poppins-Bold; color:#fff; letter-spacing:1px; font-size:1em; display:block;text-decoration:none;animation: blinker 1s linear infinite;}
@keyframes blinker {
  60% {
    opacity: 0;
  }
}
.msgtxt {display:none; padding:10px 0px 10px 0px; line-height: 1.5; font-family: Poppins-Regular; font-size:26px; font-weight:bold; letter-spacing:1px; width:100%; text-align:center; color: #ffffff;}
.hinttxt {padding:0px 0px 30px 0px; line-height: 1.5; font-family: Poppins-Regular; font-size:16px; letter-spacing:1px; width:100%; text-align:center; color: #ffffff;}
#zsearches{margin:0 auto; padding-top:30px; max-width:940px}
.prctxt{margin:0 auto; display:none; padding:20px 0px 30px 0px; border-radius:10px; text-align:center; max-width:900px; background-color:#ffffff; line-height: 1.5; font-family: Poppins-Regular; font-size:26px; font-weight:bold; letter-spacing:1px; color: #444;}
.timetxt {margin:0 auto; line-height: 1.5; font-family: Poppins-Regular; font-size:16px; letter-spacing:1px; width:100%; text-align:center; color: #ffffff;}
.available{color:#68A74A; text-decoration:none}
.notavailable{color:#CE4141; text-decoration:none}
.forsale{color:#5E82DF; text-decoration:none}
.cnttxt {margin:10px 0px 30px 0px; line-height: 1.5; font-family: Poppins-Regular; font-size:26px; font-weight:bold; letter-spacing:1px; width:100%; text-align:center; color: #ffffff;}

#leftImage {
  top: 50px;
  left: 0;
  width: 140px;
  height: 600px;
  position: fixed;
}

#rightImage {
  top: 50px;
  right: 0;
  width: 140px;
  height: 600px;
  position: fixed;
}