/*!
 * 	Google Fonts
 * ----------------------------------------------- */

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");

/*!
 * 	Theme Variables
 * ----------------------------------------------- */

:root {
    --body-font-family: "Poppins", sans-serif;
    --body-font-size: 15px;
    --body-font-weight: 400;
    --body-font-color: #4d4d4d;
    --body-line-height: 1.45;
    --heading-font-family: "Poppins", sans-serif;
    --heading-font-color: #344871;
    --heading-font-weight: 800;
    --link-font-color: #1a1a1a;
    --link-hover-font-color: #1877f2;
    --button-font-size: 14px;
    --button-font-weight: 700;
    --hamburger-color: #1a1a1a;
    --gutter-width: 30px;
    --hero-bg: url(../images/hero.jpg) center no-repeat;
}


/*!
 *	Common
 * ----------------------------------------------- */

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

body {
    margin: 0;
    font-family: var(--body-font-family);
    font-size: var(--body-font-size);
    color: var(--body-font-color);
    line-height: var(--body-line-height);
    font-weight: var(--body-font-weight);
    background-color: #fff;
    text-align: left;
}

img {
    max-width: 100%;
}

a {
    color: var(--link-font-color);
    text-decoration: none;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    text-decoration: none;
}

a:hover {
    color: var(--link-hover-font-color);
}

p {
    margin-top: 0;
    margin-bottom: 24px;
}

p:last-child {
    margin-bottom: 0;
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

address {
    margin-bottom: 16px;
    font-style: normal;
    line-height: inherit;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}

pre,
code,
kbd,
samp {
    font-size: 1em;
}

pre {
    margin-top: 0;
    margin-bottom: 16px;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}

figure {
    margin: 0 0 16px;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

#leadform label.error {
    font-size: 13px;
    color: #ff0000;
    display: block;
    width: 100%;
    margin-bottom: 0;
    margin-top: 5px;
    /* position: absolute;
  right: 0;
  top: 0; */
}

#leadform .input-group label.error {
    margin-top: 0;
}

button {
    border-radius: 0;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    outline: none !important;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[role="button"] {
    cursor: pointer;
}

select {
    word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
    cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 8px;
    font-size: 24px;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}

summary {
    display: list-item;
    cursor: pointer;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-wrap: break-word;
}

a>code {
    color: inherit;
}

kbd {
    padding: 4px 8px;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: 2px;
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529;
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
}

#wrapper {
    overflow: hidden;
    position: relative;
    min-height: 100vh;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: var(--heading-font-family);
    color: var(--heading-font-color);
    font-weight: var(--heading-font-weight);
    margin-top: 0;
    margin-bottom: 16px;
    line-height: 1.25;
}

h1,
.h1 {
    font-size: 48px;
}

h2,
.h2 {
    font-size: 40px;
}

h3,
.h3 {
    font-size: 32px;
}

h4,
.h4 {
    font-size: 24px;
}

h5,
.h5 {
    font-size: 20px;
}

h6,
.h6 {
    font-size: 18px;
}

.section {
    padding-top: 100px;
    padding-bottom: 100px;
}

.section.section--light {
    background-color: #f5f8fb;
}

.section.section--blue {
    background-color: #344871;
    color: #fff;
    --heading-font-color: #fff;
}

.section .section__title,
.section .section__head {
    margin-bottom: 48px;
}

.section .section__head .section__title {
    margin-bottom: 8px;
}

.section .section__head {
    font-size: 20px;
    font-weight: 500;
}

.section .section__head a {
    color: inherit;
    text-decoration: underline;
}


/*!
 *	Spacing
 * ----------------------------------------------- */

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.pt-0 {
    padding-top: 0 !important;
}


/*!
 *	Grid System
 * ----------------------------------------------- */

.container,
.container-fluid {
    width: 100%;
    padding-left: calc(0.5 * var(--gutter-width));
    padding-right: calc(0.5 * var(--gutter-width));
}

.container *,
.container-fluid * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.container {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
}

