.tab .radio-list,
.aside-link .slide ul,
.check-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.clearfix:after,
.check-list:after,
.search-tab-holder .search-hold:after {
  content: "";
  display: block;
  clear: both;
} 

.ellipsis { 
  white-space: nowrap; /* 1 */
  text-overflow: ellipsis; /* 2 */   
  overflow: hidden;
}

.tab .radio-list,
.tab .contact-details .row.style-1,
.tab .holder .row.style-1,
.tab .contact-details .row.style-2,
.tab .holder .row.style-2,
.tab .row.style-3, 
.article-hold {
  font-size: 0;
  letter-spacing: -4px;
  line-height: 0;
}

@font-face {
  font-family: "vic";
  src: url("../fonts/VIC-Regular.eot");
  src: url("../fonts/VIC-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/VIC-Regular.woff") format("woff"), url("../fonts/VIC-Regular.ttf") format("truetype"), url("../fonts/VIC-Regular.svg") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "vic";
  src: url("../fonts/VIC-Light.eot");
  src: url("../fonts/VIC-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/VIC-Light.woff") format("woff"), url("../fonts/VIC-Light.ttf") format("truetype"), url("../fonts/VIC-Light.svg") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "vic";
  src: url("../fonts/VIC-LightItalic.eot");
  src: url("../fonts/VIC-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/VIC-LightItalic.woff") format("woff"), url("../fonts/VIC-LightItalic.ttf") format("truetype"), url("../fonts/VIC-LightItalic.svg") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "vic";
  src: url("../fonts/VIC-Medium.eot");
  src: url("../fonts/VIC-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/VIC-Medium.woff") format("woff"), url("../fonts/VIC-Medium.ttf") format("truetype"), url("../fonts/VIC-Medium.svg") format("svg");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "vic";
  src: url("../fonts/VIC-SemiBold.eot");
  src: url("../fonts/VIC-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/VIC-SemiBold.woff") format("woff"), url("../fonts/VIC-SemiBold.ttf") format("truetype"), url("../fonts/VIC-SemiBold.svg") format("svg");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "vic";
  src: url("../fonts/VIC-Bold.eot");
  src: url("../fonts/VIC-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/VIC-Bold.woff") format("woff"), url("../fonts/VIC-Bold.ttf") format("truetype"), url("../fonts/VIC-Bold.svg") format("svg");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon/icomoon.eot?4sy15n");
  src: url("../fonts/icomoon/icomoon.eot?4sy15n#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?4sy15n") format("truetype"), url("../fonts/icomoon/icomoon.woff?4sy15n") format("woff"), url("../fonts/icomoon/icomoon.svg?4sy15n#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"],
.icomoon,
.tab .btn-control-holder .btn span:before,
.tab .btn-control-holder .btn.btn-previous span:before,
.aside-link > li > a.opener:after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-down:before {
  content: "\e902";
}

.icon-arrow-up:before {
  content: "\e900";
}

.icon-user:before {
  content: "\e901";
}

.icon-arrow-right2:before {
  content: "\ea3c";
}

.icon-arrow-left2:before {
  content: "\ea40";
}

* {
  font-size: 14px;
}

html {
  font-size: 62.5%;
}

#wrapper {
  overflow: hidden;
}

body {
  min-width: 320px;
  position: relative;
  font-size: 100%;
}

img {
  vertical-align: top;
  max-width: 100%;
}

.form-control {
  -webkit-appearance: none;
  box-shadow: none;
  font-family: "vic", Arial, "Helvetica Neue", Helvetica, sans-serif;
  padding-left: 10px;
  padding-right: 10px;
  
}

.form-control::-webkit-input-placeholder {
    font-style: italic;
}
.form-control::-moz-placeholder {
    font-style: italic;
}
.form-control:-ms-input-placeholder {
    font-style: italic;
}
.form-control.textarea-control {
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 7px;
  padding-right: 7px;
  height: 83px;
  resize: none;
}

.fake-select {
  position: relative;
  display: block;
}

.fake-select.fake-select-1 .fake-arrow:before {
  top: 15px;
  height: 0;
  width: 0;
  border-bottom: 5px solid #777;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

.fake-select.fake-select-1 .fake-arrow:after {
  top: 24px;
  height: 0;
  width: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #777;
}

.fake-select.un-select .select {
  color: #777 !important;
}

.fake-select:after {
  position: absolute;
  top: 1px;
  bottom: 1px;
  right: 1px;
  width: 20px;
  background: #fff;
  z-index: 1;
  content: "";
  pointer-events: none;
}

.fake-select .select {
  display: block;
  border: 1px solid #ccc;
  padding: 4px 20px 4px 5px;
  margin: 0;
/*  font: 14px/1.5 "vic", Arial, "Helvetica Neue", Helvetica, sans-serif;*/
  background: #fff; 
  border-radius: 2px;
  width: 100%;
  position: relative;
  height: 44px;
  color: #777;
  text-transform: capitalize;
  -webkit-appearance: none;
} 

.fake-select .select.select-1 {
  color: #000;
}

.fake-select .select:focus {
  border-color: #777;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(119, 119, 119, .6);

}

.fake-select .fake-arrow {
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 2;
}

.fake-select .fake-arrow:after,
.fake-select .fake-arrow:before {
  position: absolute;
  content: "";
  right: 15px;
}

.fake-select .fake-arrow:before {
  top: 13px;
  height: 0;
  width: 0;
  border-bottom: 6px solid #777;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}

.fake-select .fake-arrow:after {
  top: 22px;
  height: 0;
  width: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #777;
}

select {
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

/*
a {
  -webkit-transition: 200ms linear color,200ms linear background,200ms linear opacity,200ms linear border;
  transition: 200ms linear color,200ms linear background,200ms linear opacity,200ms linear border;
}
*/

.btn {
  display: inline-block;
  vertical-align: top;
  text-align: center;
}

.btn.btn-default.btn-property {
  border-radius: 2px;
  background: #4a4a4a;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, .25);
  color: #fff;
  border-color: #4a4a4a;
  font-size: 14px;
  line-height: 1.423;
  padding: 11px 15px;
}

.btn.btn-default:hover {
  border-color: #3d3d3d;
  background: #3d3d3d;
  color: #fff;
}

.btn.btn-danger {
  border-radius: 2px;
  background-color: #e74c3c;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, .25);
  border-color: #e74c3c;
  color: #fff;
  padding: 7px 10px;
}

.btn.btn-danger:hover {
  background-color: #e43725;
  border-color: #e43725;
  color: #fff;
}

.btn.btn-success {
  border-radius: 2px;
  background-color: #73b92c;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, .25);
  border-color: #73b92c;
  color: #fff;
  padding: 7px 10px;
  font-size: 14px;
  line-height: 20px;
}

.btn.btn-success:hover {
  background-color: #66a427;
  border-color: #66a427;
}

.btn.btn-info {
  border-radius: 2px;
  background-color: #e5e5e5;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, .25);
  border: 0;
  color: #000;
  padding: 7px 10px;
}

.btn.btn-info:hover {
  background-color: #d8d8d8;
  color: #000;
}

.btn.btn-primary {
 
  border: solid 1px #0769ad;
    background: #0769ad;
}
.btn.btn-primary.btn-login {
   min-width: 153px;   
}
h1 {
/*  margin: 0 0 23px;*/
  color: #333;
  font-size: 3.4rem;
  line-height: 1.29; 
  font-weight: 600;
}

h2,
.h2 {
  color: #0769ad;
  /*margin: 0 0 20px;*/
  font-size: 1.4rem;
  line-height: 1.428;
  font-weight: 600;
  display: block;
  border-bottom: 0;
}

#main {
  padding: 15px;
}

.title-hold {
  overflow: hidden;
}

.accessibility {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.accessibility :focus {
  position: static;
  width: auto;
  height: auto;
}

.resize-active {
  -webkit-transition: none !important;
  transition: none !important;
}

.resize-active * {
  -webkit-transition: none !important;
  transition: none !important;
}

#header, #footer {
  background: #0769ad;
  padding: 10px 0;
  z-index: 1000;
} 

#header .user-info {
  padding-top: 6px;
  font: 600 14px/20px "vic", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #fff;
}

#footer .message-info a {
  font: 600 14px/20px "vic", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #fff;
}

