@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;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

@-ms-viewport {
    width: device-width;
}

html {
    font-size: 16px;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: Gotham;
    font-size: 1rem;
    line-height: 1.5;
    color: #373a3c;
    background-color: #fff;
    margin: 0;
}

[tabindex="-1"]:focus {
    outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem;
}

.arrow-btn:hover {
    background: #1D619E;
    color: #fff !important;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #818a91;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

dt {
    font-weight: bold;
}

dd {
    margin-bottom: .5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

a {
    color: #0275d8;
    text-decoration: none;
}

a:focus,
a:hover {
    color: #014c8c;
    text-decoration: underline;
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
    outline: none;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
}

[role="button"] {
    cursor: pointer;
}

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

table {
    border-collapse: collapse;
    background-color: transparent;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #818a91;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: left;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
textarea {
    margin: 0;
    line-height: inherit;
    border-radius: 0;
}

input[type="radio"]:disabled,
input[type="checkbox"]:disabled {
    cursor: not-allowed;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox;
}

textarea {
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
}

input[type="search"] {
    -webkit-appearance: none;
}

output {
    display: inline-block;
}

[hidden] {
    display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

h1,
.h1 {
    font-size: 2.5rem;
}

h2,
.h2 {
    font-size: 2rem;
}

h3,
.h3 {
    font-size: 1.75rem;
}

h4,
.h4 {
    font-size: 1.5rem;
}

h5,
.h5 {
    font-size: 1.25rem;
}

h6,
.h6 {
    font-size: 1rem;
}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
    font-size: 80%;
    font-weight: normal;
}

mark,
.mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

.list-inline-item {
    display: inline-block;
}

.list-inline-item:not(:last-child) {
    margin-right: 5px;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

.blockquote {
    padding: 0.5rem 1rem;
    margin-bottom: 1rem;
    font-size: 1.25rem;
    border-left: 0.25rem solid #eceeef;
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #818a91;
}

.blockquote-footer::before {
    content: "\2014 \00A0";
}
.name-inputs{
    display: flex;
}
.name-inputs div:first-child{
    margin-right: 15px !important;
}
.blockquote-reverse {
    padding-right: 1rem;
    padding-left: 0;
    text-align: right;
    border-right: 0.25rem solid #eceeef;
    border-left: 0;
}

.blockquote-reverse .blockquote-footer::before {
    content: "";
}

.blockquote-reverse .blockquote-footer::after {
    content: "\00A0 \2014";
}

dl.row>dd+dt {
    clear: left;
}

.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.container::after {
    content: "";
    display: table;
    clear: both;
}
.desc-text {
    font-size: 16px;
    font-family: 'Gotham Pro';
    text-transform: none;
    font-weight: 400;
    line-height: 22px;
    padding-top: 20px;
    color: #ffffff;
}
.qna-section-wrap .qna-progress {
    background: #ffffff;
    box-shadow: 0px 1px 4px rgb(0 0 0 / 10%);
    padding: 30rem 0;
    position: sticky;
    top: 75rem;
    z-index: 8;
}
.qna-progress {
    padding-top: 50px;
}
.prograss-wrap {
    position: relative;
}

.prograss-wrap .prograss-bg .prograss-active.active.group-1 {
 background: #3d85c6;
}
.prograss-wrap .prograss-bg .prograss-active.active.group-2 {
    background: #3d85c6;
}
.prograss-wrap .prograss-bg .prograss-active.active.group-3 {
    background: #3d85c6;
}
.prograss-wrap .prograss-bg .prograss-active.active.group-4 {
    background: #3d85c6;
}
#leadForm a:hover {
    text-decoration: none;
    color: #3D85C6 !important;
}
.resume-wrap:before {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #00000050;
    content: " ";
    z-index: 99;
     top: 0;
}
.resume-wrap {
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    position: fixed;
    z-index: 9;
    justify-content: center;
    top: 0;
}
.resume-popup {
    position: absolute;
    background-color: #fff;
    padding: 20px;
    box-shadow: 2px 25px 25px #00000024;
    border-radius: 2px;
    z-index: 99;
}
.resume-popup h3 {
    font-size: 20px;
    line-height: 27px;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 10px;
    margin-bottom: 10px;
    color: #3D85C6;
}
.resume-popup p {
    font-weight: 400;
    font-family: 'Gotham Pro';
}
.buttons-resume {
    display: flex;
    align-items: center;
}
.resume-button:hover {
    color: #fff;
    background-color: #3D85C6;
}
.resume-button {
    text-align: center;
    padding: 5px 40px;
    border: 1px solid #eaeaea;
    border-radius: 5px;
    width: 50%;
    margin: 15px 5px 10px;
    color: #3D85C6;
    transition: 0.2s ease-in;
    cursor: pointer;
}
@media (max-width: 1680px) {
    .h2_form_hdg {
        width: 55% !important;
    }
    }
    @media (max-width: 1400px) {
        header {
            padding-left: 25px !important;
            padding-right: 25px !important;
        }
        
        .hdg_qs_section_main .container {
       padding-left: 40px !important;
       padding-right: 40px !important;
        }
        .scroller-listing {
				margin-left: 40px !important;
   				 margin-right: 40px !important;
		}
        .heading-form {
            top: 20px !important;
        }
        #tpopup form {
            top: 140px !important;
        }
        .hdg_qs_section_ctt {
            margin: 60px 0 !important;
        }
        .prograss-wrap .prograss-listing ul li:nth-child(4) {
            right: -1% !important;
            left: unset !important;
        }
        .h2_form_hdg {
            font-size: 34px !important;
            line-height: 40px !important;
            width: 60% !important;
        }
        #tpopup form {
            margin-top: 0px !important;
        }
        .question-wrap label span::after {
            left: 12.7px !important;
        }
    }
    @media (max-width: 1366px) {
    .question-wrap label span::after {
        left: 11.7px !important;
    }
}
@media (max-width: 1333px) {
    .question-wrap label span::after {
        left: 9.7px !important;
    }
}
@media (max-width: 1299px) {
    .hdg_qs_section_main .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .scroller-listing {
        margin-left: 15px !important;
        margin-right: 15px !important;
    }
}
    @media (max-width: 1200px) {
        .hdg_qs_section_main {
            background-position: 60% !important;
        }
        .desc-text {
            width: 85%;
        }
        h2.form-title {
            font-size: 21px !important;
            line-height: 28px !important;
        }
        .h2_form_hdg {
            width: 75% !important;
        }
    }
@media (min-width: 544px) {
    .container {
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 940px;
    }
}

@media (min-width: 1300px) {
    .container {
        max-width: 1400px;
    }
}
@media (max-width:1299px) {
    .prograss-wrap .prograss-listing ul li {
        font-size: 13px !important;
    }
    .question-wrap label span::after {
        left: 0.7px !important;
    }
}
.container-fluid {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.container-fluid::after {
    content: "";
    display: table;
    clear: both;
}

.banner-text-laning p {
    color: #ffffff;
    font-size: 23px;
    line-height: 30px;
    padding-top: 10px;
    font-family: Gotham Pro;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.row::after {
    content: "";
    display: table;
    clear: both;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-1 {
    float: left;
    width: 8.33333%;
}

.col-xs-2 {
    float: left;
    width: 16.66667%;
}

.col-xs-3 {
    float: left;
    width: 25%;
}

.col-xs-4 {
    float: left;
    width: 33.33333%;
}

.col-xs-5 {
    float: left;
    width: 41.66667%;
}

.col-xs-6 {
    float: left;
    width: 50%;
}

.col-xs-7 {
    float: left;
    width: 58.33333%;
}

.col-xs-8 {
    float: left;
    width: 66.66667%;
}

.col-xs-9 {
    float: left;
    width: 75%;
}

.col-xs-10 {
    float: left;
    width: 83.33333%;
}

.col-xs-11 {
    float: left;
    width: 91.66667%;
}

.col-xs-12 {
    float: left;
    width: 100%;
}

.pull-xs-0 {
    right: auto;
}

.pull-xs-1 {
    right: 8.33333%;
}

.pull-xs-2 {
    right: 16.66667%;
}

.pull-xs-3 {
    right: 25%;
}

.pull-xs-4 {
    right: 33.33333%;
}

.pull-xs-5 {
    right: 41.66667%;
}

.pull-xs-6 {
    right: 50%;
}

.pull-xs-7 {
    right: 58.33333%;
}

.pull-xs-8 {
    right: 66.66667%;
}

.pull-xs-9 {
    right: 75%;
}

.pull-xs-10 {
    right: 83.33333%;
}

.pull-xs-11 {
    right: 91.66667%;
}

.pull-xs-12 {
    right: 100%;
}

.push-xs-0 {
    left: auto;
}

.push-xs-1 {
    left: 8.33333%;
}

.push-xs-2 {
    left: 16.66667%;
}

.push-xs-3 {
    left: 25%;
}

.push-xs-4 {
    left: 33.33333%;
}

.push-xs-5 {
    left: 41.66667%;
}

.push-xs-6 {
    left: 50%;
}

.push-xs-7 {
    left: 58.33333%;
}

.push-xs-8 {
    left: 66.66667%;
}

.push-xs-9 {
    left: 75%;
}

.push-xs-10 {
    left: 83.33333%;
}

.push-xs-11 {
    left: 91.66667%;
}

.push-xs-12 {
    left: 100%;
}

.offset-xs-1 {
    margin-left: 8.33333%;
}

.offset-xs-2 {
    margin-left: 16.66667%;
}

.offset-xs-3 {
    margin-left: 25%;
}

.offset-xs-4 {
    margin-left: 33.33333%;
}

.offset-xs-5 {
    margin-left: 41.66667%;
}

.offset-xs-6 {
    margin-left: 50%;
}

.offset-xs-7 {
    margin-left: 58.33333%;
}

.offset-xs-8 {
    margin-left: 66.66667%;
}

.offset-xs-9 {
    margin-left: 75%;
}

.offset-xs-10 {
    margin-left: 83.33333%;
}

.offset-xs-11 {
    margin-left: 91.66667%;
}

@media (min-width: 544px) {
    .col-sm-1 {
        float: left;
        width: 8.33333%;
    }
    .col-sm-2 {
        float: left;
        width: 16.66667%;
    }
    .col-sm-3 {
        float: left;
        width: 25%;
    }
    .col-sm-4 {
        float: left;
        width: 33.33333%;
    }
    .col-sm-5 {
        float: left;
        width: 41.66667%;
    }
    .col-sm-6 {
        float: left;
        width: 50%;
    }
    .col-sm-7 {
        float: left;
        width: 58.33333%;
    }
    .col-sm-8 {
        float: left;
        width: 66.66667%;
    }
    .col-sm-9 {
        float: left;
        width: 75%;
    }
    .col-sm-10 {
        float: left;
        width: 83.33333%;
    }
    .col-sm-11 {
        float: left;
        width: 91.66667%;
    }
    .col-sm-12 {
        float: left;
        width: 100%;
    }
    .pull-sm-0 {
        right: auto;
    }
    .pull-sm-1 {
        right: 8.33333%;
    }
    .pull-sm-2 {
        right: 16.66667%;
    }
    .pull-sm-3 {
        right: 25%;
    }
    .pull-sm-4 {
        right: 33.33333%;
    }
    .pull-sm-5 {
        right: 41.66667%;
    }
    .pull-sm-6 {
        right: 50%;
    }
    .pull-sm-7 {
        right: 58.33333%;
    }
    .pull-sm-8 {
        right: 66.66667%;
    }
    .pull-sm-9 {
        right: 75%;
    }
    .pull-sm-10 {
        right: 83.33333%;
    }
    .pull-sm-11 {
        right: 91.66667%;
    }
    .pull-sm-12 {
        right: 100%;
    }
    .push-sm-0 {
        left: auto;
    }
    .push-sm-1 {
        left: 8.33333%;
    }
    .push-sm-2 {
        left: 16.66667%;
    }
    .push-sm-3 {
        left: 25%;
    }
    .push-sm-4 {
        left: 33.33333%;
    }
    .push-sm-5 {
        left: 41.66667%;
    }
    .push-sm-6 {
        left: 50%;
    }
    .push-sm-7 {
        left: 58.33333%;
    }
    .push-sm-8 {
        left: 66.66667%;
    }
    .push-sm-9 {
        left: 75%;
    }
    .push-sm-10 {
        left: 83.33333%;
    }
    .push-sm-11 {
        left: 91.66667%;
    }
    .push-sm-12 {
        left: 100%;
    }
    .offset-sm-0 {
        margin-left: 0%;
    }
    .offset-sm-1 {
        margin-left: 8.33333%;
    }
    .offset-sm-2 {
        margin-left: 16.66667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.33333%;
    }
    .offset-sm-5 {
        margin-left: 41.66667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.33333%;
    }
    .offset-sm-8 {
        margin-left: 66.66667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.33333%;
    }
    .offset-sm-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 768px) {
    .col-md-1 {
        float: left;
        width: 8.33333%;
    }
    .col-md-2 {
        float: left;
        width: 16.66667%;
    }
    .col-md-3 {
        float: left;
        width: 25%;
    }
    .col-md-4 {
        float: left;
        width: 33.33333%;
    }
    .col-md-5 {
        float: left;
        width: 41.66667%;
    }
    .col-md-6 {
        float: left;
        width: 50%;
    }
    .col-md-7 {
        float: left;
        width: 58.33333%;
    }
    .col-md-8 {
        float: left;
        width: 66.66667%;
    }
    .col-md-9 {
        float: left;
        width: 75%;
    }
    .col-md-10 {
        float: left;
        width: 83.33333%;
    }
    .col-md-11 {
        float: left;
        width: 91.66667%;
    }
    .col-md-12 {
        float: left;
        width: 100%;
    }
    .pull-md-0 {
        right: auto;
    }
    .pull-md-1 {
        right: 8.33333%;
    }
    .pull-md-2 {
        right: 16.66667%;
    }
    .pull-md-3 {
        right: 25%;
    }
    .pull-md-4 {
        right: 33.33333%;
    }
    .pull-md-5 {
        right: 41.66667%;
    }
    .pull-md-6 {
        right: 50%;
    }
    .pull-md-7 {
        right: 58.33333%;
    }
    .pull-md-8 {
        right: 66.66667%;
    }
    .pull-md-9 {
        right: 75%;
    }
    .pull-md-10 {
        right: 83.33333%;
    }
    .pull-md-11 {
        right: 91.66667%;
    }
    .pull-md-12 {
        right: 100%;
    }
    .push-md-0 {
        left: auto;
    }
    .push-md-1 {
        left: 8.33333%;
    }
    .push-md-2 {
        left: 16.66667%;
    }
    .push-md-3 {
        left: 25%;
    }
    .push-md-4 {
        left: 33.33333%;
    }
    .push-md-5 {
        left: 41.66667%;
    }
    .push-md-6 {
        left: 50%;
    }
    .push-md-7 {
        left: 58.33333%;
    }
    .push-md-8 {
        left: 66.66667%;
    }
    .push-md-9 {
        left: 75%;
    }
    .push-md-10 {
        left: 83.33333%;
    }
    .push-md-11 {
        left: 91.66667%;
    }
    .push-md-12 {
        left: 100%;
    }
    .offset-md-0 {
        margin-left: 0%;
    }
    .offset-md-1 {
        margin-left: 8.33333%;
    }
    .offset-md-2 {
        margin-left: 16.66667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.33333%;
    }
    .offset-md-5 {
        margin-left: 41.66667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.33333%;
    }
    .offset-md-8 {
        margin-left: 66.66667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.33333%;
    }
    .offset-md-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 992px) {
    .col-lg-1 {
        float: left;
        width: 8.33333%;
    }
    .col-lg-2 {
        float: left;
        width: 16.66667%;
    }
    .col-lg-3 {
        float: left;
        width: 25%;
    }
    .col-lg-4 {
        float: left;
        width: 33.33333%;
    }
    .col-lg-5 {
        float: left;
        width: 41.66667%;
    }
    .col-lg-6 {
        float: left;
        width: 50%;
    }
    .col-lg-7 {
        float: left;
        width: 58.33333%;
    }
    .col-lg-8 {
        float: left;
        width: 66.66667%;
    }
    .col-lg-9 {
        float: left;
        width: 75%;
    }
    .col-lg-10 {
        float: left;
        width: 83.33333%;
    }
    .col-lg-11 {
        float: left;
        width: 91.66667%;
    }
    .col-lg-12 {
        float: left;
        width: 100%;
    }
    .pull-lg-0 {
        right: auto;
    }
    .pull-lg-1 {
        right: 8.33333%;
    }
    .pull-lg-2 {
        right: 16.66667%;
    }
    .pull-lg-3 {
        right: 25%;
    }
    .pull-lg-4 {
        right: 33.33333%;
    }
    .pull-lg-5 {
        right: 41.66667%;
    }
    .pull-lg-6 {
        right: 50%;
    }
    .pull-lg-7 {
        right: 58.33333%;
    }
    .pull-lg-8 {
        right: 66.66667%;
    }
    .pull-lg-9 {
        right: 75%;
    }
    .pull-lg-10 {
        right: 83.33333%;
    }
    .pull-lg-11 {
        right: 91.66667%;
    }
    .pull-lg-12 {
        right: 100%;
    }
    .push-lg-0 {
        left: auto;
    }
    .push-lg-1 {
        left: 8.33333%;
    }
    .push-lg-2 {
        left: 16.66667%;
    }
    .push-lg-3 {
        left: 25%;
    }
    .push-lg-4 {
        left: 33.33333%;
    }
    .push-lg-5 {
        left: 41.66667%;
    }
    .push-lg-6 {
        left: 50%;
    }
    .push-lg-7 {
        left: 58.33333%;
    }
    .push-lg-8 {
        left: 66.66667%;
    }
    .push-lg-9 {
        left: 75%;
    }
    .push-lg-10 {
        left: 83.33333%;
    }
    .push-lg-11 {
        left: 91.66667%;
    }
    .push-lg-12 {
        left: 100%;
    }
    .offset-lg-0 {
        margin-left: 0%;
    }
    .offset-lg-1 {
        margin-left: 8.33333%;
    }
    .offset-lg-2 {
        margin-left: 16.66667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.33333%;
    }
    .offset-lg-5 {
        margin-left: 41.66667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.33333%;
    }
    .offset-lg-8 {
        margin-left: 66.66667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.33333%;
    }
    .offset-lg-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 1200px) {
    .col-xl-1 {
        float: left;
        width: 8.33333%;
    }
    .col-xl-2 {
        float: left;
        width: 16.66667%;
    }
    .col-xl-3 {
        float: left;
        width: 25%;
    }
    .col-xl-4 {
        float: left;
        width: 33.33333%;
    }
    .col-xl-5 {
        float: left;
        width: 41.66667%;
    }
    .col-xl-6 {
        float: left;
        width: 50%;
    }
    .col-xl-7 {
        float: left;
        width: 58.33333%;
    }
    .col-xl-8 {
        float: left;
        width: 66.66667%;
    }
    .col-xl-9 {
        float: left;
        width: 75%;
    }
    .col-xl-10 {
        float: left;
        width: 83.33333%;
    }
    .col-xl-11 {
        float: left;
        width: 91.66667%;
    }
    .col-xl-12 {
        float: left;
        width: 100%;
    }
    .pull-xl-0 {
        right: auto;
    }
    .pull-xl-1 {
        right: 8.33333%;
    }
    .pull-xl-2 {
        right: 16.66667%;
    }
    .pull-xl-3 {
        right: 25%;
    }
    .pull-xl-4 {
        right: 33.33333%;
    }
    .pull-xl-5 {
        right: 41.66667%;
    }
    .pull-xl-6 {
        right: 50%;
    }
    .pull-xl-7 {
        right: 58.33333%;
    }
    .pull-xl-8 {
        right: 66.66667%;
    }
    .pull-xl-9 {
        right: 75%;
    }
    .pull-xl-10 {
        right: 83.33333%;
    }
    .pull-xl-11 {
        right: 91.66667%;
    }
    .pull-xl-12 {
        right: 100%;
    }
    .push-xl-0 {
        left: auto;
    }
    .push-xl-1 {
        left: 8.33333%;
    }
    .push-xl-2 {
        left: 16.66667%;
    }
    .push-xl-3 {
        left: 25%;
    }
    .push-xl-4 {
        left: 33.33333%;
    }
    .push-xl-5 {
        left: 41.66667%;
    }
    .push-xl-6 {
        left: 50%;
    }
    .push-xl-7 {
        left: 58.33333%;
    }
    .push-xl-8 {
        left: 66.66667%;
    }
    .push-xl-9 {
        left: 75%;
    }
    .push-xl-10 {
        left: 83.33333%;
    }
    .push-xl-11 {
        left: 91.66667%;
    }
    .push-xl-12 {
        left: 100%;
    }
    .offset-xl-0 {
        margin-left: 0%;
    }
    .offset-xl-1 {
        margin-left: 8.33333%;
    }
    .offset-xl-2 {
        margin-left: 16.66667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.33333%;
    }
    .offset-xl-5 {
        margin-left: 41.66667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.33333%;
    }
    .offset-xl-8 {
        margin-left: 66.66667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.33333%;
    }
    .offset-xl-11 {
        margin-left: 91.66667%;
    }
}

.bg-faded {
    background-color: #f7f7f9;
}

.bg-primary {
    color: #fff !important;
    background-color: #0275d8 !important;
}

a.bg-primary:focus,
a.bg-primary:hover {
    background-color: #025aa5 !important;
}

.bg-success {
    color: #fff !important;
    background-color: #5cb85c !important;
}

a.bg-success:focus,
a.bg-success:hover {
    background-color: #449d44 !important;
}

.bg-info {
    color: #fff !important;
    background-color: #5bc0de !important;
}

img.tata-logo-right {
    width: 58px;
}

a.bg-info:focus,
a.bg-info:hover {
    background-color: #31b0d5 !important;
}

.bg-warning {
    color: #fff !important;
    background-color: #f0ad4e !important;
}

a.bg-warning:focus,
a.bg-warning:hover {
    background-color: #ec971f !important;
}

.bg-danger {
    color: #fff !important;
    background-color: #d9534f !important;
}

a.bg-danger:focus,
a.bg-danger:hover {
    background-color: #c9302c !important;
}

.bg-inverse {
    color: #fff !important;
    background-color: #373a3c !important;
}

a.bg-inverse:focus,
a.bg-inverse:hover {
    background-color: #1f2021 !important;
}

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

.d-block {
    display: block !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-inline {
    display: inline !important;
}

.pull-xs-left {
    float: left !important;
}

.pull-xs-right {
    float: right !important;
}

.pull-xs-none {
    float: none !important;
}

@media (min-width: 544px) {
    .pull-sm-left {
        float: left !important;
    }
    .pull-sm-right {
        float: right !important;
    }
    .pull-sm-none {
        float: none !important;
    }
}

@media (min-width: 768px) {
    .pull-md-left {
        float: left !important;
    }
    .pull-md-right {
        float: right !important;
    }
    .pull-md-none {
        float: none !important;
    }
}

@media (min-width: 992px) {
    .pull-lg-left {
        float: left !important;
    }
    .pull-lg-right {
        float: right !important;
    }
    .pull-lg-none {
        float: none !important;
    }
}

@media (min-width: 1200px) {
    .pull-xl-left {
        float: left !important;
    }
    .pull-xl-right {
        float: right !important;
    }
    .pull-xl-none {
        float: none !important;
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

.w-100 {
    width: 100% !important;
}

.m-x-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.m-a-0 {
    margin: 0 0 !important;
}

.m-t-0 {
    margin-top: 0 !important;
}

.m-r-0 {
    margin-right: 0 !important;
}

.m-b-0 {
    margin-bottom: 0 !important;
}

.m-l-0 {
    margin-left: 0 !important;
}

.m-x-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.m-y-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.m-a-1 {
    margin: 1rem 1rem !important;
}

.m-t-1 {
    margin-top: 1rem !important;
}

.m-r-1 {
    margin-right: 1rem !important;
}

.m-b-1 {
    margin-bottom: 1rem !important;
}

.m-l-1 {
    margin-left: 1rem !important;
}

.m-x-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}

.m-y-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.m-a-2 {
    margin: 1.5rem 1.5rem !important;
}

.m-t-2 {
    margin-top: 1.5rem !important;
}

.m-r-2 {
    margin-right: 1.5rem !important;
}

.m-b-2 {
    margin-bottom: 1.5rem !important;
}

.m-l-2 {
    margin-left: 1.5rem !important;
}

.m-x-2 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}

.m-y-2 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.m-a-3 {
    margin: 3rem 3rem !important;
}

.m-t-3 {
    margin-top: 3rem !important;
}

.m-r-3 {
    margin-right: 3rem !important;
}

.m-b-3 {
    margin-bottom: 3rem !important;
}

.m-l-3 {
    margin-left: 3rem !important;
}

.m-x-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
}

.m-y-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.p-a-0 {
    padding: 0 0 !important;
}

.p-t-0 {
    padding-top: 0 !important;
}

.p-r-0 {
    padding-right: 0 !important;
}

.p-b-0 {
    padding-bottom: 0 !important;
}

.p-l-0 {
    padding-left: 0 !important;
}

.p-x-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.p-y-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.p-a-1 {
    padding: 1rem 1rem !important;
}

.p-t-1 {
    padding-top: 1rem !important;
}

.p-r-1 {
    padding-right: 1rem !important;
}

.p-b-1 {
    padding-bottom: 1rem !important;
}

.p-l-1 {
    padding-left: 1rem !important;
}

.p-x-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.p-y-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.p-a-2 {
    padding: 1.5rem 1.5rem !important;
}

.p-t-2 {
    padding-top: 1.5rem !important;
}

.p-r-2 {
    padding-right: 1.5rem !important;
}

.p-b-2 {
    padding-bottom: 1.5rem !important;
}

.p-l-2 {
    padding-left: 1.5rem !important;
}

.p-x-2 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.p-y-2 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.p-a-3 {
    padding: 3rem 3rem !important;
}

.p-t-3 {
    padding-top: 3rem !important;
}

.p-r-3 {
    padding-right: 3rem !important;
}

.p-b-3 {
    padding-bottom: 3rem !important;
}

.p-l-3 {
    padding-left: 3rem !important;
}

.p-x-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

.p-y-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.pos-f-t {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.text-justify {
    text-align: justify !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

.text-truncate {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-xs-left {
    text-align: left !important;
}

.text-xs-right {
    text-align: right !important;
}

.text-xs-center {
    text-align: center !important;
}

@media (min-width: 544px) {
    .text-sm-left {
        text-align: left !important;
    }
    .text-sm-right {
        text-align: right !important;
    }
    .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }
    .text-md-right {
        text-align: right !important;
    }
    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }
    .text-lg-right {
        text-align: right !important;
    }
    .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important;
    }
    .text-xl-right {
        text-align: right !important;
    }
    .text-xl-center {
        text-align: center !important;
    }
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.font-weight-normal {
    font-weight: normal;
}

.font-weight-bold {
    font-weight: bold;
}

.font-italic {
    font-style: italic;
}

.text-muted {
    color: #818a91 !important;
}

a.text-muted:focus,
a.text-muted:hover {
    color: #687077 !important;
}

.text-primary {
    color: #0275d8 !important;
}

a.text-primary:focus,
a.text-primary:hover {
    color: #025aa5 !important;
}

.text-success {
    color: #5cb85c !important;
}

a.text-success:focus,
a.text-success:hover {
    color: #449d44 !important;
}

.text-info {
    color: #5bc0de !important;
}

a.text-info:focus,
a.text-info:hover {
    color: #31b0d5 !important;
}

.text-warning {
    color: #f0ad4e !important;
}

a.text-warning:focus,
a.text-warning:hover {
    color: #ec971f !important;
}

.text-danger {
    color: #d9534f !important;
}

a.text-danger:focus,
a.text-danger:hover {
    color: #c9302c !important;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.invisible {
    visibility: hidden !important;
}

.hidden-xs-up {
    display: none !important;
}

@media (max-width: 543px) {
    .hidden-xs-down {
        display: none !important;
    }
}

@media (min-width: 544px) {
    .hidden-sm-up {
        display: none !important;
    }
    .banner-landing {
        min-height: 790px;
    }
}

@media (max-width: 767px) {
    .hdg_qs_section_main .container{
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    
    .hdg_qs_section_main {
        background-position: 80% !important;
    }
    .heading-form {
        top: 15px !important;
    }
    #tpopup form {
        top: 120px !important;
    }    
    .name-inputs{
        display: block;
    }
    .name-inputs div:first-child{
        margin-right: 0 !important;
    }
    .qna-progress {
        padding: 45px 0 45px !important;
    }
    
    .answerOptions-wrap label span {
        line-height: 26px !important;
    }
    .desc-text {
        width: 65%;
        padding-top: 10px;
        line-height: 20px;
        font-size: 14px;
    }
  
    .graph-right {
        padding-left: 5px !important;
    }
    h1 {
        color: #ffffff;
        font-weight: bold;
        font-size: 38px;
        margin-bottom: 15px;
    }
    .banner-text {
        padding: 29px 0;
    }
    .hidden-sm-down {
        display: none !important;
    }
    .contact-wrap .nextPrev-wrap {
        padding: 18px 0 30px;
    }
}

@media (min-width: 768px) {
    .hidden-md-up {
        display: none !important;
    }
}


@media (min-width: 992px) {
    .hidden-lg-up {
        display: none !important;
    }
}

@media (max-width: 1199px) {
    .hidden-lg-down {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-xl-up {
        display: none !important;
    }
}

.hidden-xl-down {
    display: none !important;
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

.mdl-typography--display-4 {
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-size: 112px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: -0.04em;
}

.mdl-typography--display-4-color-contrast {
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-size: 112px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: -0.04em;
    opacity: 0.54;
}

.mdl-typography--display-3 {
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-size: 56px;
    font-weight: 400;
    line-height: 1.35;
    letter-spacing: -0.02em;
}

.mdl-typography--display-3-color-contrast {
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-size: 56px;
    font-weight: 400;
    line-height: 1.35;
    letter-spacing: -0.02em;
    opacity: 0.54;
}

.mdl-typography--display-2 {
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-size: 45px;
    font-weight: 400;
    line-height: 48px;
}

.mdl-typography--display-2-color-contrast {
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-size: 45px;
    font-weight: 400;
    line-height: 48px;
    opacity: 0.54;
}

.mdl-typography--display-1 {
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-size: 34px;
    font-weight: 400;
    line-height: 40px;
}

.mdl-typography--display-1-color-contrast {
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-size: 34px;
    font-weight: 400;
    line-height: 40px;
    opacity: 0.54;
}

.mdl-typography--headline {
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    -moz-osx-font-smoothing: grayscale;
}

.mdl-typography--headline-color-contrast {
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    -moz-osx-font-smoothing: grayscale;
    opacity: 0.87;
}

.mdl-typography--title {
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.02em;
}

.mdl-typography--title-color-contrast {
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.02em;
    opacity: 0.87;
}

.mdl-typography--subhead {
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.04em;
}

.mdl-typography--subhead-color-contrast {
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.04em;
    opacity: 0.87;
}

.mdl-typography--body-2 {
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    letter-spacing: 0;
}

.mdl-typography--body-2-color-contrast {
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    letter-spacing: 0;
    opacity: 0.87;
}

.mdl-typography--body-1 {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
}

.mdl-typography--body-1-color-contrast {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    opacity: 0.87;
}

.mdl-typography--body-2-force-preferred-font {
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0;
}

.mdl-typography--body-2-force-preferred-font-color-contrast {
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0;
    opacity: 0.87;
}

.mdl-typography--body-1-force-preferred-font {
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
}

.mdl-typography--body-1-force-preferred-font-color-contrast {
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    opacity: 0.87;
}

.mdl-typography--caption {
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
}

.mdl-typography--caption-force-preferred-font {
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
}

.mdl-typography--caption-color-contrast {
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    opacity: 0.54;
}

.mdl-typography--caption-force-preferred-font-color-contrast {
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    opacity: 0.54;
}

.mdl-typography--menu {
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
}

.mdl-typography--menu-color-contrast {
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
    opacity: 0.87;
}

.mdl-typography--button {
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 0;
}

.mdl-typography--button-color-contrast {
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 0;
    opacity: 0.87;
}

.mdl-typography--text-left {
    text-align: left;
}

.mdl-typography--text-right {
    text-align: right;
}

.mdl-typography--text-center {
    text-align: center;
}

.mdl-typography--text-justify {
    text-align: justify;
}

.mdl-typography--text-nowrap {
    white-space: nowrap;
}

.mdl-typography--text-lowercase {
    text-transform: lowercase;
}

.mdl-typography--text-uppercase {
    text-transform: uppercase;
}

.mdl-typography--text-capitalize {
    text-transform: capitalize;
}

.mdl-typography--font-thin {
    font-weight: 200 !important;
}

.mdl-typography--font-light {
    font-weight: 300 !important;
}

.mdl-typography--font-regular {
    font-weight: 400 !important;
}

.mdl-typography--font-medium {
    font-weight: 500 !important;
}

.mdl-typography--font-bold {
    font-weight: 700 !important;
}

.mdl-typography--font-black {
    font-weight: 900 !important;
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    word-wrap: normal;
    -moz-font-feature-settings: 'liga';
    font-feature-settings: 'liga';
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}


/* Header */

header {
    padding: 15px 0 15px 0;
    background: #ffffff;
}

header img {
    display: block;
}

header .cloudLogo {
    float: right;
}

header .tataLogo {
    margin: 38px 0 0 0;
    width: 236px;
}

header .tata-logo-right {
    float: right;
}

.fontello {
    font-family: "fontello";
    font-style: normal;
    font-weight: 100;
}


/* Footer */

footer {
    background: #014070;
    text-align: center;
    padding: 30px 0;
}

footer p {
    font-size: 14px;
    color: #fff;
    font-family: Gotham;
    font-weight: 100;
}

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

.banner-text-laning h1 {
    color: #ffffff;
    font-weight: bold;
    font-size: 100px;
    margin-bottom: 22px;
    line-height: 100px;
    font-family: Gotham;
    font-weight: 900;
    text-transform: uppercase;
}

.right-img {
    text-align: right;
    line-height: 0;
}

.banner-text {
    padding: 50px 0 20px;
}

.detect-text {
    color: #3D85C6;
    font-size: 36px;
    font-family: Gotham;
    font-weight: 500;
    border-top: 1px solid #C4C4C4;
    padding-top: 50px;
    padding-bottom: 30px;
}

h1 {
    color: #717171;
    font-weight: bold;
    font-size: 38px;
    margin-bottom: 10px;
    font-family: Gotham;
    font-weight: 300;
    text-align: center;
    padding-top: 65px;
    padding-bottom: 19px;
}

.banner-text-laning h1 {
    color: #ffffff;
    font-weight: bold;
    font-size: 85px;
    margin-bottom: 22px;
    line-height: 74px;
}

.banner-right-img {
    padding-top: 66px;
}

.banner-text p {
    font-size: 21px;
    line-height: 27px;
    color: #ffffff;
}

.right-img img {
    width: 240px;
}

.banner {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}


/* Survey Starts */

.overview {
    padding: 45px 0 83px 0;
    width: 820px;
    margin: 0 auto;
}

.overview h1 {
    color: #50adff;
    font-family: Gotham;
    font-weight: 100;
    font-size: 20px;
    padding: 30px 0 17px 0;
    display: block;
    line-height: normal;
}

.prograss-wrap .prograss-bg {
    background: #C4C4C4;
    height: 1px;
    border-radius: 0;
}

.prograss-wrap .prograss-bg .prograss-active {
    height: 2px;
    width: 0%;
    border-radius: 10px;
    -webkit-transition: all ease-in-out 250ms;
    -moz-transition: all ease-in-out 250ms;
    -o-transition: all ease-in-out 250ms;
    -ms-transition: all ease-in-out 250ms;
    transition: all ease-in-out 250ms;
}

.prograss-wrap .prograss-listing {
    position: absolute;
    width: 100%;
    top: -3px;
    left: 0px;
}

.prograss-wrap .prograss-listing ul {
    position: relative;
}

.prograss-wrap .prograss-listing ul li {
    float: left;
    list-style: none;
    font-size: 16px;
    color: #3d85c6;
    font-family: Gotham;
    font-weight: 300;
    width: 25%;
    text-align: center;
    /* background: url(../images/bg-li.png) no-repeat left top; */
    background-size: auto;
    margin: -15px 0 0 0;
    /* padding: 30px 0 0 0; */
    line-height: normal;
    position: absolute;
    background-size: 18px;
    top: 0px;
    font-weight: 400;
    text-align: center !important;
}
.prograss-wrap .prograss-bg {
    height: 7px;
    width: calc(79%);
    content: "";
    position: absolute;
    left: 10%;
    top: -3px;
    z-index: 0;
    background: #f4f4f4;
    display: flex;
}
.prograss-wrap .prograss-bg .prograss-active {
    height: 100%;
    width: 0;
    opacity: 0.5;
    transition: 0.7s;
    border-radius: 9px;
}
.qna-progress {
    background: #ffffff;
    box-shadow: 0px 1px 4px rgb(0 0 0 / 10%);
    padding: 50px 0 80px;
    position: sticky;
    top: 0px;
    z-index: 8;
}
.prograss-wrap .prograss-listing ul li:nth-child(2) {
    background: url(none) no-repeat left top;
}

.prograss-wrap .prograss-listing ul li:nth-child(3) {
    background: url(none) no-repeat left top;
}

label span::before {
    margin-top: 5px;
    margin-left: -30px;
    margin-right: 10px;
    position: absolute;
}

.prograss-wrap .prograss-listing ul li.active:nth-child(2) {
    background: url(none) no-repeat left top;
}

.prograss-wrap .prograss-listing ul li.active:nth-child(4) {
    background: url(none) no-repeat left top;
}


.prograss-wrap .prograss-listing ul li:nth-child(1) {
    left: -2%;
    text-align: left;
    background-position: left top;
}
.qna-section-wrap .qna-progress ul li {
    width: 20%;
    text-align: center;
    font-weight: 500;
    font-size: 18rem;
    color: #000000;
    position: relative;
    line-height: 1.2;
}
.prograss-wrap .prograss-listing ul li:nth-child(2) {
    left: 25%;
}

.prograss-wrap .prograss-listing ul li:nth-child(3) {
    left:54%;
    text-align: center;
    background-position: center top;
}

.prograss-wrap .prograss-listing ul li:nth-child(4) {
    right: -2%;
    left: unset !important;
}

.qna-progress ul li::before {
    width: 35px;
    height: 35px;
    background: #ebe8eb;
    content: "";
    display: block;
    margin: 0 auto 25px;
    border-radius: 50%;
    background-size: 35px;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    transition: 0.3s;
    background-image: url(../images/bg-li.svg);
}
.qna-progress ul li.active::before {
    background-image: url(../images/bg-li-active.svg);
}
.prograss-listing ul li .text-wrap {
    color: #cecece;
}
.prograss-listing ul li.active .text-wrap{
    color: #3d85c6;
}
.prograss-wrap .prograss-listing ul li:nth-child(6) {
    left: 100%;
    background: none;
}

.prograss-wrap .prograss-listing ul li:nth-child(7) {
    left: 54%;
    background-position: right top;
}

.prograss-wrap .prograss-listing ul li:nth-child(8) {
    background-position: right top;
    left: 65%;
}

.prograss-wrap .prograss-listing ul li:nth-child(9) {
    background-position: right top;
    left: 76%;
}

.prograss-wrap .prograss-listing ul li:nth-child(10) {
    background-position: right top;
    left: 87%;
}

.error-wrap {
    display: block;
    padding: 10px 0 0 0;
}

.error-wrap .form-error {
    color: #ff0000;
}

.scroller-listing li {
    list-style: none;
    margin-top: 25px;
}

.page {
    margin: 0 0 0px 0;
}

.wrapper-progress .tooltip {
    background: #3D85C6;
    bottom: 100%;
    color: #fff;
    display: block;
    margin-bottom: 15px;
    opacity: 1;
    padding: 0 5px;
    pointer-events: none;
    position: absolute;
    width: auto;
    font-size: 10px;
    right: 23%;
}

.banner-landing {
    padding: 70px 0;
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    min-height: 690px;
}

.internet-use {
    background-color: #F4F8FD;
}

.intright ul li {
    display: inline-block;
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
    list-style-type: none;
    position: relative;
    padding-left: 80px;
    font-family: Gotham Pro;
    color: #6D6E71;
    padding-bottom: 24px;
}

.intright ul li .icn-text {
    margin-right: 20px;
    position: absolute;
    left: 0;
    height: 100%;
    display: table;
    vertical-align: middle;
}

.intright ul li .icn-inner {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    left: 0;
    height: 100%;
}

.intright ul {
    margin-top: 16px;
    margin-left: 0px;
    margin-bottom: 0;
}

.icn-inner img {
    width: 50px;
}

h2 {
    color: #2F7DE1;
    font-size: 46px;
    line-height: 52px;
    font-family: Gotham;
    font-weight: 900;
    text-transform: uppercase;
}

.internet-use {
    padding: 60px 0px;
    background-color: #F4F8FD;
}

h2 span {
    font-weight: 900;
    font-family: Gotham;
    color: #3D85C6;
}

.pull-right {
    float: right
}

.solutions-sec {
    padding: 0;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    margin-bottom: 83px;
}

.solutiontright {
    padding-top: 255px;
}

.connectivity-sec .solutiontright {
    padding-top: 145px;
}

.crimg {
    padding-top: 40px;
    margin-left: -105px;
}

.crimg img {
    min-width: 700px;
}

.srimg {
    position: absolute;
    left: 45px;
    float: left;
    width: 720px;
}

a:hover,
a {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -mz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.solmainright {
    float: right;
    width: 600px;
}

a:hover {
    text-decoration: none;
    color: #fff !important;
}

.solutiontright p {
    font-size: 21px;
    font-family: Gotham;
    font-weight: 500;
    line-height: 30px;
    margin-top: 32px;
}

h2.form-title {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 4px;
    text-transform: none;
    font-family: Gotham;
    font-weight: 325;
    color: #000000;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: 'Gotham Pro';
}

.contact-wrap .nextPrev-wrap {
    padding: 18px 70px 30px;
}

.contact-wrap input {
    width: 100% !important;
    color: #000000 !important;
    border: none !important;
    border-radius: 0 !important;
    border-bottom: 1px solid #9B9B9B !important;
    background: #fff !important;
    font-family: Gotham Pro !important;
    padding-left: 0 !important;
}

.contact-wrap input:focus {
    outline: none !important;
}

.contact-wrap label.mdl-textfield__label {
    display: none;
}

.contact-wrap {
    padding-bottom: 0;
}

.sbtns span {
    position: absolute;
    left: 10px;
    width: 37px;
    top: 4px;
}

.srimg img {
    max-width: 100%;
}

.sbtns a {
    color: #fff;
    display: inline-block;
    font-family: Gotham Pro;
    font-size: 18px;
    line-height: 20px;
}

.sbtns img {
    height: 38px;
}

.sbtns {
    margin-top: 30px;
}

.sbtns .tree img {
    height: auto;
    width: 50px;
}

.bottom-sec {
    padding: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 70px;
}

.connectivity-sec {
    padding: 0;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.box {
    text-align: center;
    box-shadow: 0 0px 6px -1px #2F7DE1;
    position: relative;
    background: #ffffff;
}

.blue-area {
    background-color: #3D85C6;
    height: 48px;
}

.box-inner {
    padding: 0 20px 20px;
    margin-top: -40px;
}

.circle-img img {
    width: 75px;
}

.bcon p span {
    font-family: Gotham;
    font-weight: 900;
    color: #3D85C6;
    font-size: 21px;
}

.bcon p {
    font-family: Gotham;
    font-weight: 500;
    color: #2F7DE1;
    font-size: 19px;
}

.sbtns a {
    background-color: #ffffff;
    color: #6D6E71;
    display: inline-block;
    font-family: Gotham Pro;
    font-size: 16px;
    border: 2px solid #F4F8FD;
    height: 50px;
    line-height: 46px;
    padding: 0 26px 0 63px;
    margin-right: 30px;
    width: auto;
    position: relative;
    margin-bottom: 20px;
    border-radius: 5px;
    box-shadow: 0 0px 6px -1px #2F7DE1;
}

.bottom-con-text p {
    font-size: 22px;
    font-family: Gotham;
    font-weight: 500;
    color: #717171;
}

.bottom-con-text {
    text-align: center;
    padding-top: 35px;
    padding-bottom: 60px;
}

.bottom-con-text a {
    color: #2F7DE1;
    font-family: Gotham;
}

.sbtns {
    position: relative;
}

.tree {
    position: absolute;
    right: 0;
    top: 0;
}


/* input {
    display: none;
} */

.contact_form input {
    display: block;
}

.main-form {
    text-align: left;
    width: 1000px;
    margin: 0 auto;
    margin-top: 0px;
    border: 1px solid #000;
    padding: 0 80px;
    margin-top: 50px;
    margin-bottom: 80px;
}

.main-form label {
    display: none;
}

.main-form input {
    border: none;
    color: #9B9B9B;
    font-size: 18px;
    font-family: Gotham Pro;
    font-weight: normal;
    border-bottom: 1px solid #9B9B9B;
    width: 100%;
    padding-top: 18px;
    padding-bottom: 7px;
    margin-bottom: 13px;
    padding-left: 0px;
}

label {
    display: inline-block;
    padding: 5px 0px;
    cursor: pointer;
}

body.active .heading,
body.active .overview {
    display: none;
}

.question-wrap label span:before,
.question-wrap label span:after {
    content: '';
}

.nextPrev-wrap {
    padding: 15px 5px 105px;
}
.question-wrap label span::before {
    border: 2px solid #3D85C6;
    width: 25px;
    height: 25px;
    margin-right: 20px;
    display: inline-block;
    vertical-align: top;
    margin-top: 2px;
    border-radius: 50px;
    left: 3%;
}
.answerOptions-wrap {
    padding-left: 20px;
}
.question-wrap label span::after {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 22.2px;
    left: 15.7px;
    transition: 300ms;
    opacity: 0;
    background-position: center;
    background-size: 20px;
    background-color: #3D85C6;
    border-radius: 50px;
}
.question-wrap label input:checked+span:after {
    opacity: 1;
}

.question-wrap label input:checked+span {
    color: #3D86C6;
    font-family: Gotham;
    font-weight: 500;
}

.answerOptions-wrap label input:checked+span {
    color: #3D86C6;
    font-family: Gotham Pro;
    font-weight: 600;
    display: block;
}

.answerOptions-wrap label span {
    position: relative;
    line-height: 36px;
    padding: 15px 40px 15px 50px;
    display: block;
}


/* This bridges the gap so you can mouse into the tooltip without it disappearing */

.wrapper-progress .tooltip:before {
    content: " ";
    display: block;
    height: 14px;
    left: 0;
    position: absolute;
    width: 100%;
}

.ri {
    position: relative;
    width: 20%;
    text-align: center;
    display: inline-block;
    color: #717171;
    font-size: 10px;
    font-weight: normal;
    padding-top: 5px;
}

.ri span,
.rib span {
    display: inline-block;
    height: 10px;
    width: 2px;
    background-color: #cacaca;
    border-radius: 2px;
    position: relative;
}

.ri i,
.rib i {
    font-style: normal;
    display: inline-block;
    width: 100%;
}

.ri.first::after,
.rib.first::after {
    display: none;
}


/* CSS Triangles - see Trevor's post */

.wrapper-progress .tooltip:after {
    border-left: solid transparent 5px;
    border-right: solid transparent 5px;
    border-top: solid #3D85C6 7px;
    bottom: -7px;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -6px;
    position: absolute;
    width: 0;
}

.laptop-sec {
    padding: 50px 85px;
}

.banner-right-sec {
    margin-left: -48px;
}

.wrapper-progress:hover .tooltip {
    opacity: 1;
}

.laptop-sec h3 {
    color: #307FE2;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 42px;
    font-family: Gotham;
}

.right-lsec {
    float: right;
    width: 634px;
}

.leftlsec {
    float: left;
    width: 585px;
}

.landing-btn {
    color: #3D85C6;
    font-size: 25px;
    font-weight: bold;
    background: #fff;
    padding: 14px 26px;
    border-radius: 7px;
    display: inline-block;
    margin-top: 45px;
    box-shadow: 0 8px 11px 0px #014c8c;
    font-family: Gotham;
    font-weight: bold;
    text-align: center;
}

.rtop-text {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 21px;
    text-align: left;
    padding-bottom: 30px;
    font-family: Gotham Pro;
}

.banner-right-sec {
    background-image: url(../images/laptop-empty.png);
    background-size: cover;
    background-repeat: no-repeat;
}

h4.text-with-dots {
    display: inline-block;
    font-size: 17px;
    color: #6D6E71;
    margin-left: 24px;
    position: relative;
    font-family: Gotham Pro;
    padding-left: 12px;
}

h4.text-with-dots::before {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    background-color: #3D85C6;
    left: 0;
    top: 6px;
}

h4.text-with-dots.blue::before {
    background-color: #307FE2;
}

.wrapper-progress.blue {
    margin-bottom: 52px;
}


/* IE can just show/hide with no transition */

.lte8 .wrapper-progress .tooltip {
    display: none;
}

.lte8 .wrapper-progress:hover .tooltip {
    display: block;
}

.bottom-r-sec h5 {
    color: #082036;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 2px;
    margin-top: 24px;
    font-family: Gotham;
    font-weight: 500;
}

.wrapper-progress {
    width: 100%;
    background-color: #ECF2FE;
    border-radius: 5px;
    position: relative;
    margin-bottom: 82px;
}

.blue .tooltip-toggle {
    background: #307FE2;
    width: 86%;
}

.bottom-r-sec {
    text-align: center;
}

.tooltip-toggle {
    width: 75%;
    height: 20px;
    background-color: #3D85C6;
    line-height: 20px;
    color: white;
    text-align: center;
    border-radius: 5px 0 0px 5px;
}

.banner-text-laning p strong {
    font-family: Gotham Pro;
}

.question-wrap h2 {
    font-size: 24px;
    color: #333;
    line-height: 26px;
    font-family: Gotham Pro;
    font-weight: normal;
    margin: 0px 0 25px 0;
}

.ttext {
    color: #000;
    font-size: 20px;
    font-family: Gotham Pro;
}

.question-wrap h2 span {
    color: #3c85c6;
    line-height: normal;
    font-family: Gotham;
    font-weight: bold;
}

.question-wrap h2 i {
    font-style: normal;
    font-family: Gotham;
    font-weight: 100;
}

.question-wrap h2 b {
    display: block;
    font-style: normal;
    font-family: Gotham;
    font-weight: 100;
    font-size: 14px;
    color: #3c85c6;
}

.question-wrap h3 {
    font-size: 16px;
    color: #333333;
    line-height: normal;
    font-family: Gotham;
    font-weight: bold;
    margin: 0px 0 0px 0;
}

.question-wrap label {
    cursor: pointer;
    margin: 5px 0 7px 0;
    width: 100%;
}

.question-wrap label:hover {
    color: #717171;
    font-weight: normal;
    font-family: Gotham Pro;
}


/*
    .question-wrap label:hover:after {
      background: url(../images/tic.png);
      width: 16px;
      height: 12px;
      content: '';
      position: absolute;
      top: 3px;
      left: -25px; }
*/

.question-wrap input[type="radio"] {
    display: block;
    visibility: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
}

.question-wrap input[type="checkbox"] {
    display: block;
    visibility: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
}

.question-wrap label {
    font-size: 21px;
    color: #686868;
    font-family: Gotham Pro;
    font-weight: 400;
    line-height: 21px;
}

.prograss-wrap .prograss-listing ul li:nth-child(4) span {
    margin-left: -19px;
}

.prograss-wrap .prograss-listing ul li:nth-child(1) span {
    margin-left: -4px;
}

.prograss-wrap .prograss-listing ul li:nth-child(5) span {
    margin-right: 0;
}

.arrow-btn {
    background: #3D86C6;
    color: #fff;
    padding: 8px 25px 13px;
    display: inline-block;
    max-width: 85px;
    text-align: center;
    font-weight: bold;
    font-size: 28px;
    border-radius: 2px;
    line-height: 28px;
}

.footer-home p {
    margin-bottom: 0;
    text-align: center;
    color: #000;
    font-weight: 400;
    font-family: Gotham Pro;
}

.right-align {
    text-align: right
}

.arrow-btn {
    background: #3D86C6;
    color: #fff;
    padding: 7px 23px 10px;
    display: inline-block;
    max-width: 85px;
    text-align: center;
    font-weight: bold;
    font-size: 28px;
    border-radius: 2px;
}

footer {
    background: #EFEFEF;
    text-align: center;
    padding: 30px 0;
}

.question-wrap label.active {
    font-family: Gotham;
    font-weight: normal;
    color: #3D85C6;
}

.question-wrap label.active:after {
    background: url(../images/tic.png);
    width: 16px;
    height: 12px;
    content: '';
    position: absolute;
    top: 3px;
    left: -25px;
}

.sbtns a:hover {
    background-color: #2F7DE1;
    color: #ffffff!important;
    border: 2px solid #2F7DE1;
}

a.landing-btn:hover {
    background-color: #3D85C6;
    color: #ffffff!important;
}

.question-wrap h2 {
    text-transform: none;
}

.wrapper-progress.blue .tooltip {
    background: #307FE2;
    right: 12%;
}

.wrapper-progress.blue .tooltip:after {
    border-top: solid #307FE2 7px;
}

.question-wrap.table {
    width: 100%;
}

.question-wrap.table tr th {
    border-bottom: 3px solid #d3d3d3;
    border-right: 1px solid #d3d3d3;
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    line-height: 28px;
    padding: 15px 15px;
    background: rgba(228, 228, 228, 0.2);
    vertical-align: middle;
}

.question-wrap.table tr th:last-child {
    border-right: 0px;
}

.question-wrap.table tr th.min {
    font-size: 14px;
    color: #333333;
    line-height: 19px;
    text-align: center;
}

.question-wrap.table tr th.pl-0 {
    padding-left: 0px;
}

.question-wrap.table tr td {
    border-bottom: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3;
    padding: 8px 15px;
    font-size: 16px;
}

.question-wrap.table tr td:last-child {
    border-right: 0px;
}

.question-wrap.table tr td.pl-0 {
    padding-left: 0px;
}

.question-wrap.table tr:hover td {
    background: #f8f8f8;
}

.question-wrap.table tr.errorRow {
    background: rgba(255, 0, 0, 0.1);
}

.question-wrap.table tr.errorRow:hover td {
    background: rgba(255, 0, 0, 0.1);
}

.question-wrap.table .mdl-checkbox {
    margin: 0 auto;
    width: 24px;
    display: block;
}

.question-wrap.table .mdl-checkbox:hover:after {
    display: none !important;
}

.question-wrap.table .mdl-checkbox__box-outline {
    width: 18px;
    height: 18px;
    border: 1px solid #d3d3d3;
    border-radius: 0px;
}

.question-wrap.table .mdl-checkbox.is-checked .mdl-checkbox__tick-outline {
    background: url(../images/tic-color.jpg) #f89806 no-repeat 2px 3px;
    -webkit-mask: inherit !important;
    mask: inherit !important;
    -webkit-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
}

.question-wrap.table .mdl-checkbox.is-checked .mdl-checkbox__box-outline {
    border-color: #f89806;
}

.question-wrap.table .mdl-checkbox__ripple-container .mdl-ripple {
    background: #f89806;
}
img.ar-right {
    width: 18px;
    position: relative;
    top: -1px;
    margin-left: 10px;
}

/*

.nextPrev-wrap {
  position: relative; }
  .nextPrev-wrap .continue {
    display: inline-block;
    background: #f89806;
    line-height: normal;
    position: relative;
    font-size: 18px;
    color: #fff;
    font-family: Gotham;
    font-weight: bold;
    padding: 18px 65px 18px 25px;
    border-radius: 30px;
    cursor: pointer;
    text-decoration: none !important;
    margin: 0 50px 0 0; }
    .nextPrev-wrap .continue:after {
      background: url(../images/continue-btn.png) no-repeat;
      width: 28px;
      height: 21px;
      content: '';
      position: absolute;
      top: 15px;
      right: 20px; }
    .nextPrev-wrap .continue:hover {
      background: #014070; }
*/


/*
 .nextPrev-wrap .next {
    display: inline-block;
    background: #3D85C6;
    line-height: normal;
    position: relative;
    font-size: 18px;
    color: #fff;
    font-family: Gotham;
    font-weight: bold;
    padding: 15px 30px 15px 30px;
    border-radius: 30px;
    cursor: pointer;
    text-decoration: none !important;
    margin-left: -10px;
}
    .nextPrev-wrap .next:after {
      background: url(../images/continue-btn.png) no-repeat;
      width: 28px;
      height: 21px;
      content: '';
      position: absolute;
      top: 15px;
      right: 20px; }
*/


/*
    .nextPrev-wrap .next:hover {
      background: #014070; }
  .nextPrev-wrap .back {
    display: inline-block;
    background: #d3d3d3;
    line-height: normal;
    position: relative;
    font-size: 18px;
    color: #fff;
    font-family: Gotham;
    font-weight: bold;
    padding:15px 30px 15px 30px;
    border-radius: 30px;
    cursor: pointer;
    text-decoration: none !important;
    margin: 0 50px 0 0; }
    .nextPrev-wrap .back:after {
      background: url(../images/back-btn.png) no-repeat;
      width: 28px;
      height: 21px;
      content: '';
      position: absolute;
      top: 15px;
      left: 20px; }
    .nextPrev-wrap .back:hover {
      background: #014070; }
  .nextPrev-wrap .submit {
    display: inline-block;
    background: #3D85C6;
    line-height: normal;
    position: relative;
    font-size: 18px;
    color: #fff;
    font-family: Gotham;
    font-weight: bold;
    padding: 15px 30px 15px 30px;
    border-radius: 30px;
    cursor: pointer;
    text-decoration: none !important;
    margin: 0 50px 0 0; }
    .nextPrev-wrap .submit:after {
      background: url(../images/continue-btn.png) no-repeat;
      width: 28px;
      height: 21px;
      content: '';
      position: absolute;
      top: 15px;
      right: 20px; }
*/


/*
    .nextPrev-wrap .submit:hover {
      background: #014070; }
  .nextPrev-wrap #wait-wrap {
    font-size: 16px;
    background: url(../images/loader.gif) no-repeat;
    background-size: 30px;
    position: absolute;
    top: 10px;
    left: 204px;
    min-height: 30px;
    min-width: 30px;
    padding: 6px 0 0 35px;
    color: #000;
    display: none; }
*/

.contact-wrap .mdl-textfield {
    display: block;
    padding: 0px;
}

.contact-wrap .mdl-textfield__label::after {
    bottom: 0px;
    background: none;
}

.contact-wrap .mdl-textfield {
    margin: 0 0 20px 0;
    width: 100%;
}

.contact-wrap .mdl-textfield__input {
    font-size: 18px;
    color: #949598;
    font-family: Gotham;
    width: 100%;
    height: 50px;
    border: 1px solid #90b0d8;
    background: #e7f2ff;
    padding: 4px 40px 0px 15px;
    margin: 0px;
    border-radius: 10px;
}

.contact-wrap .mdl-textfield__label {
    font-size: 18px;
    color: #307FE2;
    font-family: Gotham;
    top: 13px;
    right: 15px;
    margin-bottom: 10px;
    left: 15px;
    width: auto;
}

::-webkit-input-placeholder {
    /* Edge */
    color: #9B9B9B;
    opacity: 1
}

:-ms-input-placeholder {
    /* Internet Explorer */
    color: #9B9B9B;
    opacity: 1
}

::placeholder {
    color: #9B9B9B;
    opacity: 1
}

.contact-wrap .mdl-textfield--floating-label.is-focused .mdl-textfield__label span,
.contact-wrap .mdl-textfield--floating-label.is-dirty .mdl-textfield__label span,
.contact-wrap .mdl-textfield--floating-label.has-placeholder .mdl-textfield__label span {
    background: #f2f2f2;
    color: #949598;
}

.contact-wrap .mdl-textfield--floating-label.is-focused .mdl-textfield__label,
.contact-wrap .mdl-textfield--floating-label.is-dirty .mdl-textfield__label,
.contact-wrap .mdl-textfield--floating-label.has-placeholder .mdl-textfield__label {
    top: -8px;
}

.contact-wrap .mdl-textfield i {
    display: none !important;
}

.contact-wrap .mdl-textfield--floating-label.is-dirty i {
    bottom: 0;
    display: block;
    font-size: 18px;
    position: absolute;
    right: 15px;
    top: 10px;
    color: #1d428a;
}

.contact-wrap .mdl-textfield--floating-label.is-dirty .mdl-textfield__input {
    border-color: #1d428a;
    color: #1d428a;
    background: #e7f2ff;
}

.contact-wrap .mdl-textfield--floating-label.is-dirty .mdl-textfield__label span {
    background: #fff;
}

.contact-wrap .mdl-textfield.is-invalid .mdl-textfield__label::after {
    background: none;
}

.contact-wrap .mdl-textfield--floating-label.is-dirty.is-invalid .mdl-textfield__input {
    border-color: red;
    color: red;
}

.contact-wrap .contact-wrap .mdl-textfield--floating-label.is-dirty.is-invalid i {
    color: red;
}

.contact-wrap .mdl-checkbox__tick-outline {
    width: 13px;
    top: -1px;
    height: 14px;
}

.contact-wrap .mdl-checkbox {
    height: auto;
    margin: 40px 0 20px 0;
    position: relative;
}

.main-form input.mdl-checkbox__input {
    position: absolute;
    left: 0;
    text-align: left;
    width: auto;
    top: 10px;
    border: 1px solid #3D85C6;
}

.nextPrev-wrap #submit {
    background: #3D85C6;
    color: #fff;
    text-align: center;
    width: 180px;
    display: block;
    margin: 0 auto;
    padding: 10px;
    border-radius: 5px;
    border: none;
    border-radius: 3px;
    font-family: Gotham Pro;
    font-size: 15px;
    cursor:pointer;
}

.contact-wrap .mdl-checkbox .mdl-checkbox__label {
    font-size: 15px;
    color: #000;
    font-family: Gotham;
    font-weight: 300;
    z-index: 9;
    margin-left: -25px;
    padding-left: 52px;
    display: block;
}

.nextPrev-wrap #submit span {
    background: #fff;
    border-radius: 31px;
    color: #3D86C6;
    padding: 0px 3px 1px;
    font-weight: 900;
    margin-left: 14px;
    font-family: Gotham;
}

.getintouch {
    padding: 10px 0 20px 0;
}

.getintouch .mdl-checkbox {
    float: left;
    width: auto;
}

.getintouch p {
    float: left;
    font-size: 18px;
    color: #949598;
    line-height: 21px;
    margin: 1px 0 0 10px;
}

.getintouch .mdl-checkbox__box-outline {
    width: 20px;
    height: 20px;
    border: 1px solid #999;
    border-radius: 0px;
}

.getintouch .mdl-checkbox__focus-helper {
    width: 20px;
    height: 20px;
}

.getintouch .mdl-checkbox__ripple-container {
    top: -10px;
    left: -10px;
    width: 40px;
    height: 40px;
}

.getintouch .mdl-checkbox {
    height: 20px;
}

.getintouch .mdl-checkbox.is-upgraded {
    padding-left: 20px;
}

.getintouch .mdl-checkbox__focus-helper {
    top: 0px;
}

.getintouch .mdl-checkbox__box-outline {
    top: 0px;
}

.getintouch .mdl-checkbox.is-checked .mdl-checkbox__tick-outline {
    background-color: #1d428a;
}

.getintouch .mdl-checkbox.is-checked .mdl-checkbox__box-outline {
    border-color: #1d428a;
}

#leadinfo_form h2 {
    font-size: 21px;
    color: #307FE2;
    line-height: 30px;
    font-weight: bold;
    margin: 50px 0 30px 0;
}

.contact-wrap .form-error {
    color: red;
    display: block;
}

.contact-wrap .mdl-textfield__input.error {
    color: red !important;
}

.contact-wrap .mdl-textfield--floating-label.is-dirty .mdl-textfield__input {
    border-color: #999999;
    color: #4b4b4b;
}

.contact-wrap .mdl-textfield--floating-label.is-dirty i {
    color: #4b4b4b;
}

label.mdl-checkbox__label.GDPRCompliance {
    width: 100%;
    max-width: 100%;
}

.input_select {
    position: relative;
    width: 100%;
    margin: 0 0 2px 0;
}
select.valid {
    color: #000000 !important;
}
.input_select select {
    border: none;
    border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    outline: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    opacity: 1;
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    margin: 0;
    margin-bottom: 0px;
    width: 100%;
    padding: 23px 7px 6px 0;
    background-color: #f2f2f2;
    font-size: 16px;
    color: #9B9B9B;
    font-weight: 400;
    border-radius: 0;
    position: relative;
    background: none;
    z-index: 1;
    border-bottom: 1px solid #9B9B9B;
    font-family: Gotham Pro;
    font-weight: normal;
    margin-bottom: 5px;
}

#leadinfo_form h2 {
    font-family: Gotham Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 31px;
    line-height: 42px;
    color: #333333;
    text-transform: none;
}

.heading-small {
    font-family: Gotham Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 37px;
    line-height: 43px;
    text-align: center;
    color: #717171;
    width: 1000px;
    margin: 0 auto;
    padding-top: 55px;
    padding-bottom: 0px;
}

.input_select select option {
    padding: 0px;
}

.input_select:after {
    content: "";
    position: absolute;
    right: 20px;
    top: 27px;
    width: 0px;
    height: 0px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #4b4b4b;
    z-index: 9;
}

.input_select.has-success select {
    background-color: #fff;
}

.stat-num {
    border: 1px solid #e1e1e1;
    border-bottom: 3px solid #3d86c6;
    padding: 15px 20px;
    margin: 25px 0 0 0;
    text-align: center;
    display: none;
}

.stat-num h4 {
    font-size: 52px;
    color: #3c85c6;
}

.stat-num p {
    color: #888888;
    font-size: 18px;
    line-height: 22px;
}

.stat-num.text p {
    color: #3c85c6;
}


/* Survey Ends */


/* Thankyou Starts */

.thankyou-wrap {
    margin: 60px 0 120px 0;
}

.thankyou-wrap .content {
    text-align: left;
    margin: 0 0 50px 0;
}

.thankyou-wrap .content h1 {
    font-size: 36px;
    font-weight: 300;
    line-height: normal;
    color: #ffffff;
    margin: 0 0 10px 0;
}

.thankyou-wrap .content p {
    font-size: 20px;
    line-height: 28px;
    color: #ffffff;
    max-width: 760px;
}

.thankyou-wrap h2 {
    font-size: 20px;
    color: #ffce0c;
    font-weight: bold;
    margin: 0 0 15px 0;
    text-align: center;
}

.thankyou-wrap h3 {
    font-size: 30px;
    color: #ffffff;
    font-weight: bold;
    margin: 0 0 15px 0;
    text-align: center;
}

.thankyou-wrap .final-score {
    height: 213px;
    border-right: 1px solid #235587;
    padding: 0 50px 0 0;
    margin: 0 50px 0 0;
    float: left;
}

.thankyou-wrap .meturity-stage {
    float: left;
    height: 213px;
    text-align: center;
    padding: 0 50px 0 0;
    margin: 0 50px 0 0;
    border-right: 1px solid #235587;
}

.thankyou-wrap .meturity-stage img {
    margin: 0px 0 0 0;
}

.thankyou-wrap .maturity-radar {
    float: left;
}

.thankyou-wrap .round-wrap-big {
    position: relative;
}

.thankyou-wrap .round-wrap-big .counter-wrap {
    position: absolute;
    top: 70px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 9;
    font-size: 27px;
    color: #ffffff;
    font-family: Gotham;
    font-weight: bold;
    text-align: center;
}

.thankyou-wrap .round-wrap-big .counter-wrap span {
    font-family: Gotham;
    font-weight: bold;
}

.thankyou-wrap .detail-report-wrap {
    border-top: 1px solid #235587;
    margin: -155px 0 0 0;
    padding: 20px 0 0 0;
    width: 571px;
    float: left;
}

.thankyou-wrap .download-report-wrap h5,
.thankyou-wrap .emailconfirm-thankyou-wrap h5 {
    font-size: 28px;
    color: #ffffff;
    text-align: left;
    margin: 0px 0 15px 0;
}

.thankyou-wrap .download-report-wrap p,
.thankyou-wrap .emailconfirm-thankyou-wrap p {
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
    text-align: left;
    max-width: 620px;
}

.thankyou-wrap .download-report-wrap .report-btn,
.thankyou-wrap .emailconfirm-thankyou-wrap .report-btn {
    float: left;
    width: 100%;
}

.thankyou-wrap .download-report-wrap .report-btn input,
.thankyou-wrap .emailconfirm-thankyou-wrap .report-btn input {
    float: left;
    width: 339px;
    border: 0px;
    font-size: 16px;
    color: #18406c;
    padding: 12px 15px;
    border-radius: 5px 0 0 5px;
    height: 48px;
}

.thankyou-wrap .download-report-wrap .report-btn #sendReportBtn,
.thankyou-wrap .emailconfirm-thankyou-wrap .report-btn #sendReportBtn {
    float: right;
}

.thankyou-wrap .download-report-wrap .report-btn a,
.thankyou-wrap .emailconfirm-thankyou-wrap .report-btn a {
    float: right;
    background: #ff9300;
    font-size: 16px;
    color: #ffffff;
    font-family: Gotham;
    font-weight: normal;
    line-height: normal;
    padding: 15px 20px;
    text-decoration: none !important;
    height: inherit;
    margin: 0 0 0 0;
    border-radius: 0 5px 5px 0;
    position: relative;
    left: -1px;
    height: 48px;
    width: 232px;
}

.thankyou-wrap .download-report-wrap .report-btn a:hover,
.thankyou-wrap .emailconfirm-thankyou-wrap .report-btn a:hover {
    background: #014070;
}

.thankyou-wrap .download-report-wrap .report-btn .img-wrap,
.thankyou-wrap .emailconfirm-thankyou-wrap .report-btn .img-wrap {
    float: right;
    background: #ff9300;
    height: 54px;
    padding: 17px 15px 0 15px;
    border-left: 1px solid #c37000;
    border-radius: 0 5px 5px 0;
    display: none;
}

.thankyou-wrap .download-report-wrap .report-btn .img-wrap img,
.thankyou-wrap .emailconfirm-thankyou-wrap .report-btn .img-wrap img {
    display: block;
    max-width: 30px;
}

.thankyou-wrap .download-report-wrap #sendReportBtn,
.thankyou-wrap .emailconfirm-thankyou-wrap #sendReportBtn {
    float: left;
}

.thankyou-wrap .download-report-wrap .help-block,
.thankyou-wrap .emailconfirm-thankyou-wrap .help-block {
    width: 100%;
    display: block;
    text-align: left;
    float: left;
    width: 100%;
    margin: 10px 0 10px 0;
}

.thankyou-wrap .download-report-wrap .help-block.form-error,
.thankyou-wrap .emailconfirm-thankyou-wrap .help-block.form-error {
    color: #b90c0c;
}


/* Thankyou Ends */


/*Home Starts */

.banner-wrap {
    background: url(../images/home-banner.jpg) no-repeat;
    height: auto;
    background-position: center center;
    background-size: cover;
    padding: 35px 0 50px 0;
    position: relative;
}

.banner-wrap:after {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 6px;
    content: '';
    background: url(../images/banner-img.png) repeat-x;
}

.banner-wrap h1 {
    font-size: 65px;
    color: #ffffff;
    font-family: Gotham;
    font-weight: bold;
    line-height: 78px;
    margin: 0 0 10px 0;
}

.banner-wrap p {
    font-size: 20px;
    color: #ffffff;
    line-height: 28px;
    max-width: 580px;
    padding: 0 0 20px 0px;
}

.banner-wrap p b {
    font-size: 18px;
    font-family: Gotham;
    font-weight: bold;
}

.banner-btn {
    border-radius: 5px;
    background: #ff9300;
    font-size: 22px;
    color: #ffffff;
    font-family: Gotham;
    font-weight: bold;
    line-height: normal;
    padding: 16px 30px 18px 30px;
    display: inline-block;
}

.banner-btn:hover,
.banner-btn:focus {
    background: #014070;
    color: #fff;
    text-decoration: none;
}

.home-container {
    padding-top: 35px;
    padding-bottom: 30px;
}

.home-container .col-lg-9:after {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 1px;
    background: #c5c5c5;
    content: '';
}

.home-container .col-lg-3:after {
    position: absolute;
    top: 0px;
    left: -1px;
    bottom: 0px;
    width: 1px;
    background: #c5c5c5;
    content: '';
}

.home-content h2 {
    font-size: 24px;
    color: #003560;
    margin: 0 0 30px 0;
    font-weight: bold;
    line-height: normal;
}

.home-content h3 {
    font-size: 20px;
    color: #003560;
    line-height: 28px;
    max-width: 210px;
    margin: 0 auto;
}

.home-content img {
    margin: 0 0 15px 0;
}

.home-content .col-md-4 {
    text-align: center;
}

.home-carousel h2 {
    text-transform: uppercase;
    margin: 0 0 10px 0;
    line-height: normal;
    font-size: 16px;
    color: #8a8a8a;
    font-weight: bold;
    line-height: 21px;
}

.home-carousel .owl-carousel .owl-item img {
    width: auto;
    margin: 0 0 10px 0;
}

.home-carousel h3 {
    font-size: 14px;
    color: #014070;
    font-weight: bold;
    margin: 0 0 5px 0;
}

.home-carousel p {
    font-size: 14px;
    color: #8a8a8a;
    line-height: 21px;
    text-align: justify;
}

.home-carousel .owl-dots {
    display: none;
}

.home-survey {
    border-top: 1px solid #c5c5c5;
    text-align: center;
    margin: 15px 0 0 0;
    padding: 15px 0 50px 0;
}

.home-survey h2 {
    font-size: 22px;
    color: #ff8500;
    line-height: normal;
    font-weight: normal;
    margin: 15px 0 0 0;
}


/*Home Ends */

@media (max-width: 1500px) {
    .srimg {
        width: 590px;
    }
}

@media (max-width: 1300px) {
    .hdg_qs_section_ctt {
        font-size: 40px !important;
        line-height: 47px !important;
    }
    .bottom-r-sec h5 {
        font-size: 23px;
        margin-bottom: 0px;
        margin-top: 9px;
        font-weight: 500;
    }
    .solutiontright {
        padding-top: 175px;
    }
    .srimg {
        width: 500px;
    }
    .solmainright {
        float: right;
        width: 500px;
    }
    .banner-text-laning h1 {
        font-size: 65px;
        margin-bottom: 20px;
        line-height: 60px;
    }
    .leftlsec {
        float: left;
        width: 400px;
    }
    .right-lsec {
        float: right;
        width: 510px;
    }
    .banner-text-laning p {
        font-size: 20px;
        line-height: 27px;
    }
    .landing-btn {
        font-size: 19px;
        padding: 14px 26px;
        margin-top: 33px;
    }
    .laptop-sec h3 {
        font-size: 17px;
        margin-bottom: 22px;
    }
    .tooltip-toggle {
        height: 15px;
    }
    .laptop-sec h3 {
        margin-bottom: 30px;
    }
    .wrapper-progress .tooltip {
        margin-bottom: 7px;
        padding: 0 5px;
        font-size: 9px;
    }
    .wrapper-progress {
        margin-bottom: 64px;
    }
    h4.text-with-dots {
        font-size: 16px;
    }
    .laptop-sec {
        padding: 50px 64px 50px 79px;
    }
    .wrapper-progress.blue {
        margin-bottom: 41px;
    }
    .banner-landing {
        padding: 48px 0;
        min-height: 565px;
    }
    .internet-use {
        padding: 25px 0px 0;
    }
    h2 {
        font-size: 32px;
        line-height: 36px;
    }
    .connectivity-sec .solutiontright {
        padding-top: 130px;
    }
    .solutiontright p {
        font-size: 15px;
        font-family: Gotham;
        font-weight: 500;
        line-height: 25px;
        margin-top: 20px;
    }
    .bottom-sec {
        padding-top: 45px;
    }
    .bottom-con-text p {
        font-size: 17px;
    }
    .bottom-con-text {
        padding-top: 30px;
        padding-bottom: 40px;
    }
    .sbtns a {
        font-size: 13px;
    }
    .crimg img {
        min-width: 573px;
    }
    .intright ul li {
        display: inline-block;
        font-size: 15px;
        line-height: 22px;
        padding-bottom: 15px;
        padding-left: 71px;
    }
    .icn-inner img {
        width: 45px;
    }
    .bcon p {
        font-size: 16px;
    }
    .bcon p span {
        font-size: 17px;
    }
    .blue-area {
        height: 35px;
    }
    .circle-img img {
        width: 55px;
    }
    .box-inner {
        margin-top: -27px;
    }
}

@media (max-width: 1199px) {
    .solmainright {
        width: 470px;
    }
    .srimg {
        width: 430px;
    }
    .solutiontright {
        padding-top: 140px;
    }
    .solutions-sec {
        margin-bottom: 0px;
    }
    /* Survey */
    .question-wrap h2 {
        font-size: 19px;
    }
    /* Home */
    /* Survey */
    .stat-num {
        padding: 15px 10px;
    }
    .stat-num p {
        font-size: 17px;
    }
    /* Thank You */
    .thankyou-wrap .tech-score-wrap h2 {
        margin: 0 0 20px 0;
    }
    .thankyou-wrap .download-report-wrap .report-btn input {
        width: 360px;
    }
    .thankyou-wrap .maturity-radar {
        padding: 40px 0 20px 0;
    }
    .thankyou-wrap .detail-report-wrap {
        margin: 0px;
        width: 100%;
    }
    .thankyou-wrap .meturity-stage {
        border-right: 0px;
        padding: 0;
        margin: 0;
    }
    .thankyou-wrap .content h1 {
        font-size: 34px;
    }
    .thankyou-wrap {
        margin: 40px 0 40px 0;
    }
}

@media (max-width: 1100px) {
    .main-form {
        width: 740px;
    }
    .heading-small {
        width: auto;
    }
    .heading-small {
        font-size: 31px;
        line-height: 35px;
        padding-top: 45px;
    }
    #leadinfo_form h2 {
        font-size: 28px;
        line-height: 36px;
    }
    .main-form {
        padding: 0 60px;
    }
}

@media (max-width: 991px) {
    .hidden-md-down {
        display: none !important;
    }
    .h2_form_hdg {
        width: 85% !important;
    }
    .question-wrap label span::after {
        left: -6.3px !important;
        top: 18.2px !important;
    }
    .answerOptions-wrap label span {
        padding: 10px 40px 10px 50px !important;
    }
    .hdg_qs_section_ctt {
        font-size: 34px !important;
        line-height: 42px !important;
    }
    .hdg_qs_section_ctt {
        margin: 40px 0 !important;
    }
    .contact-wrap {
        padding: 0 0px;
    }
    .contact-wrap .form-error {
        font-size: 13px;
    }
    .banner-landing {
        min-height: 792px;
    }
    section.banner {
        padding: 0;
    }
    .banner-text-laning br {
        display: none;
    }
    .banner-text-laning h1 {
        font-size: 50px;
        margin-bottom: 10px;
        line-height: 56px;
    }
    .landing-btn {
        font-size: 15px;
        padding: 14px 26px;
        margin-top: 18px;
    }
    .box-container {
        width: 50%;
        margin-bottom: 30px;
    }
    .bottom-con-text {
        padding-top: 0px;
        padding-bottom: 40px;
    }
    .leftlsec {
        float: left;
        width: 100%;
        margin-bottom: 30px;
    }
    .srimg img {
        max-width: 80%;
    }
    .solutiontright {
        padding-top: 50px;
    }
    .connectivity-sec .solutiontright {
        padding-top: 28px;
    }
    .sbtns .tree img {
        width: 25px;
    }
    .connectivity-sec {
        background-position: center;
    }
    .cl {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .crimg {
        padding-top: 40px;
        margin-left: 0;
        width: 100%;
    }
    .il {
        width: 100%;
    }
    .crimg img {
        min-width: auto;
        width: 80%;
    }
    .ir {
        width: 100%;
        padding-top: 10px;
        padding-bottom: 50px;
    }
    .internet-use {
        padding: 50px 0px 0;
    }
    .srimg {
        width: 100%;
        float: none;
        position: static;
    }
    .solmainright {
        width: 100%;
        float: none;
    }
    .right-lsec {
        float: right;
        width: 100%;
    }
    .banner-right-sec {
        max-width: 561px;
        margin-left: 0;
    }
    /* Survey */
    .overview h1 {
        font-size: 18px;
    }
    .question-wrap {
        margin: 0 0 0 0;
    }
    .question-wrap label {
        font-size: 15px;
        position: relative;
    }
    label span::before {
        margin-top: 5px;
        margin-left: -30px;
        margin-right: 10px;
        position: absolute;
    }
    label span::after {
        width: 17px;
        height: 17px;
        position: absolute;
        top: 25px;
        left: 45px;
        transition: 300ms;
        opacity: 0;
    }
    .overview {
        width: 580px;
    }
    h1 {
        font-size: 35px;
        padding-top: 60px;
        padding-bottom: 5px;
    }
    .arrow-btn {
        background: #3D86C6;
        color: #fff;
        padding: 3px 11px 8px;
        display: inline-block;
        max-width: 64px;
        text-align: center;
        font-weight: bold;
        font-size: 28px;
        border-radius: 2px;
    }
    footer {
        margin-top: 50px;
    }
    .prograss-wrap .prograss-listing ul li {
        font-size: 10px !important;
    }
    .prograss-wrap .prograss-listing ul li.active {
        font-size: 10px !important;
    }
    .question-wrap h2 {
        font-size: 18px;
        line-height: 26px;
        margin: 0px 0 10px 0;
    }
    .question-wrap label {
        font-size: 16px;
        margin: 0 0 0px 0;
    }
    .scroller-listing .col-md-2 img {
        max-width: 50px;
    }
    .right-logo img {
        width: 45px;
    }
    header .tataLogo {
        margin: 28px 0 0 0;
        width: 200px;
    }
    .overview {
        padding: 35px 0 80px 0;
        margin: 0 auto;
    }
    .nextPrev-wrap {
        margin: 0 0 0 -40px;
    }
    .contact-wrap .nextPrev-wrap {
        margin: 0 0 0 0px;
    }
    .nextPrev-wrap .continue {
        font-size: 15px;
        margin: 0 20px 0 0;
    }
    .nextPrev-wrap .continue:after {
        width: 24px;
        height: 17px;
        background-size: 100%;
    }
    .nextPrev-wrap .next {
        font-size: 15px;
    }
    .nextPrev-wrap .next:after {
        width: 24px;
        height: 17px;
        background-size: 100%;
    }
    .nextPrev-wrap .back {
        font-size: 15px;
        margin: 0 20px 0 0;
    }
    .nextPrev-wrap .back:after {
        width: 24px;
        height: 17px;
        background-size: 100%;
    }
    .nextPrev-wrap .submit {
        font-size: 15px;
        margin: 0 0px 0 0;
    }
    .nextPrev-wrap .submit:after {
        width: 24px;
        height: 17px;
        background-size: 100%;
    }
    .nextPrev-wrap #wait-wrap {
        left: 160px;
    }
    #leadinfo_form h2 {
        font-size: 18px;
    }
    .contact-wrap .mdl-textfield__label,
    .input_select select {
        font-size: 15px;
    }
    .stat-num {
        margin: 0px 0 10px 80px;
        max-width: 100%;
    }
    .stat-num h4 {
        font-size: 40px;
    }
    .stat-num p {
        font-size: 16px;
    }
    /* Home */
    .banner-wrap {
        background-position: top left;
    }
    .banner-wrap h1 {
        font-size: 60px;
        line-height: 70px;
        margin: 0;
    }
    .banner-wrap p {
        font-size: 18px;
        color: #ffffff;
        max-width: 510px;
    }
    .banner-btn {
        font-size: 19px;
    }
    .home-container .col-lg-9:after,
    .home-container .col-lg-3:after {
        display: none;
    }
    .home-carousel {
        text-align: center;
        margin: 20px 0 10px 0;
        border-top: 1px solid #c5c5c5;
        padding: 20px 0 0 0;
    }
    .home-carousel .owl-carousel .owl-item img {
        display: inline-block;
    }
    .home-carousel p {
        text-align: center;
    }
    .home-survey h2 {
        font-size: 19px;
    }
    .home-content h2 {
        text-align: center;
    }
    /* Thank You */
    .thankyou-wrap {
        margin: 60px 0 60px 0;
    }
    .thankyou-wrap .content {
        margin: 0 0 30px 0;
    }
    .thankyou-wrap .final-score-wrap {
        float: left;
        border: 0px;
        padding: 0px;
        margin: 0px;
        height: auto;
    }
    .thankyou-wrap .stage-wrap {
        float: left;
        margin: 0px 0 0 50px;
    }
    .thankyou-wrap .content h1 {
        font-size: 34px;
    }
    .thankyou-wrap .content p,
    .emailconfirm-thankyou-wrap p {
        font-size: 18px;
        line-height: 25px;
        max-width: 100%;
    }
    .thankyou-wrap .stage-wrap h3 {
        font-size: 26px;
    }
    .thankyou-wrap .stage-wrap img {
        max-width: 50px;
    }
    .thankyou-wrap .final-stage-wrap {
        padding: 0 15px;
    }
    .thankyou-wrap .tech-score-wrap {
        padding: 0 15px;
    }
    .thankyou-wrap .tech-score-wrap:after {
        display: none;
    }
    .thankyou-wrap .tech-inner-score-wrap {
        border-top: 1px solid #235587;
        margin: 20px 0 0 0;
        padding: 10px 0 20px 0;
        height: auto;
    }
    .thankyou-wrap .download-report-wrap h5,
    .emailconfirm-thankyou-wrap h5 {
        font-size: 28px;
    }
    .thankyou-wrap .download-report-wrap .report-btn a {
        font-size: 20px;
        padding: 15px 12px 15px 12px;
    }
    .thankyou-wrap .download-report-wrap .report-btn input {
        width: 400px;
    }
    .thankyou-wrap .content h1 {
        font-size: 28px;
        line-height: 35px;
    }
    .thankyou-wrap h2 {
        font-size: 18px;
    }
    .thankyou-wrap h3 {
        font-size: 25px;
    }
    .thankyou-wrap .meturity-stage img {
        max-width: 95px;
    }
    .connectivity-sec {
        background-position: center;
        background-color: #F4F8FD;
        background-image: none !important;
        margin-top: 25px;
        padding-top: 12px;
    }
    .bottom-con-text br {
        display: none;
    }
}

@media (max-width: 767px) {
    
    .maturity-radar {
        margin-bottom: 80px !important;
    }
    .question-wrap label span::after {
        left: 14.7px !important;
        top: 18.2px !important;
    }
    .question-wrap label span::before {
        left: 40px;
    }
    .hdg_qs_section_ctt {
        margin: 30px 0 !important;
    }
    .hdg_qs_section_ctt {
        font-size: 24px !important;
        line-height: 32px !important;
    }
    .hdg_qs_section_ico img {
        right: 25px;
        position: relative;
    }
    .nextPrev-wrap {
        padding: 18px 70px 70px;
    }
    .main-form {
        margin-top: 35px;
    }
    .contact-wrap .nextPrev-wrap {
        padding: 18px 0 30px;
    }
    .detect-text {
        font-size: 30px;
        border-top: 1px solid #C4C4C4;
        padding-top: 28px;
        padding-bottom: 25px;
    }
    label span::after {
        left: 10px;
    }
    .main-form {
        width: auto;
    }
    #leadinfo_form {
        padding: 0 30px;
    }
    .main-form {
        padding: 0 30px;
    }
    .overview {
        display: none;
    }
    h1 {
        font-size: 31px;
        padding-top: 30px;
        padding-bottom: 17px;
    }
    .answerOptions-wrap label span {
        padding: 15px 40px;
    }
    .ttext {
        color: #000;
        font-size: 17px;
        font-family: Gotham Pro;
    }
    .crimg {
        padding-top: 15px;
    }
    .bottom-sec {
        padding-top: 30px;
    }
    .bottom-con-text p {
        font-size: 14px;
    }
    .sbtns img {
        height: 25px;
    }
    .sbtns a {
        background-color: #ffffff;
        padding: 0 5px 0 45px;
        margin-right: 0px;
        width: 100%;
    }
    .banner-text-laning h1 {
        font-size: 40px;
        margin-bottom: 10px;
        line-height: 39px;
    }
    .banner-text-laning p {
        font-size: 17px;
        line-height: 22px;
    }
    .rtop-text {
        font-size: 15px;
        line-height: 21px;
        padding-bottom: 30px;
    }
    .sbtns span {
        left: 6px;
        width: 37px;
        top: 9px;
    }
    .banner-landing {
        padding: 48px 30px;
    }
    .internet-use {
        padding: 30px 15px 0;
    }
    .connectivity-sec {
        padding-left: 30px;
        padding-right: 30px;
    }
    .icn-inner img {
        width: 36px;
    }
    .intright ul li .icn-text {
        margin-right: 10px;
    }
    .tree {
        display: none;
    }
    .srimg img {
        max-width: 100%;
    }
    .ir {
        padding-bottom: 30px;
    }
    .solutiontright p {
        line-height: 21px;
    }
    .intright ul li {
        font-size: 14px;
        line-height: 20px;
        padding-bottom: 15px;
        padding-left: 50px;
    }
    .bottom-sec {
        padding-left: 15px;
        padding-right: 15px;
    }
    .banner-right-img {
        padding-top: 0;
        text-align: left;
    }
    .solutions-sec {
        padding: 0px 30px;
    }
    .box-container {
        width: 100%;
        margin-bottom: 25px;
    }
    h2 {
        font-size: 20px;
        line-height: 28px;
    }
    .solutiontright p {
        font-size: 14px;
        line-height: 23px;
        margin-top: 8px;
    }
    .solutiontright {
        padding-top: 30px;
    }
    .connectivity-sec .solutiontright {
        padding-top: 20px;
    }
    .contact-wrap .mdl-textfield__input {
        height: 40px;
    }
    .input_select select {
        padding: 10px 28px 10px 20px;
    }
    .col-md-6.llogo {
        position: absolute;
        left: 12px;
    }
    .col-md-6.right-logo {
        position: absolute;
        right: 20px;
        top: 4px;
    }
    header {
        padding: 20px 0;
        text-align: center;
        min-height: 60px;
    }
    .col-md-6.llogo {
        position: absolute;
        left: 2px;
        top: 29px;
    }
    header .tataLogo {
        float: inherit;
        max-width: 175px;
        margin: 0px;
        display: inline-block;
    }
    footer p {
        font-size: 12px;
    }
    header .tata-logo-right {
        float: inherit;
        display: inline-block;
        margin: 10px 0 0 0;
        max-width: 40px;
    }
    /* Survey */
    .prograss-wrap .prograss-listing .text-wrap {
        display: none;
    }
    .overview h1 {
        padding: 30px 0 15px 0;
    }
    .overview {
        padding: 32px 0 30px 0;
    }
    .question-wrap {
        margin: 0 0 0 0px;
        padding: 0 0 0 0px;
    }
    .scroller-listing .col-md-2 img {
        margin: 0px 0 0px 0px;
        max-width: 40px;
    }
 
    .question-wrap h2 {
        font-size: 17px;
        line-height: 24px;
    }
    .question-wrap label {
        font-size: 14px;
        margin: 0 0 0px 0;
    }
    .question-wrap label:after {
        display: none;
    }
    .stat-num {
        margin: 10px 0 10px 0;
        padding: 10px 10px 15px 10px;
    }
    .stat-num h4 {
        font-size: 32px;
        margin: 0 0 3px 0;
    }
    .stat-num p {
        line-height: 20px;
        font-size: 14px;
    }
    .nextPrev-wrap {
        margin: 0 0 0 0px;
    }
    .nextPrev-wrap .continue {
        font-size: 12px;
        padding: 14px 55px 14px 20px;
        margin: 0 10px 0 0;
    }
    .nextPrev-wrap .continue:after {
        width: 18px;
        height: 14px;
        top: 13px;
    }
    .nextPrev-wrap .back {
        font-size: 20px;
        padding: 14px 20px 14px 29px;
        margin: 0 10px 0 0;
    }
    .nextPrev-wrap .back:after {
        width: 18px;
        height: 14px;
        top: 13px;
    }
    .nextPrev-wrap .next {
        font-size: 20px;
        padding: 14px 29px 14px 20px;
    }
    .nextPrev-wrap .next:after {
        width: 18px;
        height: 14px;
        top: 13px;
    }
    .nextPrev-wrap .submit {
        font-size: 15px;
        padding: 14px 55px 14px 20px;
    }
    .nextPrev-wrap .submit:after {
        width: 18px;
        height: 14px;
        top: 13px;
    }
    #leadinfo_form h2 {
        font-size: 18px;
        line-height: 23px;
    }
    .nextPrev-wrap {
        padding: 18px 70px 70px;
    }
    .heading-small {
        font-size: 25px;
        line-height: 30px;
        padding-top: 45px;
    }
    .main-form input {
        font-size: 16px;
        padding-top: 12px;
        padding-bottom: 7px;
        margin-bottom: 13px;
        padding-left: 0px;
    }
    #leadinfo_form h2 {
        margin: 29px 0 15px 0;
    }
    .input_select select {
        padding: 12px 7px 6px 0;
        font-size: 16px;
    }
    .contact-wrap .mdl-checkbox {
        margin: 30px 0 20px 0;
    }
    .nextPrev-wrap {
        padding: 20px 70px 55px;
    }
    .nextPrev-wrap #wait-wrap {
        left: 130px;
        top: 5px;
    }
    /* Home */
    .banner-wrap h1 {
        margin: 0 0 0 0;
        font-size: 32px;
        line-height: 40px;
        padding: 0px 0 15px 0;
    }
    .banner-wrap {
        padding: 30px 0;
    }
    .banner-wrap p {
        font-size: 15px;
        line-height: 27px;
    }
    .banner-btn {
        font-size: 16px;
        padding: 11px 20px 11px 20px;
    }
    .banner-wrap p {
        display: none;
    }
    header .cloudLogo {
        float: none;
        display: inline-block;
        margin: 10px 0 0 0;
    }
    .home-container {
        padding-top: 25px;
    }
    .home-content h2 {
        margin: 0 0 20px 0;
        font-size: 20px;
    }
    .home-content img {
        margin: 0 0 0px 0;
    }
    .home-content h3 {
        max-width: 100%;
        margin: 0 0 30px 0;
        font-size: 17px;
        line-height: 25px;
    }
    .home-carousel {
        margin: 0px 0 10px 0;
    }
    .home-survey h2 {
        font-size: 17px;
        line-height: 22px;
    }
    .home-survey {
        padding: 15px 0 20px 0;
    }
    /* Thank You */
    .thankyou-wrap {
        margin: 30px 0 60px 0;
    }
    .thankyou-wrap .content {
        margin: 0 0 20px 0;
    }
    .thankyou-wrap .content h1 {
        font-size: 28px;
        line-height: 34px;
    }
    .thankyou-wrap .content p,
    .emailconfirm-thankyou-wrap p {
        font-size: 16px;
        line-height: 22px;
    }
    .thankyou-wrap .final-score-wrap {
        margin: 0 auto;
        float: inherit;
    }
    .thankyou-wrap .stage-wrap {
        width: 100%;
        margin: 20px 0 0 0;
    }
    .thankyou-wrap .tech-score-wrap h2 {
        text-align: center;
    }
    .thankyou-wrap .tech-inner-score-wrap {
        margin: 30px 0 0 0;
        padding: 25px 0 10px 0;
    }
    .thankyou-wrap .tech-inner-score-wrap .col-md-3 {
        margin-bottom: 30px;
    }
    .thankyou-wrap .tech-score-wrap h4 {
        margin: 10px 0 0 0;
        font-weight: bold;
    }
    .thankyou-wrap .download-report-wrap {
        padding: 0;
    }
    .thankyou-wrap .download-report-wrap h5,
    .emailconfirm-thankyou-wrap h5 {
        font-size: 26px;
        margin: 0 0 15px 0;
    }
    .thankyou-wrap .download-report-wrap .report-btn input {
        width: 100%;
        border-radius: 5px 0 0 5px;
        font-size: 16px;
        padding: 15px 20px;
    }
    .thankyou-wrap .download-report-wrap .report-btn .img-wrap {
        border-radius: 0px;
    }
    .thankyou-wrap .download-report-wrap .report-btn a {
        border-radius: 5px 0 0 5px;
    }
    .thankyou-wrap .download-report-wrap .report-btn input {
        height: inherit;
        padding: 10px 20px;
    }
    .thankyou-wrap .download-report-wrap .report-btn a {
        font-size: 14px;
        height: 45px;
        padding: 15px 15px 0 15px;
    }
    .thankyou-wrap .download-report-wrap .report-btn .img-wrap {
        height: 45px;
        padding: 16px 15px 0 15px;
    }
    .thankyou-wrap .download-report-wrap .report-btn .img-wrap img {
        max-width: 25px;
    }
    .thankyou-wrap .download-report-wrap #sendReportBtn {
        float: right;
    }
    .thankyou-wrap .content h1 {
        font-size: 24px;
        line-height: 34px;
        margin: 0 0 30px 0;
    }
    .thankyou-wrap .final-score {
        margin: 0;
        padding: 0;
        height: auto;
        width: 100%;
        border-right: 0px;
        float: none;
    }
    .thankyou-wrap .meturity-stage {
        margin: 50px 0 0 0;
        padding: 0;
        height: auto;
        width: 100%;
        text-align: center;
        float: none;
    }
    .thankyou-wrap .maturity-radar {
        float: none;
    }
    .banner-right-img {
        padding-top: 0;
    }
    .banner-text {
        padding: 27px 0;
    }
    .scroller-listing li {
        list-style: none;
        margin-top: 0;
    }
    .crimg img {
        width: 100%;
    }
    .question-wrap label {
        font-size: 17px;
    }
    .answerOptions-wrap {
        padding: 10px 0px;
    }
    label {
        padding: 5px 0px;
    }
    .question-wrap label {
        padding-bottom: 0;
    }
    .nextPrev-wrap .col-md-6.col-lg-6 {
        float: left;
        width: 50%;
    }
    label span::after {
        top: 19px !important;
    }
    label span::after {
        left: 10px !important;
    }
    .contact-wrap .mdl-checkbox .mdl-checkbox__label {
        font-size: 13px;
    }
    .mdl-js-checkbox.is-upgraded {
        margin-top: 10px;
    }
}

