/*========================================================================
                          FONT LINKING    
========================================================================*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
@import url('https://fonts.googleapis.com/css?family=Pavanam');
@font-face {
  font-family: 'HelveticaLTStd-BoldCond';
  src: url('../fonts/HelveticaLTStd-BoldCond.eot');
  src: url('../fonts/HelveticaLTStd-BoldCond.eot?#iefix') format('embedded-opentype'),
       url('../fonts/HelveticaLTStd-BoldCond.woff') format('woff'),
       url('../fonts/HelveticaLTStd-BoldCond.ttf')  format('truetype'),
       url('../fonts/HelveticaLTStd-BoldCond.svg#HelveticaLTStd-BoldCond') format('svg');
  font-weight: normal;
  font-style: normal;     
}
@font-face {
  font-family: 'Cardo-Bold';
  src: url('../fonts/Cardo-Bold.eot');
  src: url('../fonts/Cardo-Bold.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Cardo-Bold.woff') format('woff'),
       url('../fonts/Cardo-Bold.ttf')  format('truetype'),
       url('../fonts/Cardo-Bold.svg#Cardo-Bold') format('svg');   
}
@font-face {
  font-family: 'Cardo-Italic';
  src: url('../fonts/Cardo-Italic.eot');
  src: url('../fonts/Cardo-Italic.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Cardo-Italic.woff') format('woff'),
       url('../fonts/Cardo-Italic.ttf')  format('truetype'),
       url('../fonts/Cardo-Italic.svg#Cardo-Italic') format('svg');     
}
@font-face {
  font-family: 'Cardo-Regular';
  src: url('../fonts/Cardo-Regular.eot');
  src: url('../fonts/Cardo-Regular.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Cardo-Regular.woff') format('woff'),
       url('../fonts/Cardo-Regular.ttf')  format('truetype'),
       url('../fonts/Cardo-Regular.svg#Cardo-Regular') format('svg');  
}
/*========================================================================
                          COMMON STYLES    
========================================================================*/
html {
  position: relative;
  min-height: 100%;
  height: 100%;
}
body {
  min-height: 100%;
  height: 100%;
  background: url('../images/main-bg.jpg') no-repeat;
  background-size: cover;
  background-attachment: fixed;
  font-family: 'Open Sans', sans-serif;
}
.wrapper {
  position: relative;
  min-height: 100%;
}
.container {
  max-width: 1140px;
}
h1 {
  text-align: center;
  font-size: 38px;
  line-height: 50px;
  color: #fff;
  margin: 00px 0 20px;
  font-family: 'cardo-regular';
}
.v-align {

  margin: 0 auto;
  background-color:#004888;
  padding:0px 25px;
}
.v-inner {
  padding:20px 20px;
   position: absolute;
  left: 15px;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  max-width: 500px;
  margin: 0 auto;
  background-color:rgba(255, 255, 255, 0.5);

}
.v-align .logo {
  width:100%;
  text-align: center;
  padding-top:30px;
  margin:0 auto;
}
.v-align .logo img {
  margin:0 auto;
}
.banner .v-align h1{
  color:#ffffff;
  font-size:20px;
  line-height:25px;
  margin:20px 0px 0;
  font-family: 'Open Sans', sans-serif;
  font-weight:800;
  display:inline-block;

}
.status-report {
 margin: 5px 0;
 padding: 0;
}
.status-report li {
 display: inline-block;
 height: 24px;
 width: 24px;
 border-radius: 50%;
 border: 1px solid #1b3d72;
}
.status-report li.active {
 background-color: #1b3d72;
}
.banner .v-align p {
  font-size:20px;
  line-height:25px;
  word-spacing: 2px;
  color:#ffffff;
  font-weight:300;
  margin:10px 0px 10px 0px;
font-family: 'Open Sans', sans-serif;
font-weight:300;
}
form {
  text-align: center;
}
.landing-btn {
  display: inline-block;
  background:transparent;
  min-width: 30%;
  font-size: 37px;
  color: #fff;
  padding:30px 30px;
  margin: 0px auto 0;
  line-height: auto;
  text-transform: uppercase;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-right:  1px solid #ffffff;
  margin-bottom: 25px;
  font-family: 'cardo-regular';
  border-radius:0px !important;

}
p.label-txt.red {
    color:#f31434 !important;
   
}

span.green {
    color:#05ab18 !important;  
  -webkit-print-color-adjust: exact;
  -moz-print-color-adjust: exact;
  -o-print-color-adjust: exact;
 
}

p.label-txt.green {
    color:#05ab18 !important;
   
}
p.label-txt.yellow {
    color:#ffc200 !important;
   
}

