/*feedback_form_area*/

.feedback-form
{
	position:fixed;
	top:15%;
	right:0;
	z-index:100;
	min-height:450px;
	
}

.feedback-form-show
{
	right:0 !important;
}

.feedback_form_area
{

	position:relative;
	display:none;
	 overflow: hidden;
	 background:rgba(0,0,0,0.8);
}

.feedback_form_area_inner
{
		width:300px;
	min-height:450px;
	color:#fff;
    padding:15px;
    background: linear-gradient(to bottom, #0069b7 0%, #21c2f8 100%);
}

.feedback_form_area h3
{
	margin-top:0;
}
		
.custom-inp
{
	width:100%;
	height:35px;
	padding-left:5px;
	color:#fff;
	border:1px #fff solid;
	background:transparent;
}
		
.custom-inp-txt
{
	width:100%;
	height:100px;
	padding:5px;
	color:#fff;
	border:1px #fff solid;
	background:transparent;
}

.feedback-form-btn
{
	border-radius: 20px 20px 0 0;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: bold;
    left: -146px;
    padding: 10px 20px;
    position: absolute;
    text-transform: uppercase;
    top: 113px;
    transform: rotate(-90deg);
    transform-origin: 117px 11px 0;
    background: #f09819;
    background: -moz-linear-gradient(top, #f09819 0%, #f67f31 100%);
    background: -webkit-linear-gradient(top, #006ab3 0%, #21c2f8 100%);
    background: linear-gradient(to bottom, #0069b7 0%, #21c2f8 100%);
}

.overflowTest {
    /* background: #4CAF50; */
    color: white;
    padding: 15px;
    /* width: 50%; */
    height: 375px;
    overflow: scroll;
    border: 1px solid #ccc;
  }

@media only screen and (max-width: 320px) {
.feedback_form_area_inner
{
		width:260px;
	min-height:450px;
	color:#fff;
    padding:15px;
    background: linear-gradient(to bottom, #0069b7 0%, #21c2f8 100%);
}
}

.mt-50
{
    margin-top:50px;
}
.product_menu li{
    border: 1px solid white;
    margin-top: 5px;
    font-weight: 600;
    padding: 5px 5px 5px 5px;
}
.overflowTest li{
  clear: both;
  color: #f8f8f8;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
  padding: 10px 0px 10px 10px;
  position: relative;
  transition: all 300ms linear 0s;
  background-color: #f8f8f8;
  border-radius: 2px;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
  cursor: pointer;
}
.overflowTest::-webkit-scrollbar-thumb {
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(.5, rgb(77, 183, 254)), color-stop(.5, #4db7fef2), to(#ffffff));
}
.overflowTest::-webkit-scrollbar {
  width: 5px;
  background-color: #F5F5F5;
}

.overflowTest_below_banner {
  /* background: #4CAF50; */
  color: white;
  padding: 15px;
  width: 95%;
  height: 500px;
  overflow: scroll;
  /* border: 1px solid #ccc; */
}
.overflowTest_below_banner::-webkit-scrollbar-thumb {
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(.5, rgb(77, 183, 254)), color-stop(.5, #4db7fef2), to(#ffffff));
}
.overflowTest_below_banner::-webkit-scrollbar {
  width: 5px;
  background-color: #F5F5F5;
}

.overflowTest_below_banner li{
  clear: both;
  color: #f8f8f8;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
  padding: 10px 0px 10px 10px;
  position: relative;
  transition: all 300ms linear 0s;
  background-color: #f8f8f8;
  border-radius: 2px;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
  cursor: pointer;
}