/*-- 1. Reset.css
2. Navigation Styles
3. Hero section
4. Stats Section
5. Syptoms Sections
6. Advice Section features
7. Resources Section
8. Back to Top
9. Footer CTA

----------------- */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* --- Common Styles ---*/
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat';
    font-size: 16px;
}

p {
    font-family: 'Montserrat';
    font-size: 14px;
}

/*----- Helper Classes -----*/
html * {
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

/*------ Navbar Styling ------*/
.navbar {
    font-family: "Montserrat";
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: transparent !important;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.navbar .navbar-brand span {
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
    color: #00eaff !important;
    vertical-align: middle;
}

.navbar .navbar-brand img {
    vertical-align: middle;
    margin-right: 0.3em;
}

.navbar .navbar-toggler {
    border: none;
}

.navbar span.navbar-toggler-icon::before {
    outline: none;
}

.navbar .navbar-toggler:focus {
    outline: none;
}

.navbar-nav {
    text-align: center;
    margin-top: 15px;
    -webkit-transition: 0.5s all ease; /* For Safari 3.1 to 6.0 */
    transition: 0.5s all ease;
}

.navbar-nav .nav-item {
    margin-right: 0;
    margin-top: 1.5rem;
    font-size: 0.85rem;
    font-weight: 400;
    text-transform: capitalize;
    color: #563D7C;
}

.navbar-nav .nav-item .nav-link {
    color: #364655;
    font-weight: 600;
}

.nav-white .nav-item .nav-link {
    font-size: 0.92rem;
    text-transform: capitalize;
    color: #FFFFFF;
}

.nav-white .nav-item .nav-link:hover {
    color: #c6002b;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.nav-white .nav-item .nav-link:focus {
    color: #c6002b;
}

.nav-white .navbar-brand {
    color: #FFFFFF;
}

@media only screen and (max-width: 768px) {
    .navbar {
        background: rgba(255, 255, 255, 0.99) !important;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .navbar .navbar-collapse {
        text-align: center;
        border-color: transparent;
        background-color: #FFFFFF;
    }

    .navbar-nav {
        margin: 15px 0;
    }

    .navbar-nav .nav-item {
        margin: 15px 0;
    }

    .navbar-nav .nav-item .nav-link {
        font-weight: 600;
    }

    .nav-white .nav-item .nav-link {
        color: #404040;
    }
}

@media only screen and (min-width: 240px) {
    .navbar.past-main {
        padding-top: 15px;
        padding-bottom: 15px;
        background-color: rgba(255, 255, 255, 0.99) !important;
        -webkit-box-shadow: 0 3px 10px 0 rgba(96, 96, 96, 0.3);
        -moz-box-shadow: 0 3px 10px 0 rgba(96, 96, 96, 0.3);
        box-shadow: 0 3px 10px 0 rgba(96, 96, 96, 0.3);
    }

    .navbar.effect-main {
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .navbar.past-main .navbar-brand span {
        color: #112493 !important;
    }

    .nav-white.past-main .nav-item .nav-link {
        color: #364655;
        font-weight: 500;
    }

    .navbar.past-main .nav-item .nav-link {
        font-weight: 600;
    }

    .nav-white.past-main .navbar-brand {
        color: #364655;
    }

    .navbar.past-main span.navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    }

    .nav-white.effect-main {
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    /*----------------------------------------------------------
--------------- Hero Home Styling Starts -------------------
----------------------------------------------------------*/
    .hero-home {
        background: url(../images/hero-bg-gradient-white.jpg) no-repeat center center;
        background-size: cover;
        background-position: center bottom;
        padding-left: 0;
        padding-right: 0;
        padding-top: 130px;
    }

    .hero-home .intro-block {
        padding: 0px 0 0;
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0;
    }

    .centered {
        float: none !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .hero-home h4 {
        font-size: 12px;
        font-weight: 500;
        color: #FFF;
        text-transform: uppercase;
        line-height: 1.2;
        letter-spacing: 1px;
        margin-bottom: 10px;
    }

    .hero-home h3 {
        font-size: 20px;
        font-weight: 500;
        color: #c6002b;
        margin-bottom: -20px;
        margin-top: 10px;
    }

    .hero-home h1 {
        font-size: 32px;
        font-weight: 700;
        color: #FFFFFF;
        color: #FFF;
        line-height: 1.4;
        letter-spacing: -1px;
    }

    .hero-home p {
        font-size: 14px;
        font-weight: 500;
        color: #EFEFEF;
        line-height: 1.6;
        margin-top: 20px;
    }

    .hero-inner {
        display: block;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 75px;
    }

    .hero-inner .intro-block {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 40%;
        flex: 1 0 40%;
        text-align: center;
    }

    .hero-inner .hero-img {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 60%;
        flex: 1 0 60%;
    }

    .btn-action {
        padding: 20px 40px;
        background: #c6002b;
        color: #FFF;
        border: none;
        border-radius: 50px;
        opacity: 1;
        box-shadow: 0 5px 15px 0 rgba(0, 92, 100, .15);
        font-family: 'Montserrat';
        font-size: 13px;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin: 25px 10px 0 0;
        -webkit-transition: 0.2s;
        -moz-transition: 0.2s;
        transition: 0.2s;
    }

    .btn-action:hover {
        color: #FFFFFF;
        box-shadow: #404040;
        border: none;
        outline: none;
    }

    .btn-action:focus {
        background: #404040;
        color: #FFFFFF;
        border: none;
        outline: none !important;
    }

    /*-----------------------------------------------------------------
--------------- Features Boxed Section Stying Starts --------------
-----------------------------------------------------------------*/
    .syptoms-boxed-ft {
        padding: 100px 0 100px 0;
        background: #f0f0f0;
    }

    .syptoms-boxed-ft .boxed-intro {
        padding: 50px 0 75px 0;
        overflow: hidden;
        max-width: 600px;
        margin: 0 auto;
    }

    .syptoms-boxed-ft .boxed-intro h4 {
        font-size: 14px;
        font-weight: 600;
        color: #848484;
        text-transform: uppercase;
        margin-bottom: 15px;
    }

    .syptoms-boxed-ft .boxed-intro h1 {
        font-size: 24px;
        font-weight: 700;
        color: #364655;
        line-height: 1.2;
    }

    .syptoms-boxed-ft .boxed-intro p {
        font-size: 14px;
        font-weight: 500;
        color: #848484;
        line-height: 1.6;
        margin: 20px 0 0 0;
    }

    .box-inner-support {
        /* background: #c6002b;*/
        padding: 10px 30px 0px 30px;
        margin-bottom: 5px;
        color: #fff;
    }

    .box-inner-text {
        background: #fff;
        padding: 30px 30px 30px 30px;
        margin-bottom: 5px;
        color: #404040;
    }

    .syptoms-boxed-ft .box-inner {
        padding: 0px 30px;
        margin-bottom: 30px;

        /* background: #FFFFFF;*/
        min-height: 100px;

        /* border-radius: 2px; */
        /* box-shadow: 0 10px 30px rgba(0,0,0,.15);*/
        -webkit-transition: box-shadow .25s ease-in-out;
        -moz-transition: box-shadow .25s ease-in-out;
        -ms-transition: box-shadow .25s ease-in-out;
        -o-transition: box-shadow .25s ease-in-out;
        transition: box-shadow .25s ease-in-out;
    }

    /* .yd-boxed-ft .box-inner:hover {
        cursor: pointer;
        box-shadow: 0 30px 60px rgba(0,0,0,.15);
    }
    
    */
    .syptoms-boxed-ft .box-inner .box-icon {
        padding: 0 0 20px 0;
    }

    .syptoms-boxed-ft .box-inner .box-icon i {
        font-size: 34px;
        color: #448AFF;
    }

    .syptoms-boxed-ft .box-inner .box-info {
        padding: 0 0 20px 0;
    }

    .syptoms-boxed-ft .box-inner .box-info h1 {
        font-size: 21px;
        font-weight: 500;
        line-height: 1.2;
        color: #343434;
        margin: 0 0 20px 0;
    }

    .syptoms-boxed-ft .box-inner .box-info p {
        font-size: 16px;
        font-weight: 500;
        line-height: 1.6;
        color: #404040;
    }

    .syptoms-boxed-ft .box-inner .box-arrow {
        position: absolute;
        right: 15%;
        bottom: 12%;
    }

    .syptoms-boxed-ft .box-inner .box-arrow i {
        font-size: 32px;
        color: #448AFF;
    }

    /*-----------------------------------------------------
------------ syptoms styling starts -------------
-----------------------------------------------------*/
    .syptoms-section {
        padding: 100px 0 100px 0;
        background: #000;
        background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../images/bg_section_symptoms.jpg) no-repeat center center;
        background-size: cover;
        background-position: bottom;
        background-image: url('../images/bg_section_symptoms.jpg');
    }

    .syptoms-section .col-md-8,
    .syptoms-section .col-sm-8,
    .syptoms-section .col-lg-8,
    .cta-alt .col-md-10,
    .cta-alt .col-lg-8 {
        margin: 0 auto;
        float: none;
    }

    .syptoms-section h1 {
        font-size: 28px;
        font-weight: 700;
        color: #fff;
        line-height: 1.2;
        margin-bottom: 20px;
    }

    .syptoms-section p {
        font-size: 14px;
        font-weight: 500;
        color: rgb(129, 129, 152);
        line-height: 1.6;
        max-width: 600px;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .vid-cover {
        position: relative;
        overflow: hidden;
        background: #252525;
        border-radius: 6px;
        box-shadow: 0 23px 40px rgba(0, 0, 0, 0.2);
        z-index: 3;
        margin-top: 60px;
        margin-bottom: 30px;
    }

    .syptoms-section h6 {
        font-family: 'Montserrat';
        font-size: 14px;
        font-weight: 400;
        line-height: 1.4;
        letter-spacing: 0;
    }

    .syptoms-section h6 b {
        font-weight: 600;
    }

    .syptoms-section h6 span a {
        font-family: 'Montserrat';
        font-size: 14px;
        font-weight: 400;
        color: #387ed1;
        text-transform: capitalize;
        text-decoration: underline;
        line-height: 1.2;
    }

    /*--------------------------------------------------
------------ syptoms styling Ends -------------
---------------------------------------------------*/
    /*--------- Cta Small Section Styling ------------*/
    .cta-sm {
        padding: 100px 0 100px 0;
        background: rgba(30, 166, 154, 0.1);
        background: #f8faff;
    }

    .cta-sm .cta-content {
        max-width: 768px;
        margin: 0 auto;
    }

    .cta-sm h1 {
        font-size: 28px;
        font-weight: 400;
        line-height: 1.6;
        margin-bottom: 20px;
    }

    .cta-sm h4 {
        font-size: 13px;
        font-weight: 500;
        color: #aeaeae;
        margin-bottom: 15px;
    }

    .btn-cta {
        font-family: "Montserrat";
        display: inline-block;
        font-size: 14px;
        font-weight: bold;
        border-radius: 100px;
        padding: 20px 30px;
        text-align: center;
        text-decoration: none !important;
        outline: none !important;
        background-color: #fff;
        color: #c6002b;
        cursor: pointer;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
        margin-top: 10px;
    }

    .btn-cta:hover {
        color: #FFFFFF;
        background-color: #c6002b;
    }

    /*--------- Cta Small Section Styling ends ------------*/
    /*-------------------------------------------------------
-------------- buttons Styling ----------------
-------------------------------------------------------*/
    .cta-buttons {
        margin-top: 25px;
        padding-bottom: 25px;
    }

    .cta-buttons {
        position: relative;
    }

    .text-muted {
        font-family: 'Montserrat';
        font-size: 13px;
        color: #222222;
    }

    .text-muted strong {
        color: #FF3333;
    }

    .btn-send {
        font-family: 'Montserrat';
        font-size: 13px;
        font-weight: 400;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-bottom: 20px;
        padding: 12px 24px;
        border-radius: 50px;
        color: #FFFFFF;
        border: 0;
        cursor: pointer;
        background: #15ccbe;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        transition: 0.5s;
    }

    .btn-send:hover,
    .btn-send:focus,
    .btn-send:active {
        color: #FFFFFF;
        background: #15ccbe;
        border: 0;
        outline: none !important;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        transition: 0.5s;
    }

    /* -------- Contact Section Styling Ends ---- */
    /*-----------------------------------------------------------
------------ Service Features Styling Starts ---------------
-----------------------------------------------------------*/
    .title-intro {
        padding: 0 0 50px 0;
    }

    .title-intro h1 {
        font-size: 36px;
        font-weight: 700;
        color: #ffffff;
        line-height: 1.2;
        margin-bottom: 20px;
    }

    .title-intro p {
        font-size: 14px;
        font-weight: 500;
        color: rgb(129, 129, 152);
        line-height: 1.6;
        max-width: 600px;
        margin: 0 auto;
    }

    .justify-center {
        justify-content: center !important;
        display: flex;
    }

    .resources-section {
        background: #f8faff;
        background: #c30029;
        padding: 100px 0 50px 0;
        position: relative;
    }

    .syptoms-card {
        background: #FFF;
        text-align: center;
        box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);
        padding: 50px 25px;
        margin: 0 0 50px;
        cursor: pointer;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        min-height: 300px;
    }

    .syptoms-card:hover {
        box-shadow: 0 40px 60px 0 rgba(0, 0, 0, 0.1);
    }

    .syptoms-card-modal {
        background: #FFF;
        text-align: center;
        padding: 50px 25px;
        margin: 0 0 50px;
        cursor: pointer;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        min-height: 300px;
    }

    .stats-card {
        background: none;
        text-align: center;

        /* box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);*/
        /*border-bottom: 2px solid rgba(21, 204, 190, 0.8);*/
        padding: 20px 25px;
        margin: 0 0 50px 0;
        cursor: pointer;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        min-height: 300px;
    }

    .card-icon {
        width: 80px;
        height: 80px;
        margin: 0 auto;
        border-radius: 50%;
        background: rgba(30, 166, 154, 0.08);
        display: table;
        text-align: center;
    }

    .card-img {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }

    .card-text {
        padding: 15px;
        margin-top: 15px;
    }

    .card-text h3 {
        font-size: 22px;
        font-weight: 900;
        color: #c6002b;
    }

    .card-text-stats h3 {
        font-size: 100px;
        font-weight: 900;
        color: #fff;
        padding: 15px;
        margin-top: 0px;
    }

    .card-text-stats h2 {
        font-size: 32px;
        font-weight: 100;
        color: #fff;

        /* padding: 15px;*/
        margin-top: 0px;
    }

    .card-text-stats h1 {
        font-size: 100px;
        font-weight: 100;
        color: #fff;

        /* padding: 15px;*/
        margin-top: 0px;
    }

    .card-text p {
        font-size: 16px;
        font-weight: 500;
        color: #404040;
        line-height: 1.6;
        margin-top: 15px;
    }

    @media only screen and (max-width: 42em) {
        .syptoms-card {
            display: block !important;
        }
    }

    /*--------------------------------------------------------------
-------------------- Footer Small Styling Starts ---------------
--------------------------------------------------------------*/
    .footer-sm {
        padding: 30px 0 100px;
        background: rgba(30, 166, 154, 0.1);
        background: #f8faff;
        text-align: center;
    }

    .footer-sm .col-md-4:nth-child(even) {
        text-align: center;
    }

    .footer-sm .footer-logo {
        font-family: 'Montserrat';
        font-size: 16px;
        font-weight: 600;
        color: rgb(132, 132, 132);
        letter-spacing: 0;
        display: block;
        margin-bottom: 15px;
        text-decoration: none;
    }

    .footer-sm h6 {
        font-size: 13px;
        font-weight: 500;
        color: rgb(100, 100, 100);
        letter-spacing: 0;
        display: inline-block;
    }

    .footer-sm ul {
        list-style-type: none;
        text-align: center;
        margin-top: 10px;
    }

    .footer-sm ul li {
        font-family: "Montserrat";
        font-size: 13px;
        font-weight: 400;
        letter-spacing: 0;
        display: inline-block;
        margin-left: 6px;
        margin-right: 6px;
    }

    .footer-sm ul li a {
        font-size: 13px;
        font-weight: 500;
        position: relative;
        display: inline-block;
        color: rgb(132, 132, 132);
        text-decoration: none;
    }

    .footer-sm ul li a:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        bottom: -3px;
        left: 0;
        background-color: #1ea69a;
        visibility: hidden;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transition: all 0.2s ease-in-out 0s;
        transition: all 0.2s ease-in-out 0s;
    }

    .footer-sm ul li a:hover:before {
        visibility: visible;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    .no-touch .footer-sm ul li a:hover {
        text-decoration: none;
        color: #000;
    }

    /* -------------------------------------------------------
----------- Bact-to-Top Styling Starts Here --------------
---------------------------------------------------------*/
    .bk-top {
        position: fixed;
        bottom: 0px;
        right: 0px;
        left: 0px;
        border-radius: 3px;
        z-index: 90;
        display: none;
        height: 80px;
        background: #fff;
        color: #c6002b;
        border-radius: 0%;
        display: table-row;
        box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
    }

    /* .bk-top-txt {
        display: table;
        vertical-align: middle;
        text-align: center;
    } */
    .bk-inner-box-1 {
        padding: 10px;
        background: #3c3d3d;
        color: #fff;
    }

    .bk-inner-box-2 {
        padding: 10px;
        background: #000;
        color: #fff;
    }

    .back-to-top {
        font-family: 'Montserrat';
        font-size: 12px;
        font-weight: 700;
        color: #c6002b;
        text-decoration: none;
        -webkit-transition: 200ms;
        -moz-transition: 200ms;
        -o-transition: 200ms;
        transition: 200ms;
    }

    .back-to-top:hover {
        color: #c6002b;
        text-decoration: none;
        font-size: 13px;
    }

    .back-to-top:focus {
        color: #c6002b;
    }

    span {
        font-weight: 900;
    }

    .speech-bubble {
        position: relative;
        background: #4b4b4b;
        border-radius: .4em;
        padding: 20px;
        margin-bottom: 50px;
    }

    .speech-bubble:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 0;
        height: 0;
        border: 19px solid transparent;
        border-top-color: #4b4b4b;
        border-bottom: 0;
        margin-left: -19px;
        margin-bottom: -19px;
    }

    .speech-bubble-modal {
        position: relative;
        background: #c6002b;
        border-radius: .4em .4em .1em .1em;
        padding: 20px;
        margin-bottom: -21px;
    }

    .speech-bubble-modal:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 0;
        height: 0;
        border: 19px solid transparent;
        border-top-color: #c6002b;
        border-bottom: 0;
        margin-left: -19px;
        margin-bottom: -19px;
    }

    .speech-bubble-3 {
        position: relative;
        background: #c6002b;
        border-radius: .4em;
        padding: 20px;
        margin-bottom: 50px;
    }

    .speech-bubble-3:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 0;
        height: 0;
        border: 19px solid transparent;
        border-top-color: #c6002b;
        border-bottom: 0;
        margin-left: -100px;
        margin-bottom: -19px;
    }

    .speech-bubble-2 {
        position: relative;
        background: #c6002b;
        border-radius: .4em;
        padding: 20px;
        margin-bottom: 50px;
    }

    .speech-bubble-2:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 0;
        height: 0;
        border: 19px solid transparent;
        border-top-color: #c6002b;
        border-bottom: 0;
        margin-left: -19px;
        margin-bottom: -19px;
    }

    /*-----------------------------------------------------------------
------------------ All Media Queries Start Here -------------------
-----------------------------------------------------------------*/
    @media only screen and (min-width: 767px) {
        .navbar-nav {
            margin-top: 0;
        }

        .navbar-nav .nav-item {
            margin-top: 0;
            margin-right: 15px;
            font-size: 0.85rem;
            font-weight: 400;
        }

        .hero-home {
            padding: 150px 0 0px;
        }

        .title-intro h1 {
            font-size: 60px;
            color: #fff;
        }

        .title-intro p {
            font-size: 16px;
        }

        .hero-home h1 {
            font-size: 52px;
            line-height: 1;
            margin-top: 10px;
        }

        .cta-big-inner h1 {
            font-size: 38px;
        }

        .cta-alt h1 {
            font-size: 70px;
        }

        .footer-sm {
            text-align: left;
        }

        .footer-sm .footer-logo {
            margin-bottom: 0;
            font-size: 14px;
            display: block;
        }

        .footer-sm ul {
            list-style-type: none;
            text-align: right;
            margin-top: 0;
        }
    }

    .speech-bubble h2 {
        font-size: 22px;
        color: #ffffff;
        font-family: Montserrat;
        font-weight: bold;
    }

    @media (max-width:767px) {
        .data-stats-1 h1.first-line {
            font-size: 92px;
            font-weight: bold;
            margin-top: -17px;
        }

        .data-stats-1 h1.second-line {
            font-size: 44px;
            font-weight: bold;
            margin-top: -12px;
        }

        .data-stats-1 h1.third-line {
            font-size: 44px;
            font-weight: bold;
            margin-top: -10px;
            letter-spacing: 2px;
        }

        .data-stats-2 h1.first-line {
            font-size: 27px;
            font-weight: lighter;
            letter-spacing: 1px;
        }

        .data-stats-2 h1.second-line {
            font-size: 27px;
            font-weight: lighter;
            margin-top: -3px;
            letter-spacing: 1px;
        }

        .data-stats-2 h1.third-line {
            font-size: 28px;
            font-weight: lighter;
            margin-top: -3px;
            letter-spacing: 2px;
        }

        .data-stats-2 h1.fourth-line {
            font-size: 25px;
            font-weight: lighter;
            margin-top: -3px;
            letter-spacing: 2px;
        }

        .data-stats-2 h1.fifth-line {
            font-size: 28px;
            font-weight: bolder;
            margin-top: -3px;
            letter-spacing: 2px;
        }

        .data-stats-3 h1.first-line {
            font-size: 38px;
            letter-spacing: 3px;
            margin-top: 20px;
        }

        .data-stats-3 h1.second-line {
            font-size: 66px;
            font-weight: bold;
            margin-top: -6px;
        }

        .data-stats-3 h1.third-line {
            font-size: 26px;
            font-weight: bold;
            margin-top: -6px;
            letter-spacing: 2px;
        }

        .data-stats-4 h1.first-line {
            font-size: 24px;
            letter-spacing: 1px;
            font-weight: lighter;
        }

        .data-stats-4 h1.second-line {
            font-size: 37px;
            font-weight: lighter;
            margin-top: -2px;
            letter-spacing: 2px;
        }

        .data-stats-4 h1.third-line {
            font-size: 20px;
            font-weight: lighter;
            margin-top: -2px;
            letter-spacing: 2px;
        }

        .data-stats-4 h1.fourth-line {
            font-size: 20px;
            font-weight: lighter;
            margin-top: -2px;
            letter-spacing: 0px;
        }

        .data-stats-4 h1.fifth-line {
            font-size: 22px;
            font-weight: bold;
            margin-top: -2px;
            letter-spacing: 2px;
        }

        .data-stats-5 h1.first-line {
            font-weight: lighter;
            font-size: 28px;
            letter-spacing: 2px;
        }

        .data-stats-5 h1.second-line {
            font-size: 42px;
            font-weight: lighter;
            letter-spacing: 2px;
            margin-top: -3px;
        }

        .data-stats-5 h1.third-line {
            font-size: 36px;
            font-weight: lighter;
            letter-spacing: 2px;
            margin-top: -3px;
        }

        .data-stats-5 h1.fourth-line {
            font-size: 32px;
            font-weight: bold;
            letter-spacing: 1px;
            margin-top: -3px;
        }

        .data-stats-5 h1.fifth-line {
            font-size: 22px;
            font-weight: bold;
            margin-top: -17px;
            letter-spacing: 2px;
        }

        .data-stats-6 h1.first-line {
            font-weight: lighter;
            font-size: 19px;
            letter-spacing: 1px;
        }

        .data-stats-6 h1.second-line {
            font-size: 35px;
            font-weight: lighter;
            letter-spacing: 2px;
            margin-top: -3px;
        }

        .data-stats-6 h1.third-line {
            font-size: 30px;
            font-weight: bold;
            letter-spacing: 4px;
            margin-top: -3px;
        }

        .data-stats-6 h1.fourth-line {
            font-size: 44px;
            font-weight: bold;
            letter-spacing: 1px;
            margin-top: -3px;
        }

        .data-stats-6 h1.fifth-line {
            font-size: 18px;
            font-weight: lighter;
            letter-spacing: 1px;
            margin-top: -3px;
        }

        .data-stats-7 h1.first-line {
            font-weight: bold;
            font-size: 40px;
            letter-spacing: 4px;
        }

        .data-stats-7 h1.second-line {
            font-weight: lighter;
            font-size: 24px;
            letter-spacing: 4px;
            margin-top: -3px;
        }

        .data-stats-7 h1.third-line {
            font-size: 36px;
            font-weight: bold;
            letter-spacing: 4px;
            margin-top: -3px;
        }

        .data-stats-8 h1.first-line {
            font-weight: lighter;
            font-size: 42px;
            letter-spacing: 4px;
        }

        .data-stats-8 h1.second-line {
            font-weight: lighter;
            font-size: 44px;
            letter-spacing: 4px;
            margin-top: -3px;
        }

        .data-stats-8 h1.third-line {
            font-weight: 200;
            font-size: 19px;
            letter-spacing: 2px;
            margin-top: -3px;
        }

        .data-stats-8 h1.fourth-line {
            font-weight: bold;
            font-size: 22px;
            letter-spacing: 2px;
            margin-top: -3px;
        }

        .data-stats-9 h1.first-line {
            font-weight: lighter;
            font-size: 24px;
            letter-spacing: 2px;
        }

        .data-stats-9 h1.second-line {
            font-weight: bold;
            font-size: 31px;
            letter-spacing: 2px;
            margin-top: -3px;
        }

        .data-stats-9 h1.third-line {
            font-weight: 200;
            font-size: 49px;
            letter-spacing: 2px;
            margin-top: -3px;
        }

        .data-stats-10 h1.first-line {
            font-weight: lighter;
            font-size: 32px;
            letter-spacing: 2px;
        }

        .data-stats-10 h1.second-line {
            font-weight: lighter;
            font-size: 22px;
            letter-spacing: 2px;
            margin-top: -3px;
        }

        .data-stats-10 h1.third-line {
            font-weight: bold;
            font-size: 42px;
            letter-spacing: 2px;
            margin-top: -3px;
        }

        .data-stats-11 h1.first-line {
            font-weight: lighter;
            font-size: 22px;
            letter-spacing: 2px;
        }

        .data-stats-11 h1.second-line {
            font-weight: bold;
            font-size: 40px;
            letter-spacing: 4px;
            margin-top: -3px;
        }

        .data-stats-11 h1.third-line {
            font-weight: lighter;
            font-size: 23px;
            letter-spacing: 2px;
            margin-top: -3px;
        }

        .data-stats-12 h1.first-line {
            font-weight: lighter;
            font-size: 21px;
            letter-spacing: 0px;
        }

        .data-stats-12 h1.second-line {
            font-weight: bold;
            font-size: 79px;
            letter-spacing: 0px;
            margin-top: -3px;
        }

        .data-stats-12 h1.third-line {
            font-weight: bold;
            font-size: 23px;
            letter-spacing: 2px;
            margin-top: -3px;
        }

        .data-stats-12 h1.fourth-line {
            font-weight: normal;
            font-size: 18px;
            letter-spacing: 0px;
            margin-top: -3px;
        }
    }

    @media (min-width:576px) and (max-width:767px) {
    }

    @media (min-width:768px) and (max-width:2600px) {
        .data-stats-1 h1.first-line {
            font-size: 92px;
            font-weight: bold;
            margin-top: -6px;
            text-align: right;
            letter-spacing: 5px;
        }

        .data-stats-1 h1.second-line {
            font-size: 39px;
            font-weight: bold;
            margin-top: -12px;
            text-align: right;
            letter-spacing: 2.5px;
        }

        .data-stats-1 h1.third-line {
            font-size: 38px;
            font-weight: bold;
            margin-top: -8px;
            letter-spacing: 5px;
            text-align: right;
        }

        .data-stats-2 h1.first-line {
            font-size: 28px;
            font-weight: lighter;
            letter-spacing: 1px;
            margin-top: 10px;
            text-align: left;
        }

        .data-stats-2 h1.second-line {
            font-size: 27px;
            font-weight: lighter;
            margin-top: - 4px;
            letter-spacing: 1px;
            text-align: left;
        }

        .data-stats-2 h1.third-line {
            font-size: 28px;
            font-weight: lighter;
            margin-top: - 4px;
            letter-spacing: 2px;
            text-align: left;
        }

        .data-stats-2 h1.fourth-line {
            font-size: 25px;
            font-weight: lighter;
            margin-top: -3px;
            letter-spacing: 2px;
            text-align: left;
        }

        .data-stats-2 h1.fifth-line {
            font-size: 27px;
            font-weight: bolder;
            margin-top: -2px;
            letter-spacing: 1.5px;
            text-align: left;
        }

        .data-stats-3 h1.first-line {
            font-size: 43px;
            letter-spacing: 3px;
            text-align: right;
            font-weight: bold;
        }

        .data-stats-3 h1.second-line {
            font-size: 66px;
            font-weight: bold;
            margin-top: -6px;
            text-align: right;
            padding-right: 85px;
        }

        .data-stats-3 h1.third-line {
            font-size: 29px;
            font-weight: bold;
            margin-top: -4px;
            letter-spacing: 2px;
            text-align: right;
        }

        .data-stats-4 h1.first-line {
            font-size: 28px;
            letter-spacing: 1px;
            font-weight: lighter;
            text-align: left;
        }

        .data-stats-4 h1.second-line {
            font-size: 37px;
            font-weight: lighter;
            margin-top: -1px;
            letter-spacing: 7px;
            text-align: left;
        }

        .data-stats-4 h1.third-line {
            font-size: 23px;
            font-weight: lighter;
            margin-top: -1px;
            letter-spacing: 2px;
            text-align: left;
        }

        .data-stats-4 h1.fourth-line {
            font-size: 21px;
            font-weight: lighter;
            margin-top: -1px;
            letter-spacing: .5px;
            text-align: left;
        }

        .data-stats-4 h1.fifth-line {
            font-size: 23px;
            font-weight: bold;
            margin-top: -1px;
            letter-spacing: 3px;
            text-align: left;
        }

        .data-stats-5 h1.first-line {
            font-weight: lighter;
            font-size: 28px;
            letter-spacing: 5px;
            text-align: right;
        }

        .data-stats-5 h1.second-line {
            font-size: 43px;
            font-weight: lighter;
            letter-spacing: 5px;
            margin-top: -3px;
            text-align: right;
        }

        .data-stats-5 h1.third-line {
            font-size: 37px;
            font-weight: lighter;
            letter-spacing: 6px;
            margin-top: -3px;
            text-align: right;
        }

        .data-stats-5 h1.fourth-line {
            font-size: 40px;
            font-weight: bold;
            letter-spacing: 1px;
            margin-top: -1px;
            text-align: right;
        }

        .data-stats-5 h1.fifth-line {
            font-size: 22px;
            font-weight: bold;
            margin-top: -17px;
            letter-spacing: 2px;
        }

        .data-stats-6 h1.first-line {
            font-weight: lighter;
            font-size: 26px;
            letter-spacing: 0px;
            text-align: left;
        }

        .data-stats-6 h1.second-line {
            font-size: 35px;
            font-weight: lighter;
            letter-spacing: 8px;
            margin-top: -3px;
            text-align: left;
        }

        .data-stats-6 h1.third-line {
            font-size: 30px;
            font-weight: bold;
            letter-spacing: 10px;
            margin-top: -3px;
            text-align: left;
        }

        .data-stats-6 h1.fourth-line {
            font-size: 44px;
            font-weight: bold;
            letter-spacing: 11px;
            margin-top: -3px;
            text-align: left;
        }

        .data-stats-6 h1.fifth-line {
            font-size: 18px;
            font-weight: lighter;
            letter-spacing: 4px;
            margin-top: -3px;
            text-align: left;
        }

        .data-stats-7 h1.first-line {
            font-weight: bold;
            font-size: 46px;
            letter-spacing: 4px;
            text-align: right;
        }

        .data-stats-7 h1.second-line {
            font-weight: lighter;
            font-size: 30px;
            letter-spacing: 4px;
            margin-top: 17px;
            text-align: right;
        }

        .data-stats-7 h1.third-line {
            font-size: 42px;
            font-weight: bold;
            letter-spacing: 4px;
            margin-top: 11px;
            text-align: right;
        }

        .data-stats-8 h1.first-line {
            font-weight: lighter;
            font-size: 49px;
            letter-spacing: 4px;
            text-align: left;
        }

        .data-stats-8 h1.second-line {
            font-weight: lighter;
            font-size: 52px;
            letter-spacing: 4px;
            margin-top: -3px;
            text-align: left;
        }

        .data-stats-8 h1.third-line {
            font-weight: 200;
            font-size: 23px;
            letter-spacing: 2px;
            margin-top: -3px;
            text-align: left;
        }

        .data-stats-8 h1.fourth-line {
            font-weight: bold;
            font-size: 26px;
            letter-spacing: 2px;
            margin-top: 0px;
            text-align: left;
        }

        .data-stats-9 h1.first-line {
            font-weight: lighter;
            font-size: 28px;
            letter-spacing: 2px;
            text-align: right;
        }

        .data-stats-9 h1.second-line {
            font-weight: bold;
            font-size: 36px;
            letter-spacing: 2px;
            margin-top: 10px;
            text-align: right;
        }

        .data-stats-9 h1.third-line {
            font-weight: 200;
            font-size: 56px;
            letter-spacing: 2px;
            margin-top: 10px;
            text-align: right;
        }

        .data-stats-10 h1.first-line {
            font-weight: lighter;
            font-size: 40px;
            letter-spacing: 2px;
            text-align: left;
        }

        .data-stats-10 h1.second-line {
            font-weight: lighter;
            font-size: 30px;
            letter-spacing: 2px;
            margin-top: 10px;
            text-align: left;
        }

        .data-stats-10 h1.third-line {
            font-weight: bold;
            font-size: 52px;
            letter-spacing: 2px;
            margin-top: 8px;
            text-align: left;
        }

        .data-stats-11 h1.first-line {
            font-weight: lighter;
            font-size: 22px;
            letter-spacing: 2px;
            text-align: right;
        }

        .data-stats-11 h1.second-line {
            font-weight: bold;
            font-size: 31px;
            letter-spacing: 4px;
            margin-top: 7px;
            text-align: right;
        }

        .data-stats-11 h1.third-line {
            font-weight: lighter;
            font-size: 21px;
            letter-spacing: 2px;
            margin-top: 5px;
            text-align: right;
        }

        .data-stats-12 h1.first-line {
            font-weight: lighter;
            font-size: 18px;
            letter-spacing: 0px;
            text-align: left;
        }

        .data-stats-12 h1.second-line {
            font-weight: bold;
            font-size: 66px;
            letter-spacing: 7px;
            margin-top: 10px;
            text-align: left;
        }

        .data-stats-12 h1.third-line {
            font-weight: bold;
            font-size: 20px;
            letter-spacing: 2px;
            margin-top: 4px;
            text-align: left;
        }

        .data-stats-12 h1.fourth-line {
            font-weight: normal;
            font-size: 16px;
            letter-spacing: 0px;
            margin-top: 10px;
            text-align: left;
        }
    }

    .padding {
        padding: 20px;
        min-height: 230px;
    }

    .carousel-indicators {
        margin-bottom: -10px;
    }

    .stats {
        color: #ffffff;
        background-color: #c6002b;
        padding: 100px 50px 99px;
        background-image: url('../images/bg_stats.jpg');
        background-position: center center;
    }

    .data-stats {
        padding: 40px;
    }

    .first-section h3 {
        padding-top: 30px;
        padding-bottom: 30px;
        font-size: 36px;
        font-weight: 700;
        color: #404040;
    }

    .first-section {
        background-color: #ffffff;
        background-image: url('../images/bg_section_1.jpg');
        background-repeat: no-repeat;
        background-size: contain;
        padding-top: 50px;
        min-height: 980px;
        background-position: center bottom;
    }

    .advice h3 {
        padding-top: 30px;
        padding-bottom: 30px;
        font-size: 42px;
        font-weight: 700;
        color: #404040;
    }

    .advice {
        background-color: #ffffff;
        background-image: url('../images/bg_section_6.jpg');
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center bottom;
        padding-top: 50px;
        min-height: 980px;
    }

    .text h3 {
        padding-top: 30px;
        padding-bottom: 30px;
        font-size: 42px;
        font-weight: 700;
        color: #404040;
    }

    .text {
        background-color: #ffffff;
        background-image: url('../images/bg_section_5.jpg');
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center bottom;
        padding-top: 50px;
        min-height: 980px;
    }

    .talking h3 {
        padding-top: 30px;
        padding-bottom: 30px;
        font-size: 42px;
        font-weight: 700;
        color: #404040;
    }

    .talking {
        background-color: #ffffff;
        background-image: url('../images/bg_section_4.jpg');
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center bottom;
        padding-top: 50px;
        min-height: 980px;
    }

    .convo h3 {
        padding-top: 30px;
        padding-bottom: 30px;
        font-size: 36px;
        font-weight: 700;
        color: #404040;
    }

    .convo {
        background-color: #ffffff;
        background-image: url('../images/bg_section_3.jpg');
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center bottom;
        padding-top: 50px;
        min-height: 980px;
    }

    .second-section h3 {
        padding-top: 30px;
        padding-bottom: 30px;
        font-size: 36px;
        font-weight: 700;
        color: #404040;
    }

    .second-section {
        background-color: #ffffff;
        background-image: url('../images/bg_section_2.jpg');
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center bottom;
        padding-top: 50px;
        min-height: 980px;
    }

    @media (max-width:575px) {
        .padding-bottom {
            padding-bottom: 125px;
        }

        .padding-bottom-texting {
            padding-bottom: 78px;
        }

        .padding-bottom-convo-3 {
            padding-bottom: 169px;
        }

        .padding-bottom-kids {
            padding-bottom: 130px;
        }
    }

    @media (min-width:576px) and (max-width:767px) {
        .padding-bottom {
            padding-bottom: 229px;
        }

        .padding-bottom-texting {
            padding-bottom: 52px;
        }

        .padding-bottom-convo-3 {
            padding-bottom: 305px;
        }

        .padding-bottom-kids {
            padding-bottom: 230px;
        }
    }

    @media (min-width:768px) {
        .padding-bottom {
            padding-bottom: 288px;
        }

        .padding-bottom-texting {
            padding-bottom: 142px;
        }

        .padding-bottom-convo-3 {
            padding-bottom: 350px;
        }

        .padding-bottom-kids {
            padding-bottom: 230px;
        }
    }

    @media (min-width:992px) {
        .padding-bottom {
            padding-bottom: 415px;
        }

        .padding-bottom-texting {
            padding-bottom: 230px;
        }

        .padding-bottom-convo-3 {
            padding-bottom: 450px;
        }

        .padding-bottom-kids {
            padding-bottom: 330px;
        }
    }

    @media (min-width:1200px) {
        .padding-bottom {
            padding-bottom: 400px;
        }

        .padding-bottom-texting {
            padding-bottom: 300px;
        }

        .padding-bottom-convo-3 {
            padding-bottom: 530px;
        }

        .padding-bottom-kids {
            padding-bottom: 530px;
        }
    }

    .speech-bubble-2 .speech-text {
        color: #ffffff;
        font-size: 14px;
        line-height: 20px;
    }

    .speech-bubble-3 h2 {
        font-size: 42px;
        font-weight: bold;
        color: #ffffff;
    }

    .speech-bubble-2 h4 {
        font-size: 20px;
        font-weight: bold;
        color: #ffffff;
        margin-bottom: 5px;
    }

    @media (min-width:576px) {
        .syptoms-section h1 {
            font-size: 44px;
            font-weight: 700;
            color: #fff;
            line-height: 1.2;
            margin-bottom: 20px;
        }
    }

    .circle {
        width: 70px;
        height: 70px;
        line-height: 70px;
        border-radius: 50%; /* the magic */
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        text-align: center;
        color: white;
        font-size: 40px;
        text-transform: uppercase;
        font-weight: 700;
        margin: 0 auto 0px;
    }

    .red {
        background-color: #c6002b;
        font-family: Montserrat;
    }

    .list {
        font-size: 16px;
        font-weight: 500;
        color: #404040;
        line-height: 1.6;
        margin-top: 15px;
        font-family: Montserrat;
        text-align: left;
        border: 1px solid;
        padding: 40px;
    }

    .slider__control {
        z-index: 2;
        position: absolute;
        top: 50%;
        left: 5%;
        width: 60px;
        height: 60px;
        margin-left: -50px;
        margin-top: -30px;
        border-radius: 50%;
        background: #f00;
        transition: background-color 0.3s;
        cursor: pointer;
    }

    .speech-bubble-modal h2 {
        font-size: 22px;
        color: #ffffff;
        font-family: Montserrat;
        font-weight: bold;
    }

    .carousel-control-next-icon {
        background-image: url('../icons/rightarrow.png');
        width: 40px;
        height: 40px;
    }

    .carousel-control-prev-icon {
        background-image: url('../icons/leftarrow.png');
        width: 40px;
        height: 40px;
    }

    .fa-phone {
        font-size: 22px;
        margin-right: 10px;
    }

    .fa-mobile-alt {
        font-size: 22px;
        margin-right: 10px;
    }

    .arrow {
        font-size: 24px;
        margin-top: -109px;
    }

    .people {
        padding-top: 8px;
    }

    /* Carousel
----------------------------------- */
    #carouselBeadManRedding {
        background-color: #000;
    }

    .carousel.carousel-fade .carousel-item {
        display: block;
        opacity: 0;
        transition: opacity ease-out 1.7s;
        left: 0;
        top: 0;
        position: absolute;
    }

    .carousel.carousel-fade .carousel-item.active {
        opacity: 1 !important;
    }

    .carousel.carousel-fade .carousel-item:first-child {
        top: auto;
        position: relative;
        transition: opacity ease-out 1.7s;
    }

    .carousel.carousel-fade .carousel-item:second-child {
        top: auto;
        position: relative;
        transition: opacity ease-out 1.7s;
    }

    .carousel-item .img-fluid {
        margin: 0 auto;
    }

    .carousel img {
        opacity: 1;
        filter: alpha(opacity=50);
    }

    .top-contact {
        color: #aeaeae;
        padding: 20px 30px 0px 45px;
        font-size: 23px;
        display: table;
        z-index: 999;
        transition: all 0.4s ease 0s;
        cursor: pointer;
        height: 75px;
        position: relative;
        font-weight: 700;
        letter-spacing: -1px;
    }

    .top-contact span {
        display: block;
        font-size: 11px;
        text-transform: uppercase;
        color: #c6002b;
        margin-bottom: -2px;
        letter-spacing: 0px;
        font-weight: 600;
    }

    .top-contact i {
        position: absolute;
        height: 100%;
        top: 4px;
        left: 0px;
        text-align: center;
        color: #c6002b;
        font-size: 23px;
        line-height: 61px;
        width: 40px;
    }

    .top-contact:hover {
        right: -0px;
        transition: .4s;
    }

    @media (max-width:768px) {
        .stats {
            color: #ffffff;
            background-color: #c6002b;
            padding: 100px 50px 99px;
            background-image: none;
        }
    }
}