@media (max-width: 620px) {
    .heading-small {
        font-size: 19px;
        line-height: 26px;
        padding-top: 32px;
    }
    #leadinfo_form h2 {
        font-size: 16px;
        line-height: 20px;
    }
    .main-form input {
        font-size: 14px;
    }
    .input_select select {
        font-size: 14px;
    }
    .contact-wrap .mdl-checkbox .mdl-checkbox__label {
        font-size: 15px;
        margin-left: 0;
        padding-left: 28px;
    }
    .contact-wrap .mdl-checkbox .mdl-checkbox__label {
        font-size: 12px;
    }
    .banner-right-sec {
        max-width: 100%;
        margin-left: 0;
        background-image: none;
        background-color: #fff;
    }
    .main-form {
        padding: 0 10px;
    }
    .laptop-sec h3 {
        line-height: 20px;
    }
    .laptop-sec {
        padding: 25px 15px 25px 15px;
    }
    h4.text-with-dots {
        font-size: 14px;
        margin-left: 0;
    }
    h4.text-with-dots::before {
        width: 6px;
        height: 6px;
        background-color: #3D85C6;
        left: 0;
        top: 5px;
    }
    .bottom-r-sec h5 {
        font-size: 17px;
        margin-bottom: 0px;
        margin-top: 11px;
        font-weight: 500;
    }
}