#footer .message-info a:hover {
  font: 600 14px/20px "vic", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #fff;
  text-decoration:none;
}

#header .user-name, #footer .user-name {
margin-bottom: 0;
    margin-top: 12px;
}

#header .user-name a {
  color: #fff;
}

#header .user-name .user-txt {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-left: 38px;
}

#header .user-name .user-txt .icon {
  position: absolute;
  left: 0;
  top: -4px;
  color: #fff;
  font-size: 22px;
}

#header .links {
  overflow: hidden;
  margin-bottom: 0;
}

#header .links li {
  font: 14px/20px "vic", Arial, "Helvetica Neue", Helvetica, sans-serif;
  margin-bottom: 6px;
}

#header .links li a {
  color: #fff;
  text-decoration: underline;
}

#header .links li a:hover {
  text-decoration: none;
  color: #ccc;
}

.logo {
  padding-top: 10px;
}

.logo a {
  text-decoration: none;
  color: #fff;
}

.logo a .print-logo {
  display: none;
}

.tab.where-tab .holder {
  border-top: 0;
  padding: 18px 0 17px 0;
}

.tab.where-tab .location-details {
  padding: 67px 0 38px;
}

.tab.where-tab .location-details:before {
  top: 19px;
  left: 0;
  right: -40px;
  content: "";
  position: absolute;
  height: 1px;
  background: #e5e5e5;
}

.tab.where-tab .location-details:after {
  bottom: 0;
  left: 0;
  right: -40px;
  content: "";
  position: absolute;
  height: 1px;
  background: #e5e5e5;
}

.tab.where-tab .location-details h2,
.tab.where-tab .location-details .h2 {
  /*margin-bottom: 24px;*/
}

.tab.what-tab .holder {
  border-top: 0;
  padding: 34px 0 17px 80px;
}

.tab.document-tab .upload-file-section {
  padding-left: 20px;
}

.tab.document-tab .upload-file-section h2,
.tab.document-tab .upload-file-section .h2 {
  margin-bottom: 31px;
}

.tab.document-tab .upload-btn-hold {
  padding-bottom: 19px;
  padding-left: 60px;
}

.tab.document-tab .upload-btn-hold .btn {
  height: 36px;
  min-width: 135px;
  font-size: 14px;
  line-height: 20px;
  padding: 4px 10px;
  text-transform: none;
}

.tab.document-tab .note-txt {
  padding-left: 60px;
  color: #777;
  font: 14px/20px "vic", Arial, "Helvetica Neue", Helvetica, sans-serif;
  overflow: hidden;
  padding-bottom: 32px;
}

.tab.document-tab .note-txt .max-file-size {
  margin-right: 10px;
}

.tab.document-tab .note-txt a {
  color: #777;
  text-decoration: underline;
}

.tab.document-tab .note-txt a:hover {
  text-decoration: none;
}

.tab.complete-tab .inner-frame {
  padding: 14px 0 0 20px;
}

.tab.complete-tab .inner-frame h2,
.tab.complete-tab .inner-frame .h2 {
  margin-bottom: 28px;
}

.tab.create-account-content .contact-details {
  padding-top: 20px;
}

.tab.create-account-content .contact-details h2,
.tab.create-account-content .contact-details .h2 {
  margin-bottom: 18px;
}

.tab.create-account-content .contact-details .account-details {
  padding-top: 20px;
  position: relative;
  padding-bottom: 18px;
}

.tab.create-account-content .contact-details .account-details:after {
  content: "";
  background: #e5e5e5;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0px;
  right: 0;
  max-width: 580px;
}

.tab.create-account-content .contact-details .account-details h2,
.tab.create-account-content .contact-details .account-details .h2 {
  margin-bottom: 34px;
}

.tab.create-account-content .contact-details .account-details .row.style-3 {
  max-width: 480px;
}

.tab.create-account-content .contact-details .location-details {
  padding-top: 20px;
  padding-bottom: 9px;
}

.tab .top-check-box {
  padding: 18px 0 0 80px;
}

.tab .top-check-box h2,
.tab .top-check-box .h2 {
  margin-bottom: 35px;
  font-size: 16px;
}

.tab .radio-list li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
  text-transform: capitalize;
  padding: 2px 17px 10px 0;
  position: relative;
  font-size: 12px;
  line-height: 1;
}

.tab .radio-list input[type="radio"] {
  position: fixed;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: -1;
}

.tab .radio-list input[type="radio"]:checked + .fake-input {
  background: #007bba;
  border-color: #007bba;
}

.tab .radio-list input[type="radio"]:checked + .fake-input:before {
  opacity: 1;
}

.tab .radio-list input[type="radio"]:focus + .fake-input {
  outline: 1px dotted;
}

.tab .radio-list label {
  font-size: 12px;
  line-height: 1.25;
  font-weight: normal;
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-left: 35px;
}

.tab .radio-list .fake-input {
  position: absolute;
  left: 0;
  top: -4px;
  display: block;
  width: 22px;
  height: 22px;
  border: 1px solid #ccc;
  background: #fff;
  vertical-align: middle;
  margin-right: 5px;
}