@media (max-width:575px) {
    .sticky {
        font-size: 12px;
        font-weight: bold;
    }

    p {
        font-size: 9px;
        margin-top: 5px;
    }

    .bk-inner-box-1 {
        padding: 10px;
        background: #3c3d3d;
        color: #fff;
    }

    .bk-inner-box-2 {
        padding: 10px;
        background: #000;
        color: #fff;
    }
}

@media (min-width:576px) and (max-width:2600px) {
    .sticky {
        font-size: 22px;
        font-weight: bold;
    }

    .bk-inner-box-1 {
        padding: 30px;
        background: #3c3d3d;
        color: #fff;
    }

    .bk-inner-box-2 {
        padding: 30px;
        background: #000;
        color: #fff;
    }
}

a.sticky:hover {
    color: #ffffff;
    text-decoration: underline;
}

a.sticky:link {
    color: #ffffff;
}

.carousel-control-prev,
.carousel-control-next {
    align-self: flex-start; /* Aligns it at the top */
}

@media (max-width:575px) {
    .carousel-control-prev,
    .carousel-control-next {
        align-items: flex-start;
        padding-top: 40px;
    }

    .first-section {
        background-color: #ffffff;
        background-image: url('../images/bg_section_1.jpg');
        background-repeat: no-repeat;
        background-size: contain;
        padding-top: 50px;
        min-height: 780px;
        background-position: center bottom;
    }

    .second-section {
        background-color: #ffffff;
        background-image: url('../images/bg_section_2.jpg');
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center bottom;
        padding-top: 50px;
        min-height: 780px;
    }

    .convo {
        background-color: #ffffff;
        background-image: url('../images/bg_section_3.jpg');
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center bottom;
        padding-top: 50px;
        min-height: 780px;
    }

    .talking {
        background-color: #ffffff;
        background-image: url('../images/bg_section_4.jpg');
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center bottom;
        padding-top: 50px;
        min-height: 900px;
    }

    .advice {
        background-color: #ffffff;
        background-image: url('../images/bg_section_6.jpg');
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center bottom;
        padding-top: 50px;
        min-height: 880px;
    }
}

.carousel-indicators {
    position: relative;
    bottom: 0;
}