@media (max-width: 479px) {
    .nextPrev-wrap {
        padding: 18px 15px 45px;
    }
    .ttext {
        color: #000;
        font-size: 15px;
        font-family: Gotham Pro;
    }
    .question-wrap h2 {
        font-size: 15px;
        line-height: 20px;
    }
    .bcon p {
        font-size: 14px;
    }
    .banner-text-laning p {
        font-size: 16px;
        line-height: 23px;
    }
    .landing-btn {
        font-size: 14px;
        padding: 10px 12px;
        margin-top: 18px;
        width: 100%;
    }
    .sbtns a {
        padding: 0 7px;
    }
    .sbtns span {
        display: none;
    }
    .sbtns a {
        background-color: #ffffff;
        margin-right: 0px;
        width: 100%;
        font-size: 12px;
        text-align: center;
    }
    h1 {
        font-size: 26px;
    }
    .banner-text p {
        font-size: 16px;
        line-height: 21px;
        color: #ffffff;
    }
    /* Survey */
    .overview h1 {
        font-size: 14px;
    }
    .scroller-listing .col-md-2 img {
        max-width: 40px;
    }
    .question-wrap h2 {
        font-size: 16px;
        line-height: 22px;
    }
    .question-wrap label {
        font-size: 15px;
    }
    .nextPrev-wrap a {
        margin-bottom: 10px !important;
    }
    .nextPrev-wrap .continue {
        padding: 11px 15px 11px 15px;
    }
    .nextPrev-wrap .continue:after {
        top: 10px;
    }
    .nextPrev-wrap .back {
        padding: 11px 15px 11px 15px;
    }
    .nextPrev-wrap .back:after {
        top: 10px;
    }
    .nextPrev-wrap .submit {
        padding: 11px 15px 11px 15px;
    }
    .nextPrev-wrap .next:after {
        top: 10px;
    }
    .nextPrev-wrap .submit {
        padding: 11px 15px 11px 15px;
    }
    .nextPrev-wrap .submit:after {
        top: 10px;
    }
    footer {
        padding: 20px 0;
    }
    .contact-wrap .mdl-textfield__input,
    .input_select {
        width: 100%;
    }
    .nextPrev-wrap #wait-wrap {
        left: 110px;
        top: 1px;
    }
    .stat-num h4 {
        font-size: 28px;
    }
    /* Home */
    .banner-wrap h1 {
        font-size: 27px;
        line-height: 34px;
    }
    .banner-wrap p {
        line-height: 27px;
    }
    header .cloudLogo {
        max-width: 195px;
    }
    .home-carousel h2 {
        font-size: 15px;
    }
    .home-survey h2 {
        font-size: 15px;
    }
    /* Thank You */
    .thankyou-wrap .content h1 {
        font-size: 24px;
        line-height: 30px;
    }
    .thankyou-wrap .content p,
    .emailconfirm-thankyou-wrap p {
        font-size: 14px;
        line-height: 20px;
    }
    .thankyou-wrap .final-score-wrap h2 {
        font-size: 18px;
    }
    .thankyou-wrap .stage-wrap h2 {
        font-size: 18px;
    }
    .thankyou-wrap .stage-wrap h3 {
        font-size: 22px;
    }
    .thankyou-wrap .tech-inner-score-wrap {
        margin: 20px 0 0 0;
        padding: 20px 0 10px 0;
    }
    .thankyou-wrap .tech-score-wrap h4 {
        font-size: 15px;
    }
    .thankyou-wrap .download-report-wrap h5,
    .emailconfirm-thankyou-wrap h5 {
        line-height: 32px;
        font-size: 23px;
    }
    .thankyou-wrap .download-report-wrap p,
    .thankyou-wrap .emailconfirm-thankyou-wrap p {
        font-size: 17px;
    }
    .round-wrap-big .counter-wrap {
        top: 80px;
        font-size: 26px;
    }
    .round-wrap-small .counter-wrap {
        font-size: 22px;
        top: 60px;
    }
    .thankyou-wrap .maturity-radar {
        overflow: auto;
    }
    .thankyou-wrap .content h1 {
        font-size: 22px;
    }
}