.modal-header .close {
    margin-top: -10px;
    margin-right: -50px;
    opacity:.8;

}
.landing-btn:hover, .landing-btn:focus {
  color: #1a1f23;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-right:  1px solid #ffffff;

}
.landing-btn.no-bg {    
  background: #fff;   
  color: #ccc;    
  border: 1px solid #ccc;   
}
.status-report {
 margin: 5px 0;
 padding: 0;
}
.status-report li {
    display: inline-block;
    height: 13px;
    width: 13px;
    border-radius: 50%;
    border: 1px solid #1D3D71;
    padding: 0px 5px !important;
    margin-right: 5px;
    margin-left: 5px;
}
.status-report li.active {
 background-color: #1D3D71;
}
.label-txt:after {
    content: "";
    display: block;
    height: 1px;
    /*border-top: 1px solid #000000;*/
    width: 190px;
}
/*========================================================================
                          HOMEPAGE STYLES    
========================================================================*/
.home-content {
  padding: 40px;
  position: relative;
  background-color: #1a1f23;
  -webkit-box-shadow: 2px 4px 13px 1px rgba(0,0,0,0.48);
  -moz-box-shadow: 2px 4px 13px 1px rgba(0,0,0,0.48);
  box-shadow: 2px 4px 13px 1px rgba(0,0,0,0.48);
}
.home-content.note:after {
  content: '';
  position: absolute;
  left: 50%;
  width: 3px;
  margin-left: -1.5px;
  top: 50px;
  bottom: 50px;
  background: #fff;
}
.home-content .media-body {
  padding:30px 0px;
}
.media .media-left {
  text-align: center;
  border-right:2px solid #fff;
  padding:30px 50px;
}
img.media-object {
  display: inline-block;
}
.media .media-left  h4 {
  font-size:50px;
  line-height:58px;
  color:#ffffff;
  text-decoration: none;
  text-align:justify;
  font-family: 'cardo-bold';
  margin-top:75px;

}
.media-body h4.media-heading {
  text-align: center;
  font-size: 45px;
  line-height: 52px;
  color:#ffffff;
 font-family: 'Cardo-Regular';
}
.line {
    margin-top: 55px;
    margin-bottom: 55px;
    border: 0;
    border-top: 3px solid #ffffff;
    width: 240px;
   
   
}
.media-body p {
  font-size: 24px;
  line-height:auto;
  text-align: center;
  color:#ffffff;
  text-transform:uppercase;
 font-family: 'Pavanam', sans-serif;
  letter-spacing: 2px;
  margin-bottom: 55px;
}
.footer-homepage {
  margin:80px 0px 0px;
  position:relative;
}
.footer-homepage p {
  font-size:11px;
  line-height: auto;
  color:#ffffff;
 font-family: 'Pavanam', sans-serif;
  text-align: center;
}