.tab .radio-list .fake-input:before {
  opacity: 0;
  content: "";
  position: absolute;
  height: 9px;
  width: 17px;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -8px;
  border: 3px solid #fff;
  border-width: 0 0 4px 4px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.tab .additional-block {
  padding: 24px 0 60px 0;
}

.tab .additional-block.active {
  padding-bottom: 15px;
}

.tab .additional-block .btn-hold {
  padding-left: 80px;
}

.tab .additional-block .btn-hold a {
  min-width: 270px;
  text-transform: capitalize;
}

.tab .additional-block .additional-content {
  padding: 93px 60px 0 57px;
  position: relative;
}

.tab .additional-block .additional-content:after {
  top: 50px;
  left: 0;
  right: 0;
  height: 1px;
  background: #777;
  position: absolute;
  content: "";
}

.tab .additional-block .additional-content h2,
.tab .additional-block .additional-content .h2 {
  margin-bottom: 24px;
  padding-left: 23px;
}

.tab .additional-block .contact-table {
  border-collapse: collapse;
  padding: 0;
  margin: 0 0 10px;
  width: 100%;
  color: #000;
  font-size: 1.4rem;
  line-height: 1.428;
  text-transform: capitalize;
}

.tab .additional-block .contact-table .column1 {
  width: 60%;
}

.tab .additional-block .contact-table .column2 {
  width: 20%;
}

.tab .additional-block .contact-table .column3 {
  width: 20%;
  text-align: right;
}

.tab .additional-block .contact-table tr {
  border-bottom: solid 1px #e5e5e5;
}

.tab .additional-block .contact-table tr:first-child {
  border-top: solid 1px #e5e5e5;
}

.tab .additional-block .contact-table tr td {
  padding: 17px 12px;
}

.tab .additional-block .contact-table tr td .col-btn-hold {
  text-align: right;
}

.tab .additional-block .contact-table a {
  color: #0090da;
} 

.tab .additional-block .contact-table .btn-danger {
  color: #fff;
}

.tab .contact-details,
.tab .holder { 
  border-top: 1px solid #777;
  padding: 37px 0 22px 0;
}

/*.tab .contact-details h2,
.tab .contact-details .h2,
.tab .holder h2,
.tab .holder .h2 {
  margin-bottom: 32px;
}*/

.tab .contact-details .form-group,
.tab .holder .form-group {
  margin-bottom: 23px;
}

.tab .contact-details .form-group.input-error,
.tab .holder .form-group.input-error {
  margin-bottom: 0 !important;
}

.tab .contact-details .form-group.input-error label,
.tab .holder .form-group.input-error label {
  color: #e6412f;
}

    .tab .contact-details .form-group.input-error .form-control,
    .tab .holder .form-group.input-error .form-control {
        border-color: #e6412f;
    }
    .tab .holder .form-group.input-error .has-signature {
        border: 1px solid #e6412f !important;
    }

    .tab .contact-details .form-group.input-error .error-msg,
    .tab .holder .form-group.input-error .error-msg {
        opacity: 1;
        visibility: visible;
        height: auto;
        padding: 1px 6px 0;
    }

.tab .contact-details .form-group .error-msg,
.tab .holder .form-group .error-msg {
  color: #e6412f;
  opacity: 0;
  visibility: hidden;
  height: 0;
  -webkit-transition: 200ms linear opacity,200ms linear visibility,200ms linear height;
  transition: 200ms linear opacity,200ms linear visibility,200ms linear height;
  font: 14px/1.5 "vic", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.divLeft_new label.formLeft,
.tab .holder label {
  color: #777;
  font-size: 12px;
  line-height: 1.428;
  font-weight: 600;
  font-family: "vic", Arial, "Helvetica Neue", Helvetica, sans-serif;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 2px 0;
/*  text-transform: capitalize;*/
}

.tab .contact-details .row.style-1,
.tab .holder .row.style-1 {
  max-width: 560px;
  margin: 0 -10px;
}

.tab .contact-details .row.style-1,
.tab .holder .row.style-4 {
  margin: 0 -10px;
}

.tab .contact-details .row.style-1 .col,
.tab .holder .row.style-1 .col {
  font: 14px/20px "Arial,Helvetica Neue, Helvetica, sans-serif";
  letter-spacing: 0;
  display: inline-block;
  vertical-align: top;
  padding: 0 10px ;
  width: 33.33%;
}

.tab .contact-details .row.style-1 .col.col-1,
.tab .holder .row.style-1 .col.col-1 {
  width: 14.5%;
}

.tab .contact-details .row.style-1 .col.col-2,
.tab .holder .row.style-1 .col.col-2 {
  width: 42.6%;
  padding-left:0;
}

.tab .contact-details .row.style-1 .col.col-3,
.tab .holder .row.style-1 .col.col-3 {
  width: 42.9%;
}

.tab .contact-details .row.style-2,
.tab .holder .row.style-2 {
  max-width: 560px;
  margin: 0 -10px;
}

.tab .contact-details .row.style-2 .col,
.tab .holder .row.style-2 .col {
  font: 14px/20px "Arial,Helvetica Neue, Helvetica, sans-serif";
  letter-spacing: 0;
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
  width: 33.33%;
}

.tab .contact-details .row.style-2 .col.col-1,
.tab .contact-details .row.style-2 .col.col-2,
.tab .contact-details .row.style-2 .col.col-3,
.tab .holder .row.style-2 .col.col-1,
.tab .holder .row.style-2 .col.col-2,
.tab .holder .row.style-2 .col.col-3 {
  width: 33.33%;
}

.tab .contact-details .add-contact-btn,
.tab .holder .add-contact-btn {
  padding: 19px 0;
}

.tab .contact-details .add-contact-btn .btn,
.tab .holder .add-contact-btn .btn {
  text-transform: capitalize;
  min-width: 140px;
}

.tab .contact-details .further-info,
.tab .holder .further-info {
  padding: 54px 0 0;
}

.tab .contact-details .further-info h2,
.tab .contact-details .further-info .h2,
.tab .holder .further-info h2,
.tab .holder .further-info .h2 {
  text-transform: none;
  margin-bottom: 17px;
}

.tab .contact-details .further-info h2 span,
.tab .contact-details .further-info .h2 span,
.tab .holder .further-info h2 span,
.tab .holder .further-info .h2 span {
  color: #333;
  font-weight: 300;
  margin-left: 3px;
  display: inline-block;
  vertical-align: top;
}

.tab .contact-details .further-info .row.style-2,
.tab .holder .further-info .row.style-2 {
  max-width: 480px;
}

.tab .contact-details .further-info .btn-hold,
.tab .holder .further-info .btn-hold {
  padding: 38px 0 28px;
}

.tab .contact-details .further-info .btn-hold .btn,
.tab .holder .further-info .btn-hold .btn {
  min-width: 273px;
}

.tab .email-hold {
  max-width: 299px;
}

.tab .company-hold {
  max-width: 219px;
}

.tab .location-details {
  padding: 56px 0 0;
  position: relative;
  max-width: 540px;
}

.tab .location-details h2,
.tab .location-details .h2 {
  margin-bottom: 45px;
}

.tab .location-details:before {
  top: 0;
  left: 0;
  right: -20px;
  content: "";
  position: absolute;
  height: 1px;
  background: #e5e5e5;
}

.tab .surb-hold {
  max-width: 381px;
}

.tab .post-code {
  max-width: 141px;
}

.tab .street-code {
  max-width: 380px;
}

.tab .row.style-3 {
  max-width: 320px;
  margin: 0 -10px;
}

.tab .row.style-3 .col {
  font: 14px/20px "Arial,Helvetica Neue, Helvetica, sans-serif";
  letter-spacing: 0;
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 0 10px;
}

.tab .btn-control-holder {
  overflow: hidden;
  border-top: 1px solid #777;
  padding: 37px 0 20px;
}

.tab .btn-control-holder .btn {
  font-size: 14px;
  line-height: 1.428;
  position: relative;
  padding: 10px;
  height: 44px;
  border-radius: 22px;
  overflow: hidden;
}

.tab .btn-control-holder .btn span {
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.tab .btn-control-holder .btn span:before {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  position: absolute;
}

.tab .btn-control-holder .btn.btn-previous {
  min-width: 97px;
  background: #e5e5e5;
  border: solid 1px #ccc;
  color: #3b3b3b;
  max-width: 48%;
}

.tab .btn-control-holder .btn.btn-previous:hover {
  background: #ccc;
}

.tab .btn-control-holder .btn.btn-previous span {
  padding-left: 18px;
}

.tab .btn-control-holder .btn.btn-previous span:before {
  position: absolute;
  content: "\ea40";
  left: 0;
}

.btn.btn-next {
  background: #0769ad;
  /*border: 1px solid #ccc;*/
  color: #fff;
  min-width: 93px;
/*  float: right;*/
  max-width: 48%;
}

.tab .btn-control-holder .btn.btn-next:hover {
  background: #30A13A;
}

.tab .btn-control-holder .btn.btn-next span {
  padding-right: 18px;
}

.tab .btn-control-holder .btn.btn-next span:before {
  content: "\ea3c";
  right: 0;
}

.tab .btn-control-holder .btn.btn-pay {
  background: #0090da;
  border: 1px solid #ccc;
  color: #fff;
  min-width: 73px;
  float: right;
  max-width: 48%;
  opacity: .5;
}

.tab .btn-control-holder .btn.btn-pay:hover {
  background: #006ea7;
}

.tab .location-area,
.tab .question-area {
  max-width: 700px;
}

.tab .location-area label,
.tab .question-area label {
  color: #0769ad;
  font: 600 16px/20px "vic", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.tab .location-area .development-form-group,
.tab .question-area .development-form-group {
/*  max-width: 300px;*/
}

#sidebar {
  padding-top: 2px;
}

.aside-link > li {
  text-transform: capitalize;
  font-size: 12px;
  line-height: 1.33;
}

.aside-link > li.active > a {
  font-weight: bold;
  color: #000;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  background: #e5e5e5;
  border-color: #e5e5e5;
}

.aside-link > li.active > a.opener:after {
  content: "\e900";
  color: #4a4a4a;
}

.aside-link > li > a {
  color: #fff;
  display: block;
  background: #0769ad;
  padding: 9px 30px 8px 17px;
  border: 1px solid #FFFFFF;
  border-bottom: 0;
  text-decoration: none;
}

.aside-link > li > a:hover {
  background: #e5e5e5;
  color: #000;
  font-weight: bold;
  border-color: #e5e5e5;
}

.aside-link > li > a.opener {
  position: relative;
}

.aside-link > li > a.opener:after {
  content: "\e902";
  position: absolute;
  font-size: 8px;
  right: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.aside-link .slide {
  background: #e5e5e5;
}

.aside-link .slide ul {
  padding: 10px 10px 8px 31px;
  overflow: hidden;
}

.aside-link .slide ul li {
  font-size: 13px;
  line-height: 1.386;
  margin-bottom: 15px;
  text-transform: capitalize;
}

.aside-link .slide ul li.active a {
  color: #005de6;
}

.aside-link .slide ul li a {
  color: #000;
  text-decoration: none;
}

.aside-link .slide ul li a:hover {
  text-decoration: underline;
  color: #0090da;

}

.nav-opener {
  display: block;
}

.nav-opener .icon {
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 40px;
  position: relative;
  background: #333;
}

.nav-active .nav-opener .icon span {
  opacity: 0;
}

.nav-active .nav-opener .icon:before,
.nav-active .nav-opener .icon:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  left: 15%;
  right: 15%;
}

.nav-active .nav-opener .icon:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.nav-opener .icon span,
.nav-opener .icon:before,
.nav-opener .icon:after {
  background: #fff;
  border-radius: 0;
  position: absolute;
  top: 50%;
  left: 15%;
  right: 15%;
  height: 3px;
  margin-top: -2px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.nav-opener .icon:before,
.nav-opener .icon:after {
  content: "";
  top: 30%;
}

.nav-opener .icon:after {
  top: 70%;
}

.nav-opener:hover {
  opacity: .8;
}

.lead-txt {
  color: #4a4a4a;
  padding-right: 85px;
  overflow: hidden;
  padding-bottom: 11px;
  font-size: 2.2rem;
  line-height: 1.3636;
}

.lead-txt a {
  color: #4a4a4a;
  text-decoration: underline;
}

.lead-txt a:hover {
  color: #313131;
  text-decoration: none;
}

.lead-txt p {
  margin-bottom: 20px;
}

.article-hold .col {
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
  color: #000;
  float: none;
  padding-bottom: 20px;
  font-family: "vic", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.4rem;
  line-height: 1.57;
}

.article-hold .col:nth-child(2n) .article {
  padding-left: 12px;
}

.article-hold .article {
  overflow: hidden;
  padding-right: 30px;
}

.article-hold h2 {
  margin-bottom: 7px;
  color: #0090da;
}

.article-hold h2 a {
  color: #0090da;
}

.article-hold h2 a:hover {
  text-decoration: none;
  color: #006ea7;
}

.application-table {
  border-collapse: collapse;
  padding: 0;
  margin: 12px 0 20px;
  width: 100%;
}

.application-table .col1 {
  width: 18.5714285714%;
}

.application-table .col2 {
  width: 27.1428571429%;
}

.application-table .col3 {
  width: 37.1428571429%;
}

.application-table .col4 {
  width: 18.2857142857%;
}

.application-table thead {
  color: #000;
}

.application-table thead tr {
  border-bottom: 1px solid #e5e5e5;
}

.application-table thead tr th {
  padding: 11px 10px;
  font-size: 14px;
  line-height: 1.423;
  font-weight: 600;
}

.application-table tr td {
  font-size: 1.2rem;
  line-height: 1.25;
  padding: 18px 10px;

}

.application-table tr:nth-child(odd) td {
/*  background-color: rgba(0, 144, 218, .1);*/
    background: #eaeaea;
}

.application-table .app-name {
  text-transform: uppercase;
}

.uploaded-file-list {
  border-top: 1px solid #777;
  padding-bottom: 26px;
  overflow: hidden;
}

.uploaded-file-list .upload-btn {
  padding-right: 4px;
}

.uploaded-file-list .upload-btn .btn {
  padding: 7px 15px;
  min-width: 135px;
  text-transform: capitalize;
}

.files-table {
  border-collapse: collapse;
  padding: 0;
  margin: 0 0 17px;
  width: 100%;
}

.files-table .col1 {
  width: 30%;
}

.files-table .col2 {
  width: 44.2857142857%;
}

.files-table .col3 {
  width: 31.4285714286%;
}

.files-table .col4 {
  width: 18.2857142857%;
}

.files-table thead {
  color: #777;
}

.files-table thead tr th {
  padding: 11px 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}

.files-table tr td {
  font-size: 14px;
  line-height: 20px;
  padding: 13px 10px 15px;
}

.files-table tbody tr {
  border-top: 1px solid #e5e5e5;
}

.files-table .file-name a {
  text-decoration: underline;
  color: #000;
}

.files-table .file-name a:hover {
  text-decoration: none;
}

.files-table .action-btn-hold {
  padding-right: 5px;
}

.files-table .text-align-center {
  text-align: center;
}

.files-table .text-align-center .btn {
  white-space: normal;
}

.check-list {
  padding-left: 5px;
  margin-bottom: 14px;
}

.check-list.check-list-1 {
  margin-bottom: 22px;
}

.check-list li {
  letter-spacing: 0;
  padding: 2px 0 31px 0;
  position: relative;
}

.check-list input[type="checkbox"] {
  position: fixed;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: -1;
}

.check-list input[type="checkbox"]:checked + .fake-input {
  background: #0769ad;
  border-color: #0769ad;
}

.check-list input[type="checkbox"]:checked + .fake-input:before {
  opacity: 1;
}

.check-list input[type="checkbox"]:focus + .fake-input {
  outline: 1px dotted;
}

.check-list label {
  font: 600 12px/1.25 "vic", Arial, "Helvetica Neue", Helvetica, sans-serif;
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-left: 33px;
  color: #777;
  text-transform: none;
}

.check-list .fake-input {
  position: absolute;
  left: 0;
  top: -4px;
  display: block;
  width: 22px;
  height: 22px;
  border: 1px solid #ccc;
  background: #fff;
  vertical-align: middle;
  margin-right: 5px;
}

.check-list .fake-input:before {
  opacity: 0;
  content: "";
  position: absolute;
  height: 9px;
  width: 17px;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -8px;
  border: 3px solid #fff;
  border-width: 0 0 4px 4px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.step-wrap {
  position: relative;
  border: 2px solid #fff;
  border-right: 0;
  border-left: 0;
  padding-right: 25px;
  overflow: hidden;
  margin-right: -30px;
  margin-bottom: 28px;
}

.step-wrap .step-mask .slideset {
  width: 100% !important;
  float: none !important;
  white-space: nowrap;
  letter-spacing: -4px;
}

.step-wrap .step-mask .slide {
  display: inline-block;
  vertical-align: top;
  font: 600 14px/20px "vic", Arial, "Helvetica Neue", Helvetica, sans-serif;
  letter-spacing: 0;
  margin-bottom: 2px;
}

.step-wrap .step-mask .slide.step1.step-complete a:before {
  background: #4a4a4a;
}

.step-wrap .step-mask .slide.step1.active a:before {
  background:#0769AD;
}

.step-wrap .step-mask .slide.step1 a {
  position: relative;
}

.step-wrap .step-mask .slide.step1 a:hover:before {
  background: #0769ad;
}

.step-wrap .step-mask .slide.step1 a:focus:before {
  outline: 1px #333 dotted !important;
}

.step-wrap .step-mask .slide.step1 a:before {
  background: #e5e5e5;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 1px;
  width: 115%;
  -webkit-transition: 200ms linear background;
  transition: 200ms linear background;
}

.step-wrap .step-mask .slide.step-complete a {
  color: #fff;
  background: #4a4a4a;
  cursor: default;
}

.step-wrap .step-mask .slide.step-inner a {
  -webkit-transform: skew(-23deg, 0deg);
  -ms-transform: skew(-23deg, 0deg);
  transform: skew(-23deg, 0deg);
  cursor: default;
}

.step-wrap .step-mask .slide.step-inner a > span {
  -webkit-transform: skew(23deg, 0deg);
  -ms-transform: skew(23deg, 0deg);
  transform: skew(23deg, 0deg);
}

.step-wrap .step-mask .slide.active a {
  color: #fff;
  background: #0769ad;
    cursor: default;
} 

.step-wrap .step-mask .slide.disabled a {
  pointer-events: none;
}

.step-wrap .step-mask .slide.disabled a:hover {
  color: #9b9b9b;
  background: #e5e5e5;
}


.step-wrap .step-mask .slide a {
  display: block;
  white-space: nowrap;
  color: #9b9b9b;
  background: #e5e5e5;
  border-left: 2px solid #fff;
  min-height: 48px;
  text-align: center;
  padding: 0 10px;
  text-decoration: none !important;
}

.step-wrap .step-mask .slide a > span {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  position: relative;
  z-index: 10;
}

.step-wrap .step-mask .slide a:after {
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 1px;
}

.step-wrap .step-mask .slide a:hover {
  color: #fff;
  text-decoration: none;
  background: #0769ad;
}

.step-wrap .btn-control {
  width: 30px;
  top: 0;
  bottom: 2px;
  position: absolute;
  display: none;
  background: #0769ad;
  color: #fff;
  padding: 5px;
  text-align: center;
  height: 45px;
}

.step-wrap .btn-control:hover {
  background: #0769ad;
}

.step-wrap .btn-control.btn-next {
  right: 2px;
}

.step-wrap .btn-control.btn-prev {
  left: 0;
}

.step-wrap .btn-control .glyphicon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.search-tab-holder {
  max-width: 580px;
}

.search-tab-holder .nav-tabs li {
  font-size: 14px;
  line-height: 20px;
  padding-left: 5px;
}

.search-tab-holder .nav-tabs li.active a {
  background: #fff;
  color: #777;
}

.search-tab-holder .nav-tabs li.active a:hover {
  background: #fff;
}

.search-tab-holder .nav-tabs li a {
  text-align: center;
  min-width: 160px;
  color: #fff;
  background: #777;
  padding: 11px 15px;
  border-radius: 2px 2px 0 0;
}

.search-tab-holder .nav-tabs li a:hover {
  background: #333;
}

.search-tab-holder .tab-content {
  font-size: 14px;
  line-height: 20px;
}

.search-tab-holder .tab-content .tab-pane {
  padding: 36px 0 0;
}

.search-tab-holder .search-hold {
  max-width: 381px;
  margin: 0 0 32px;
}

.search-tab-holder .search-hold .input-wrap {
  position: relative;
}

.search-tab-holder .search-hold .input-wrap .form-control {
  padding-right: 120px;
  font-style: normal;
}

.search-tab-holder .search-hold .btn-hold {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 104px;
}

.search-tab-holder .search-hold .btn-hold .btn {
  width: 100%;
  display: block;
  min-width: 70px;
  height: 44px;
  display: block;
  border-radius: 0 2px 2px 0;
}

.search-tab-holder .search-hold label {
  font: 600 14px/20px "vic", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #777;
  margin-left: 0;
  margin-bottom: 10px;
  text-transform: none;
}

@media (min-width: 768px) {
  .step-wrap .step-mask .slideset {
    margin: 0 !important;
  }
}

@media (max-width: 991px) {
  .fake-select.fake-select-1 .fake-arrow:after,
  .fake-select.fake-select-1 .fake-arrow:before {
    right: 10px;
  }

  .fake-select.fake-select-1 .fake-arrow:before {
    top: 13px;
  }

  .fake-select.fake-select-1 .fake-arrow:after {
    top: 21px;
  }

  .fake-select .select.select-1 {
    font-size: 12px;
    height: 40px;
  }

  h1 {
    font-size: 2.8rem;
    margin-bottom: 15px;
  }

  h2,
  .h2 {
    margin-bottom: 15px;
  }

  #main {
    padding-top: 25px;
  }

  #header {
    padding: 30px 0;
  }

  .tab.where-tab .holder {
    padding-left: 0;
  }

  .tab.what-tab .holder {
    padding-left: 0;
  }

  .tab.document-tab .upload-file-section {
    padding-left: 0;
  }

  .tab.document-tab .upload-file-section h2,
  .tab.document-tab .upload-file-section .h2 {
    margin-bottom: 20px;
  }

  .tab.document-tab .upload-btn-hold {
    padding-left: 30px;
    padding-bottom: 10px;
  }

  .tab.document-tab .note-txt {
    padding-left: 30px;
    padding-bottom: 20px;
  }

  .tab.complete-tab .inner-frame {
    padding: 0;
  }

  .tab.complete-tab .inner-frame h2,
  .tab.complete-tab .inner-frame .h2 {
    margin-bottom: 15px;
  }

  .tab.create-account-content .contact-details {
    padding-top: 30px;
  }

  .tab.create-account-content .contact-details .account-details {
    padding-top: 60px;
  }

  .tab.create-account-content .contact-details .account-details:after {
    top: 20px;
  }

  .tab.create-account-content .contact-details .location-details {
    padding-top: 45px;
    padding-bottom: 0;
  }

  .tab.create-account-content .contact-details .location-details:before {
    top: 0;
  }

  .tab .top-check-box {
    padding-left: 0;
    padding-top: 10px;
  }

  .tab .top-check-box h2,
  .tab .top-check-box .h2 {
    margin-bottom: 25px;
  }

  .tab .additional-block .btn-hold {
    padding-left: 0;
  }

  .tab .additional-block .additional-content {
    padding: 60px 0 0;
  }

  .tab .additional-block .additional-content:after {
    top: 40px;
  }

  .tab .additional-block .additional-content h2,
  .tab .additional-block .additional-content .h2 {
    padding-left: 0;
    margin-bottom: 15px;
  }

  .tab .additional-block .contact-table .column1 {
    width: 50%;
  }

  .tab .additional-block .contact-table tr td {
    padding: 10px 7px;
  }

  .tab .contact-details,
  .tab .holder {
    padding-left: 0;
  }

  .tab .contact-details .row.style-1 .col.col-1,
  .tab .holder .row.style-1 .col.col-1 {
    width: 18%;
  }
  

  .tab .contact-details .row.style-1 .col.col-2,
  .tab .holder .row.style-1 .col.col-2 {
    width: 41%;
  }

  .tab .contact-details .row.style-1 .col.col-3,
  .tab .holder .row.style-1 .col.col-3 {
    width: 41%;
  }

  .tab .contact-details .further-info .btn-hold,
  .tab .holder .further-info .btn-hold {
    padding: 20px 0;
  }

  .lead-txt {
    font-size: 1.8rem;
    padding-right: 0;
    padding-bottom: 0;
  }

  .lead-txt p {
    margin-bottom: 15px;
  }

  .article-hold .article {
    padding-right: 0;
  }

  .application-table .col1 {
    width: 22.8571428571%;
  }

  .application-table thead tr th {
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 10px 5px;
  }

  .application-table tr td {
    font-size: 1rem;
    line-height: 1.5;
    padding: 15px 5px;
  }

  .files-table {
    margin-bottom: 10px;
  }

  .files-table .col1 {
    width: 25.7142857143%;
  }

  .files-table thead tr th {
    font-size: 13px;
    line-height: 18px;
    padding: 10px 5px;
  }

  .files-table tr td {
    font-size: 13px;
    line-height: 18px;
    padding: 12px 5px;
  }

  .check-list.check-list-1 {
    margin-bottom: 15px;
  }

  .check-list li {
    padding: 2px 0 15px 0;
  }

  .step-wrap {
    margin-right: -20px;
    padding-right: 15px;
  }

  .step-wrap .step-mask .slide {
    font-size: 11px;
    line-height: 15px;
  }

  .step-wrap .step-mask .slide.step-inner a {
    -webkit-transform: skew(-18deg, 0deg);
    -ms-transform: skew(-18deg, 0deg);
    transform: skew(-18deg, 0deg);
  }

  .step-wrap .step-mask .slide.step-inner a > span {
    -webkit-transform: skew(18deg, 0deg);
    -ms-transform: skew(18deg, 0deg);
    transform: skew(18deg, 0deg);
  }

  .step-wrap .step-mask .slide a {
    padding: 0 5px;
    min-height: 40px;
  }

  .search-tab-holder .nav-tabs li a {
    min-width: 120px;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 2.2rem;
  }

  #main {
    position: relative;
    padding-top: 0;
  }

  #header {
    padding: 10px 0;
  }

  #header .user-info {
    font-size: 12px;
    line-height: 15px;
    padding-top: 0;
  }

  #header .user-name {
    margin-bottom: 10px;
  }

  #header .user-name .user-txt {
    padding-left: 23px;
  }

  #header .user-name .user-txt .icon {
    font-size: 16px;
    top: -1px;
  }

  #header .links li {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 3px;
  }

  .logo {
    padding-top: 9px;
  }

  .logo a img {
    height: auto;
    width: 140px;
  }

  .tab.where-tab .holder {
    padding: 20px 0;
  }

  .tab.where-tab .location-details {
    padding: 30px 0 20px;
  }

  .tab.where-tab .location-details:before {
    top: 10px;
  }

  .tab.where-tab .location-details h2,
  .tab.where-tab .location-details .h2 {
    margin-bottom: 15px;
  }

  .tab.what-tab .holder {
    padding: 20px 0;
  }

  .tab.create-account-content .contact-details {
    padding-top: 20px;
  }

  .tab.create-account-content .contact-details h2,
  .tab.create-account-content .contact-details .h2 {
    margin-bottom: 15px;
  }

  .tab.create-account-content .contact-details .account-details {
    padding-top: 40px;
  }

  .tab.create-account-content .contact-details .account-details h2,
  .tab.create-account-content .contact-details .account-details .h2 {
    margin-bottom: 15px;
  }

  .tab.create-account-content .contact-details .location-details {
    padding-top: 30px;
  }

  .tab .top-check-box h2,
  .tab .top-check-box .h2 {
    margin-bottom: 15px;
  }

  .tab .additional-block {
    padding-bottom: 30px;
  }

  .tab .additional-block .btn-hold a {
    width: 100%;
  }

  .tab .additional-block .contact-table .column1 {
    width: 40%;
  }

  .tab .additional-block .contact-table .column2 {
    width: 30%;
  }

  .tab .contact-details,
  .tab .holder {
    padding: 20px 0;
  }

  .tab .contact-details h2,
  .tab .contact-details .h2,
  .tab .holder h2,
  .tab .holder .h2 {
    margin-bottom: 15px;
  }

  .tab .contact-details .form-group,
  .tab .holder .form-group {
    margin-bottom: 15px;
  }

  .tab .contact-details label,
  .tab .holder label {
    margin: 0 2px 8px;
  }

  .tab .contact-details .row.style-1,
  .tab .holder .row.style-1 {
    max-width: none;
  }

  .tab .contact-details .row.style-1 .col,
  .tab .holder .row.style-1 .col {
    width: 100%;
  }

  .tab .contact-details .row.style-1 .col.col-1,
  .tab .holder .row.style-1 .col.col-1 {
    width: 100%;
  }

  .tab .contact-details .row.style-1 .col.col-2,
  .tab .holder .row.style-1 .col.col-2 {
    width: 100%;
  }

  .tab .contact-details .row.style-1 .col.col-3,
  .tab .holder .row.style-1 .col.col-3 {
    width: 100%;
  }

  .tab .contact-details .row.style-2,
  .tab .holder .row.style-2 {
    max-width: none;
  }

  .tab .contact-details .row.style-2 .col,
  .tab .holder .row.style-2 .col {
    width: 100%;
  }

  .tab .contact-details .row.style-2 .col.col-1,
  .tab .contact-details .row.style-2 .col.col-2,
  .tab .contact-details .row.style-2 .col.col-3,
  .tab .holder .row.style-2 .col.col-1,
  .tab .holder .row.style-2 .col.col-2,
  .tab .holder .row.style-2 .col.col-3 {
    width: 100%;
  }

  .tab .contact-details .add-contact-btn,
  .tab .holder .add-contact-btn {
    padding: 10px 0;
  }

  .tab .contact-details .add-contact-btn .btn,
  .tab .holder .add-contact-btn .btn {
    width: 100%;
  }

  .tab .contact-details .further-info,
  .tab .holder .further-info {
    padding: 20px 0 0;
  }

  .tab .contact-details .further-info h2,
  .tab .contact-details .further-info .h2,
  .tab .holder .further-info h2,
  .tab .holder .further-info .h2 {
    margin-bottom: 15px;
  }

  .tab .contact-details .further-info .row.style-2,
  .tab .holder .further-info .row.style-2 {
    max-width: none;
  }

  .tab .contact-details .further-info .btn-hold,
  .tab .holder .further-info .btn-hold {
    padding: 10px 0;
  }

  .tab .contact-details .further-info .btn-hold .btn,
  .tab .holder .further-info .btn-hold .btn {
    display: block;
  }

  .tab .email-hold {
    max-width: none;
  }

  .tab .company-hold {
    max-width: none;
  }

  .tab .location-details {
    max-width: none;
    padding: 30px 0 0;
  }

  .tab .location-details h2,
  .tab .location-details .h2 {
    margin-bottom: 20px;
  }

  .tab .location-details:before {
    top: 10px;
  }

  .tab .surb-hold {
    max-width: none;
  }

  .tab .post-code {
    max-width: none;
  }

  .tab .street-code {
    max-width: none;
  }

  .tab .row.style-3 {
    max-width: none;
  }

  .tab .btn-control-holder {
    padding: 20px 0;
  }

  .tab .location-area,
  .tab .question-area {
    max-width: none;
  }

  .tab .location-area .development-form-group,
  .tab .question-area .development-form-group {
    max-width: none;
  }

  .aside-col {
    position: static;
  }

  #sidebar {
    margin-left: -10px;
    margin-right: -10px;
    padding-top: 0;
  }

  .side-frame {
    overflow: hidden;
  }

  .nav-active .aside-link {
    visibility: visible;
    margin-top: 0;
    max-height: 1000px;
  }

  .aside-link {
    margin-top: -100%;
    -webkit-transition: linear margin 300ms, linear visibility 300ms,linear max-height 300ms;
    transition: linear margin 300ms, linear visibility 300ms,linear max-height 300ms;
    visibility: hidden;
    max-height: 0;
  }

  .opener-hold {
    text-align: center;
    margin-bottom: 10px;
    background: #333;
  }

  .article-hold .col {
    padding-bottom: 15px;
  }

  .article-hold .col:nth-child(2n) .article {
    padding-left: 0;
  }

  .article-hold h2 {
    margin-bottom: 5px;
  }

  .application-table {
    overflow: hidden;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }

  .application-table .col1 {
    width: auto;
  }

  .application-table .col2 {
    width: auto;
  }

  .application-table .col3 {
    width: auto;
  }

  .application-table .col4 {
    width: auto;
  }

  .application-table thead {
    display: none;
  }

  .application-table tr {
    float: left;
    width: 100%;
    background: #fff;
    clear: both;
  }

  .application-table tr td {
    padding: 0 0 0 140px;
    margin: 0 -1px 0 -141px;
    float: left;
    clear: both;
    width: 100%;
    white-space: nowrap;
    border-top: 0;
    box-sizing: content-box;
    border-bottom: 1px solid #ccc;
  }

  .application-table tr td:before {
    content: attr(data-label);
    padding: 5px 10px;
    display: inline-block;
    color: #777 !important;
    font-weight: bold;
    width: 140px;
    vertical-align: middle;
    margin: 0 0 0 -140px;
    position: relative;
    white-space: normal;
    font-size: 1.2rem;
    line-height: 1.5;
  }

  .application-table tr td .tbl-content {
    white-space: normal;
    display: inline-block;
    vertical-align: middle;
    padding: 5px 10px;
  }

  .application-table tr:nth-child(2n+1) td {
    background-color: rgba(0, 144, 218, .1);
  }

  .application-table tbody {
    display: block;
    border-left: 140px solid transparent;
    float: left;
    width: 100%;
    padding: 0;
    background: #e5e5e5;
    border-right: 1px solid #ccc;
  }

  .application-table tbody,
  .application-table td,
  .application-table tr,
  .application-table {
    display: block;
  }

  .uploaded-file-list {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .files-table {
    overflow: hidden;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    margin-bottom: 20px;
  }

  .files-table .col1 {
    width: auto;
  }

  .files-table .col2 {
    width: auto;
  }

  .files-table .col3 {
    width: auto;
  }

  .files-table .col4 {
    width: auto;
  }

  .files-table thead {
    display: none;
  }

  .files-table tr {
    float: left;
    width: 100%;
    background: #fff;
    clear: both;
  }

  .files-table tr td {
    padding: 0 0 0 140px;
    margin: 0 -1px 0 -141px;
    float: left;
    clear: both;
    width: 100%;
    white-space: nowrap;
    border-top: 0;
    box-sizing: content-box;
    border-bottom: 1px solid #ccc;
  }

  .files-table tr td:before {
    content: attr(data-label);
    padding: 5px 10px;
    display: inline-block;
    color: #777 !important;
    font-weight: bold;
    width: 140px;
    vertical-align: middle;
    margin: 0 0 0 -140px;
    position: relative;
    white-space: normal;
    font-size: 12px;
    line-height: 18px;
  }

  .files-table tr td .tbl-content {
    white-space: normal;
    display: inline-block;
    vertical-align: middle;
    padding: 5px 10px;
  }

  .files-table tr:nth-child(2n+1) td {
    background-color: rgba(0, 144, 218, .1);
  }

  .files-table tbody tr {
    border-top: 0;
  }

  .files-table tbody {
    display: block;
    border-left: 140px solid transparent;
    float: left;
    width: 100%;
    padding: 0;
    background: #e5e5e5;
    border-right: 1px solid #ccc;
  }

  .files-table .text-align-center {
    text-align: left;
  }

  .files-table .fake-select.fake-select-1 {
    min-width: 135px;
  }

  .files-table tbody,
  .files-table td,
  .files-table tr,
  .files-table {
    display: block;
  }

  .step-wrap {
    margin: 0 0 10px;
    padding: 0 30px;
    border: 0;
  }

  .step-wrap .step-mask {
    position: relative;
    overflow: hidden;
    width: 100%;
  }

  .step-wrap .step-mask .slideset {
    margin-bottom: 0;
  }

  .step-wrap .step-mask .slide {
    font-size: 14px;
    line-height: 20px;
    width: 100% !important;
    display: none;
  }

  .step-wrap .step-mask .slide.step1 a:before {
    display: none;
  }

  .step-wrap .step-mask .slide.step-inner a {
    -webkit-transform: skew(0, 0deg);
    -ms-transform: skew(0, 0deg);
    transform: skew(0, 0deg);
  }

  .step-wrap .step-mask .slide.step-inner a > span {
    -webkit-transform: skew(0deg, 0deg);
    -ms-transform: skew(0deg, 0deg);
    transform: skew(0deg, 0deg);
  }

  .step-wrap .step-mask .slide.active {
    display: block;
  }

  .step-wrap .step-mask .slide a {
    padding: 10px 15px;
    min-height: 45px;
    border-left: 0;
    padding: 7px;
  }

  .step-wrap .btn-control {
    display: block;
  }

  .search-tab-holder {
    max-width: none;
  }

  .search-tab-holder .nav-tabs li {
    font-size: 12px;
    padding-left: 3px;
  }

  .search-tab-holder .nav-tabs li a {
    min-width: 80px;
    padding: 10px;
  }

  .search-tab-holder .search-hold {
    margin-bottom: 20px;
    max-width: none;
  }

  .search-tab-holder .search-hold .input-wrap .form-control {
    padding-right: 80px;
  }

  .search-tab-holder .search-hold .btn-hold {
    width: 70px;
  }
}

