/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css);

html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
footer,
header,
nav,
section {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

figcaption,
figure,
main {
    display: block
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active,
a:hover {
    outline-width: 0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: inherit
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details,
menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

template {
    display: none
}

[hidden] {
    display: none
}

.D,
.D-1,
.D-10,
.D-11,
.D-12,
.D-2,
.D-3,
.D-4,
.D-5,
.D-6,
.D-7,
.D-8,
.D-9,
.L,
.L-1,
.L-10,
.L-11,
.L-12,
.L-2,
.L-3,
.L-4,
.L-5,
.L-6,
.L-7,
.L-8,
.L-9,
.M,
.M-1,
.M-10,
.M-11,
.M-12,
.M-2,
.M-3,
.M-4,
.M-5,
.M-6,
.M-7,
.M-8,
.M-9,
.SM,
.SM-1,
.SM-10,
.SM-11,
.SM-12,
.SM-2,
.SM-3,
.SM-4,
.SM-5,
.SM-6,
.SM-7,
.SM-8,
.SM-9,
.T,
.T-1,
.T-10,
.T-11,
.T-12,
.T-2,
.T-3,
.T-4,
.T-5,
.T-6,
.T-7,
.T-8,
.T-9 {
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px
}

.container,
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px
}

.container {
    width: 100%;
    max-width: 1200px
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px
}

.row-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0
}

.row-fluid.columns-top,
.row.columns-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.row-fluid.columns-bottom,
.row.columns-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.row-fluid.columns-middle,
.row.columns-middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.row-fluid.columns-stretch,
.row.columns-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.row-fluid.columns-left,
.row.columns-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.row-fluid.columns-right,
.row.columns-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.row-fluid.columns-center,
.row.columns-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.row-fluid.columns-between,
.row.columns-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.row-fluid.columns-around,
.row.columns-around {
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.vertical-top {
    -ms-flex-item-align: start;
    align-self: flex-start
}

.vertical-middle {
    -ms-flex-item-align: center;
    align-self: center
}

.vertical-bottom {
    -ms-flex-item-align: end;
    align-self: flex-end
}

.row-fluid.no-gutter,
.row.no-gutter {
    margin-left: 0;
    margin-right: 0
}

.row-fluid.no-gutter>div,
.row.no-gutter>div {
    padding-left: 0;
    padding-right: 0
}

.D {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%
}

.hidden-D {
    display: none
}

.D-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.D-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.D-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.D-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.D-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.D-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.D-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.D-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.D-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.D-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.D-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.D-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.D-order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.D-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.D-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.D-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.D-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.D-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.D-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
}

.D-order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
}

.D-order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
}

.D-order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
}

.D-order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
}

.D-order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
}

.D-order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
}

.L {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%
}

@media (max-width:1200px) {
    .L {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
}

@media (max-width:1200px) {
    .hidden-L {
        display: none
    }

    .L-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .L-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .L-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .L-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .L-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .L-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .L-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .L-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .L-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .L-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .L-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .L-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .L-order-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .L-order-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .L-order-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .L-order-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .L-order-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .L-order-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .L-order-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .L-order-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .L-order-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .L-order-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .L-order-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .L-order-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .L-order-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }
}

.T {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%
}

@media (max-width:992px) {
    .T {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
}

@media (max-width:992px) {
    .hidden-T {
        display: none
    }

    .T-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .T-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .T-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .T-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .T-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .T-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .T-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .T-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .T-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .T-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .T-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .T-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .T-order-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .T-order-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .T-order-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .T-order-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .T-order-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .T-order-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .T-order-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .T-order-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .T-order-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .T-order-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .T-order-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .T-order-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .T-order-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }
}

.M {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%
}

@media (max-width:768px) {
    .M {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
}

@media (max-width:768px) {
    .hidden-M {
        display: none
    }

    .M-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .M-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .M-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .M-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .M-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .M-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .M-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .M-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .M-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .M-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .M-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .M-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .M-order-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .M-order-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .M-order-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .M-order-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .M-order-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .M-order-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .M-order-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .M-order-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .M-order-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .M-order-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .M-order-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .M-order-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .M-order-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }
}

.SM {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%
}