.taglne-text {
	text-align: center;
    padding: 20px 0;
}
.taglne-text h4 {
	font-size: 40px;
	line-height: 45px;
	color: #fff;
	font-family: 'cardo-bold';
}
.left-text {
	padding: 50px 40px 0 0px;
}
.right-text {
  padding: 50px 0;
  text-align: center;
  padding: 50px 0px 0 40px;
}
.right-text h1 {
  margin-bottom: 60px;
}
.left-text h2 {
	font-size: 45px;
	line-height: 52px;
	color: #fff;
	margin: 0 0 40px;
	font-family: 'Cardo-Regular';
}
.left-text ul {
	margin: 0 0 0 10px;
	padding: 0;
}
.left-text ul li {
	font-size: 20px;
  line-height: 27px;
  color: #fff;
  padding-left: 25px;
  padding-bottom: 20px;
  background: url(../images/list.png) no-repeat;
  background-position: 4px 8px;
  font-family: 'Pavanam', sans-serif;
}
.hidden-form-box {
  position: relative;
}
.hidden-form-box a img {
  margin-right: 10px;
  margin-top: -3px;
}
.hidden-form-box a {
  color: #fff;
  text-indent: center;
  text-transform: uppercase;
  display: block;
  font-size: 16px;
  margin-bottom: 15px;
  font-family: 'Pavanam', sans-serif;
  outline: none;
}
.hidden-form-box a:hover, .hidden-form-box a:focus {
  text-decoration: none;
  outline: 0;
}
.btn-default:hover, .btn-default:focus { outline:none; border: 1px solid #FFF; box-shadow: none; }
.hidden-form-box form {
  margin-top: 15px;
  opacity: 0;
  position: absolute;
  top: 40px;
  left: 0px;
  right: 0;
  max-width: 380px;
  margin: 15px auto 0;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.hidden-form-box form.active {
  opacity: 1;
  top: 25px;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.hidden-form-box form .form-control {
  height: 39px;
  background-color: transparent!important;
  border-radius: 0;
  border: none!important;
  padding: 5px!important;
  color: #fff!important;
  border-bottom: 1px solid #fff!important;
  padding: 6px;
  min-width: 231px;
  font-family: 'Pavanam', sans-serif;
}
.hidden-form-box form .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.hidden-form-box form .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.hidden-form-box form .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.hidden-form-box form .form-control:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
.hidden-form-box form button.btn-default {
  border-radius: 0;
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
  height: 39px;
  text-transform: uppercase;
  margin: -15px 0 0 5px;
  font-weight: bold;
  font-size: 12px;
  font-family: 'Pavanam', sans-serif;
}


/*========================================================================
                          NAVBAR STYLES    
========================================================================*/
.header {
  padding: 15px 0;
  border-top: 6px solid #1a76ba;
  border-bottom: 1px solid #c2c2c2;
}
.logo {
  padding: 20px;
  text-align: center;
}
.logo img {
  
  display: inline;
}
.tagline {
  	float: right;
	font-size: 35px;
	line-height: 40px;
 	color: #1b77bb;
  	margin: 34px 0 0;
}
/*========================================================================
                          FOOTER STYLES    
========================================================================*/
.footer {
  position: absolute;
  left: 0;
  bottom:0;
  right: 0;
  padding: 0px 0 30px;
}
.footer ul {
  margin: 0;
  text-align: center;
}
.footer ul li, .footer ul li a {
  font-size: 16px;
  line-height: 36px;
  color: #999999;
}
.footer-homepage p a {
  color: #ffffff;
  text-transform: capitalize;
  font-size:11px;
  font-family: 'Pavanam', sans-serif;

}
/*========================================================================
                          INNER STYLES    
========================================================================*/
.content {
  padding: 40px 0 60px;
  text-align: center;
}
.progress-status {
  border: none;
  margin-bottom: 30px;
}
.progress-status li {
  width: 33.3333%;
  display: block;
  padding: 0;
  float: left;
}
.progress-status li a {
  font-size: 20px;
  line-height: 45px;
  color: #1a0f3e;
  width: 100%;
  position: relative;
  display: block;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
}
.progress-status li a:hover, .progress-status li a:focus {
  text-decoration: none;
}
.progress-status li a.active {
  color: #fff;
  background: #1b77bb;
}
.tick {
  display: inline-block;
  height: 22px;
  width: 22px;
  background: url('../images/corrrect.png') no-repeat;
  background-position: center center;
  background-size: contain;
  margin-left:10px;
  margin-bottom:-3px;
}
.progress-status li a.active .tick {
  background: url('../images/tick.svg') no-repeat;
  background-position: center center;
}
/*========================================================================
                          FORM STYLES    
========================================================================*/
.form-wrapper {
  margin: 0 auto;
  width: 100%;
  border: 1px solid #d6d6d6;
  position: relative;
  padding: 60px 150px 40px;
  margin-bottom: 30px;
}
.form-wrapper .form-title {
  position: absolute;
  top: -18px;
  left: 50%;
  padding: 0 20px;
  font-size: 18px;
  margin: 0;
  line-height: 30px;
  color: #777777;
  background-color: #fff;
  transform: translateX(-50%);
}
.q1 .form-group {
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
}
label, .label-txt {
  text-align: left!important;
  display: inline-block;
  font-size: 21px;
  line-height: 30px;
  
  padding-top: 0!important;
  font-family: 'cardo-bold';
}
.label-txt {
  text-align: left!important;
  margin: 0px 0 30px;
  display: block;
}
ul.border-none {
  border-bottom:0px !important;
}
.label-txt.green:after {
  content:"";
  display:block;
  height: 1px;
  /*border-top:1px solid #05ab18;*/
  width:250px;
}
.label-txt.yellow:after {
  content:"";
  display:block;
  height: 1px;
  /*border-top:1px solid #ffc200 ;*/
  width:250px;
}
.label-txt.red:after {
  content:"";
  display:block;
  height: 1px;
  /*border-top:1px solid #f31434;*/
  width:250px;
}
.label-txt img {
  margin : 0 auto;
  display : block;
}
.form-control {
  border-radius: 0;
  color: #1a0f3e;
  font-family: arial;
  margin-bottom: 15px;
}
.form-control.bottom-border {
  border:none;
  border-bottom: 1px solid #ccc;
}
.form-control.bottom-border:focus {
  box-shadow: none;
}
.option-selector {
  position: relative;
  margin-bottom: 15px;
}
.q2 {
  max-width: 500px;
  margin: 0 auto;
}
.option-selector input{
  margin: 0;
  padding: 0;
  position: absolute;
  opacity: 0;
}
.option-selector input#option2 {
  right: 0px;
}

.option-selector input:active +.answers {
  opacity: 1;
  color: #111;
}
.option-selector input:checked +.answers{
    opacity: 1;
    color: #111;
}
.answers {
    cursor:pointer;
    display:inline-block;
    text-align: center!important;
    width:150px;
    float: left;
    opacity: 1;
    -webkit-transition: all 100ms ease-in;
       -moz-transition: all 100ms ease-in;
            transition: all 100ms ease-in;
    
}
.answers.answer-2 {
  float: right;
}
.answers img {
  display: block;
  margin: 0 auto;
}
.answers:hover{
    opacity: 1;
    color: #111!important;
}
.form-wrapper.q2 .label-txt {
  margin-bottom:40px;
}
.form-horizontal .checkbox label {
  line-height: 20px;
  font-weight: 400;
  font-size: 16px;
  color: #515151;
}
.small-txt {
  font-size: 12px;
  line-height: 24px;
}

input[type=radio]:checked ~ label{
  color: #333;
  font-weight: 600;
}
.detail {
  font-size: 15px;
  line-height: 24px;
  color: #515151;
  font-weight: 400px;
  margin-bottom: 30px;
  position: relative;
  padding-right: 40px;
}
.detail .detail-title {
  font-weight: 600;
  color: #000;
}
.detail .edit {
  font-size: 12px;
  line-height: 20px;
  color: #e19916;
  font-weight: 600;
  position: absolute;
  top: 0;
  right: 0%;
}
.details-check .checkbox label {
  line-height: 20px;
  font-size: 13px;
}
.details-check .checkbox label a {
  color: #000;
  font-weight: 600;
}
.details-check {
  max-width: 720px;
  margin: 0 auto 30px;
}
.form-checkbox .radio {
  padding-left: 40px;
}
.form-checkbox label {
  display: block;
  float: none;
  width: 100%;
  padding-left: 50px;
  line-height: 25px;
  margin-bottom: 35px;
  position: relative;
  text-align: left !important;
}
.form-checkbox .radio input {
  opacity: 1;
  color: #111;
}
.option-selector input:active +.answers {
  opacity: 1;
  color: #111;
}
.option-selector input:checked +.answers:before {
  content: '';
  position: absolute;
  left: -0px;
  top: -4px;
  height: 32px;
  width: 32px;
  background: url('../images/square-tick.svg') no-repeat;
  border:none;
}
.form-checkbox label:before {
  content: '';
  position: absolute;
  left: 0px;
  top: -4px;
  height: 32px;
  width: 32px;
  background: url('../images/square.png') no-repeat;
  border:1px solid #757575;
}

.add-sign {
  position: relative;
}
.add-sign::before {
  content: "$";
  font-family: arial;
   font-weight: bold;
  font-size: 14px;
  left: 20px;
  position: absolute;
  top: 7px;
  z-index: 999;
  color: #1a0f3e;
}
.add-sign .form-control {
  padding-left: 16px; 
}
/*===================================================================
        POPUP STYLE
  ================================================================ */
  .modal-header {
    border:0px;

  }
  .modal-content {
    padding:0px 50px;
    border-radius:0px;

  }
  .form-group select {
    width: 100%;
    background-color: #f3f3f3;
    color: #0b6c88;
    border: 1px solid #cccccc;
    height: 40px;
    -webkit-appearance: none;
    font-size: 14px;
    text-transform: none;
    padding:0px 10px;
  }
  .form-group .select::after {
    content: "";
    background:url('../images/drop-arrow.png') no-repeat;
    position: absolute;
    right: -20px;
    top: 12%;
    z-index: 99999;
    text-align: center;
    width: 15%;
    height: 100%;
    pointer-events: none;
    box-sizing: border-box;
    font-size: 26px;
    color: rgb(208, 208, 208);
    padding: 15px 0px;
}
  .modal-header h4 {
    font-size:20px;
    font-weight:400;
    color:#000000;
  }
  .modal-header h4 span {
    font-size:25px;
    font-weight:900;
    color:#000000;
  }
  .modal-body {
    text-align: center;
    border:0px;
  }
  .modal-body .form-control {
    border-radius:0px;
    background-color:#f3f3f3;
    min-height:40px;
    color:#4a4a4a;
  }
  .modal-body .form-group {
    margin-bottom:25px;
    font-size: 20px;
    line-height:25px;
  }
  .modal-body button.btn {
    border-radius:0px;
    width:300px;
    font-size:20px;
    background-color: #154267;

  }
  .modal-footer {
    border:none;
    text-align: center;
    padding-top:0px;
  }
  .modal-footer a {
    font-size:12px;
    line-height:40px;
    color:#0b6c88;
    font-weight:400;
    border-bottom:1px solid #0b6c88;
  }
/*========================================================================
                          ABOUT U STYLES 
========================================================================*/
.home-content.about-u {
  background-color: #ffffff;
  border:none;
}
.home-content.about-u ul {
  margin-left:0px;
  border-bottom: 2px solid #154267;
 
}
.home-content.about-u ul li {
  padding:0px 20px;

}
.home-content.about-u .form-group {
  margin:35px 0px 0px;
}
.home-content.about-u ul li a {
  font-size:25px;
 font-family: 'Pavanam', sans-serif;
  font-weight:100;
  line-height: auto;
  padding:25px 10px;
  color:#1D3D71;
  text-align: center;
}
.home-content.about-u ul li a.active {
  background-color: #1D3D71;
  color:#ffffff;
  text-transform: capitalize;
}
.form-wrapper-1 .form {
  padding:50px 120px;
}
.form-wrapper-1 p.form-title-home{
  text-align:center;
  font-size:28px;
  font-family: 'Pavanam', sans-serif;
  color:#000000;
}
.form-wrapper-1 p.form-title {
  display:none;
}
.home-content.about-u .form-group li {
  font-size:22px;
  font-family:'cardo-bold';
  color:#000000;
  margin-bottom:10px;
  text-align:left;
  line-height:25px;
}
.home-content.about-u .form-group li.list-unstyled:after {
      content: "";
      display: block;
      width: 185px;
      height: 1px;
      background-color: #000000;
      margin: 5px 0px 10px 0px;
}

.form-control:focus {
    border-color:  #757575 !important;
    outline:none;
    box-shadow:none !important;
  }

.form-group input[type="text"] {
  padding:0px 30px;
  font-size:15px;
 font-family: 'Pavanam', sans-serif;
  color:#333;
  background-color: #f3f3f3;
  outline:none;
  outline-color:transparent;
  border: 1px solid #757575;
}
.form-group input[type="email"] {
  padding:0px 30px;
  font-size:15px;
  font-family: 'Pavanam', sans-serif;
  color:#5a5a5a;
  background-color: #f3f3f3;
  outline:none;
  outline-color:transparent;
  border: 1px solid #757575;
}
 .btn.survey-btn {
  text-align: center;
  background-color: #154267;
  color:#000000;
   display: inline-block;
  min-width: 45%;
  font-size: 30px;
  color: #fff;
  padding:25px 90px;
  margin: 0px auto 0;
  line-height: auto;
  text-transform: uppercase;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-right:  1px solid #ffffff;
  border-radius:4px;
  margin-bottom: 25px;
  font-family: 'Pavanam', sans-serif;
}
 .btn.survey-btn {
  text-align: center;
  background-color: #1D3D71;
  color:#000000;
   display: inline-block;
  min-width: 45%;
  font-size: 30px;
  color: #fff;
  padding:25px 90px;
  margin: 0px auto 0;
  line-height: auto;
  text-transform: capitalize;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-right:  1px solid #ffffff;
  border-radius:4px;
  margin-bottom: 25px;
  font-family: 'Pavanam', sans-serif;
}
.btn.survey-btn:focus {
  outline:none !important;
}
.button-next {
  text-align: center;
  margin-top:64px;
}
.btn-default.disabled.focus, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default.focus[disabled], .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
    background-color: #154267 !important;
}
.form-group span.test {
  position: absolute;
  z-index: 1;
  cursor: text;
  pointer-events: none;
  /* Input padding + input border */
  padding: 21px 20px 20px 30px;
  /* Firefox does not respond well to different line heights. Use padding instead. */
  line-height: 17px;
  /* This gives a little gap between the cursor and the label */
  font-size:20px;
  font-family: 'Pavanam', sans-serif;

  color:#4a4a4a;
  font-weight:bold;
}
.form-group .test-2 {
    visibility:hidden;
}

.form-group .form-control-5 {
  padding: 0px 35px !important;
}
/*========================================================================
                        SALES_SURVEY  PAGE STYLES    
========================================================================*/
label.answers {
  font-size:18px;
 font-family: 'Pavanam', sans-serif;

  line-height: auto;
  color: #333333;
}
.form-cover.q1 {
  padding:40px 120px;
}
a.btn.sales-btn {
  padding: 25px 0px;
  min-width:25%;
  margin:0px 50px 0px;
}
.form-group label {
  width:100%;
  position:relative;
}

/*========================================================================
                          TERM PAGE STYLES    
========================================================================*/
.terms-content {
  margin-bottom: 70px;
  display: inline-block;
  width: 100%;
  padding: 20px 0 0;
}
.terms-content h1 {
  margin-bottom: 40px;
}
.terms-content ul {
  list-style-type: decimal;
  padding-left: 20px;
  margin-top: 20px;
}
.terms-content li {
  font-size: 16px;
  color: #1a0f3e;
  padding-bottom: 10px;
  padding-left: 10px;
}
.form-group select {
  height: 60px;
  width: 100%;
  background-color: #f3f3f3;
  color:#d0d0d0;
  border: 1px solid #cccccc;
  font-size:20px;
  padding:0px 20px;
   -webkit-appearance: none;
   -moz-appearance:none;
   appearance:none;
  font-family: 'Pavanam', sans-serif;
}
.form-group select option {
  font-size:20px;
  text-align: center;
  color:#000000;
 }
 .select:after {
    content: "▼";
    padding: 15px 0px;
    position: absolute;
    right: 0px;
    top: 0;
    z-index: 1;
    text-align: center;
    width: 15%;
    height: 100%;
    pointer-events: none;
    box-sizing: border-box;
    font-size: 26px;
    color: #d0d0d0;  
}
  .form-control {
    height:50px;
  }
/*========================================================================
                          RESULT PAGE STYLES    
========================================================================*/
.last-form-content p.text-center {
  font-size:40px;
  line-height:auto;
  color:#000000;
  margin-top:0px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 45px;
  text-transform: normal;
  font-family: 'Pavanam', sans-serif;
}
.last-form-content .footer-homepage a {
     display:none !important;
}
.home-content.about-u p.text-center {
  font-size:28px;
  line-height:auto;
  color:#000000;
  margin-top:0px;
 font-family: 'Pavanam', sans-serif;

}
.last-form-content .label-txt {
  font-weight: 700!important;
  margin: 0px 0 30px;
  font-family: sans-serif;

}
.last-form-content .footer-homepage p {
  color: #000;
}

.last-form-content .answer-blocks .label-txt {
   margin: 0px 0 7px;
}
.last-form-content label {
    display: block;
    width: 100%;
    text-align: left!important;
    font-size: 14px;
    line-height: 18px;
    opacity: 1;
}
.last-form-content {
  margin-top: 40px;
}
.last-form-content .result-text {
  margin: 0px 0 45px;
}
.last-form-content .result-text .label-txt {
  margin-bottom: 30px;
}
#error {
  border:1px solid #f50b1b;
  margin-top:50px;

}
#error .text-center {
  color:#f50b1b;
  font-weight:700;
  font-size:35px;
  line-height:40px;
  padding:10px;
}
.answer-blocks {
  margin: 0 0 35px;
}
.last-form-content label.active {
  opacity: .6;
  font-weight: 400;
  position: relative;
}