@media print {
  a {
    pointer-events: none;
  }

  * {
    overflow: visible !important;
  }

  #header {
    position: relative;
    height: auto;
    padding: 0;
    overflow: hidden;
  }

  #header .user-info {
    display: none;
  }

  .logo a .normal-logo {
    display: none;
  }

  .logo a .print-logo {
    display: block;
  }

  .for-print .title-hold .row .col-md-9 {
    float: none;
    width: 100%;
    margin: 0;
  }

  .for-print .print-row .col-md-9 {
    float: none;
    width: 100%;
    margin: 0;
    left: 0;
  }

  .for-print .print-row .aside-col {
    display: none;
  }

  .tab.form1 {
    display: none;
  }

  .tab .top-check-box {
    display: none;
    width: 0;
    height: 0;
    page-break-inside: avoid;
  }

  .tab .additional-block {
    display: none;
    height: 0;
    width: 0;
    page-break-inside: avoid;
  }

  .tab .contact-details .add-contact-btn,
  .tab .holder .add-contact-btn {
    display: none;
  }

  .tab .btn-control-holder {
    display: none;
  }

  .aside-link {
    display: none;
  }

  .step-wrap {
    margin: 0;
    padding: 0;
    display: none;
  }

}
  span.redfontsytle {
    color: #ff0000;
    line-height: 13px;
    margin-right: 6px;
    vertical-align: bottom;
  }
  .redborder {
      border:1px solid #ff0000;
  }

  .prompt-details {
      display: none;
      color:#ff0000;
      font-size:14px;
  }
  .btn.btn-gray {
      background:#ccc;
      border-color:#777;
  }
  .btn.btn-gray:active {
      background:#ccc;
      border-color:#777;       
  }
  .tab .contact-details label.black {
      color: black;
  }
  .tab h3 {
      margin-top:5px;
  }