@media (max-width:568px) {
    .SM {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
}

@media (max-width:568px) {
    .hidden-SM {
        display: none
    }

    .SM-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .SM-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .SM-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .SM-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .SM-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .SM-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .SM-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .SM-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .SM-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .SM-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .SM-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .SM-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .SM-order-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .SM-order-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .SM-order-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .SM-order-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .SM-order-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .SM-order-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .SM-order-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .SM-order-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .SM-order-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .SM-order-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .SM-order-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .SM-order-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .SM-order-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }
}

*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.button,
.button-style {
    border-radius: 3px;
    padding: 7px 16px 8px;
    display: inline-block;
    background: #fff;
    text-decoration: none;
    vertical-align: top;
    cursor: pointer;
    color: #666;
    border: none;
    outline: 0;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    text-align: center;
    font-size: 14px;
    transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out
}

a,
a:active,
a:hover,
a:visited {
    text-decoration: none;
    transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out
}

body {
    font-size: 14px
}

._unmargin {
    margin: 0 !important
}

._unpadding {
    padding: 0 !important
}

._center {
    text-align: center !important
}

._right {
    text-align: right !important
}

._left {
    text-align: left !important
}

._pull-left {
    float: left !important
}

._pull-right {
    float: right !important
}

._hide {
    display: none !important
}

.no-margin {
    margin: 0
}

.no-padding {
    padding: 0
}

.hvr-grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.hvr-grow:active,
.hvr-grow:focus,
.hvr-grow:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.banner {
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh
}

.banner .text-container {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    left: 0;
    -webkit-animation: 1s ease-out 0s 1 slideInFromTop;
    animation: 1s ease-out 0s 1 slideInFromTop
}

.banner .text-container img {
    margin-bottom: 55px
}