.last-form-content .label-txt {
    text-align: left!important;
    margin: 0px 0 15px;
    display: block;
    font-size: 18px;
}
.last-form-content a.img-right {
  float: right;
}
.home-content.about-u .body-content {
  padding:20px 110px;
}
.home-content.about-u p.body-text {
 font-family: 'Pavanam', sans-serif;


  font-size:16px;
  text-align: justify;
}
.home-content.about-u .body-image {
  padding:80px 0px;
}
.home-content.about-u .body-content ul {
  border-bottom:none;
}
.home-content.about-u .body-content ul li {
  padding:5px 10px;
}
  .home-content.about-u .body-image img.img-responsive.active {
    opacity:1;
  }
  .home-content.about-u .body-image img.img-responsive {
      opacity: 0.1;
  }
  .print-icon {
    position:relative;
    min-height:32px;
  }

  .print-icon ul {
       margin-left:0px !important;
      position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-bottom:0px !important;
    padding:0px !important;

  }
  .print-icon ul.list-inline li a  {
    cursor: pointer;
  }
  a.img-right img:hover {
   cursor: pointer;
    -moz-transform:scale(1.2);
    -o-transform:scale(1.2);
    -webkit-transform:scale(1.2);
    transform:scale(1.2);
   }
   .print-icon ul.list-inline li a img:hover {
    pointer:cursor;
    -moz-transform:scale(1.2);
    -o-transform:scale(1.2);
    -webkit-transform:scale(1.2);
    transform:scale(1.2);
   }
  .print-icon li {
  float:right;
  padding:0px !important;  
  }