.tab .contact-details  .col.col-1.style-5
 {
       margin:5px 0;
       font-weight: bold;
   }
.tab .contact-details  .col.col-1.style-5 label {
    color:#007bba;
    font-size:16px;
}
.btn-style1 {
    display: block;
    width:70%;
    padding:20px 0;
    text-align: center;
    border:1px solid #0769ad;
    font-size:16px;
    font-weight: bold;
    margin: 0 auto;
}
.btn-style1:hover {
    text-decoration: none;
    background:#0769ad;
    color:#ffffff;
}
#SearchForm #Search {
    margin-left:10px;
}
h1 {
    margin-top:0;
}
div.abd {
    border-bottom: 1px solid #777;
}
.tab.where-tab .holder.nopadding-left {
    padding-left:0;
}
.fg_style1 {
    font-size:16px;
    display: none;
}

.article-hold .col {
    display: block;
}



.bigButton {
    min-width: 273px;
}
#updocument_div legend.h2 {
    margin-top:20px;
    margin-bottom:5px;
}
#modTable {
    display: none; 
}
.progresstr {
    display: none;
}
 .files-table tbody tr.progresstr  {
    border-top:0;
}
 .files-table tbody tr.progresstr td {
     padding:0;
 }
#updocument_div {
    display: none;
}
.fieldsetupload .fake-select-1 {
    width:40%;
}
#updocument_div legend.h2 {
    font-size:14px;
    color:#000;
    font-weight: bold;
    text-transform: none;
    margin-top: 40px;
}
#upload-show textarea {
    height:45px;
    width: 100%;
}

