﻿body {
    margin: 0;
    font-size: 18px;
    line-height: 1.5;
    color: #27211F;
    text-align: left;
    background-color: #F0EDE8;
    font-style: normal;
    font-weight: 300;
    font-family: "pragmatica",sans-serif;
}

strong {
    font-weight: bolder;
}

#landing-form2{
    text-align: center;
}


.scrollToTop{
    display: none!important;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 20px;
    font-family: "pragmatica",sans-serif;
    font-weight: 200;
    color: #224A62;
    line-height: 1.2;
}

.h3, h3 {
    font-size: 28px;
}

.h5, h5 {
    font-size: 20px;
}

img {
    max-width: 100%;
    display: inline-block;
}

header {
    background-color: #F0EDE8;
}

.top-bar {
    margin-bottom: 35px;
}

.contact-box {
    background-color: #F0EDE8;
    padding: 13px 28px;
    text-align: center;
    max-width: 390px;
    float: right;
}

    .contact-box p, .contact-box p a {
        font-size: 15px;
        color: #224A62;
        margin: 0;
    }
        .contact-box p, .contact-box p a:hover {
            color: #8C5DA4;
        }

        .contact-box p i {
            color: #098199;
            margin: 0px 6px;
            font-size: 18px;
        }

#logo {
    text-align: center;
}

.banner-content {
    text-align: center;
    color: #224A62;
    max-width: 650px;
    margin: 0 auto;
    padding: 30px 0px 100px;
}

    .banner-content h1 {
        font-size: 50px;
        color: #27211F;
    }

    .banner-content p {
        font-size: 23px;
    }


.arrow {
    left: 50%;
    width: 44px;
    color: #224A62;
    height: 44px;
    cursor: pointer;
    line-height: 44px;
    text-align: center;
    position: absolute;
    margin-left: -22px;
    top: inherit;
    bottom: 30px;
    font-size: 40px;
}
    .arrow:hover {
        color: #8C5DA4;
    }


.btn {
    text-transform: none;
    text-decoration: none;
}

.btn-primary, .alm-btn-wrap .alm-load-more-btn.done {
    background-color: #43ced3;
    margin-top: 15px;
    border: 0px;
    border-radius: 0px;
    color: #fff;
    padding: 12px 35px;
    height: auto;
    font-weight: 300;
    font-size: 19px;
}

    .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #0062cc;
        border-color: #005cbf;
    }

    .btn-primary.black {
        background-color: #59595b;
    }

    .btn-primary:hover {
        color: #fff;
        background-color: #0059b3;
        border-color: #0062cc;
    }


.footer {
    background-color: #098199;
    padding: 60px 0px;
    color: #fff;
    text-align: center;
    float: left;
    width: 100%;
    font-size: 16px;
}

    .footer .img-fluid {
        margin-bottom: 40px;
    }

.footer-content {
    max-width: 980px;
    margin: 0 auto;
}

p.copyrights {
    margin: 50px 0 0 0;
}

.white-wrapper {
    float: left;
    width: 100%;
    padding: 50px 0;
    border-bottom: 1px solid #eeecec;
}

.text-center {
    text-align: center;
}

.gray-wrapper {
    float: left;
    width: 100%;
    padding: 50px 0;
    background: #f7f7f7;
}


.ch-grid-ul {
    margin: 20px 0 0 0;
    padding: 0;
    list-style: none;
    display: block;
    text-align: center;
    width: 100%;
}

    .ch-grid-ul li {
        width: 234px;
        display: inline-block;
        margin: 20px;
    }

.ch-bg-img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-color: #eeecec;
    margin: 0 auto 20px;
}

.ch-content {
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 22px;
}

img.align-center {
    margin: 0 auto;
    display: block;
}

.white-wrapper ul.tick {
    margin: 0;
    padding: 0;
    margin-left: -25px;
}

    .white-wrapper ul.tick li {
        list-style: none;
        position: relative;
        margin-bottom: 40px;
        padding-left: 75px;
    }

        .white-wrapper ul.tick li strong {
            margin-bottom: 5px;
            display: inline-block;
        }

        .white-wrapper ul.tick li:before {
            content: url(images/li_tick.png);
            position: relative;
            position: absolute;
            top: 7px;
            left: 0;
        }

.white-wrapper .rll-pc {
    padding-left: 50px;
    margin-bottom: 50px;
}

.q-block {
    float: left;
    width: 100%;
    border-right: 1px solid #eeecec;
    margin-top: 20px;
}

    .q-block p {
        min-height: 50px;
    }

    .q-block.last {
        border-right: 0;
    }

.mwid_750 {
    max-width: 750px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .banner-content h1 {
        font-size: 35px;
    }

    .banner-content p {
        font-size: 20px;
    }

    header .img-fluid {
        margin-top: 20px;
        margin-bottom: 60px;
    }

    .banner-content {
        padding-bottom: 60px;
    }

    body {
        font-size: 16px;
    }

    .q-block p {
        min-height: 0;
    }

    img.align-center {
        margin-bottom: 20px;
    }

    .q-block {
        border: 0;
        padding: 0px;
    }

    .contact-box {
        padding: 13px 13px;
    }

    .white-wrapper .rll-pc {
        padding: 0;
        margin-bottom: 20px;
    }

    .white-wrapper ul.tick {
        margin-left: 0;
    }

        .white-wrapper ul.tick li {
            margin-bottom: 25px;
        }

    .home-drop-arrow {
        bottom: 10px;
    }
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    border: 1px solid #59595B;
}

    .embed-container iframe, .embed-container object, .embed-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.home-drop-arrow {
    left: 50%;
    width: 44px;
    color: #fff;
    height: 44px;
    cursor: pointer;
    line-height: 44px;
    text-align: center;
    position: absolute;
    margin-left: -22px;
    /*background: #0094c4;*/
    top: inherit;
    bottom: 30px;
    font-size: 40px;
}

.video-title {
    margin: 40px 0 10px 0;
}

.video-text {
    font-size: 16px;
    line-height: 20px;
    padding: 0 10%;
    margin: 15px 0 0;
}

#video-section .mb40 {
    margin-bottom: 40px;
}

#video-section {
    padding: 0px;
   
}

@media (max-width: 767px) {
}

#quote-btn2 {
    padding-top: 10px;
}

#landing-form1 {
    padding-top: 20px;
}

#landing-form3 {
    padding-top: 30px;
}

#quote-btn3 {
    padding-bottom: 0px;
}