/*========================================================================
                          THANK YOU PAGES STYLES  
========================================================================*/

/*========================================================================
                          MEDIA QUERY STYLES    
========================================================================*/
@media screen and (max-width:992px){
    
    .right-text {
        text-align: center;
        padding: 50px 20px 0 20px;
    }
    
    .left-text {
        padding: 50px 20px 0 20px;
    }
    
    .home-content.note:after {
        display: none;
    }
    
    .iframe-container{
        height:100% !important;
    }
}



@media screen and (min-width:992px) {
  .home-content {
    padding: 50px 30px 90px;
  } 
  .container {
    max-width:1140px;
  }
  .media .media-left {
    padding: 30px 60px;
  }
  .media .media-left  h4 {
    font-size: 40px;
      line-height: 45px;
      margin-top: 35px;
  }
  .media-body h4.media-heading {
      font-size: 35px;
      line-height: 40px;
      color: #ffffff;
      font-family: 'Cardo-Regular';
  }
  .line {
      margin-top: 35px;
      margin-bottom: 35px;
      border: 0;
      border-top: 3px solid #ffffff;
      width: 240px;
  }
  .media-body p {
    font-size: 21px;
      line-height: auto;
      text-align: center;
      color: #ffffff;
      text-transform: uppercase;
     font-family: 'Pavanam', sans-serif;
      letter-spacing: 2px;
      margin-bottom: 35px;
  }
  .form-wrapper-1 p.form-title {
    font-size:22px;
  }
  .form-control {
    height:50px;
  }
  .form-group select {
    height:50px;
  }
  .landing-btn {
      display: inline-block;
      background: transparent;
      min-width: 100%;
      font-size: 30px;
      color: #fff;
      padding: 22px 0px 60px;
      margin: 0px auto 0;
      line-height: auto;
      text-transform: uppercase;
      border-top: 1px solid #ffffff;
      border-bottom: 1px solid #ffffff;
      border-left: 1px solid #ffffff;
      border-right: 1px solid #ffffff;
      margin-bottom: 40px;
      font-family: 'cardo-regular';
      width: 100%;
      height:50px;
      border-radius:0px !important;
  }
  .home-content.about-u ul {
    padding:0px 0px 5px;
    margin-right:30px;
    margin-left:30px;
  }
  .footer-homepage {
    margin-top: 50px;
  }
  .form-wrapper-1 .form {
        padding: 10px 120px;
  }
  .home-content.about-u .form-group {
    margin:10px 0px 0px;
  }
  .home-content.about-u .form-group li {
    font-size:22px;
  }
  .form-group input[type="text"] {
    padding: 0px 20px;
    
  }
  .form-group input[type="email"] {
    padding: 0px 20px;
  }
   .btn.survey-btn {
    padding: 18px 0px 17px;
    font-size:20px;
    min-width:37%;
  }
   .btn.no-bg {
    margin-right:50px;

  }
  .home-content.about-u ul li a {
    font-size:28px;
    padding:5px 5px;
    text-transform: capitalize;
    text-align:center;
  }
  .select:after {
    right:10px;
    top:-9px;
  }
  .form-group span.test {
    padding:10px 20px 20px 10px;
    left: 15px;
  }
  .form-cover.q1 {
      padding: 20px 120px;
  }
  .button-next {
    margin-top:30px;
  }
}

