/* your styles go here */
.arnno-msg, .username-msg, .mobno-msg, .emailid-msg, .cityname-msg, .statename-msg{color: red;position: absolute;right: 0;}
.clsError {
   border-bottom: 2px solid red !important;
   
   color: red !important;
}

.clsSuccess {
    border-bottom: 2px solid #c4d5de !important;
    color: #2b2a2a !important;
}
.text-header{
  padding: 50px 0;
}
.image{max-width: 80%;}
.grid_item_overlay {
	padding-top: 115px; 
	border-color: transparent;}

.sidebar-contact{
  position:fixed;
  top:50%;
  right:-350px;
  transform:translateY(-50%);
  width:350px;
  height:auto;
  padding:40px;
  background:#fff;
  box-shadow: 0 20px 50px rgba(0,0,0,.5);
  box-sizing:border-box;
  transition:0.5s;
  z-index: 1;
}
.sidebar-contact.active{
  right:0;
}
.sidebar-contact input,
.sidebar-contact textarea{
  width:100%;
  height:36px;
  padding:5px;
  margin-bottom:10px;
  box-sizing:border-box;
  border:1px solid rgba(0,0,0,.5);
  outline:none;
}
.sidebar-contact h2{
  margin:0 0 20px;
  padding:0;
}
.sidebar-contact textarea{
  height:60px;
  resize:none;
}
.sidebar-contact input[type="submit"]{
  background:#00bcd4;
  color:#fff;
  cursor:pointer;
  border:none;
  font-size:18px;
}
.toggle{
  position:absolute;
  height:48px;
  width:48px;
  text-align:center;
  cursor:pointer;
  background:#6bbfa8;
  top:0;
  left:-48px;
  line-height:48px;
  z-index: 1;
}
.toggle:before{
  content:'\2709';
  /*font-family:fontAwesome;*/
  font-size:18px;
  color:#fff;
}
.toggle.active:before{
  content:'\2709';
}
@media(max-width:768px)
{
  .sidebar-contact{
    /*width:100%;
    height:100%;
    left:-100%;
    top: 60%;*/
  }
  .sidebar-contact .toggle{
    top:50%;
    transform:translateY(-50%);
    transition:0.5s;
  }
  .sidebar-contact.active .toggle
  {
    top:20px;
    right:0;
    transform:translateY(0);
  }
  .scroll{
    width:100%;
    height:100%;
    overflow-y:auto;
  }
  
}

.mf_iframe{height: 1500px}

@media (max-width: 991px){
	.mf_iframe{height: 2700px !important}
}
@media (max-width: 420px){
	.mf_iframe{height: 2900px !important}
}
