

.answer{
  font-size:16px;
  padding-left: 0px;
  padding-top: 10px;
  padding-bottom: 24px;
  padding-right: 18px;
}

.polxslider {
  background:none;
  color: #3c464b;;
  cursor: pointer;
  padding-left: 0px;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-right: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 20px;
  transition: 0.4s;
  font-weight:normal;
  color:#41aaaa;
}

.activepol, .polxslider:hover {
  background-color:none;
}

.polxslider:after {
  content: '+';
  color: #777;
  float: right;
  margin-left: 5px;
   transition: 0.8s;
}

.activepol:after {
   transform: rotate(45deg);
  content: "+";
}

.panel {
  background-color: white;
  padding-left:10px;
  padding-right:60px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  border-bottom: 1px solid #CAD7E6;
}
.overlaypolx{
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1111;
    backdrop-filter: blur(6px);
    background-color: rgba(0,0,0,0.8);
}

.closeoverlay{
 position: fixed;
 height:100vh;
 font-size:20px;
 color:white;
 background:#003750;
 width:865px;
 top:0px;
 right:-865px;
  text-align:right;
  padding-right:40px;
 padding-top:15px;

 
}
.checkbox-label{
  font-size:12px !important;
}
.modalpolx {
    /* some styles to position the modal at the center of the page */
    position: fixed;
    top: 40px;
    right:-500px;
    width: 500px;
    height: 100vh;
    background:#003750;
    z-index: 26; /* keep on top of other elements on the page */
    overflow-y: scroll;
    padding-bottom:30px;
    margin-bottom:60px;
    overflow-x: hidden;
}
.trynowleft{
  position:absolute;
  top:60px;
  left:40px;
  width:300px;
  color:white;
  text-align:left;
  font-size:16px;
  
}
.head20{
  font-size:20px;
  text-align:center;
  font-weight:bold;
  color:#ffffff;
  margin-bottom:0.3rem;
}
.head16{
  font-size:16px;
  text-align:center;
  font-weight:normal;
  color:#ffffff;
  margin-bottom:0.3rem;
}

#inner{
    text-align:center;
    width:80%;
	  position: relative;
	  margin: 0 auto;
}

.textwrap{  
    width:100%;
    padding-right:33%;
  }

@media screen and (max-width: 767px) {
    .textwrap {
    padding-right:0%; 
    }
  
