#mainiframe,
#opiniframe {
  height: 1210px;
}

#reqiframe {
  height: 1175px;
}
#subscription {
  height: 850px;
}


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  #opiniframe {
    height: 1655px;
  }

  #reqiframe {
    height: 1625px;
  }
  #subscription {
    height: 1000px;
  }

}


/* Small devices (portrait tablets and large phones, 532px and up) */
@media only screen and (min-width: 532px) {
  #opiniframe {
    height: 1230px;
  }

  #reqiframe {
    height: 1230px;
  }
  #subscription {
    height: 1000px;
  }
  
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  #opiniframe {
    height: 1230px;
  }

  #reqiframe {
    height: 1625px;
  }
  #subscription {
    height: 1000px;
  }
  
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  #opiniframe {
    height: 1160px;
  }

  #reqiframe {
    height: 1160px;
  }
  #subscription {
    height: 900px;
  }

}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  #opiniframe {
    height: 1160px;
  }

  #reqiframe {
    height: 1160px;
  }
  #subscription {
    height: 850px;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  #opiniframe {
    height: 1175px;
  }

  #reqiframe {
    height: 1175px;
  }
  #subscription {
    height: 850px;
  }
}

/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  /* display: inline-block; */
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float: left;
  border: 1px solid;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
  font-weight: 700;
}

/* Styles for Text boxes above form*/
#requestText, #opinionText {
  font-family: Segoe UI;
    /*color: #3c4881;*/
    font-size: 14pt;
    padding: 10px;
    background-color: white;
}


/* Style the tab content */
.tabcontent {
  display: none;
  border: 1px solid #ccc;
  border-top: none;
  background-color: white;
}
.tab {
  font-size: 14pt;
}
.tablinks{
  
display: inline;
width: 50%;

}

.tabTitle {
  text-align: center;
  font-size: 18px;
  background-color: white;
}

.circle {
  background: #897346;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: relative;
  left: 50%;
  transform: translate(-50%);
}

.circle h3 {
  position: absolute;
  color: #FFFDFE;
  margin: 0;
  padding: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
ul {
  list-style: none;
  padding: 10px 0;
  font-size: 18px;
  font-family: georgia;
  font-weight: 700;
  
}
.profileBlock{
background-color: #1C304A;
text-align: center;

color: white;
padding: 10px;
padding-top: 1px;
font-family: Georgia, serif;

  
}
.profileBlock h3, h2{
font-weight: 700;
}

