#feedback {
  position: fixed;
  right: 0px;
  top: 25%;
}

.dis-inline {
  display: table-cell;
  vertical-align: middle;
}

#feedback-form {
  z-index: 1000;
  padding: 20px;
  background-clip: "padding-box";
  border: 1px solid rgba(0, 0, 0, 0.2);
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  max-height: 900px;
  background-color: #f8f8ff;
  border-radius: 27px 0px 0px 27px;
}

#feedback-tab {
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
  width: 140px;
  height: 40px;
  padding-top: 8px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  background-color:#ff0000;
}

.pos-relative {
  position: relative;
  font-size: 14px;
}

.pos-relative #feedback-tab {
  position: absolute;
  right: 12px;
}

#feedback {
  transform: translateX(300px);
  -webkit-transform: translateX(300px);
  -ms-transform: translateX(300px);
  -o-transform: translateX(300px);
  -moz-transform: translateX(300px);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

#feedback.fromActive {
  /* right: -33px; */
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  -moz-transform: translateX(0px);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
.border-radius-0 {
    border-radius: 0px !important;
}
.form-control1 {
    display: block;
    width: 100%;
    height: calc(2.0em + .75rem + 2px);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    padding: 9px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;}
/*Placeholder css*/

.input-placeholder {
  width: 200px;
}

input {
  border: none;
}

.input-placeholder input:valid + .placeholder {
  border: none;
  border-color: transparent;
}

.placeholder span {
  color: red;
}

body {
  display: block;
}

.inputStyle {
  border-radius: 4px !important;
}

.fromActive #feedback-tab {
  right: -50px;
}

.icon {
  position: absolute;
  left: 0;
}
.red{
  background-color: #ff0000;
  border-radius: 8px;
  color: #f0f2f5;
}
/* media quesries starts*/ 
@media screen and (min-width:1024px){
  .row-height{
    height:418px;
  }
  .margin-right{
    margin-right: -178px;
  }
}
@media screen and (max-width: 1024px) {
  .AMP-Logo {
    height: 90px;
  }
  .margin-right{
    margin-right: -10px;
  }
  .row-height{
    height:200px;
  }
 
  .main-container {
    min-width: 100%;
  }

  .dropdown-nav {
    display: none;
  }
}

@media screen and (max-width: 789px) { 
  .row-height{
    height: 1316px;
  }
  .red{
    background-color: #ff0000;
  }

  #myTopnav {
    display: none;
  }

  #menu-icon {
    display: block;
    display: flex;
    align-items: center;
  }
}

@media screen and (min-width: 601px) {
  .dropdown-nav {
    display: none !important;
  }
}
.btn-verify{
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