/*# sourceMappingURL=style.css.map */

#thover {
    position: fixed;
    background: #fff;
    width: 100%;
    height: 100%;
    opacity: 0.95;
    top: 0;
    z-index: 9;
}
#tpopup input:focus {
    border-bottom: 1px solid #FF7F32 !important;
}
#tpopup form{
    position: absolute;
    width: 650px;
    background: #fff;
    left: 50%;
    top: 160px;
    border-radius: 5px;
    padding: 5px 30px;
    margin-left: -320px;
    z-index: 9;
    text-align: center;
    box-shadow: 0 0 10px 0 #00000020;
    margin-top: 10px;
}

#tclose {
    position: absolute;
    background: #014070;
    color: white;
    right: -15px;
    top: -15px;
    border-radius: 50%;
    width: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    font-family: 'Arial Black', Arial, sans-serif;
    cursor: pointer;
    box-shadow: 0 0 6px 0 #000;
}

#tpopup .contact-wrap {
    width: 100%
}

#tpopup .contact-wrap .mdl-textfield {
    margin: 0 0 0 0;
    width: 100%;
}

.nextPrev-wrap #wait-wrap {
    font-size: 16px;
    background: url(../images/loader.gif) no-repeat;
    background-size: 30px;
    position: absolute;
    top: 10px;
    left: 204px;
    min-height: 30px;
    min-width: 30px;
    padding: 6px 0 0 35px;
    color: #000;
    display: none;
}

