@charset "utf-8";
/* CSS Document */

*{
 margin:0;
 padding:0;
}
a, a:hover, a:focus{
 text-decoration:none;
 outline:0;
 border:0;
}
img{
 max-width:100%;
}
.main{

}
.clearfix{
 clear:both;
 margin:0;
 padding:0;
}
.header {
padding: 75px 0;
    text-align: center;
    max-width: 685px;
    margin: 0 auto;
    width: 90%;
 justify-content: center;
}

.header .main {
     display: inline-flex;
}

.header .main .col{}

.seprator {
 width: 80px;
    text-align: center;
}
.seprator hr{
      border: none;
    border-left: 1px solid #E3E3E3;
    height: 85px;
    width: 1px;
    margin: -13px auto;
}


.border-area{
 height:8px;
 background:#ff6200;
 text-align:right;

}
.veterinary-btn{
 background:url(../2018-preference-center-arrow.png) no-repeat #00aeef  96% center;
 font-size:21px;
  font-family: 'Montserrat', sans-serif;
 color:#fff;
 padding:20px 50px 20px 20px;
 display:inline-block;
 float:right;
 margin:0 0 35px;
}
.content_area{
 max-width: 685px;
    width: 90%;
    margin: 0 auto;
}

.content_area h2{
 font-family: 'Montserrat', sans-serif;
 color:#000;
 font-size:18px;
 line-height: 22px;
 margin:0 0 25px;
 font-weight:700;
}
.content_area h3{
 font-family: 'Montserrat', sans-serif;
 color:#ff6400;
 font-size:30px;
 margin:0 0 35px;
 font-weight:400;
}
.form_area{
   width: 100%;
    padding: 80px 50px;
    border-radius: 24px;
    margin: 0 auto 70px;
    box-sizing: border-box;
    box-shadow: 0 0 50px rgb(68 88 144 / 10%);
}

.head-title {
 margin-bottom: 50px;
}
.head-title h1{
  font-family: 'Montserrat', sans-serif;
  color:#000;
  font-size:24px;
 line-height: 29px;
  margin:0 0 35px 0;
  font-weight:700;
 text-align: center;
}
.head-title p{
 font-family: 'Montserrat', sans-serif;
  color:#000;
  font-size:16px;
 line-height: 19px;
  margin:0 0 30px 0;
  font-weight:400;
 text-align: center;
}




.form_area fieldset{
 border:0;
}
.form_area hr{
height: 1px;
    background: #E3E3E3;
    border: 0;
    outline: 0;
    margin: 0 auto;
    max-width: 347px;
    width: 100%;
}

hr.master {
 margin: 30px auto 60px;
    clear: left;
}

.group2 {}




.form_area p strong{

}
.form_area [type="checkbox"]:checked,
.form_area [type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.form_area [type="checkbox"]:checked + label,
.form_area [type="checkbox"]:not(:checked) + label
{   position: relative;
    padding-left: 45px;
    cursor: pointer;
    display: inline-block;
    color: #000;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    margin: 0 0 25px;
    line-height: 19px;
    font-weight: 400;
    padding-top: 10px;
}
.form_area [type="checkbox"]:checked + label:before,
.form_area [type="checkbox"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    width: 24px;
    height: 24px;
    border: 2px solid #000;
    border-radius: 100%;
    background: #fff;
}
.form_area [type="checkbox"]:checked + label:after,
.form_area [type="checkbox"]:not(:checked) + label:after {
    content: '';
    width: 4px;
    height: 11px;
    position: absolute;
    top: 12px;
    left: 10px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
   transform: rotate(45deg)!important;
      border-bottom: 3px solid #333;
    border-right: 3px solid #333;
}
.form_area [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.form_area [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.form_area [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.form_area [type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.form_area input[type="submit"] {
    color: #ffffff;
 background-color: #ff6400;
 font-size: 23px;
 border: 4px solid #dddddd;
 padding: 15px;
 box-sizing: border-box;
 cursor: pointer;
 margin: 0 auto;
 display: block;
 width: 275px;
 max-width: 100%;
 border-radius: 10px;
 font-weight: 600;
 
 letter-spacing: .06em;
}

.form_area input[type="submit"]:hover {
    background-color:#ff8a00;
}


.group4 {
 margin-bottom: 40px;
}

.group4 label{
 color: #000;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    margin: 0 0 25px;
    line-height: 19px;
    font-weight: 400;
    width: 100%;
    display: block;
}
.group4 input {
     border: 1px solid #000;
    max-width: 100%!important;
    width: 100%;
    padding: 20px;
    border-radius: 50px;
}

.submit-button input{
     width: 228px;
    border: 0;
    background-color: #000;
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    padding: 20px;
    border-radius: 50px;
    cursor: pointer;
    margin: 0 auto;
    display: block;
}


.submit-button input:hover {
 background-color: #444;
}


.disclaimer {
 margin-top: 100px;
    text-align: center;
}

.disclaimer p{
 color: #000;
    font-size: 16px;
    line-height: 19px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

.disclaimer a{
 color: #000;
 text-decoration: none;
 font-weight: 700;
}
.disclaimer a:hover{
 color: #444;
}





.footer{
 padding:0 0 30px;
}
.footer h4{
  font-family: 'Montserrat', sans-serif;
 color:#373737;
 font-size:30px;
 margin:0 0 40px;
 font-weight:400;
}
.footer h4 span{
 margin:0 25px 0 0;
 vertical-align:top;
}
.footer h4 a{
 margin:0 10px 0 0;
}
.footer h5{
 font-family: 'Montserrat', sans-serif;
 color:#373737;
 font-size:30px;
 margin:0 0 60px;
 font-weight:300;
}
.footer h5 a{
 text-decoration:underline;
 color:#373737;
}
.footer p{
 font-family: 'Montserrat', sans-serif;
 color:#373737;
 font-size:18px;
 margin:0 0 30px;
 line-height:28px;
}
 @media only screen and (max-width: 1169px) {

}

 @media only screen and (max-width:800px) {
.top{
 padding:30px 0;
}
.veterinary-btn{
 font-size:20px;
}

.form_area{
     padding: 50px 30px;
}


.footer h4 span, .footer h4, .footer h5{
 display:block;
 margin:0 0 15px;
 font-size:24px;
}
.footer p{
 margin:0 0 15px;
}
}

 @media only screen and (max-width:575px) {
  .header {
    padding: 50px 0;
 }
  
  .head-title h1 {
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 25px 0;
    font-weight: 700;
    text-align: center;
 }
  .head-title {
    margin-bottom: 35px;
 }
}

/*=======================================================================================================*/
/*=======================================================================================================*/
/*=======================================================================================================*/

.form_area .bodyFormWhy {
 display: none;
}
.form_area .bodyFormWhy p {
    font-size: 12px;
    color: #000;
    padding: 0 0 20px;
    margin: 0;
 font-family: 'Montserrat', sans-serif;
}
.form_area .bodyFormWhy .bodyFormColumn {
 font-size: 12px;
 color: #000;
}
.form_area .bodyFormColumn span.emailEntry {
 color: #ff671f;
 font-weight: bold;
 vertical-align: middle;
 padding-right: 25px;
}
.form_area .bodyFormColumn span.emailEntryRequired {
 color: #333;
 font-weight: bold;
}
.form_area .bodyFormColumn input[type="email"] {
 vertical-align: middle;
 max-width: 300px;
}
.form_area .bodyFormColumn {
 padding: 0;
 margin: 0;
 vertical-align: middle;
 display: block;
 overflow: hidden;
}