@media screen and (max-width: 991px) {
  .tagline {
    font-size: 25px;
    margin: 8px 0 0;
  }
  .logo {
    
    min-height: 58px;
    max-width: 200px;
  }
  .banner h1 {
    font-size: 36px;
  }
  .banner p {
    font-size: 20px;
    line-height: 30px;
  }
  .form-group .form-control-5 {
    padding: 19px 40px !important;
  }
    .form-group span.test {
     padding: 5px 20px 20px 30px;
     left:0px;
    }
    label, .label-txt {
      font-size: 18px;
  }
  .form-wrapper {
    padding: 50px 100px;
  }
  .progress-status li a {
    font-size: 16px;
  }
  .v-align .logo {
    float:none;
  }
  .media .media-left {
    border:none;
    text-align: center;
    padding:30px 200px;
  }
  .line {
    margin-top:40px;
    margin-bottom:40px;
    min-width:72%;
  }
  .media-body h4.media-heading {
    font-size:40px;
    line-height:45px;
  }
   .landing-btn {
    min-width: 72%;
    font-size: 20px;
    padding:20px;
  }
  .media-body p {
    margin-bottom:40px;
  }
  .media .media-left  h4 {
    text-align: center;
  }
  .media .media-left  h4 {
    font-size:40px;
    line-height: 48px;
    margin-top:30px;
  }
  .form-wrapper-1 .form {
    padding:10px 0px;
  }
  .home-content.about-u ul li a {
    font-size:16px;
    font-family: 'Pavanam', sans-serif;
    font-weight:100;
    line-height: 20px;
    padding:15px 0px;
    color:#154267;
    text-transform: capitalize;
  }
  .home-content.about-u .form-group {
    margin:10px 0px 20px;
  }
  .home-content.about-u ul {
    margin-left:0px;
    border-bottom: 4px solid #154267;
    padding:0px 15px 20px;
  }
  .form-cover.q1 {
    padding:0px 0px !important;
  }
  a.btn.sales-btn {
    padding: 25px 0px ;
    min-width:25%;
    margin:0px 20px 20px 0px !important;
    width:100%; 
  }
  .button-next {
    margin-top:20px;
  }
  .home-content {
    padding:20px 20px;
  }
 .btn.survey-btn {
    padding: 10px 0px ;
    min-width:25%;
    margin:0px 20px 20px 0px !important;
    width:100%; 
    font-size:20px;

  }
  .home-content.about-u .body-content {
    padding:0px 0px !important;
  }
  .home-content.about-u .body-content p.body-text {
    text-align: justify;
  }
  .home-content.about-u .body-content .body-image {
      padding:20px 0px;
      text-align: center;
  }
  .label-txt:after {
    content: "";
    display: block;
    height: 1px;
    /*border-top: 1px solid #000000;*/
      width: 190px;
      
  }

  .home-content.about-u p.text-center {
    font-size: 20px !important;
  }
  .img-responsive {
    margin-bottom:30px;
  }
  .carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    display:inline-block;
    height:auto;
    max-width: 100%;
  }
 