.contact-wrap .mdl-textfield {
    display: block;
    padding: 0px;
}

.contact-wrap .mdl-textfield__label::after {
    bottom: 0px;
    background: none;
}

.contact-wrap .mdl-textfield {
    margin: 0 0 20px 0;
    width: 405px;
}

.contact-wrap .mdl-textfield__input {
    font-size: 16px;
    color: #949598;
    font-family: "Trebuchet MS", sans-serif;
    width: 405px;
    height: 50px;
    border: 1px solid #999999;
    background: #f2f2f2;
    padding: 10px 40px 0px 15px;
    margin: 0px;
}

.contact-wrap .mdl-textfield__label {
    font-size: 18px;
    color: #949598;
    font-family: "Trebuchet MS", sans-serif;
    top: 13px;
    right: 15px;
    left: 15px;
    width: auto;
}

.contact-wrap .mdl-textfield--floating-label.is-focused .mdl-textfield__label span,
.contact-wrap .mdl-textfield--floating-label.is-dirty .mdl-textfield__label span,
.contact-wrap .mdl-textfield--floating-label.has-placeholder .mdl-textfield__label span {
    background: #f2f2f2;
    color: #949598;
}

.contact-wrap .mdl-textfield--floating-label.is-focused .mdl-textfield__label,
.contact-wrap .mdl-textfield--floating-label.is-dirty .mdl-textfield__label,
.contact-wrap .mdl-textfield--floating-label.has-placeholder .mdl-textfield__label {
    top: -8px;
}

