﻿@media screen and (min-width: 1200px) {

html {  overflow-x: hidden;}

}

@media screen and (max-width: 1200px) {

html {  overflow-x: hidden;}
.search_container {
  right: 5%;
}

}

@media screen and (max-width: 980px) {

}

@media screen and (min-width: 768px) and (max-width: 980px) {

/*overflow: auto; */
html, body { width: 100%; }
.contentsection {  width: 100%;}
.headerSection .contentsection {
  width: 98%;
}
.service_section .contentsection, 
.ContentPageArea , 
.contentsection.benefitSection, 
.bodyWrapper, 
.form_section, 
.form_section .contentsection, 
.footer .contentsection, 
.footer {
  width: 100%;
display: block;
}
#BottomLinks {
  min-width: 100%;
  width: 100%;
  padding: 0; 
}
.ben_text_section {
  padding: 0;
  width: 90%;
}
.ben_section .ben_icon {
  height: 110px;
  width: 110px;
}
.ben_content_section .active .circleTitle h5,
 .ben_section .circleTitle h5{
    font-size: 14px;
}
.ben_icon .safeguard_committee_legally {
  padding-top: 0px;
  line-height: 110px;
}
.ben_icon .peace_of_mind, .ben_icon .better_quality_of_life h5{
  padding-top: 0px;
  line-height: 110px;
}
.ben_icon .enhanced_security h5{
  padding-top: 41px;
}
.ben_icon .website_free h5{
  padding-top: 41px;
  line-height: 1.2em;
}
.ContentPageArea .benifit_section {
    display: block;
}

.ser_section .ser_title {
  min-height: 50px;
}
.ser_section .ser_Content {
  height: auto;
}
.contentsection .ser_content_section {
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 20px;
}
.LinkGroup {
  margin-right: 1%;
  width: 22%;
}
.LinkGroup:first-child {
  margin-left: 10px;
}
.cont_form {
  width: 43%;
  margin-left: 20px;
}
.cont_form .fieldtitle {
  float: none !important;
}
.cont_form .field_textbox textarea {
  background-color: #fff;
  border: medium none;
  font-size: 12px;
  height: 101px !important;
  padding: 5px;
  resize: vertical;
  width: 90%;
}
#ctl00_UpdatePanel4 {
  margin-left: -3px;
}
.feat_bullets ul {
  padding-left: 70px;
}
.logocontainer {
  background-size: 100% auto;
  height: 22px;
  margin-top: 11px;
  width: 102px;
}
.search_container {
  right: 0;
}
.nav_container ul li {
  margin-left: 10px;
}
.signup_form {
  width: 43%;
}
.bannertext {
  left: 60px;
  padding-left: 20px;
  top: 100px;
  width: 355px;
}
.banner_header {
  font-size: 24px;
}
.banner_subheader h5{
  font-size: 14px;
}
.buttoncontainer input[type="button"] {
  font-size: 15px;
}
.servicerequest {
  left: 450px;
  width: 265px;
}
.divaddSociety {
  left: 450px;
  width: 264px;
}
.columnleft input[type="text"], input[type="password"] {
  width: 115px;
}
.details_textarea {
  width: 252px;
}
.feat_text_section .feat_title {
  font-size: 18px;
  margin: 12px 0 0;
  text-align: center;
}
.feat_bullets ul li {
  font-size: 13px;
}
.feat_content_section .feat_section 
{
  height: auto;
  margin-left: 13px;
  margin-right: 5px;
  padding: 10px 10px 0;
  width: 28%;
}
.feat_section .squareTitle 
{
    margin: 0 auto;
}
.feat_section .feat_icon, .feat_text_section
{
  float: none;
}
.search-mobile-icon {
  margin-left: 10px;
  margin-top: 12px;
}
}

@media screen and (max-width: 768px) {
    html, body { width: 1024px; overflow: auto; }
    .mapsection {  margin-top: 0;}

}