.main-search-box form{
  width: 100%;
  margin: 0 auto;
  background-image: none;
  background-color: #292929;
  overflow: hidden;
  padding: 10px 15px;
}
.main-search-box button{
  background-color: #8EC83E;
  width: 100%;
  color: #fff;
  margin-top: 5px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  line-height: 1;
  height: 34px;
}
.bundle-error {
  position: absolute;
  border: 1px solid red;
  padding: 5px 10px;
  bottom: -38px;
  left: 0;
  display: block;
  background-color: #fee8e5;
  border-radius: 3px;
  color: red;
  font-size: 14px;
  font-weight: normal;
  z-index: 10;
  left: 15px;
}

.bundle-error:before {
  border-width: 0 8px 8px !important;
  top: -8px;
  border-color: #f00 transparent !important;
}

.bundle-error:after {
  border-width: 0 8px 8px !important;
  top: -7px;
  border-color: #fee8e5 transparent !important;
}
.bundle-error:before, .bundle-error:after {
  content: "";
  position: absolute;
  border-style: solid;
  border-color: #ccc transparent;
  display: block;
  left: 15px;
  right: auto;
  border-width: 0 11px 11px;
  width: 0;
}

.bundle-dealer-bg{  
  height: 25vw;
  background-size: cover;
  background-position:center;
  position: relative;
  z-index: 0;
  background-image:url(../images/installing-tv-service.jpg);
  background-repeat: no-repeat;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.bundle-dealer-bg:before {
  content: '';
  position: absolute;
  background-color: rgba(0, 0, 0, 0.53);
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
  left: 0;
}
.bundle-dealer-bg .container {
  width: 100%!important;
}

.section-get-connected{
  padding: 50px 0px 60px;
}
h3.label-text{
  font-size: 45px !important;
  line-height: 1.2 !important;
  margin: 0 30px 0 0 !important;
  color: #fff !important;
}
h3.label-text strong{
  font-weight: 500 !important;
}
.frm-header{
  background-color: #292929;
  text-align: center;
  padding: 0 20px 15px; 
  margin-bottom: 0 !important;
  border-bottom: 1px solid #757575;
}
.frm-header h3{
  color: #fff !important;
  margin: -20px 0 0 !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height:1.2 !important;
}
.frm-header[class]  p{
  margin-top: 5px;
  text-align: center;
  color: #efefef !important;
  line-height: 18px !important;
  font-size: 13px !important;
}
.customer-type{
  text-align: center;
  color: #fff;
  margin-bottom: 15px !important;
}
.customer-type .radio-inline{
  margin:0 15px;
}
.home-security {
  min-height: 450px !important;
}
.home-security .btn-view-option{
  background-color: transparent;
  margin-top: 5px;
  font-weight: 500;
  border-bottom: none;
  line-height: inherit;
  font-size: 20px;
  padding: 15px 30px;
  border: 2px solid #fff !important;
  color: #fff !important;
  border-radius: 0;
}
.home-security .btn-view-option i{
  margin-left: 10px;
}
.home-security p{
  margin: 0!important;
}
.smart-home{
  min-height: 600px !important;
  padding: 20px;
}
.smart-home-text[class]{
  margin-bottom: 0;
  padding: 20px 50px;
  background-color: rgba(0,0,0,0.5);
}
.smart-home-text[class] h3{
  margin-top: 10px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 25px;
  font-weight: bold;

}
.smart-home-text[class] h3:nth-child(2){
  padding-left: 20px;
}

.smart-home-text[class] h3:nth-child(4){
  padding-left: 20px;
}
.home-security h3.label-text, .smart-home h3.label-text{
  color:#fff !important;
  font-weight: 400 !important;
  font-size: 45px !important;
  margin-bottom: 0;
}


.smart-home .btn-view-option{
  background-color: transparent;
  margin-top: 5px;
  font-weight: 500;
  border-bottom: none;
  line-height: inherit;
  font-size: 20px;
  padding: 15px 30px;
  border: 2px solid #fff !important;
  color: #fff !important;
  border-radius: 0;
}
.contact-content .paragraph-text {
  color: #fff !important;
  margin-top: 30px;
  font-weight: 500 !important;
  text-align: center;
  font-size: 20px !important;
}

@media (max-width: 991px){
  h3.label-text {
    font-size: 25px !important;
  }
  .home-security h3.label-text, .smart-home h3.label-text{
    font-size: 30px !important;
  }
}
@media (max-width: 767px){
  .home-security .btn-view-option {

    left: 14px;
    width: 220px;
    top: 0;
  }
}