.progressNumber 
{
    background-color: #e5e5e5;
    width: 100%;
    border: none;
    height: auto;
}
.progressNumber .ui-corner-left {
    border: none;
    height: 4px;
    background: #0099ff;
}
.progressNumber .ui-corner-right {
    border: none;
    height: 4px;
    background: #89C54F;
}
.progressbar-text {
  color: #fff;
  font-size: 12px;
}
.progressbar-value .progressbar-text 
{ 
    background-color: #0099ff;
    color: #fff;
}
.container {
    max-width: 800px;
}
.edit-table tr th:last-child{
 padding-left: 20px;
    text-align: left;
}
.edit-table tr td:last-child{
    width: 170px;
}
#AddAdditionalProperty {
    margin-bottom:5px;
}

#CloseAdditionalApplicantDiv {
     margin-bottom:5px;
} 


#AddAdditionalApplicant {
      margin-bottom:5px;  
}
#CloseAdditionalApplicantDiv {
       margin-bottom:5px; 
}

 #AddAdditionalProperty {
      margin-bottom:5px;  
}
#ClosePropertyDiv {
       margin-bottom:5px; 
}

#AddDiv, .AddDiv {
    height:0;
    overflow: hidden;
}
#CompleteForm {
    padding:40px 0 0 10px;
}
.font-red {
    color: red;
}
button.ui-datepicker-current { display: none; }
.ui-datepicker {
    width:300px;
}
#preMeetingDate[readonly] {
    background: none;
}
.foot_fixed {
    position: fixed;
    bottom:0;
    width:100%;
}
.foot_static {
    position: static;
}
.input-money-div {
    display: inline-table;
}
.input-money-div .input-group-addon:first-child {
    display: table-cell;
}
.input-money-div .mandatory {
    float: none;
    display: table-cell;
}

@media (max-width: 1440px) {
    .container {
    width: 100%;
}
}
@media (min-width: 770px) {
.step-mask.step-table {
    display: table;
    width:96%;
    margin-bottom:2px;
} 
.step-mask.step-table .slideset.tabset.list-unstyled.same-height {
    display: table-row;
}
.step-mask.step-table .slideset.tabset.list-unstyled.same-height li {
    display: table-cell;
}
}

@media (max-width: 990px) {
#SearchForm #Search {
    margin-left: 130px;
    margin-top: 10px;
}
}
@media (max-width: 767px) {
    .btn-style1 {
        font-size: 14px;
        width: 100%;
    }
    .fieldsetupload .fake-select-1 {
        width:100%;
    }

}
@media (max-width: 650px) {

} 

.TermsConditions
{
    width: 100%;
    height: 380px;
    overflow-y: scroll;
    border: 1px solid #CCCCCC;
    margin-top: 10px;
    padding: 5px;
    background-color: #eee;
}