﻿.contact-form[data-context="profile-enq"] input[type="text"], .contact-form[data-context="profile-enq"] input[type="email"],.contact-form input[type="text"], input[type="email"] { width:100% !important;}
fieldset {
       border: 1px solid #ccc;
       padding: 10px;
       margin-bottom: 20px;
   }

       fieldset legend {
           border: 0;
           padding: 0 5px;
           width: auto;
           font-size: 16px;
           margin-bottom: 0;
       }

   .nametxtboxIn {
       position: relative;
   }

   .date-box {
       position: relative;
   }

   .ui-datepicker-trigger {
       position: absolute;
       top: 5px;
       right: 5px;
   }

   select {
       width: 100%;
       height: 35px;
       border: 1px solid #DEDEDE !important;
       background: #fff;
       font-size: 13px;
       color: #084a5c;
       font-style: normal;
       padding: 5px;
       border: 0;
       margin-bottom: 12px;
       border-radius: 0;
   }
fieldset label,label{ font-weight:400; display: block;}
fieldset input[type="checkbox"], fieldset input[type="radio"] {
float:left;
margin:5px 5px 0 0;
}

.contact-form input[type="number"]{
   width: 100%;
   height: 35px;
   border: 1px solid #DEDEDE !important;
   background: #fff;
   font-size: 13px;
   color: #084a5c;
   font-style: normal;
   padding: 5px;
   border: 0;
   border-radius: 0;
}
.contact-form input[type="number"].number {
width: 80px;
}

.require-sign { color:#f00;}