.row {
    margin-left: calc(-0.5 * var(--gutter-width));
    margin-right: calc(-0.5 * var(--gutter-width));
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.col {
    flex: 0 0 auto;
    min-height: 1px;
    padding-left: calc(0.5 * var(--gutter-width));
    padding-right: calc(0.5 * var(--gutter-width));
}

.col--1 {
    width: 8.33333333%;
}

.col--2 {
    width: 16.66666667%;
}

.col--3 {
    width: 25%;
}

.col--4 {
    width: 33.33333333%;
}

.col--5 {
    width: 41.66666667%;
}

.col--6 {
    width: 50%;
}

.col--7 {
    width: 58.33333333%;
}

.col--8 {
    width: 66.66666667%;
}

.col--9 {
    width: 75%;
}

.col--10 {
    width: 83.33333333%;
}

.col--11 {
    width: 91.66666667%;
}

.col--12 {
    width: 100%;
}

.no-gutter {
    margin-right: 0;
    margin-left: 0;
}

.no-gutter>.col {
    padding-right: 0;
    padding-left: 0;
}

.flex-reverse {
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.align-center {
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

.text-center {
    text-align: center;
}


/*!
 *	Form Styling
 * ----------------------------------------------- */

.btn {
    display: inline-block;
    padding: 13px 24px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: transparent;
    font-family: var(--body-font-family);
    font-size: var(--button-font-size);
    font-weight: var(--button-font-weight);
    border: none;
    border-radius: 4px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 1.15;
    text-align: center;
}

.btn--lg {
    font-size: 20px;
    font-weight: 300;
}

.btn--block {
    width: 100%;
}

.btn--primary {
    color: #fff;
    background-color: #1877f2;
}

.btn--primary:hover {
    color: #fff;
    background-color: #344871;
}

.btn--otp {
    padding: 8px;
}

.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    border: 1px solid #e0e0e0;
    height: 40px;
    padding: 8px 16px;
    background-color: #fff;
    border-radius: 2px;
    font-family: var(--body-font-family);
    font-size: 13px;
    color: var(--body-font-color);
}

.form-control:focus {
    border-color: #1a1a1a;
}

textarea.form-control {
    height: auto;
}

.row--form {
    --gutter-width: 10px;
}

.form-group {
    margin-bottom: 16px;
    position: relative;
}

.form-label {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    color: #3c3c3c;
}

.select-control {
    display: none;
}

.select-box {
    position: relative;
}

.select-box .select-box__control {
    cursor: pointer;
    position: relative;
    padding-top: 8px;
    padding-right: 40px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
}

.select-box .select-box__control:after {
    content: "";
    display: block;
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -3px;
    width: 12px;
    height: 7px;
    background: url(../images/svg/arrow-down.svg) center no-repeat;
}

.select-box .select-box__options {
    position: absolute;
    display: none;
    left: 0;
    top: 100%;
    width: 100%;
    margin: 0;
    padding: 12px 0;
    list-style: none;
    z-index: 999;
    background-color: #fff;
    color: var(--body-font-color);
    font-size: 14px;
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.1);
    max-height: 280px;
    overflow: auto;
}

.select-box .select-box__options.show {
    display: block;
}

.select-box .select-box__options li {
    padding: 8px 16px;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.select-box .select-box__options li:hover {
    background-color: #f5f5f5;
}

.checkbox_wrap {
    position: relative;
    padding-bottom: 24px;
}

.checkbox_wrap input {
    visibility: hidden;
    overflow: hidden;
    height: 1px;
    width: 1px;
    position: absolute;
    left: 0;
    top: 0;
}

.checkbox_wrap .checklabel {
    margin-bottom: 0;
    font-size: 14px;
    padding-left: 24px;
    cursor: pointer;
    position: relative;
    color: var(--body-font-color);
}

.checkbox_wrap .checklabel::before,
.checkbox_wrap .checklabel::after {
    content: "";
    position: absolute;
    display: block;
}

.checkbox_wrap .checklabel::before {
    top: 2px;
    left: 0;
    width: 16px;
    height: 16px;
    border-radius: 2px;
    border: 1px solid #c4c4c5;
}

.checkbox_wrap .checklabel::after {
    top: 5px;
    left: 3px;
    padding: 2px 4px;
    border-left: 2px solid transparent;
    border-bottom: 2px solid transparent;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.checkbox_wrap label a {
    text-decoration: underline;
}

.checkbox_wrap input:checked+.checklabel::before,
.checkbox_wrap input:checked+label+.checklabel::before {
    background-color: #1877f2;
    border-color: #1877f2;
}

.checkbox_wrap input:checked+.checklabel::after,
.checkbox_wrap input:checked+label+.checklabel::after {
    border-color: #fff;
}

#leadform .checkbox_wrap label.error {
    position: absolute;
    left: 0;
    bottom: 0;
    padding-left: 0;
}

#leadform .checkbox_wrap label.error:before,
#leadform .checkbox_wrap label.error:after {
    display: none;
}

.input-group {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}

.input-group .select-box {
    flex-shrink: 0;
    display: inline-flex;
}

.input-group .form-control:not(.select-box__control) {
    flex: 1;
    /* border-left: none; */
    /* border-right: none; */
}

.input-group>*:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: none;
}