.form-group input[type="text"] {
  padding:20px 20px;
  font-size:15px;
  color:#333;
  text-transform: capitalize;
  background-color: #f3f3f3;
  border: 1px solid #757575!important;
  }
  .form-group select {
      width: 100%;
      background-color: #f3f3f3;
      color: #d0d0d0;
      border: 1px solid #757575!important;
      height:42px;
      -webkit-appearance: none;
  }
  .form-control{
    height:34px;
  }
  .select:after {
      content: "▼";
      padding: 15px 0px;
      position: absolute;
      right: 0px;
      top: -10px;
      z-index: 1;
      text-align: center;
      width: 15%;
      height: 100%;
      pointer-events: none;
      box-sizing: border-box;
      font-size: 26px;
      color: #d0d0d0;  
  }
  .tick {
    display: inline-block;
    height: 22px;
    width: 22px;
    background: url('../images/corrrect.png') no-repeat;
    background-position: center center;
    background-size: contain;
    margin-left:10px;
    margin-bottom:-8px;
  }
}

  @media print {
  span.yellow {
    color:#ffc200 !important;
      }
 span.red {
    color:#f31434 !important;
      }
      html, body {
    width: 300mm;
  }
  
   .visible-print-block {
    float: left;
    padding: 20px 110px;
   }

   .visible-print-block img {
      height: 100px;
   }
  div#footer_wrapper {
    margin: 0px 2px 0px 7px;
    position: fixed;
    bottom: 0;
  }
  .divFooter #footer-text{
  font-family: "sans-serif";
  font-weight: bold;
  float: right !important;
  }
  .divFooter img{
    height: 36px;
  }

      @media print and (-webkit-min-device-pixel-ratio:0) {
       span.yellow {
          color:#ffc200 !important;
          -webkit-print-color-adjust: exact;
          -moz-print-color-adjust: exact;
          -o-print-color-adjust: exact;
        }
          span.red {
             color:#f31434 !impotant;
            -webkit-print-color-adjust: exact ;
            -moz-print-color-adjust: exact;
           -o-print-color-adjust: exact;
      }

      }
   }
