@charset "utf-8";
/*----------intial declartaion of css----------*/

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Thin.woff2') format('woff2'),
        url('fonts/Gotham-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Bold.woff2') format('woff2'),
        url('fonts/Gotham-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Black.woff2') format('woff2'),
        url('fonts/Gotham-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Condensed';
    src: url('fonts/GothamCondensed-Medium.woff2') format('woff2'),
        url('fonts/GothamCondensed-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Condensed';
    src: url('fonts/GothamCondensed-Light.woff2') format('woff2'),
        url('fonts/GothamCondensed-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Light.woff2') format('woff2'),
        url('fonts/Gotham-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Medium.woff2') format('woff2'),
        url('fonts/Gotham-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Ultra';
    src: url('fonts/Gotham-Ultra.woff2') format('woff2'),
        url('fonts/Gotham-Ultra.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Pro';
    src: url('fonts/GothamPro.woff2') format('woff2'),
        url('fonts/GothamPro.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Gotham Pro';
    src: url('fonts/GothamPro-LightItalic.woff2') format('woff2'),
        url('fonts/GothamPro-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}
* { padding: 0; margin: 0; list-style: none; }
body { background: #ffffff; font-family: 'Gotham'; font-weight: 500; font-style: normal; }
* { margin: 0; padding: 0; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,
q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,select,input,option { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; }
html { -webkit-text-size-adjust: none; }
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary { display: block; }
audio,canvas,video { display: inline-block; }
audio:not([controls]) { display: none; height: 0; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word }
q { quotes: none }
q:before,
q:after { content: ''; content: none }
small { font-size: 80% }
sub,
sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline }
sup { top: -0.5em; }
sub { bottom: -0.25em }
nav ul,
nav ol { list-style: none; list-style-image: none; }
button,input,select,textarea { font-size: 100%; margin: 0; vertical-align: baseline; }
textarea { overflow: auto; vertical-align: top }
button,html input[type="button"],
input[type="reset"],
input[type="submit"] { -webkit-appearance: none; cursor: pointer; }
/* remember to define focus styles! */
:focus { outline: 0; }
a { text-decoration: none; }
img { border: 0 none; max-width: 100%; }
a { outline: none; cursor: pointer; }
/* End hide from IE Mac */ .none { display: none; } /* End Clearfix */
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section { display: block }
.clear { clear: both; }
img { max-width: 100%; }
/* For modern browsers */ 
.cf:before,
.cf:after { content: ""; display: table }
.cf:after { clear: both; }
.cf { *zoom:1;
}
 input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
 color: #040404;
 opacity: 1;
}
input:-moz-placeholder, textarea:-moz-placeholder {
 color: #040404;
 opacity: 1;
}
input::-moz-placeholder, textarea::-moz-placeholder {
 color: #040404;
 opacity: 1;
}
 input:-ms-input-placeholder, textarea:-ms-input-placeholder {
 color: #040404;
 opacity: 1;
}
a { text-decoration: none; transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; }

/*general css*/
/*landing page start*/
header {
    padding: 30px 0;
}
.tata-left-logo {
    padding-top: 45px;
}h1 {

    font-size: 45px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 6px;
    font-family: Gotham;
    line-height: 46px;
    padding-top: 45px;

}
.top-head {
    margin: 0 auto;
    float: none;
}
h3 {
    font-size: 28px;
    font-family: Gotham Pro;
    color: #fff;
    font-weight: normal;
}
.main-process-section {

    padding-top: 50px;
    padding-bottom: 45px;

}

.single-process img {
   width: 90px;
}.single-process h4 {
    color: #fff;
    font-size: 15px;
    font-family: Gotham Pro;
    font-weight: normal;
    margin-top: 10px;
    text-transform: uppercase;
}
.tata-left-logo img {
    width: 300px;
}.tata-right-logo img {
    width: 80px;
}
.main-section {
    padding-top: 50px;
}
.start-survey a {

    color: #fff;
    background-color: #09bddd;
    padding: 14px 80px 14px 35px;
    display: inline-block;
    border-radius: 50px;
    font-size: 21px;
    text-transform: uppercase;
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-position: 95% 9px;
    background-size: 42px;
    font-weight: bold;
    box-shadow: 0px 3px 5px -2px #656262;

}
/*
.main-btn-section {
    padding-bottom: 90px;
}
*/
.start-survey a:hover, .start-survey a:focus{ background-color:  #FDCF0C; text-decoration: none; }
.single-process {
    position: relative;
}
.single-process::after {
    position: absolute;
    content: "";
    background-image: url(../images/dots.png);
    height: 8px;
    width: 97px;
    background-repeat: no-repeat;
    left: 152px;
    top: 39px;
    background-size: 80px;
}
.process:last-child .single-process::after {
	content: ""; background-image: none; left: 0;
}
/*landing page end*/
/*question page start*/
.main-process-section.question-page {
    padding-top: 30px;
    padding-bottom: 30px;
    position: absolute;
    left: 0;
    right: 0;top: 100px;
}.main-ques-section {
    padding-top: 215px;
}
.question-page .single-process img {
    width: auto;
    height: 40px;
}
.question-page .single-process::after {

    position: absolute;
    content: "";
    background-image: none;
    background-repeat: no-repeat;
    left: 78%;
    top: 30px;
    background-size: contain;

}
.question-page .single-process h4 {
     font-size: 13px;margin-bottom: 10px;
     }
 

.prograss-bg {
    background: #01315b;
    height: 8px;
    border-radius: 10px;
}.prograss-listing {
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
}

.question-page .process.text-center {

    border-bottom: none;
    padding-bottom: 1px;
    padding-left: 5px;
    padding-right: 5px;

}.question-page .process.text-center.active {

    border-bottom: none;
    padding-bottom: 0;

}

.quesTxt h2{
   font-size: 26px;
color: #fff;
font-family: Gotham Pro;
font-weight: normal;
line-height: 38px;
}
.question-wrap input[type="radio"] {
    display: block;
    visibility: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
}.question-wrap label {
    font-size: 16px;
    color: #333333;
    font-family: "Trebuchet MS", sans-serif;
    font-weight: 100;
    position: relative;
}
.question-wrap label {
    cursor: pointer;
    margin: 0 0 10px 0;
    width: 100%;min-height: 60px;
}.Ques-icon img {
    width:220px;
}.Ques-icon   {
   margin: 8px 0 18px; 
}

.answerOptions-wrap {
    float: none;
    margin: 0 auto;
}.question-wrap label {
    cursor: pointer;
    margin: 0 0 4px 0;
        margin-bottom: 4px;
    margin-bottom: 4px;
    margin-bottom: 15px;
    width: 100%;
    color: #3C86C7;
    font-family: Gotham;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    background-color: #fff;
    padding: 12px 25px;
    border-radius: 60px;
    display: table;
    box-shadow: 3px 2px 6px -2px #656262;
    -webkit-transition: background-color 0.5s ease-out;
    -moz-transition: background-color 0.5s ease-out;
    -o-transition: background-color 0.5s ease-out;
    transition: background-color 0.5s ease-out;
}
.question-wrap label p {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}
.dot.active, .dot:hover, .dot:focus {
    background: transparent;
    border: 1px solid #b0bc25;
}
.dot {
    border-radius: 50px;
    cursor: pointer;
    height: 22px;
    width: 22px;
    display: inline-block;
    margin-left: 1px;
    margin-right: 1px;
    border: 1px solid transparent;
    padding: 3px;
    
}
.slider-dots {
     float: none;
    margin: 15px auto 10px;
    text-align: center;
}
.dot span {

    width: 100%;
    display: block;
    height: 100%;
    border-radius: 50%;
    margin: 0px;
    background: white;

}.question-wrap label:hover, .question-wrap label:focus {
    background-color: #b0bc25;
    color: #fff;
}
.dot.sucess span {
    background: #b0bc25;
}.dot.sucess:hover, .dot.sucess:focus {
    background: transparent;
    border: 1px solid transparent;
}.dot.sucess {
    cursor: default;
}








header {

    position: absolute;
    top: 0;
    z-index: 99;
    left: 0;
    right: 0;
    overflow: hidden;
    padding: 2% 0;

}

body {

    -webkit-text-size-adjust: none;
    position: relative;
    background-size: cover;
    color: #e9e9e9;
    height: 100%;
    width: 100%;
    height: 644px;
    display: table;

}#page {

    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 100%;

}#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%; 
    min-height: 100%;
}
.process-dot {
    height: 12px;
    width: 12px;
    background: #fff;
    text-align: center;z-index: 9;
    margin: 0 auto;
    border-radius: 50%; position: relative;
}.process-dot span {

    width: 100%;
    display: block;
    height: 100%;
    border-radius: 50%;
    margin: 0px;
    background: white;

}
.process-dot {
 border-radius: 50px;
    cursor: pointer;
    height: 25px;
    width: 25px;
    display: inline-block;
    margin-left: 1px;
    margin-right: 1px;background: transparent;
    border: 2px solid transparent;
    padding: 3px;

}.active .process-dot {

     border: 2px solid #b0bc25;
    }
.process-progress{ position: relative;} 
.process-progress::after {
  position: absolute;
    content: "";
    height: 1px;
    background-color: #fff;
    width: 100%;
    top: 12px;
 }
.process-progress.active::after {
  position: absolute;
    content: "";
    height: 4px;
    background-color: #09BDDD;
    width: 100%;
    top: 10px;
 }.process-progress:last-child::after {

    background-color: transparent;width: auto;
     }
header {
    position: absolute;
    top: 0;
    z-index: 99;
    left: 0;
    right: 0;
    overflow: hidden;
    padding: 1.5% 0;
}

.tata-left-logo img {
    width: 250px;
}.tata-right-logo img {
    width: 60px;
}