/*webcheckin start css*/
@font-face {
  font-display: swap;
  font-family:'zapf-renaissance-book';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/zapf-renaissance-book.woff2) format("woff2")
}
.main-text h2 {
  color: #fff;
  font-size: 73px;
  font-weight: 600;
  text-shadow: 4px 4px 0px #000000c7;
  font-family: 'zapf-renaissance-book';
  letter-spacing: 4px;
  margin-top:70px;
}
.main-wrapper {
  padding: 25px 0 10px 0;
  background-color: #e0e0e0;
}
.innerpage-title {
  background: var(--main-color);
}
.wrapper_inner .pages_hed {
    font-weight: 600;
}

.inner-page-title-left h2 {
    font-weight: 600;
    text-align: center;
    font-size: 19px;
    margin: 0;
    padding: 10px 5px;
    color: #fff;
}

.webcheck_cont {
  padding: 5px 15px;
  background: #fff;
  margin-bottom: 20px;
  border-top: 1px solid #e2e2e2;
}
.webcheck_cont > h4 {
  font-size: 16px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  text-align: center;
  color: #333;
}
.web_deals-list {
  box-shadow: 0 0 3px rgb(0 0 0 / 17%);
}

.web_deals-list figure img {
  width: 100%;
  max-height:180px;
  height: 100%;
}
/*webcheckin end css*/

/*gallery start css*/
.slider-gallery {
  margin: 40px 0;
  background: #fff;
  padding: 5px;
}
.slider-gallery .flexslider .slides img {
  height: 420px;
  width: 100%;
  object-fit: cover;
}
.gallery_thumb li {
  max-width: 100px;
}
/*gallery end css*/

/*contact us page start css*/
.wrapper_inner {
  padding: 0 0 30px 0;
}
.middle_area {
  background: #fff;
  box-shadow: 0 1px 7px 0 rgb(0 0 0 / 40%);
  padding: 25px 0px;
  border-radius: 12px;
  margin: 40px 0 50px;
}

.contactus {
  border: 1px solid #e6e6e6;
  border-radius: 15px;
  width: 64%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
}

.cont-information {
  background: #ffffff;
  color: #fff;
  border-radius: 12px;
  padding: 20px 5px 15px;
  position: relative;
  right: -63px;
  z-index:1;
  top: 39px;
  height: 400px;
  width: 33%;
  box-shadow: 0 1px 7px 0 rgb(0 0 0 / 40%);
}
.transprent-img h2 {
  color:var(--main-color);
  font-weight: 700;
  letter-spacing:2px;
  font-family: 'zapf-renaissance-book';
}
.cont-information h3 {
  font-size: 16px;
}

.cont_submit input {
  background:var(--main-color);
  border: none;
  border-radius: 5px;
  font-weight: 500;
  padding: 10px 15px;
}
.cont_submit input:hover {
  background: var(--main-color);
  color: #fff;
}

.massege_text textarea {
  min-height: 100px;
}

.contactus .form-control {
  height: 50px;
  border-radius: 6px;
}
.contbox a {
  color: #333;
  display: block;
  margin-top: 4px;
  text-decoration:none;
}
.contbox i {
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  margin-right: 4px;
  text-align: center;
  color: #fff;
  border: 1px solid var(--main-color);
  background:var(--main-color);
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.contbox {
  background: #fff;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 14px 10px;
  border: 1px solid #e6e6e6;
}
.cont-information h3 {
  font-size: 19px;
  color: #333;
  font-weight: 700;
  margin: 0;
  font-family: 'zapf-renaissance-book';
  letter-spacing: 1px;
}
.transprent-img {
  padding: 20px 20px 47px 100px;
  border-radius: 13px;
  background:#fcf0f1;
}
/*contact us page start css*/
.contact-banner{
	background: url(../../assets/images/contact-banner.jpg);
	background-size: cover; 
	padding: 100px 0px; 
	height:500px;
}
@media screen and (max-width: 992px) {
  .logo-banner img {
    max-width: 100%;
    max-height: 161px;
  }
  .continfo {
    padding: 0 5px;
  }
  .transprent-img {
    padding: 20px 11px 23px 35px;
  }
  .contactus {
    width: 59%;
  }
  .cont-information {
    padding: 20px 5px 15px;
    right: -23px;
    z-index:1;
    top: 39px;
    height: auto;
    width: 38%;
  }
  .middle_area {
    padding: 8px 0px;
  }
}
@media screen and (max-width: 767px) {
  .main-text h2 {
    font-size: 40px;
    margin-top:0;
  }
  .contact-banner {
    padding: 20px;
    height: 100%;
    text-align: center;
  }
  .webcheck_cont{padding:5px;}
  .webcheck_cont > h4{
    font-size:14px;
  }
    .contactus .marT10{
        margin-top:0;
    }
    .mob_margintop{
        margin-top:15px;
    }
  .contbox {
    padding: 11px 15px;
  }
  .cont_submit {
    padding-top: 0;
  }
  .transprent-img {
    padding: 15px;
  }
  .cont-information {
    width: 100%;
    position: initial;
    margin-bottom: 15px;
  }
  .contactus {
    width: 100%;
  }
  .middle_area {
    padding: 10px 25px;
  }
  .slider-gallery .flexslider .slides img {
    height: 250px;
  }
}
