.reviewModalBtn {
	position: absolute;
	right: 90px;
	top: 150px;
	padding: 10px 10px;
	color: #fff;
	text-decoration: none;
	font-size: 17px;
	max-width: 100%;
	text-align: center;
	transform-origin: right;
	border-radius: 5px 2px 0 0;
	line-height: 17px;
	z-index: 99;
}

h2.callback {
	color: #3c763d;
	font-size: 23px;
	text-align: left
}

#header1 {
	width: 325px;
	height: 480px;
	right: 100px;
	margin-left: 40px;
	padding: 9px 12px;
	border-radius: 13px;
	box-shadow: 0 0 8px #20202045;
	border-bottom: 2px solid #fff;
	background: #fff;
	z-index: 999
}

.panel-default>.panel-heading {
	color: #333;
	background-color: transparent;
	border-color: none
}

#header1 .chardham {
	margin-top: 5px;
	width: 100%;
	font-size: 15px;
	border: 1px solid #3c763d;
	color: #000
}

input[type=text] {
	margin-top: 10px;
	padding: 10px;
	width: 100%;
	font-size: 15px;
	border-radius: 10px;
	border: 1px solid #3c763d;
	color: #000
}

input[type=text]::placeholder {
color:#000;
}
textarea::placeholder {
   color:#000; 
}
  textarea {
	padding: 6px;
	width: 100%;
	font-size: 15px;
	height: 90px;
	border-radius: 10px;
	border: 1px solid #3c763d
}
.form-margin textarea  {
    margin-top:8px!important;
    color:#444;
}
input.awe-btn.awe-btn-13 {
	background: #3c763d;
	border: none;
	color: #fff;
	width: 100%;
	font-size: 20px;
	font-weight: bolder;
	padding: 8px 0;
	border-radius: 5px;
	cursor: pointer;
	margin-top: 15px;
	font-family: 'Yusei Magic';
	font-weight: 400
}

img.captcha {
	margin: 10px 0px 0px 0px
}

.pull-right {
	padding-left: 7px
}

.panel-default>.panel-heading {
	background-color: transparent;
	border-bottom: none !important
}

.submit-btn {
	background: #3c763d;
	border: none;
	color: #fff;
	width: 100%;
	font-size: 20px;
	font-weight: bolder;
	padding: 15px 0;
	border-radius: 5px;
	cursor: pointer;
	margin-top: 15px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600
}
.buttonStyle {
position:absolute;
top:0;
right:0;
background:#444;
color:#fff;
border:none;
font-size: 20px;
}

.query-form button{
   display: block;
    margin: auto;
    padding: 10px 12px 10px 12px;
    border: none;
    background: #dc362e;
    color: #fff;
    margin-top: 20px;
    margin-right: 20px;
    width: 52px;
    font-size: 18px;
    border-radius: 50px;

}
@media only screen and (max-width: 600px) {
 .modalPopup {
    top:50%;
	width:90%;
  }
  
  .query-form input{
  width:100%;
  margin-left:0;
  }
  
  .query-form textarea{
  width:100%;
  margin-left:0;
  }
  
  .reviewModalBtn {
	right: 25px!important;
	top: 100px;
      
  }
  
}

@media only screen and (max-width: 768px) {
    .reviewModalBtn {
	right: 20px!important;
	top: 100px;
      
  }
    
}