@media screen and (max-width: 767px) {
  .logo {
    float: none;
    margin: 0 auto;
  }
  .modal-body button.btn {
    border-radius: 0px;
    max-width: 100%;
    font-size: 20px;
    background-color: #154267;
}
  .media .media-left {
    padding:0px;
    float: right;
    width:100%;
  }
  .media-body {
    display:initial;
  }
  .tagline {
    float: none;
    text-align: center;
    font-size: 20px;
    line-height: 25px;
  }
  .banner h1 {
    font-size: 30px;
    line-height: 35px;
  }
  .form-wrapper {
    padding: 0px;
    border:none;
  }
  .form-wrapper .form-title {
    position: static;
    line-height: 20px;
    font-size: 14px;
    padding: 0;
    transform: translateX(0);
  }
  .progress-status li {
    width: 100%;
    float: none;
  }
  .progress-status li a {
    font-size: 16px;
    line-height: 40px;
  }
  .progress-status {
    margin-bottom: 20px;
  }
  .q1 .form-group {
    margin-bottom: 0;
  }
  .v-inner {
    padding:0px 0px;
    position: static;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    margin: 20px auto;
  }
  .v-align .logo {
    max-width:150px;
    text-align: center;
    padding-top:30px;
    margin:0 auto;
  }
  .v-align .logo img {
    margin:0 auto;
  }
  .banner .v-align h1{
    color:#ffffff;
    font-size:20px;
    line-height:25px;
    font-weight: 800;
    margin:10px 10px 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    display:inline-block;
  }
  .banner .v-align p {
    font-size:20px;
    line-height:30px;
    color:#ffffff;
    font-weight:300;
    margin:10px 0px;
    font-family: 'Open Sans', sans-serif;
  }
  .landing-btn {
    min-width: 45%;
    font-size: 20px;
    padding:20px;
    width:100%;
  }
  .answers {
    width: 130px;
  }
  .footer ul li, .footer ul li a {
    font-size: 14px;
  }
  .terms-content h1 {
    font-size: 30px;
  }
  .terms-content h2 {
    font-size: 20px;
  }
  .form-checkbox .radio label {
    font-size: 15px;
  }
 .wrapper {
    padding-bottom: 0;
 }
 .footer {
  position:static;
 }
 .footer-homepage {
  position: static;
  margin:50px 0px 0px;
 }
 .content{
  padding-bottom:30px;
 } 
.home-content.about-u .body-content p.body-text {
    text-align: center;
  }
  label, .label-txt {
    font-size: 18px;
    line-height:25px;
  }
  .form-wrapper-1 p.form-title-home {
    text-align: center;
    font-size: 24px;
    font-family: 'Pavanam', sans-serif;
    color: #000000;
}
.form-wrapper-1 p.form-title {
  display:none;
}
.media .media-left  h4 {
    text-align: center;
    font-size:30px;
    line-height:36px;
    margin-top:20px;
    margin-bottom:20px;
  }
  .line {
    margin-top: 20px;
    margin-bottom:20px;
  }
  .media-body p {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .media-body h4.media-heading {
    font-size: 25px;
    line-height:30px;
  }
  .home-content.about-u .form-group li{
      font-size:20px;
     font-family: 'Pavanam', sans-serif;
      font-weight:100;
}
  .select:after {
    content: "▼";
    padding: 15px 0px;
    position: absolute;
    right: 15px;
    top: -11px;
    z-index: 1;
    text-align: center;
    width: 15%;
    height: 100%;
    pointer-events: none;
    box-sizing: border-box;
    font-size: 26px;
    color: #d0d0d0;
}
}
@media screen and (max-width: 425px) {
  label, .label-txt {
    text-align:center !important;
    font-size:18px;
  }
  .label-txt:after {
    content: "";
    display: block;
    height: 1px;
    /*border-top: 1px solid #000000;*/
      width: 100%;
      margin:0 auto;
  }

}
.logo img{
  max-width: 270px;
}

.main-heading-box a{
    color:#1D3D71 !important;
}
.logo a .homepage-icon{
  margin-top: 55px;
  max-width: 270px;
  height: auto;
}

@media screen and (max-width: 520px) {
    .taglne-text h4 {
        font-size: 32px;
    }
    
    .left-text h2 {
        font-size: 32px;
    }


/*---------------------- New Styles ---------------------*/
.home-content.about-u p.survey-result-text {
    font-size: 36px;
    line-height: auto;
    color: #000000;
    margin-top: 0px;
    font-family: "sans-serif";
    font-weight: bold;
    padding: 20px 110px;
}
.partion-pdf {
    margin-top: 88px;
    margin-bottom: 30px;
    border: 0;
    border-top: 1px solid #eee;
}
.result-print {
  float: left;
  padding: 20px 110px;
}
.divFooter img{
  height: 36px;
}
#footer_wrapper {
  display: none;
}
