HEX
Server: Apache
System: Linux p3plmcpnl494318.prod.phx3.secureserver.net 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: halcosmu (4392252)
PHP: 8.4.18
Disabled: NONE
Upload Files
File: /home/halcosmu/public_html/healthinsurance.ratequalified.com/style.css
.navbar
{
    padding: 10px;
    border-radius: 0px;
}
.navbar-brand{
    padding-top: 0px;
}
form{
    background-color: rgba(0,0,0,.4) !important;
    padding: 15px 10px;
}
.form-heading, .form-call{
    line-height: 20px;
    text-align: center;
    text-shadow: 1px 1px #000;
}
.form-heading{
    color: #8FAEC9;
}
.form-call{
    color: #ffffff;
    font-size: 45px;
    font-weight: bold;
    margin-bottom: 40px;
}
form h2{
    padding-bottom: 5px;
}
input, select{
    margin: 10px 0px;
    padding: 15px 20px;
    height: 30px !important;
    background-color: #e6e6e6 !important;
    border: 0 !important;
}

form .btn{
    margin-top: 10px;   
    padding: 5px 35px;
    border: none !important;
    border-radius: 5px;
    background: #ff9900;
    font-size: 22px;
    color: #111;
    font-weight: bold;
}
p.agree{
    margin-top: 20px;
    font-size: 10px;
    text-align: justify;
    color: #8FAEC9;
}

.jumbotron{
    background: url('img/health.jpg') fixed;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    
}

h1.bigheader{
    margin-top: 60px;
    font-size: 55px;
    text-shadow: 5px 5px 8px #000;
    font-weight: bold;
    color: #fff;
    font-family: 'Oswald', sans-serif;
}

.headersub{
    color: #ff9900;
    font-size: 18px;
    text-shadow: 5px 8px 8px #000;
}
form{
    margin-top: 20px;
}
form input,select{
    height: 40px !important;
    background-color: #e6e6e6 !important;
    border: 0 !important;
}
form select placeholder{
    color: #8FAEC9;
}
 input[type="date"]:before {
    content: attr(placeholder) !important;
    color: #141414;
    margin-left: -10px;
    margin-right: 15px;
  }
  input[type="date"]:focus:before,
  input[type="date"]:valid:before {
    content: "";
  }

.disclaimer{
    padding: 50px 0;
    background-color: antiquewhite;
}
.disclaimer p{
    text-align: justify;
    font-size: 11px;
}

footer p{
    font-size: 13px;
    text-align: center;
    background-color: #222;
    color: #fff;
    padding: 3px 0;
}

.bannertext i{
    padding-right: 15px;
}
.bannertext{
    margin: 40px 0;
}
.bannertext h1{
    margin-bottom: 30px;
    font-size: 50px;
    font-weight: bold;
}
.bannertext{
    color: #fff;
    line-height: 30px;
    font-size: 2vw;
}
.bannertext h1 span{
    color: #F69234; text-shadow: 1px 1px #444; font-size: 60px;
}

.lady img{
    width: 500px;
}
.thanktext img{
    padding-top: 50px;
}
/****************************************************************/
.modalbtn{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 9999;
}
@media only screen and (max-width: 990px) {
    .form-signin {
        display: none;
    }
    .md-form { padding:0px; }
    .md-form input{
        padding:20px 5px;
    }
    input[type="date"]{
        
        height:40px !important;
        padding: 10px 0 10px 10px;
    }
    input[type="date"]:before {
    content: attr(placeholder) !important;
    color: #000;
    padding: 0 0 0 15px;
  }
  input[type="date"]:focus:before,
  input[type="date"]:valid:before {
    content: "";
  }
  
   ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
   color: #000 !important;
   padding-left:10px;
   opacity: 1; /* Firefox */
   }

   ::-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #000 !important;
    }

   ::-ms-input-placeholder { /* Microsoft Edge */
   color: #000 !important;
   }
   
}
.modalbtn { display:none; font-size:15px;}

/* Desktop*/
@media screen and (max-width: 990px) {
  .modalbtn  { display: block;  }
  
}
/****************************************************************/

@media only screen and (max-width: 600px) {
    .veribrand img{
        width: 90%;
    }
    .bannertext h2{
        font-size:22px;
    }
    .bannertext h1 span{
        font-size:35px;
    }
    .bannertext h1, span{
        font-size:25px;
    }
  .bannertext p 
  {
      font-size:14px !important;
  }
  .client img{
      margin-top:4px;
  }
  .lady img{
      margin-top:35px;
  }
}