@-webkit-keyframes slideInFromTop {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    100% {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

@keyframes slideInFromTop {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    100% {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

.banner .text-container h3 {
    color: #fff;
    text-align: center;
    font-size: 44px;
    line-height: 62px;
    font-family: Raleway;
    font-weight: 600;
    width: 955px;
    margin: auto
}

.banner .text-container .read-more {
    margin-top: 51px;
    width: 169px;
    height: 42px;
    border-radius: 21px;
    background-image: -webkit-linear-gradient(289deg, #6689bc, #365187);
    background-image: linear-gradient(161deg, #6689bc, #365187);
    color: #fff;
    font-family: Raleway;
    border-radius: 22px;
    font-size: 15px;
    border: none;
    padding: 11px 0
}

.banner .text-container .read-more:hover {
    color: #fff
}

.about-us {
    padding: 88px 0
}

.about-us h2 {
    font-family: Raleway;
    font-size: 32px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: .9px;
    text-align: center;
    color: #4a4a4a;
    margin-bottom: 34px
}

.about-us p {
    width: 783px;
    margin: auto;
    font-family: Raleway;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.63;
    letter-spacing: .2px;
    text-align: center;
    color: #4f4545
}

.features {
    padding: 106px 0;
    background-color: #f6f6f6
}

.features h2 {
    font-family: Raleway;
    font-size: 32px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: .9px;
    text-align: center;
    color: #4a4a4a;
    margin-bottom: 66px
}

.features .feature-grid {
    text-align: center
}

.features .feature-grid img {
    margin-bottom: 25px
}

.features .feature-grid .come-in {
    -webkit-transform: translateY(150px);
    -ms-transform: translateY(150px);
    transform: translateY(150px);
    -webkit-animation: come-in .8s ease forwards;
    animation: come-in .8s ease forwards
}

.features .feature-grid .come-in:nth-child(odd) {
    -webkit-animation-duration: .6s;
    animation-duration: .6s
}

.features .feature-grid .already-visible {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation: none;
    animation: none
}

@-webkit-keyframes come-in {
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes come-in {
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.features .feature-grid h4 {
    font-family: Raleway;
    font-size: 19px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #4a4a4a;
    text-align: center;
    margin-bottom: 23px
}

.features .feature-grid p {
    font-family: Raleway;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.63;
    letter-spacing: .2px;
    text-align: center;
    color: #4f4545;
    margin: auto
}

.yt-video {
    padding: 116px 0 90px 0;
    background-size: cover;
    background-repeat: no-repeat
}

.yt-video h3 {
    font-family: Raleway;
    font-size: 32px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: .6px;
    color: #fff;
    margin-bottom: 30px
}

.yt-video p {
    margin-bottom: 50px;
    font-family: Raleway;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: .3px;
    text-align: center;
    color: #fff
}

.yt-video .container {
    text-align: center
}

.yt-video .container iframe {
    border: none;
    height: 355px;
    width: 540px
}

.yt-video .container img {
    /* height: 355px; */
    width: 100%
}
.yt-video .container a .thumb-img{
	transition:all 0.3s ease-in-out;
}
.yt-video .container a:hover .thumb-img{
	transform: scale(1.1);
	transition:all 0.3s ease-in-out;
}
.yt-video a{
    position: relative;
    display: block;
	overflow:hidden;
}
.yt-video .video-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    background:rgba(0, 0, 0, 0.1);
	transition:all 0.2s ease-in-out;
}
.yt-video a:hover .video-overlay{
	    z-index: 1;
	background:rgba(0, 0, 0, 0.5);
	transition:all 0.2s ease-in-out;

}
.yt-video .video-overlay img{
    width: 35px;
    z-index: 9;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateY(-50%);
    top: 50%;
}
.faq {
    padding: 120px 0
}

.faq h2 {
    font-family: Raleway;
    font-size: 32px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: .9px;
    text-align: center;
    color: #4a4a4a;
    margin-bottom: 20px
}

.faq p {
    font-family: Raleway;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: .2px;
    text-align: center;
    color: #4a4a4a;
    margin-bottom: 94px
}

.faq .btn-link:before {
    float: left !important;
    content: "";
    display: block;
    width: 7px;
    height: 20px;
    margin-top: 3px;
    background: url(../images/whiteicon.svg) no-repeat;
    margin-right: 18px
}

.faq .btn-link.collapsed:before {
    float: left !important;
    content: "";
    display: block;
    width: 15px;
    height: 20px;
    margin-top: 7px;
    margin-right: 10px;
    background: url(../images/Options-simple-line-icons.svg) no-repeat
}

.faq .panel-title>a:active,
.faq .panel-title>a:focus,
.faq .panel-title>a:hover {
    text-decoration: none
}

.faq .card {
    margin-bottom: 1px;
    border: none
}

.faq .card .card-header {
    border-radius: 6px;
    background-color: #ededed;
    padding: 25px 25px 20px 25px;
    border: none
}

.faq .card .card-header h5 .btn-link {
    font-family: Raleway;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 22px;
    letter-spacing: .2px;
    color: #4a4a4a;
    text-decoration: none;
    text-align: left;
    white-space: normal
}

.faq .card .card-header.active {
    border-radius: 6px;
    background-image: -webkit-linear-gradient(275deg, #6689bc, #365187);
    background-image: linear-gradient(175deg, #6689bc, #365187)
}

.faq .card .card-header.active h5 .btn-link {
    color: #fff
}

.faq .card .card-header .panel-title {
    font-family: Raleway;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: .2px;
    margin: 0
}

.faq .card .card-header .panel-title a {
    color: #4a4a4a
}

.faq .card .card-body {
    padding: 20px
}

.faq .card .card-body p {
    font-family: Raleway;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.64;
    letter-spacing: .2px;
    color: #4f4545;
    margin-bottom: 0;
    text-align: left;
    padding-left: 43px
}

.faq .card .card-body ol li {
    font-family: Raleway;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.64;
    letter-spacing: .2px;
    color: #4f4545;
    margin-bottom: 0;
    text-align: left
}

.footer {
    padding: 100px 0 65px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #4a4a4a
}

.footer h3 {
    font-family: Raleway;
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: .3px;
    text-align: center;
    color: #fff
}

.footer .Subscribe-wrapper,
.footer .send-box,
.footer .send-icon {
    position: relative;
    padding: 10px
}

.footer .Subscribe-wrapper {
    width: 500px;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 40px
}

.footer .Subscribe-wrapper form {
    text-align: center
}

.footer .send-box {
    width: 100%;
    border-radius: 33.5px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .18);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .18);
    background-color: #fff;
    font-family: Raleway;
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: .3px;
    color: #0b274e;
    padding-right: 40px;
    border: none;
    padding: 16px 45px 16px 25px;
    margin-bottom:10px;
}

.footer .send-box:focus {
    outline: 0
}

.footer .send-icon {
    border: 1px solid transparent;
    background-color: transparent;
    display: inline-block;
    vertical-align: middle;
    outline: 0;
    cursor: pointer;
    right: 20px;
    position: absolute;
    top: 10px
}

.footer .send-icon:after {
    content: "";
    font-family: FontAwesome;
    height: 20px;
    width: 18px;
    margin-top: 4px;
    background: url("../images/near_me - material.svg") no-repeat;
    display: block;
    z-index: 1;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 2px;
    font-size: 20px;
    color: #0f305d;
    cursor: pointer
}

.footer .footer-social-icons {
    width: 350px;
    display: block;
    margin: 0 auto;
    text-align: center
}

.footer .social-icon {
    color: #fff
}

.footer ul.social-icons {
    margin-bottom: 0;
    padding: 0
}

.footer .social-icons li {
    vertical-align: top;
    display: inline;
    height: 100px;
    margin-right: 15px
}

.footer .social-icons li:last-child {
    margin-right: 0
}

.footer .social-icons a {
    color: #fff;
    text-decoration: none
}

.footer .copyright {
    margin-top: 20px
}

.footer .copyright p {
    font-family: Raleway;
    font-size: 10px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: .2px;
    text-align: center;
    color: #fff
}
.footer .copyright a{
		color:#fff;
}
.footer .copyright a:hover{
	text-decoration:underline;
}
.copyright .fa-heart {
    color: red;
    font-size: 10px;
    vertical-align: middle;
}
.copyright .privacy-term{
    margin-left: 10px;
}
.why-auto {
    padding-top: 60px;
    padding-bottom: 90px;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #f6f6f6
}

.why-auto .grid-left {
    padding-right: 30px;
    padding-left: 15px;
    max-width: 100%;
    margin-left: -webkit-calc((200% - 1200px)/ 2);
    margin-left: calc((200% - 1200px)/ 2);
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0
}

.why-auto .grid-left h2 {
    font-family: Raleway;
    font-size: 32px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    letter-spacing: .9px;
    color: #fff;
    margin-bottom: 34px
}

.why-auto .grid-left p {
    font-family: Raleway;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.63;
    letter-spacing: .2px;
    color: #fff
}

.why-auto .grid-left .btn-read-more {
    border-radius: 24.5px;
    border: solid 2px #fff;
    font-family: Raleway;
    font-size: 15px;
    letter-spacing: .1px;
    text-align: center;
    color: #fff;
    background: 0 0;
    width: 188px;
    margin-top: 34px
}

.why-auto .grid-left .btn-read-more:hover {
    color: #fff
}

.why-auto img {
    width: 100%
}

.why-auto .slider {
    margin: 100px auto
}

.why-auto .slick-slide {
    margin: 0 20px
}

.why-auto .slick-slide img {
    width: 100%
}

.why-auto .slick-next:before,
.why-auto .slick-prev:before {
    color: #000;
    display: none
}

.why-auto .slick-slide {
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    opacity: .2
}

.why-auto .slick-active {
    opacity: .5
}

.why-auto .slick-current {
    opacity: 1
}

.why-auto .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 13px;
    height: 13px;
    cursor: pointer;
    border: 0;
    outline: 0;
    color: transparent;
    background: #c6c6c6;
    border-radius: 20pc
}

.why-auto .slick-dotted.slick-slider {
    margin-bottom: 30px;
    margin: 0
}

.why-auto .slick-initialized .slick-slide {
    margin-left: 0;
    margin-right: auto
}

.send-fail{
    color: red;
    /* padding: 10px; */
    text-align: center;
 }
 .send-success{
    color: white;
    /* padding: 10px; */
    text-align: center;
 }


@media screen and (min-width:320px) and (max-width:480px) and (orientation:portrait) {
    .banner .text-container h3 {
        width: 100%;
        font-size: 32px;
        line-height: 45px
    }

    .about-us {
        padding: 70px 0
    }

    .about-us p {
        width: 100%
    }

    .features {
        padding: 70px 0
    }

    .features .feature-grid {
        margin: 0 0 25px 0
    }

    .footer .Subscribe-wrapper {
        width: 100%
    }

    .why-auto .grid-left {
        position: inherit;
        margin-left: 0;
        width: 100%;
        margin-bottom: 40px;
        text-align: center
    }

    .why-auto .grid-left .textcontainer {
        padding-bottom: 30px
    }

    .faq {
        padding: 70px 0
    }

    .faq p {
        margin-bottom: 60px
    }

    .faq .card .card-header h5 .btn-link {
        white-space: inherit
    }

    .banner {
        height: 90vh
    }

    .banner .text-container {
        top: 45%
    }

    .why-auto {
        background-position: 100%;
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-color: #f6f6f6
    }

    .footer {
        padding: 70px 0 65px 0
    }

    .yt-video {
        padding: 70px 0 65px 0;
        background-position: 100%;
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 125%
    }

    .yt-video .container iframe {
        width: 100%
    }

    .yt-video .container img {
        width: 100%;
        height: auto
    }

    .faq .btn-link.collapsed:before {
        height: 40px
    }

    .faq .btn-link:before {
        height: 45px
    }
}

@media screen and (min-width:320px) and (max-width:480px) and (orientation:landscape) {
    .yt-video {
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%
    }

    .yt-video .container iframe {
        width: 100%
    }

    .yt-video .container img {
        width: 100%;
        height: auto
    }

    .banner {
        height: 100vh
    }

    .banner .text-container {
        top: 45%
    }

    .why-auto {
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-color: #f6f6f6
    }

    .why-auto .grid-left {
        position: inherit;
        margin-left: 0;
        width: 100%;
        margin-bottom: 40px;
        text-align: center
    }

    .why-auto .grid-left .textcontainer {
        padding-bottom: 20px
    }

    .features .feature-grid {
        margin: 0 0 25px 0
    }

    .banner .text-container h3 {
        width: 100%;
        font-size: 32px;
        line-height: 45px
    }

    .footer .Subscribe-wrapper {
        width: 100%
    }

    .about-us p {
        width: 100%
    }
}

@media screen and (min-width:320px) and (max-width:568px) and (orientation:portrait) {
    .banner .text-container h3 {
        width: 100%;
        font-size: 32px;
        line-height: 45px
    }

    .about-us {
        padding: 70px 0
    }

    .about-us p {
        width: 100%
    }

    .features {
        padding: 70px 0
    }

    .features .feature-grid {
        margin: 0 0 25px 0
    }

    .footer .Subscribe-wrapper {
        width: 100%
    }

    .why-auto .grid-left {
        position: inherit;
        margin-left: 0;
        width: 100%;
        margin-bottom: 40px;
        text-align: center
    }

    .why-auto .grid-left .textcontainer {
        padding-bottom: 30px
    }

    .faq {
        padding: 70px 0
    }

    .faq p {
        margin-bottom: 60px
    }

    .faq .card .card-header h5 .btn-link {
        white-space: inherit
    }

    .banner {
        height: 90vh
    }

    .banner .text-container {
        top: 45%
    }

    .why-auto {
        background-position: 100%;
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-color: #f6f6f6
    }

    .footer {
        padding: 70px 0 65px 0
    }

    .yt-video {
        padding: 70px 0 65px 0;
        background-position: 100%;
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 125%
    }

    .yt-video .container iframe {
        width: 100%
    }

    .yt-video .container img {
        width: 100%;
        height: auto
    }

    .faq .btn-link.collapsed:before {
        height: 40px
    }

    .faq .btn-link:before {
        height: 45px
    }
}

@media screen and (min-width:320px) and (max-width:568px) and (orientation:landscape) {
    .yt-video {
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%
    }

    .yt-video .container iframe {
        width: 100%
    }

    .yt-video .container img {
        width: 100%;
        height: auto
    }

    .banner {
        height: 100vh
    }

    .banner .text-container {
        top: 45%
    }

    .why-auto {
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-color: #f6f6f6
    }

    .why-auto .grid-left {
        position: inherit;
        margin-left: 0;
        width: 100%;
        margin-bottom: 40px;
        text-align: center
    }

    .why-auto .grid-left .textcontainer {
        padding-bottom: 20px
    }

    .features .feature-grid {
        margin: 0 0 25px 0
    }

    .banner .text-container h3 {
        width: 100%;
        font-size: 32px;
        line-height: 45px
    }

    .footer .Subscribe-wrapper {
        width: 100%
    }

    .about-us p {
        width: 100%
    }
}

@media screen and (min-width:414px) and (max-width:736px) and (orientation:portrait) {
    .banner .text-container h3 {
        width: 100%;
        font-size: 32px;
        line-height: 45px
    }

    .about-us {
        padding: 70px 0
    }

    .about-us p {
        width: 100%
    }

    .features {
        padding: 70px 0
    }

    .features .feature-grid {
        margin: 0 0 25px 0
    }

    .footer .Subscribe-wrapper {
        width: 100%
    }

    .why-auto .grid-left {
        position: inherit;
        margin-left: 0;
        width: 100%;
        margin-bottom: 40px;
        text-align: center
    }

    .why-auto .grid-left .textcontainer {
        padding-bottom: 30px
    }

    .faq {
        padding: 70px 0
    }

    .faq p {
        margin-bottom: 60px
    }

    .faq .card .card-header h5 .btn-link {
        white-space: inherit
    }

    .banner {
        height: 90vh
    }

    .banner .text-container {
        top: 45%
    }

    .why-auto {
        background-position: 100%;
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-color: #f6f6f6
    }

    .footer {
        padding: 70px 0 65px 0
    }

    .yt-video {
        padding: 70px 0 65px 0;
        background-position: 100%;
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 125%
    }

    .yt-video .container iframe {
        width: 100%
    }

    .yt-video .container img {
        width: 100%;
        height: auto
    }

    .faq .btn-link.collapsed:before {
        height: 40px
    }

    .faq .btn-link:before {
        height: 45px
    }
}

@media screen and (min-width:414px) and (max-width:736px) and (orientation:landscape) {
    .yt-video {
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%
    }

    .yt-video .container iframe {
        width: 100%
    }

    .yt-video .container img {
        width: 100%;
        height: auto
    }

    .banner {
        height: 100vh
    }

    .banner .text-container {
        top: 45%
    }

    .why-auto {
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-color: #f6f6f6
    }

    .why-auto .grid-left {
        position: inherit;
        margin-left: 0;
        width: 100%;
        margin-bottom: 40px;
        text-align: center
    }

    .why-auto .grid-left .textcontainer {
        padding-bottom: 20px
    }

    .features .feature-grid {
        margin: 0 0 25px 0
    }

    .banner .text-container h3 {
        width: 100%;
        font-size: 32px;
        line-height: 45px
    }

    .footer .Subscribe-wrapper {
        width: 100%
    }

    .about-us p {
        width: 100%
    }
}

@media screen and (min-width:320px) and (max-width:640px) and (orientation:portrait) {
    .banner .text-container h3 {
        width: 100%;
        font-size: 32px;
        line-height: 45px
    }

    .about-us {
        padding: 70px 0
    }

    .about-us p {
        width: 100%
    }

    .features {
        padding: 70px 0
    }

    .features .feature-grid {
        margin: 0 0 25px 0
    }

    .footer .Subscribe-wrapper {
        width: 100%
    }

    .why-auto .grid-left {
        position: inherit;
        margin-left: 0;
        width: 100%;
        margin-bottom: 40px;
        text-align: center
    }

    .why-auto .grid-left .textcontainer {
        padding-bottom: 30px
    }

    .faq {
        padding: 70px 0
    }

    .faq p {
        margin-bottom: 60px
    }

    .faq .card .card-header h5 .btn-link {
        white-space: inherit
    }

    .banner {
        height: 90vh
    }

    .banner .text-container {
        top: 45%
    }

    .why-auto {
        background-position: 100%;
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-color: #f6f6f6
    }

    .footer {
        padding: 70px 0 65px 0
    }

    .yt-video {
        padding: 70px 0 65px 0;
        background-position: 100%;
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 125%
    }

    .yt-video .container iframe {
        width: 100%
    }

    .yt-video .container img {
        width: 100%;
        height: auto
    }

    .faq .btn-link.collapsed:before {
        height: 40px
    }

    .faq .btn-link:before {
        height: 45px
    }
}

@media screen and (min-width:320px) and (max-width:640px) and (orientation:landscape) {
    .yt-video {
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%
    }

    .yt-video .container iframe {
        width: 100%
    }

    .yt-video .container img {
        width: 100%;
        height: auto
    }

    .banner {
        height: 100vh
    }

    .banner .text-container {
        top: 45%
    }

    .why-auto {
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-color: #f6f6f6
    }

    .why-auto .grid-left {
        position: inherit;
        margin-left: 0;
        width: 100%;
        margin-bottom: 40px;
        text-align: center
    }

    .why-auto .grid-left .textcontainer {
        padding-bottom: 20px
    }

    .features .feature-grid {
        margin: 0 0 25px 0
    }

    .banner .text-container h3 {
        width: 100%;
        font-size: 32px;
        line-height: 45px
    }

    .footer .Subscribe-wrapper {
        width: 100%
    }

    .about-us p {
        width: 100%
    }
}

@media screen and (min-width:360px) and (max-width:640px) and (orientation:portrait) {
    .banner .text-container h3 {
        width: 100%;
        font-size: 32px;
        line-height: 45px
    }

    .about-us {
        padding: 70px 0
    }

    .about-us p {
        width: 100%
    }

    .features {
        padding: 70px 0
    }

    .features .feature-grid {
        margin: 0 0 25px 0
    }

    .footer .Subscribe-wrapper {
        width: 100%
    }

    .why-auto .grid-left {
        position: inherit;
        margin-left: 0;
        width: 100%;
        margin-bottom: 40px;
        text-align: center
    }

    .why-auto .grid-left .textcontainer {
        padding-bottom: 30px
    }

    .faq {
        padding: 70px 0
    }

    .faq p {
        margin-bottom: 60px
    }

    .faq .card .card-header h5 .btn-link {
        white-space: inherit
    }

    .banner {
        height: 90vh
    }

    .banner .text-container {
        top: 45%
    }

    .why-auto {
        background-position: 100%;
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-color: #f6f6f6
    }

    .footer {
        padding: 70px 0 65px 0
    }

    .yt-video {
        padding: 70px 0 65px 0;
        background-position: 100%;
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 125%
    }

    .yt-video .container iframe {
        width: 100%
    }

    .yt-video .container img {
        width: 100%;
        height: auto
    }

    .faq .btn-link.collapsed:before {
        height: 40px
    }

    .faq .btn-link:before {
        height: 45px
    }
}

@media screen and (min-width:360px) and (max-width:640px) and (orientation:landscape) {
    .yt-video {
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%
    }

    .yt-video .container iframe {
        width: 100%
    }

    .yt-video .container img {
        width: 100%;
        height: auto
    }

    .banner {
        height: 100vh
    }

    .banner .text-container {
        top: 45%
    }

    .why-auto {
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-color: #f6f6f6
    }

    .why-auto .grid-left {
        position: inherit;
        margin-left: 0;
        width: 100%;
        margin-bottom: 40px;
        text-align: center
    }

    .why-auto .grid-left .textcontainer {
        padding-bottom: 20px
    }

    .features .feature-grid {
        margin: 0 0 25px 0
    }

    .banner .text-container h3 {
        width: 100%;
        font-size: 32px;
        line-height: 45px
    }

    .footer .Subscribe-wrapper {
        width: 100%
    }

    .about-us p {
        width: 100%
    }
}

@media screen and (min-width:375px) and (max-width:667px) and (orientation:portrait) {
    .banner .text-container h3 {
        width: 100%;
        font-size: 32px;
        line-height: 45px
    }

    .about-us {
        padding: 70px 0
    }

    .about-us p {
        width: 100%
    }

    .features {
        padding: 70px 0
    }

    .features .feature-grid {
        margin: 0 0 25px 0
    }

    .footer .Subscribe-wrapper {
        width: 100%
    }

    .why-auto .grid-left {
        position: inherit;
        margin-left: 0;
        width: 100%;
        margin-bottom: 40px;
        text-align: center
    }

    .why-auto .grid-left .textcontainer {
        padding-bottom: 30px
    }

    .faq {
        padding: 70px 0
    }

    .faq p {
        margin-bottom: 60px
    }

    .faq .card .card-header h5 .btn-link {
        white-space: inherit
    }

    .banner {
        height: 90vh
    }

    .banner .text-container {
        top: 45%
    }

    .why-auto {
        background-position: 100%;
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-color: #f6f6f6
    }

    .footer {
        padding: 70px 0 65px 0
    }

    .yt-video {
        padding: 70px 0 65px 0;
        background-position: 100%;
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 125%
    }

    .yt-video .container iframe {
        width: 100%
    }

    .yt-video .container img {
        width: 100%;
        height: auto
    }

    .faq .btn-link.collapsed:before {
        height: 40px
    }

    .faq .btn-link:before {
        height: 45px
    }
}

@media screen and (min-width:375px) and (max-width:667px) and (orientation:landscape) {
    .yt-video {
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%
    }

    .yt-video .container iframe {
        width: 100%
    }

    .yt-video .container img {
        width: 100%;
        height: auto
    }

    .banner {
        height: 100vh
    }

    .banner .text-container {
        top: 45%
    }

    .why-auto {
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-color: #f6f6f6
    }

    .why-auto .grid-left {
        position: inherit;
        margin-left: 0;
        width: 100%;
        margin-bottom: 40px;
        text-align: center
    }

    .why-auto .grid-left .textcontainer {
        padding-bottom: 20px
    }

    .features .feature-grid {
        margin: 0 0 25px 0
    }

    .banner .text-container h3 {
        width: 100%;
        font-size: 32px;
        line-height: 45px
    }

    .footer .Subscribe-wrapper {
        width: 100%
    }

    .about-us p {
        width: 100%
    }
}

@media screen and (min-width:768px) and (max-width:1024px) and (orientation:portrait) {
    .banner .text-container h3 {
        width: 100%;
        font-size: 32px;
        line-height: 45px
    }

    .about-us {
        padding: 70px 0
    }

    .about-us p {
        width: 100%
    }

    .features {
        padding: 70px 0
    }

    .features .feature-grid {
        margin: 0 0 25px 0
    }

    .footer .Subscribe-wrapper {
        width: 100%
    }

    .why-auto .grid-left {
        position: inherit;
        margin-left: 0;
        width: 100%;
        margin-bottom: 40px;
        text-align: center
    }

    .why-auto .grid-left .textcontainer {
        padding-bottom: 30px
    }

    .faq {
        padding: 70px 0
    }

    .faq p {
        margin-bottom: 60px
    }

    .faq .card .card-header h5 .btn-link {
        white-space: inherit
    }

    .banner {
        height: 90vh
    }

    .banner .text-container {
        top: 45%
    }

    .why-auto {
        background-position: 100%;
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-color: #f6f6f6
    }

    .footer {
        padding: 70px 0 65px 0
    }

    .yt-video {
        padding: 70px 0 65px 0;
        background-position: 100%;
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 125%
    }

    .yt-video .container iframe {
        width: 100%
    }

    .yt-video .container img {
        width: 100%;
        height: auto
    }

    .faq .btn-link.collapsed:before {
        height: 40px
    }

    .faq .btn-link:before {
        height: 45px
    }
}

@media screen and (min-width:768px) and (max-width:1024px) and (orientation:landscape) {
    .yt-video {
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%
    }

    .yt-video .container iframe {
        width: 100%
    }

    .yt-video .container img {
        width: 100%;
        height: auto
    }

    .banner {
        height: 100vh
    }

    .banner .text-container {
        top: 45%
    }

    .why-auto {
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-color: #f6f6f6
    }

    .why-auto .grid-left {
        position: inherit;
        margin-left: 0;
        width: 100%;
        margin-bottom: 40px;
        text-align: center
    }

    .why-auto .grid-left .textcontainer {
        padding-bottom: 20px
    }

    .features .feature-grid {
        margin: 0 0 25px 0
    }

    .banner .text-container h3 {
        width: 100%;
        font-size: 32px;
        line-height: 45px
    }

    .footer .Subscribe-wrapper {
        width: 100%
    }

    .about-us p {
        width: 100%
    }
}