
/*--------------------------------------------------------------
# feedback
--------------------------------------------------------------*/

.feedback-form
{
	position:fixed;
	top:10%;
	right:0;
	z-index:100;
	min-height:450px;

}

#OpenForm{
	top:15%;
	color:#ffffff;
  background-color: #053c6b;
	
}
#OpenForm:hover{
	color:grey;
}
.feedback-form-show
{
	right:0 !important;

}

.feedback_form_area
{
  position: relative;
	 overflow: hidden;

}

.feedback_form_area_inner
{
	width:350px;
	min-height:450px;
	color:#fff;
}

.feedback_form_area h3
{
	margin-top:0;
}

.feedback-form-btn
{
	position: absolute;
    left: -81px;
    color: #fff;
    transform: rotate(90deg);
    top: 40%;
	border-radius:0;
}
.feedback-form-btn .btn .btn-success .btn-lg:hover{
  color: #fff;
}
h3{
  color:black;
}



@media only screen and (max-width: 320px) {
.feedback_form_area_inner
{
		width:200px;
	min-height:450px;
	color:#fff;
	padding:15px;
}
}
@media only screen and (max-width: 400px) {
  .feedback_form_area_inner
  {
      width:300px;
    min-height:450px;
    color:#fff;
    padding:15px;
  }
  .feedback-form-btn
{
    left: -70px;
}
  }

.mt-50
{
    margin-top:50px;
}


body {font-family: Arial, Helvetica, sans-serif;}
* {box-sizing: border-box;}

input[type=text], select, textarea, #mail {
  width: 100%;
  padding: 12px;
  border: 1px solid grey;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}
#t_phone{
    width: 100%;
    padding: 12px;
    border: 1px solid white;
	border: 1px solid grey !important;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
    margin-left: 1.0%;
}
#ph_code{
	  width: 50px;
    border: 1px solid grey;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
}
#subject{
    width: 100%;
    padding: 12px;
    border-bottom: 1px solid grey;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
}
h3{
    text-align: center;
    font-family: "Montserrat", sans-serif;
  color: #053c6b ;
}

input[type=submit] {
  background-color:#053c6b;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #053c6b;
}



#feedback .container{
  border-radius: 5px;
  background-color: white;
  padding: 20px;
  width: 100%;
  margin: auto;
	border-color: #053c6b;
}

#dialog-3 {
  background:#fff;
  border: 1px solid #053c6b;
  color: #fff;
  font-weight: bold;
}
