.show-more-expand{
  display:none;
}
.show-more-down{
  display:none;
}
 /* styling rodo */
#show-morepx .last {
display: block;
position: relative;
margin-bottom: 12px;
margin-top:12px;
cursor: pointer;
font-size: 16px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
font-weight: 200;
color: black;
font-weight: bold;
}
#show-morepx{
  text-align: left;
}
#show-morepx .last input {
position: absolute;
opacity: 0;
cursor: pointer;
font-size: 18px; }
#show-morepx .last input:checked ~ .checkmark {
  background-color: #0042ed; }
  #show-morepx .last input:checked ~ .checkmark:after {
    display: block;
    border-color: white; }
#show-morepx .last input:hover ~ .checkmark:after {
  display: block;
  border-color: #0042ed; }
#show-morepx .last input:checked:hover ~ .checkmark {
  background-color: #0042ed; }
  #show-morepx .last input:checked:hover ~ .checkmark:after {
    display: block;
    border-color: white; }
#show-morepx .last .checkmark {
border: 1px solid #0042ed;
position: absolute;
left: 0;
top: 0;
bottom: 0;
margin: auto;
height: 25px;
width: 25px;
background-color: transparent;
-webkit-transition: 0.5s;
transition: 0.5s; }
#show-morepx .last .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid #fe0000;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.5s;
  transition: 0.5s; }
#show-morepx .last:hover input ~ .checkmark {
}
#show-morepx span.wpcf7-list-item {
margin: 0;
position: relative; }

#show-morepx .wpcf7 .wpcf7-form label {
padding-left: 35px; }

#show-morepx .wpcf7-list-item-label {
margin-left: 33px;
display: block; }

.show-more{
  background-color: #0042ed;
  border: 2px solid #fff;
  border-radius: 0;
  font-weight: bold;
  color: white;
  margin: 5PX;
  display:inline-block;
  padding: 6px 12px;
  margin-left:0;
  cursor: pointer;
}
.show-more:hover{
  background-color: #112ab1;
  transition:all 0.5s ease;
}
.show-more-expand{
  border: thin solid #0042ed;
  background-color:#eee;
  height:250px;
  width:100%;
  overflow-y:scroll;
  color:black;
  margin:auto;
  padding:10px;
}
.show-more-expand a{
color:#0042ed;
}
.show-more-expand a:hover{
  color:#fff;
  transition:all 0.5s ease;
  }
#ofirmie .show-more-expand p{
  
  color:#000!important;
}
.wpcf7-response-output {
   clear: both!important;
   border-color: #0042ed!important;
}