.input-group>*:first-child,
.input-group>*:first-child .form-control {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none;
}

.input-group.input-group--contact .select-box .select-box__control {
    padding-right: 16px;
    padding-left: 12px;
    width: 56px;
    background-position: center left 12px;
    background-repeat: no-repeat;
}

.input-group.input-group--contact .select-box .select-box__control:after {
    right: 0;
}

.input-group.input-group--contact .select-box .select-box__options li[rel="india"],
.input-group.input-group--contact .select-box .select-box__control[data-value="india"] {
    background-image: url(../images/flag/india.png);
}

.input-group.input-group--contact .select-box .select-box__options li[rel="usa"],
.input-group.input-group--contact .select-box .select-box__control[data-value="usa"] {
    background-image: url(../images/flag/united-states.png);
}

.input-group.input-group--contact .select-box .select-box__options li {
    width: 56px;
    height: 32px;
    background-position: center;
    background-repeat: no-repeat;
}


/*!
 *	Header
 * ----------------------------------------------- */

#header {
    padding-top: 16px;
    padding-bottom: 16px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.header-container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}

.navbar {
    margin-left: auto;
}

.navbar>ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.navbar>ul>li+li {
    margin-left: 24px;
}

.navbar>ul>li>a {
    letter-spacing: 1px;
    font-size: 15px;
    display: inline-block;
}

#hamburger {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: transparent;
    border: none;
    position: relative;
    margin-left: auto;
    width: 20px;
    height: 12px;
    cursor: pointer;
    padding: 0;
    display: none;
    color: var(--hamburger-color);
}

#hamburger span:before,
#hamburger span:after {
    content: "";
}

#hamburger span,
#hamburger span:before,
#hamburger span:after {
    position: absolute;
    width: 20px;
    height: 2px;
    background-color: currentColor;
    display: block;
}

#hamburger span {
    top: 0;
}

#hamburger span:before {
    top: 5px;
}

#hamburger span:after {
    top: 10px;
}

.brand {
    display: inline-block;
}

#hero {
    min-height: 100vh;
    background: var(--hero-bg);
    background-size: cover;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    padding-top: 64px;
    padding-bottom: 64px;
    color: #fff;
    font-size: 20px;
    background-attachment: fixed;
}

#hero h1 {
    font-weight: 600;
    --heading-font-color: #fff;
}

#form {
    padding: 48px 30px;
    border-radius: 4px;
    -webkit-box-shadow: 0 10px 16px 4px rgba(91, 108, 130, 0.24);
    box-shadow: 0 10px 16px 4px rgba(91, 108, 130, 0.24);
    background-color: #fff;
    width: 400px;
    margin-left: auto;
}

#form h3 {
    margin-bottom: 24px;
}

.list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.list li {
    position: relative;
    padding-left: 24px;
}

.list li:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background: url(../images/svg/angle-right.svg) center no-repeat;
}

.list li {
    margin-bottom: 8px;
}

.item-list {
    margin-bottom: -40px;
}

.item-list .item-list__col {
    margin-bottom: 40px;
}

.video-frame {
    position: relative;
    margin-bottom: 24px;
    background-color: rgba(255, 255, 255, 0.1);
}

.video-frame:before {
    content: "";
    display: block;
    padding-bottom: calc(9 / 16 * 100%);
}

.video-frame>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.webinar .webinar__head {
    padding: 16px 32px;
    background-color: #f5f8fb;
    text-transform: uppercase;
    font-weight: 600;
    color: #3c3c3c;
}