.contact-wrap .mdl-textfield i {
    display: none !important;
}

.contact-wrap .mdl-textfield--floating-label.is-dirty i {
    bottom: 0;
    display: block;
    font-size: 18px;
    position: absolute;
    right: 15px;
    top: 10px;
    color: #1d428a;
}

.contact-wrap .mdl-textfield--floating-label.is-dirty .mdl-textfield__input {
    border-color: #1d428a;
    color: #1d428a;
    background: #fff;
}

.contact-wrap .mdl-textfield--floating-label.is-dirty .mdl-textfield__label span {
    background: #fff;
}

.contact-wrap .mdl-textfield.is-invalid .mdl-textfield__label::after {
    background: none;
}

.contact-wrap .mdl-textfield--floating-label.is-dirty.is-invalid .mdl-textfield__input {
    border-color: red;
    color: red;
}

.contact-wrap .contact-wrap .mdl-textfield--floating-label.is-dirty.is-invalid i {
    color: red;
}

.contact-wrap .mdl-checkbox__tick-outline {
    width: 13px;
    top: -1px;
    height: 14px;
}

.contact-wrap .mdl-checkbox {
    height: auto;
    margin: 0 0 10px 0;
}

.contact-wrap .mdl-checkbox .mdl-checkbox__label {
    font-size: 16px;
    color: #333333;
    font-family: "Trebuchet MS", sans-serif;
    font-weight: 100;
    z-index: 9;
    margin-left: -25px;
    padding-left: 25px;
}

