*{
  padding: 0px;
  margin: 0px;
}
element:hover, element:active {
-webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-user-select: none;
-webkit-touch-callout: none /*only to disable context menu on long press*/
}
body {
  font-family: Verdana, sans-serif;
  padding: 0px ;
  margin: 0px;
}
#helpmaindiv{
    width: 100%;
    height: auto;
    position: relative;
    display: block;
}
#mainhdng{
  width: 100%;
  height: 95px;
  background-color:#333333;
  color: #ffffff;
}
#mainhdng h1{
  text-align: center;
  font-size: 22px;
  padding: 30px;
}
#tellaboutcontact{
    text-align: center;
    margin: 58px auto;
    width: 40%;

}
#tellaboutcontact #tellhdngtxt{
  font-weight: bold;
  font-size: 20px;
  color:rgb(44, 35, 32 );
}
#telldetailtxt{
  font-size: 16px;
  color:#666;

}
.tellotherhdngtxt{
  font-size: 18px;
  color:rgb(44, 35, 32 );
  margin-top: 60px;

}
#contactdetails{
  width: 80%;
  height: auto;
  margin: 30px auto 10px auto;
  text-align: center;
}

.specificcontact{
text-align: center;
    flex-shrink: 0;
    display: inline-block;
    width: 100%;
    max-width: 24%;
    min-width: 208px;
    margin: 0px auto 30px auto;
    height: 100%;
    position: relative;
    transition-property: transform;
}
.specificcontact h4{
  margin-top: 10px;
  color: rgb(44, 35, 32 );
}
.specificcontact p{
  font-size: 14px;
}
.hdnginfo{
  margin: 0px 0px 10px 0px;
}
.hdnginfo h4{
    font-size: 1.2rem;
    font-weight: bold;
}
.mainhdngpplthnk{
  text-align: center;
  padding: 10px;
}
.mainhdngpplthnk p{
 font-weight: bold;
    font-size: 18px;
     color: rgb(44, 35, 32 );
}
.specificinfo{
display: -webkit-box;
    width: 94%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0px auto;
}
.pplthnkclo1{
  width: 48%;
  margin: 0px auto;
}
.pplthnkclo2{
  width: 48%;
  margin: 0px auto;
}
.forpeople{
     width: 100%;
    box-sizing: inherit;
}
.outerhdngofpplthnk{
  width: 100%;
  background-color: rgba(0,0,0,.03);
  color: #ffffff;
  padding:10px;
  text-decoration: none;
  border: 1px solid #eeeeee;
  cursor: pointer;
  
}
.hdngofpplthnk{
  width: 100%;
  background-color: rgb(219, 24, 41);
  color: #ffffff;
  padding:16px 0px 19px 8px;
  text-decoration: none;
}
.hdngofpplthnk p{
  color: #ffffff;
}
.hdngofpplthnk .expand::after{
    position: relative;
    top: 8px;
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-right: 0.2em solid #ffffff;
    border-top: 0.2em solid #ffffff;
    margin-right: 1.5em;
    float: right;
}
.hdngofpplthnk .expand::after {
    -webkit-transform: translateY(-50%) rotate(135deg);
    transform: translateY(-50%) rotate(135deg);
}
.expand::after{
    content: "";
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}
.collapse::after {
    position: relative;
    top: 14px;
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-right: 0.2em solid #ffffff;
    border-top: 0.2em solid #ffffff;
    margin-right: 1.5em;
    float: right;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.pargofpplthnk{
   background-color: #f8f9fa;
   width: 100%;
   height: auto;
   background-color: #F8F9F9;
   border: 2px solid #eee;
   overflow: hidden;
}
.pargofpplthnk p{
  font-size: 0.9rem;
    line-height: 2;
    font-family: Poppins, sans-serif;
    padding: 10px;
}
label h2 {
  color: #424242;
  font-size: 14px;
  text-align: left;
  margin-left: 0px;
}
#innernewstorediv{
  width: 100%;
  max-width: 700px;
  padding: 40px;
  background-color: white;
  margin: 120px auto;
  box-shadow: -5px 6px 48px -13px rgb(0 0 0 / 75%);
}


#signupheading p{
  text-align: center;
  /* color: #fff; */
  font-size: 24px;
  font-weight: 700;
  margin-bottom: -65px;
}
#formdata form{
  text-align: center;
  margin: 0px 0px 0px 0px;
  clear: left;

}
#formdata form label{
  position: relative;
  display: flex;
  color: rgb(46, 19, 9);
}

#formdata form input{
  width: 100%;
  /* max-width: 600px; */
  height: 56px;
  outline: none;
  display: block;
  border-radius: 4px;
  background-color: transparent;
  margin: 0px auto 30px auto;
  padding: 0.375rem 0.75rem;
  border: 1px solid #3e3e3e;
}
#formdata form textarea{
    display: block;
    width: 100%;
    min-height: 4.7rem;
    padding: 10px;
    border: 1px solid #eee;
    font-family: Poppins, sans-serif;
    line-height: 2.5;
    font-weight: 400;
    background-color: transparent;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
    border: 1px solid #3e3e3e;
}

#formdata form #selprov{
    width: 100%;
    height: 48px;
    border-block-color: rgb(46, 19, 9);
    display: block;
    border-radius: 10px;
    margin: 0px auto 30px auto;
    padding: 0px 0px 0px 10px;
    border: 1.6px solid rgb(46, 19, 9);
}
#formdata form #selcity{
 width: 100%;
    height: 48px;
    border-block-color: rgb(46, 19, 9);
    display: block;
    border-radius: 10px;
    margin: 0px auto 30px auto;
    padding: 0px 0px 0px 10px;
    border: 1.6px solid rgb(46, 19, 9);
}

#formdata form input[type="submit"] { 
    width: 204px;
    height: 46px;
    background-color: rgb(44, 35, 32 );
    font-size: 18px;
    font-weight: bold;
    margin: 22px 0px 0px 0px;
    position: relative;
    color: #ffffff;
}
.cancelboth{
  clear: both;
}
@media (max-width: 700px) {
  .specificinfo {
    width: 98%;
  }
.pplthnkclo1 {
    width: 100%;
}
  .pplthnkclo2 {
    width: 100%;
}

#tellaboutcontact {
    width: 80%;
}
#contactdetails {
    width: 100%;
}
.forpeople {
    width: 100%;
    padding: 20px 0px 0px 0px;
    float: none;
}
}

@media (max-width: 600px) {

#mainhdng{
  position: relative;
  top: 78px;
}

#tellaboutcontact{
    margin: 140px auto 80px auto;
 
}    
    
}