.webinar .webinar__body {
    padding: 32px 32px 48px;
}

.webinar:last-child .webinar__body {
    padding-bottom: 0;
}

.webinar .webinar__title {
    display: block;
    font-size: 24px;
    font-weight: 700;
}

.webinar .webinar__time {
    display: block;
}

.divider {
    height: 1px;
    background-color: #cbcfd2;
}

#register {
    position: fixed;
    z-index: 100;
    top: 50%;
    right: -150px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-color: #1877f2;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    display: block;
    padding: 8px 24px;
    line-height: 1.35;
    -webkit-transform: rotate(-90deg) translate3d(0, -50%, 0);
    -moz-transform: rotate(-90deg) translate3d(0, -50%, 0);
    transform: rotate(-90deg) translate3d(0, -50%, 0);
    will-change: transform;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: right 0.4s ease-in-out;
    -moz-transition: right 0.4s ease-in-out;
    transition: right 0.4s ease-in-out;
}

#register:hover {
    background-color: #344871;
}

#register.show {
    right: -74px;
}

.card {
    padding: 16px;
    border-radius: 4px;
    -webkit-box-shadow: 0 8px 16px 2px rgba(91, 108, 130, 0.09);
    box-shadow: 0 8px 16px 2px rgba(91, 108, 130, 0.09);
    background-color: #fff;
}

.card .card__icon {
    display: block;
    height: 84px;
}

.card .card__title {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #344871;
    margin-top: 16px;
}

.card .card__content {
    position: relative;
    z-index: 2;
}

.points .card {
    width: 200px;
    height: 200px;
    margin: auto;
    padding-top: 30px;
    padding-bottom: 30px;
}

.card.card--testimonial {
    padding: 64px 110px;
    color: #4d4d4d;
    font-size: 18px;
    position: relative;
    margin: 10px;
}

.card.card--testimonial:before,
.card.card--testimonial:after {
    content: "";
    position: absolute;
    width: 62px;
    height: 42px;
    z-index: 1;
}

.card.card--testimonial:before {
    background: url(../images/svg/quote-1.svg) center no-repeat;
    background-size: contain;
    top: 32px;
    left: 64px;
}

.card.card--testimonial:after {
    background: url(../images/svg/quote-2.svg) center no-repeat;
    background-size: contain;
    bottom: 80px;
    right: 64px;
}

#footer {
    background-color: #344871;
    padding: 40px 15px;
    color: #fff;
    font-size: 14px;
    text-align: center;
}

#footer a {
    color: #fff;
}

#footer a:hover {
    text-decoration: underline;
}

.points h5 {
    font-weight: 600;
    margin-bottom: 0;
}

.author-name {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #000103;
    margin-top: 48px;
    padding-top: 16px;
    position: relative;
}

.author-name:before {
    position: absolute;
    top: 0;
    left: 50%;
    content: "";
    display: block;
    width: 300px;
    height: 1px;
    background-color: rgba(52, 72, 113, 0.35);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}

#testimonials .swiper-pagination-bullets {
    position: relative;
    bottom: initial;
    margin-top: 24px;
    --swiper-pagination-color: #fff;
    --swiper-pagination-bullet-inactive-color: #fff;
    --swiper-pagination-bullet-width: 40px;
    --swiper-pagination-bullet-height: 2px;
    border-radius: 0;
}

.client__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -48px;
    justify-content: center;
}

.client__logo .client__img {
    width: 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 24px 48px;
}

.client__logo .client__img img {
    max-height: 80px;
    max-width: 100%;
}


/*!
 *	Responsive
 * ----------------------------------------------- */

@media (max-width: 1200px) {
    .col--lg-12 {
        width: 100%;
    }
    .col--lg-9 {
        width: 75%;
    }
    .col--lg-3 {
        width: 25%;
    }
    .client__logo {
        margin: 0 -32px;
    }
    .client__logo .client__img {
        width: 25%;
        padding: 16px 32px;
    }
}

@media (max-width: 992px) {
    .col--md-12 {
        width: 100%;
    }
    .col--md-6 {
        width: 50%;
    }
    #hero {
        background: none;
        padding: 0;
    }
    .mobile-hero {
        padding-top: 160px;
        padding-bottom: 100px;
        background: var(--hero-bg);
        background-attachment: fixed;
        background-size: cover;
    }
    #form {
        margin-right: auto;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 80px;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