.getintouch {
    padding: 10px 0 20px 0;
}

.getintouch .mdl-checkbox {
    float: left;
    width: auto;
}

.getintouch p {
    float: left;
    font-size: 18px;
    color: #949598;
    line-height: 21px;
    margin: 1px 0 0 10px;
}

.getintouch .mdl-checkbox__box-outline {
    width: 20px;
    height: 20px;
    border: 1px solid #999;
    border-radius: 0px;
}

.getintouch .mdl-checkbox__focus-helper {
    width: 20px;
    height: 20px;
}

.getintouch .mdl-checkbox__ripple-container {
    top: -10px;
    left: -10px;
    width: 40px;
    height: 40px;
}

.getintouch .mdl-checkbox {
    height: 20px;
}

.getintouch .mdl-checkbox.is-upgraded {
    padding-left: 20px;
}

.getintouch .mdl-checkbox__focus-helper {
    top: 0px;
}

.getintouch .mdl-checkbox__box-outline {
    top: 0px;
}

.getintouch .mdl-checkbox.is-checked .mdl-checkbox__tick-outline {
    background-color: #1d428a;
}

.getintouch .mdl-checkbox.is-checked .mdl-checkbox__box-outline {
    border-color: #1d428a;
}

#leadinfo_form h2 {
    font-size: 20px;
    color: #333333;
    line-height: 30px;
    font-weight: bold;
    margin: 50px 0 30px 0;
}