@media (max-width: 767px) {
    .col--sm-12 {
        width: 100%;
    }
    .webinar .webinar__title {
        margin-bottom: 24px;
    }
    .card.card--testimonial {
        padding: 64px 80px;
    }
    .card.card--testimonial:before {
        left: 32px;
    }
    .card.card--testimonial:after {
        right: 32px;
    }
    .author-name:before {
        width: 200px;
    }
    .client__logo {
        margin: 0 -24px;
    }
    .client__logo .client__img {
        width: 33%;
        padding: 16px 24px;
    }
}

@media (max-width: 576px) {
    h1,
    .h1 {
        font-size: 40px;
    }
    h2,
    .h2 {
        font-size: 32px;
    }
    .col--xs-12 {
        width: 100%;
    }
    #hero {
        font-size: 16px;
    }
    #form {
        width: 100%;
    }
    #form h3 {
        text-align: left;
    }
    .card.card--testimonial {
        font-size: 16px;
    }
    .card.card--testimonial:before,
    .card.card--testimonial:after {
        width: 40px;
        height: 32px;
    }
    .card.card--testimonial {
        padding: 64px;
    }
    .card.card--testimonial:before {
        left: 24px;
    }
    .card.card--testimonial:after {
        right: 24px;
    }
}

@media (max-width: 479px) {
    .col--xxs-12 {
        width: 100%;
    }
    .section {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .section .section__head {
        font-size: 16px;
    }
    .card.card--testimonial {
        padding: 48px 32px;
    }
    .card.card--testimonial:before,
    .card.card--testimonial:after {
        width: 32px;
        height: 24px;
    }
    .card.card--testimonial:before {
        top: 24px;
        left: 16px;
    }
    .card.card--testimonial:after {
        right: 16px;
        bottom: 24px;
    }
    .author-name {
        margin-top: 32px;
    }
    .author-name:before {
        width: 120px;
    }
    .points .card {
        width: 100%;
        height: 100%;
    }
}

.global-img {
    margin-left: 25px;
}

.mobile-hero img {
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#otpbutton {
    line-height: 24px;
    position: absolute;
    right: 0;
}

#salient-points {
    padding: 15px;
}


/* New Country wise tabbing */

ul.nav.nav-tabs {
    clear: both;
}

ul.nav.nav-tabs li {
    list-style: none;
    float: left;
}

.nav>li>span {
    position: relative;
    display: block;
    padding: 10px 15px;
    cursor: pointer;
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-tabs>li>span {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #344871;
}

.nav-tabs>li.active>span,
.nav-tabs>li.active>span:focus,
.nav-tabs>li.active>span:hover {
    color: #344871;
    cursor: default;
    /* background-color: #344871; */
    border: 1px solid #344871;
    border-bottom-color: #fff;
}

.nav>li {
    position: relative;
    display: block;
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
}

.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
    display: table;
    content: " ";
}

.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
    clear: both;
}

.nav-tabs {
    border-bottom: 1px solid #344871;
}

.tab-pane:not(.active) {
    display: none;
}


/*  */


/* Accordion */

#faq .accordion {
    /* max-width: 400px; */
}

#faq .tab-heading {
    background: #fff;
    padding: 30px 20px;
    /* border-radius: 3px; */
    /* font-size: 0.6em; */
    color: #fff;
    cursor: pointer;
    border-bottom: 1px solid #ccc;
}

#faq .tab-heading h4 {
    pointer-events: none;
    display: block;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0;
    color: #4d4d4d;
}

#faq .tab-content {
    background: #f5f8fb;
    overflow-y: hidden;
    height: 0;
    transition: 0.5s ease;
}

#faq .tab-content p {
    margin: 20px;
}

.iconlist {
    list-style: none;
    margin: 0;
    padding: 0;
}

.iconlist li {
    position: relative;
    font-size: 16px;
    padding: 5px 5px 5px 32px;
}

.iconlist li+li {
    margin-top: 8px;
}

.iconlist svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
}

.iconlist svg path {
    fill: #fff;
}