.contact-wrap .form-error {
    color: red;
    display: block;
    text-align: left;
    font-size: 14px;
}

.contact-wrap select {
    padding: 10px 7px 6px 0 !important;
}

.contact-wrap .mdl-textfield__input.error {
    color: red !important;
}

label.mdl-checkbox__label.GDPRCompliance {
    text-align: left;
    position: relative;
    padding-left: 5px;
    font-size: 13px;
    font-family: Gotham Pro;
}

.mdl-js-checkbox {
    position: relative;
    margin-top: 20px;
}

input#GDPRCompliance_emailPhone {
    position: absolute;
    left: 0;
    text-align: left;
    width: 20px !important;
    top: 9px;
}

.contact-wrap .mdl-textfield--floating-label.is-dirty .mdl-textfield__input {
    border-color: #999999;
    color: #4b4b4b;
}

.contact-wrap .mdl-textfield--floating-label.is-dirty i {
    color: #4b4b4b;
}

.input_select select option {
    padding: 0px;
}

@media (max-width: 767px) {
    .scroller-listing {
        margin-left: 15px !important;
        margin-right: 15px !important;
    }
    .scroller-listing ul {
        margin-top: 30px !important;
    }
    #tpopup form {
        position: absolute;
        width: 90%;
        background: #fff;
        left: 0 !important;
        top: 110px;
        margin: 5%;
    }
    .heading-form {
        left: 0 !important;
    }
    .h2_form_hdg {
        width: 100% !important;
        font-size: 30px !important;
        line-height: 37px !important;
    }
    h2.form-title {
        font-size: 19px !important;
        line-height: 26px !important;
        margin-bottom: 6px;
    }
    #tpopup .contact-wrap .mdl-textfield {
        margin: 0 0 2px 0;
        width: 100%;
    }
    .input_select {
        position: relative;
        width: 100%;
        margin: 0 0 2px 0;
    }
    label.mdl-checkbox__label.GDPRCompliance {
        font-size: 12px;
    }
    .contact-wrap .mdl-textfield__input {
        font-size: 14px;
        color: #949598;
        font-family: "Trebuchet MS", sans-serif;
        width: 405px;
        height: 46px;
        border: 1px solid #999999;
        background: #f2f2f2;
        padding: 4px 40px 0px 15px;
        padding-left: 15px;
        margin: 0px;
    }
    .input_select select {
        padding: 12px 7px 6px 0;
        font-size: 14px;
    }
    .contact-wrap .form-error {
        font-size: 13px;
    }
    #tpopup {
        padding: 20px 20px;
    }
}
@media (max-width: 575px) {
    .hdg_qs_section_ctt {
        font-size: 20px !important;
        line-height: 27px !important;
    }
    .hdg_qs_section_main {
        background-position: 70% !important;
    }
.h2_form_hdg {
    width: 100% !important;
    font-size: 24px !important;
    line-height: 30px !important;
}
#tpopup form {
    top: 100px !important;
    padding: 5px 20px;
}
}
@media (max-width: 480px) {
    .resume-popup {
            width: 340px;
        }
    .desc-text {
        width: 80%;
    }
    #container svg {
        width: 56%;
        display: inline-block;
        overflow: visible;
        position: absolute;
        left: 6%;
    }
    .maturity-radar {
        margin-bottom: 50px !important;
    }
    .answerOptions-wrap label span {
        padding: 5px 20px 5px 45px !important;
    }
    .h2_form_hdg {
        width: 100% !important;
        font-size: 20px !important;
        line-height: 27px !important;
    }
    h2.form-title {
        font-size: 18px !important;
        line-height: 24px !important;
        margin-bottom: 4px;
    }
    .hdg_qs_section_ctt {
        font-size: 26px !important;
        line-height: 32px !important;
    }
    .hdg_qs_section_ctt {
        font-size: 22px !important;
        line-height: 28px !important;
        padding-right: 25%;
    }
    .question-wrap label span::after {
        top: 13.2px !important;
    }
    footer {
        margin-top: 30px;
    }
    .scroller-listing {
        margin-top: 40px !important;
    }
}
@media (max-width: 375px) {
    .resume-popup {
            width: 300px;
        }
.hdg_qs_section_main {
    background-size: 300% !important;
}
}
@media (max-width: 320px) {
    .resume-popup {
            width: 260px;
        }
.h2_form_hdg {
    width: 100% !important;
    font-size: 18px !important;
    line-height: 24px !important;
}
}
.h2_form_hdg {
    color: #3D85C6;
    font-size: 40px;
    text-transform: initial;
    font-weight: 400;
    line-height: 47px;
    font-family: 'Gotham Pro';
    width: 42%;
}
.heading-form {
    position: absolute;
    width: 100%;
    top: 30px;
    border-radius: 5px;
    padding: 10px 10px;
    margin-left: 0px;
    z-index: 9;
    text-align: center;
    justify-content: center;
    display: flex;
}

.scroller-listing {
    margin-top: 80px !important;
}
.hdg_qs_section_main{
    width: 100%;
    background-color: #3D85C6;
    margin-top: 10px;
    background-image: url(../images/cloud-banner.png);
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
}
.hdg_qs_section_main .container{
    width: 100%;
    min-height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.hdg_qs_section_ctt {
    font-size: 50px;
    line-height: 57px;
    color: #ffffff;
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 900;
    float: left;
    margin: 70px 0;
    text-transform: uppercase;
}

.hdg_qs_section_ico {
    float: right;
    margin-top: 30px;
    right: 0;
    position: absolute;
}
.hdg_qs_section_ico img{
    height: 105px;
    padding-right: 20px;

}

@media (max-width: 700px) {
        
    .hdg_qs_section_ctt{
        font-size: 25px;
        line-height: 32px;
        margin: 45px 0;
    }

    .hdg_qs_section_ico{
        margin-top: 25px;
    }
    .hdg_qs_section_ico img{
        height: 70px;
    }
    
}

.maturity-radar h2{
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 28px;
    margin-bottom: 15px;
    color: #000000;
    text-transform: initial;
}

.maturity-radar h3{
    color: #3d85c6;
}

