/*!
 * Start Bootstrap - Creative Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

html, body {
    width: 100%;
    height: 100%;
    font-family: 'Open Sans', sans-serif;
    background: #edf5fa url(../img/pagebg.png);
    background-position: 0 122px;
    background-repeat: repeat-x;
}

html {
    overflow-x: hidden;
}

hr {
    max-width: 50px;
    border-color: rgba(240, 95, 64, 0);
    border-width: 3px;
}

    hr.light {
        border-color: #fff;
    }

a {
    color: #e31e24;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

    a:hover, a:focus {
        color: #eb3812;
    }

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.5;
}

.bg-primary {
    background-color: #D5242D;
}

.bg-dark {
    color: #DEDEDE;
    background-color: #222;
}

.text-faded {
    color: rgba(255, 255, 255, .7);
}

section {
    /*padding: 200px 0;*/
    padding: 125px 0;
}

aside {
    padding: 50px 0;
}

.no-padding {
    padding: 0;
}

.navbar-default {
    border: none;
    font-family: 'Open Sans', sans-serif;
    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    background: #2a245f url(../img/headerbg.png);
}

    .navbar-default .navbar-header .navbar-brand {
        text-transform: uppercase;
        font-weight: 700;
        color: #f05f40;
    }

        .navbar-default .navbar-header .navbar-brand:hover, .navbar-default .navbar-header .navbar-brand:focus {
            color: #eb3812;
        }

    .navbar-default .nav > li > a, .navbar-default .nav > li > a:focus {
        font-size: 10pt;
        color: #444;
        border-radius: 6px;
    }

        .navbar-default .nav > li > a:hover, .navbar-default .nav > li > a:focus:hover {
            color: #ffba00 !important;
        }

    .navbar-default .nav > li.active > a, .navbar-default .nav > li.active > a:focus {
        color: #fff;
    }

        .navbar-default .nav > li.active > a:hover, .navbar-default .nav > li.active > a:focus:hover {
            background-color: transparent;
        }

@media(min-width:768px) {

    .navbar-default .navbar-header .navbar-brand {
        margin-bottom: 0px;
        margin-top: 0px;
    }

    .navbar-default .nav > li > a, .navbar-default .nav > li > a:focus {
        color: #fff;
    }

    .navbar-nav > li > label {
        color: #ffffff;
    }

    .navbar-default.affix .nav > li > label {
        color: #fff;
    }

    .navbar-default.affix {
        border: none;
        background-color: #2a245f;
    }

        .navbar-default.affix .navbar-header .navbar-brand:hover, .navbar-default.affix .navbar-header .navbar-brand:focus {
            color: #eb3812;
        }

        .navbar-default.affix .nav > li > a, .navbar-default.affix .nav > li > a:focus {
            color: #edebff;
            font-weight: normal;
        }

            .navbar-default.affix .nav > li > a:hover, .navbar-default.affix .nav > li > a:focus:hover {
                color: #fff !important;
            }

    .navbar-default.affic .nav > li > label {
        color: #fff;
    }
}

header {
    position: relative;
    text-align: center;
    color: #fff;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

    header .header-content {
        position: absolute;
        bottom: 50px;
        padding: 0 50px;
        width: 100%
    }

        header .header-content .header-content-inner h1 {
            margin-top: 0;
            margin-bottom: 0;
            text-transform: uppercase;
            font-weight: 500;
        }

        header .header-content .header-content-inner hr {
            margin: 30px auto;
        }

        header .header-content .header-content-inner p {
            margin-bottom: 50px;
            font-size: 16px;
            font-weight: 300;
            color: rgba(255, 255, 255, .7);
        }

@media(min-width:768px) {
    header .header-content {
        position: absolute;
        top: 60%;
        padding: 0 50px;
    }

        header .header-content .header-content-inner {
            margin-right: auto;
            margin-left: auto;
        }

            header .header-content .header-content-inner p {
                margin-right: auto;
                margin-left: auto;
                max-width: 80%;
                font-size: 18px;
            }
}

.section-heading {
    margin-top: 0;
}

.service-box {
    margin: 50px auto 0;
    max-width: 400px;
}

@media(min-width:992px) {
    .service-box {
        margin: 20px auto 0;
    }
}

.service-box p {
    margin-bottom: 0;
}

.portfolio-box {
    display: block;
    position: relative;
    margin: 7px auto;
    max-width: 650px;
}

    .portfolio-box .portfolio-box-caption {
        display: block;
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 100%;
        text-align: center;
        color: #fff;
        opacity: 0;
        background: rgba(240, 95, 64, .9);
        -webkit-transition: all .35s;
        -moz-transition: all .35s;
        transition: all .35s;
    }

        .portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
            position: absolute;
            top: 50%;
            width: 100%;
            text-align: center;
            transform: translateY(-50%);
        }

            .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category, .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
                padding: 0 15px;
                font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
            }

            .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
                text-transform: uppercase;
                font-size: 14px;
                font-weight: 600;
            }

            .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
                font-size: 18px;
            }

    .portfolio-box:hover .portfolio-box-caption {
        opacity: 1;
    }

@media(min-width:768px) {
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
        font-size: 16px;
    }

    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-size: 22px;
    }
}

.call-to-action h2 {
    margin: 0 auto 20px;
}

.text-primary {
    color: #D5242D;
}

.no-gutter > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}
/*.btn-default {
    border-color: #fff;
    color: #222;
    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}*/

.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    border-color: #CCCCCC !important;
    color: #222;
    background-color: #f2f2f2;
}

.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
    border-color: #fff;
    background-color: #fff;
}

.btn-default .badge {
    color: #fff;
    background-color: #222;
}

.btn-primary {
    color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
        border-color: #f05f40;
        color: #fff;
        background-color: #f05f40;
    }

    .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
        background-image: none;
    }

    .btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
        border-color: #f05f40;
        background-color: #f05f40;
    }

    .btn-primary .badge {
        color: #f05f40;
        background-color: #fff;
    }
/*.btn {
    border: 0;
    border-radius:6px;
    text-transform: uppercase;
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    font-weight: 700;
}*/

.btn-xl {
    height: 50px;
    line-height: 50px;
    font-size: 16pt;
    font-weight: normal;
    padding: 0 20px;
}

::-moz-selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

::selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

img::selection {
    color: #fff;
    background: 0 0;
}

img::-moz-selection {
    color: #fff;
    background: 0 0;
}

body {
    webkit-tap-highlight-color: #222;
}

.bannerSearch .form-group {
    margin-bottom: 0 !important;
    display: block;
    float: left;
    width: 100%;
}

.bannerSearch .col-md-6 {
    margin-top: 15px
}

.menu01 ul li {
}

    .menu01 ul li a {
        padding: 0px 15px;
        font-weight: bold;
        border-top: 4px solid rgba(0, 0, 0, 0);
        border-radius: 0px !important;
        text-transform: uppercase;
        border-right: 0px solid rgba(68, 68, 68, 0.34);
    }

        .menu01 ul li a:hover {
            border-top: 4px solid rgba(0, 0, 0, 0);
            color: #ffba00;
            background-color: rgba(0, 0, 0, 0) !important;
            color: #444 !important
        }

.carousel-caption {
    padding-top: 15%;
    text-align: center;
}

    .carousel-caption h5 {
        font-family: 'Raleway', sans-serif;
        font-size: 50px;
    }

    .carousel-caption h3 {
        font-family: 'Raleway', sans-serif;
        font-size: 70px;
        margin: 10px 0px 15px;
    }

    .carousel-caption h4 {
        font-family: 'Raleway', sans-serif;
        font-size: 25px;
    }

        .carousel-caption h4 span {
            border-top: 3px solid #ffba00;
        }

.carousel-control .icon-prev {
    width: 45px;
    height: 45px;
    margin-top: -17px;
    font-size: 50px;
    border: 2px solid #fff;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
}

.carousel-control .icon-next {
    width: 45px;
    height: 45px;
    margin-top: -17px;
    font-size: 50px;
    border: 2px solid #fff;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
}

.sec01 {
    text-align: center;
    padding-top: 15px;
}

    .sec01 a {
        background-color: #1a9519;
        color: #fff !important;
        padding: 8px 38px;
        border-radius: 3px;
    }

        .sec01 a:hover {
            background-color: #333;
        }

#call_main {
}

.call_box {
    background-color: #ffba00;
    width: 80%;
    height: auto;
    padding: 10px;
    margin: auto;
    font-family: 'Raleway', sans-serif;
    margin-top: -70px;
    min-height: 180px;
    margin-bottom: 30px;
}

    .call_box h2 {
        width: 100%;
        height: auto;
        float: left;
        text-align: center;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 33px;
        color: #000;
        margin: 15px 0px 20px;
    }

    .call_box select {
        width: 100%;
        height: auto;
        margin-bottom: 10px;
        float: left;
        border: 1px solid #000;
        background-color: rgba(0, 0, 0, 0);
        color: #000;
        padding: 9px;
        background-image: linear-gradient(45deg, transparent 50%, rgba(128, 128, 128, 0) 50%), linear-gradient(135deg, rgba(128, 128, 128, 0) 50%, transparent 50%), linear-gradient(to right, #000, #000);
        background-position: calc(100% - 9px) calc(1em + 0px), calc(100% - 8px) calc(0em + 1px), calc(98% - 1.5em) 0px;
        background-size: 0px 0px, 0px 0px, 1px 39px;
        background-repeat: no-repeat;
    }

    .call_box input[type="text"] {
        width: 100%;
        height: auto;
        float: left;
        border: 1px solid #000;
        background-color: rgba(0, 0, 0, 0);
        margin-bottom: 10px;
        color: #000;
        padding: 9px;
    }

    .call_box input[type="submit"] {
        background-color: #fff;
        border: 0px;
        color: #4c3801;
        font-weight: bold;
        font-size: 14px;
        text-transform: uppercase;
        padding: 5px 15px;
    }

        .call_box input[type="submit"]:hover {
            background-color: #4c3801;
            color: #fff;
        }

.carousel-indicators {
    z-index: 0;
}

.call_subt {
    width: 100%;
    height: auto;
    text-align: center;
    float: left;
    margin-top: 5px;
}

.effect2 {
    position: relative;
}

    .effect2:before, .effect2:after {
        z-index: -1;
        position: absolute;
        content: "";
        bottom: 15px;
        left: 10px;
        width: 60%;
        top: 50%;
        /* max-width:300px; */
        background: #000;
        -webkit-box-shadow: 0 15px 10px #777;
        -moz-box-shadow: 0 15px 10px #777;
        box-shadow: 0 24px 14px #d8d8d8;
        -webkit-transform: rotate(-3deg);
        -moz-transform: rotate(-3deg);
        -o-transform: rotate(-3deg);
        -ms-transform: rotate(-3deg); /* transform: rotate(-3deg); */
    }

    .effect2:after {
        -webkit-transform: rotate(3deg);
        -moz-transform: rotate(3deg);
        -o-transform: rotate(3deg);
        -ms-transform: rotate(3deg);
        transform: rotate(3deg);
        right: 10px;
        left: auto;
    }

.service01 {
    width: 100%;
    height: auto;
    float: left;
    padding: 20px 0px;
    font-family: 'Raleway', sans-serif;
    background-color: #fff;
}

    .service01 h3 {
        font-size: 26px;
        margin: 0px 0px 35px;
    }

        .service01 h3:after {
            background-color: #ffba00;
            content: "";
            display: block;
            width: 65px;
            height: 3px;
            margin: 4px 0px 0 0;
            bottom: 0px;
        }

.service02 {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    margin-bottom: 20px;
}

.service_img {
    width: 100%;
    height: auto;
    float: left;
    border: 2px solid #ffba00;
    border-radius: 8px;
    margin-bottom: 15px;
    padding: 35px
}

    .service_img img {
        max-width: 100%;
        height: 70px;
    }

.service02 p {
    text-transform: uppercase;
    font-size: 14px;
    color: #5a5a5a;
    font-weight: bold;
}

.rate_card {
    background-color: #f8f8f8;
    padding: 60px 0px;
}

.rate_left {
    width: 100%;
    height: auto;
    float: left;
}

    .rate_left p {
    }

        .rate_left p span {
            font-weight: bold;
            font-size: 20px;
        }

        .rate_left p a {
            background-color: #f3b91f;
            color: #333;
            font-weight: bold;
            border: 0pc;
            padding: 6px 15px;
            float: right;
        }

            .rate_left p a:hover {
                background-color: #333;
                color: #fff;
            }

.hide {
    display: none;
}

.rate_right {
    width: 100%;
    height: auto;
    float: left;
}

    .rate_right select {
        background-color: #f3b91f;
        padding: 10px;
        width: 100%;
        font-weight: bold;
        font-size: 16px;
        border: 0px;
    }

table {
    width: 100%;
}

table, th, td {
    border: 1px solid #dadada;
    border-collapse: collapse;
}

th, td {
    padding: 10px;
    text-align: left;
}

table#t01 tr:nth-child(even) {
    background-color: #eee;
}

table#t01 tr:nth-child(odd) {
    background-color: #fff;
}

table#t01 th {
    background-color: #ddd;
    color: #333333;
    font-weight: bold;
    width: 75%;
}

table#t02 th {
    background-color: #ddd;
    color: #333333;
    font-weight: bold;
    width: 75%;
}

table#t03 th {
    background-color: #ddd;
    color: #333333;
    font-weight: bold;
    width: 75%;
}

table#t04 th {
    background-color: #ddd;
    color: #333333;
    font-weight: bold;
    width: 75%;
}

table#t05 th {
    background-color: #ddd;
    color: #333333;
    font-weight: bold;
    width: 75%;
}

table#t06 th {
    background-color: #ddd;
    color: #333333;
    font-weight: bold;
    width: 75%;
}

table#t07 th {
    background-color: #ddd;
    color: #333333;
    font-weight: bold;
    width: 75%;
}

.my-info-1 {
    max-height: 330px;
    background-color: #000;
    overflow: auto;
}

.senior {
    background-image: url(../img/senior.jpg);
    padding: 30px 0px 20px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

    .senior h3 {
        color: #fff;
    }

    .senior h4 {
        font-size: 24px;
        font-family: 'Raleway', sans-serif;
        line-height: 37px;
        margin-bottom: 60px;
        color: #fff;
    }

    .senior h5 {
        font-size: 30px;
        font-family: 'Raleway', sans-serif;
        line-height: 46px;
        color: #f3b91f;
        text-transform: uppercase;
        text-align: center;
        font-weight: bold;
    }

        .senior h5 a {
            background-color: #f3b91f;
            color: #333;
            text-transform: none;
            font-size: 16px;
            padding: 8px 15px;
        }

            .senior h5 a:hover {
                background-color: #333;
                color: #fff;
            }

.footer {
    background-color: #1b1d1f;
    width: 100%;
    height: auto;
    float: left;
    padding: 10px 0px 20px;
}

.footer1 {
    width: 100%;
    height: auto;
    float: left;
}

    .footer1 h3 {
        color: #f3b91f;
        border-bottom: 1px solid rgba(243, 185, 31, 0.5);
        line-height: 45px;
        margin-top: 15px;
        margin-bottom: 12px;
        float: left;
        width: 100%;
    }

    .footer1 p {
        color: rgba(255, 255, 255, 0.53);
        line-height: 28px;
        margin-bottom: 12px;
        font-size: 14px;
    }

    .footer1 ul {
        list-style: square;
        float: left;
        width: 100%;
        height: auto;
        margin: 0px 0px 0px 20px;
        padding: 0px;
        color: #876b1f;
    }

        .footer1 ul li {
            width: 50%;
            float: left;
            margin-bottom: 10px;
        }

            .footer1 ul li a {
                color: rgba(255, 255, 255, 0.53);
            }

                .footer1 ul li a:hover {
                    color: #f3b91f;
                }

    .footer1 p i {
        font-size: 21px;
        padding-top: 5px;
        float: left;
        padding-right: 10px;
    }

    .footer1 p a {
        color: rgba(255, 255, 255, 0.53);
    }

.footer02 {
    background-color: #0a5a8c;
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    color: #b4e2ff;
    font-size: 13px;
    padding: 10px 0px 10px;
}

    .footer02 a {
        color: #7b7a7a;
    }

        .footer02 a:hover {
            color: #ff0000;
        }

.border01 {
    max-width: 50px;
    border: 2px solid #f3b91f;
    margin-top: 10px;
    margin-bottom: 20px;
}

.alert {
    padding: 10px 10px;
    margin-bottom: 30px;
    border: 1px solid transparent;
    border-radius: 2px;
    margin-top: 10px;
    line-height: 26px
}

.alert-info {
    color: rgba(90, 89, 86, 0.27);
    background-color: #eee;
    border-color: #ddd;
}

    .alert-info a {
        color: #FF0000 !important;
    }

    .alert-info span {
        text-transform: uppercase;
        color: #444;
        padding-right: 10px;
    }

.alert-info {
    color: #000;
    background-color: #fff;
    border-color: #fff;
    padding: 0;
}

.service_left h3 {
    margin: 0px 0px 14px;
    /* border-bottom: 2px solid #f3b91f; */
    /* padding-bottom: 7px; */
    color: #333;
}

.service_left p {
    color: #5c5c5c;
    font-size: 15px;
    line-height: 28px;
}

.service_right img {
}

.service_right_img {
    border: 2px solid #f3b91f;
}

    .service_right_img img {
        border: 2px solid #f3b91f;
        max-width: 100%;
        margin: -10px -10px 8px -8px;
    }

.service_left h4 {
    margin: 0px 0px 10px;
    line-height: 27px;
    /* border-bottom: 2px solid #f3b91f; */
    /* padding-bottom: 7px; */
    color: #c82506;
}

.bbAccordion .accordion-content a {
    color: #333;
}

.bbAccordion .accordion-content ul {
    list-style: disc outside none;
    margin-left: 1em;
}

.bbAccordion .accordion-content li {
    line-height: 1.2em;
    list-style-type: inherit;
    margin-bottom: 0.1em;
    padding: 5px 0;
}

    .bbAccordion .accordion-content li > a {
        display: block;
    }

    .bbAccordion .accordion-content li.selected {
        /*background: linear-gradient(to right, #fff 0%,#abe2fb 100%);*/
        font-weight: bold;
    }

.bbAccordion.active > .accordion-content {
    background: #fbfbfb;
    border: 1px solid #ddd;
    border-top: 0px;
    margin-top: -3px;
    padding: 20px 15px 0px;
}

.bbAccordion .bbAccordion {
    margin-left: 2em;
    border: 1px solid #ebebeb;
    border-left: 3px solid #666;
    background: none;
}

.wrapper {
    margin-left: -5px;
}

.bbAccordion {
    margin-bottom: 10px;
}

    .bbAccordion .accordion-head {
        padding: 10px 1em;
        cursor: pointer;
        border: 1px solid #444444;
        border-radius: 4px;
        background: #444444;
    }

        .bbAccordion .accordion-head:hover {
            background: #f3b91f;
            border: 1px solid #f3b91f;
        }

        .bbAccordion .accordion-head > *:first-child {
            margin: 0;
            padding-right: 20px;
            color: #333;
            font-size: 14px;
            line-height: 1.4em;
            background: url(../img/accordion-arrow-right.png) no-repeat 100% 50%;
            font-weight: bold;
        }

    .bbAccordion.active .accordion-head, .bbAccordion.active .accordion-head:hover {
        background: #444444;
        border: 1px solid #444;
    }

        .bbAccordion.active .accordion-head h3 {
            background-image: url(../img/accordion-arrow-down.png);
        }

    .bbAccordion .accordion-content {
        padding: 10px;
    }

        .bbAccordion .accordion-content.active {
            display: block;
        }
/*# sourceMappingURL=a.css.map */

.accordion-head h2 {
    color: #fff !important;
}

    .accordion-head h2 span {
        font-size: 13px !important;
        font-weight: normal;
    }

.right_form {
    width: 100%;
    height: auto;
    float: left;
    border: 1px solid #ddd;
    margin-top: 25px;
    background-color: #f5f5f5;
}

    .right_form h3 {
        background-color: #f3b91f;
        margin: 0px;
        text-align: center;
        color: #333;
        padding: 9px;
        font-size: 20px;
        text-transform: uppercase;
        margin-bottom: 10px;
    }

    .right_form input[type="text"] {
        width: 95%;
        height: auto;
        float: left;
        border: 1px solid #ddd;
        padding: 9px;
        margin: 0px 10px 10px;
    }

    .right_form select {
        width: 95%;
        height: auto;
        float: left;
        border: 1px solid #ddd;
        padding: 9px;
        margin: 0px 10px 10px;
    }

    .right_form input[type="date"] {
        width: 95%;
        height: auto;
        float: left;
        border: 1px solid #ddd;
        padding: 3px 9px;
        margin: 0px 10px 10px;
    }

.terms {
    width: 100%;
    height: auto;
    float: left;
    padding: 0px 13px 5px;
    border-bottom: 1px solid #ddd;
    font-size: 12px;
}

    .terms a {
        color: #d5242d;
    }

.right_form input[type="submit"] {
    float: left;
    width: 95%;
    margin: 10px;
    background-color: #444;
    border: 1px solid #444444;
    padding: 5px 15px;
    border-radius: 2px;
    text-transform: uppercase;
    color: #fff;
}

    .right_form input[type="submit"]:hover {
        background-color: #d5242d;
        color: #fff;
    }

.senir_left {
    width: 100%;
    height: auto;
    float: left;
    /* border-radius: 50%; */
    padding: 20px 0px 0px;
    border-radius: 5px;
}

    .senir_left img {
        max-width: 100%;
    }

.senior_right {
    padding-left: 43px;
    padding-top: 100px;
}

.spacial {
    border: 2px solid #5a5a5a;
}

.corparate_plan {
    float: right;
    margin-top: 0;
    padding-right: 0;
    width: auto;
    position: fixed;
    z-index: 100;
    top: 50%;
    right: -71px;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

    .corparate_plan a {
        padding: 11px 14px;
        border-radius: 4px;
        background-color: #ffba00;
        color: #000;
        text-transform: uppercase;
        font-weight: normal;
    }

        .corparate_plan a:hover {
            background-color: #5a5a5a;
            color: #fff;
        }

.how {
    padding: 60px 0px;
    width: 100%;
    height: auto;
    float: left;
}

    .how h3 {
        font-size: 26px;
        text-align: center;
        margin: 0px 0px 70px;
    }

        .how h3:after {
            background-color: #ffba00;
            content: "";
            display: block;
            width: 65px;
            height: 3px;
            margin: 7px auto 0px;
            bottom: 0px;
        }

    .how h1 {
        font-size: 26px;
        text-align: center;
        margin: 0px 0px 70px;
    }

        .how h1:after {
            background-color: #ffba00;
            content: "";
            display: block;
            width: 65px;
            height: 3px;
            margin: 7px auto 0px;
            bottom: 0px;
        }

.how01 {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
}

    .how01 i {
        color: #f3b91f;
    }

    .how01 h4 {
        text-transform: uppercase;
        font-size: 14px;
        color: #5a5a5a;
        line-height: 20px;
        font-weight: bold;
    }

    .how01 p {
        font-size: 13px;
    }

.btn-gray {
    color: #fff;
    background-color: #5a5a5a;
    border-color: #5a5a5a;
}

.arrow_right {
    position: absolute;
    right: -38px;
    top: -23px;
    width: 67px;
}

.view_more {
    background-color: #5a5a5a;
    text-align: right;
    padding: 9px 45px;
}

    .view_more a {
        color: #fff;
    }

        .view_more a:hover {
            color: #f3b91f;
        }

.tahnk {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
}

    .tahnk img {
        max-width: 100%;
    }

.call {
    background-color: #0e6ea9;
}

    .call ul {
        margin-top: -1px;
        margin-right: 8px !important;
    }

        .call ul li {
        }

            .call ul li a {
            }

    .call img {
        padding-top: 8px;
        float: left;
        padding-bottom: 5px;
    }

.menu01 {
    padding-top: 10px;
    margin-right: -19px;
}

.log01 {
    padding-top: 10px;
    margin-right: 6px;
    float: right;
}

.call01 ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

    .call01 ul li {
        float: left;
        border-right: 1px solid rgba(68, 68, 68, 0.3);
        padding: 0px 10px;
    }

        .call01 ul li a {
            color: #fff;
        }

            .call01 ul li a:hover {
                color: #ffba00 !important;
            }

.org {
    color: rgba(255, 255, 255, 0.53);
    float: left;
    width: auto;
    margin-top: -6px;
    padding-left: 25px;
}

.adr {
    color: rgba(255, 255, 255, 0.53);
    float: left;
    width: auto;
    padding-left: 24px;
}

@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);

#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    #cssmenu:after, #cssmenu > ul:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }

    #cssmenu #menu-button {
        display: none;
    }

#cssmenu {
    color: #444444;
    font-family: 'Raleway', sans-serif;
    float: right;
    margin-top: 17px;
}

    #cssmenu > ul > li {
        float: left;
    }

    #cssmenu.align-center > ul {
        font-size: 0;
        text-align: center;
    }

        #cssmenu.align-center > ul > li {
            display: inline-block;
            float: none;
        }

    #cssmenu.align-center ul ul {
        text-align: left;
    }

    #cssmenu.align-right > ul > li {
        float: right;
    }

    #cssmenu > ul > li > a {
        padding: 0px 15px;
        font-size: 11pt;
        letter-spacing: 0px;
        text-decoration: none;
        color: #444;
        font-weight: 700;
        text-transform: uppercase;
    }

    #cssmenu > ul > li:hover > a {
        color: #ffba00 !important;
    }

    #cssmenu > ul > li.has-sub > a {
        padding-right: 30px;
    }

        #cssmenu > ul > li.has-sub > a:after {
            position: absolute;
            top: 22px;
            right: 11px;
            width: 0px;
            height: 0px;
            display: block;
            background: #dddddd;
            content: '';
        }

        #cssmenu > ul > li.has-sub > a:before {
            position: absolute;
            top: 19px;
            right: 14px;
            display: block;
            width: 0px;
            height: 0px;
            background: #dddddd;
            content: '';
            -webkit-transition: all .25s ease;
            -moz-transition: all .25s ease;
            -ms-transition: all .25s ease;
            -o-transition: all .25s ease;
            transition: all .25s ease;
        }

    #cssmenu > ul > li.has-sub:hover > a:before {
        top: 23px;
        height: 0;
    }

    #cssmenu ul ul {
        position: absolute;
        left: -9999px;
        z-index: 500;
        padding-top: 25px;
        width: 460px;
    }

    #cssmenu.align-right ul ul {
        text-align: right;
    }

    #cssmenu ul ul li {
        height: 0;
        -webkit-transition: all .25s ease;
        -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
        -o-transition: all .25s ease;
        transition: all .25s ease;
        float: left;
        width: 50%;
    }

    #cssmenu li:hover > ul {
        left: auto;
    }

    #cssmenu.align-right li:hover > ul {
        left: auto;
        right: 0;
    }

    #cssmenu li:hover > ul > li {
        height: 35px;
    }

    #cssmenu ul ul ul {
        margin-left: 100%;
        top: 0;
    }

    #cssmenu.align-right ul ul ul {
        margin-left: 0;
        margin-right: 100%;
    }

    #cssmenu ul ul li a {
        border-bottom: 1px solid rgba(150, 150, 150, 0.15);
        padding: 11px 15px;
        width: 230px;
        font-size: 12px;
        text-decoration: none;
        color: #fff;
        font-weight: 400;
        background: #383633;
        height: 40px;
    }

    #cssmenu ul ul li:last-child > a, #cssmenu ul ul li.last-item > a {
        border-bottom: 0;
    }

    #cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
        color: #ffba00 !important;
        background-color: #383633 !important;
    }

    #cssmenu ul ul li.has-sub > a:after {
        position: absolute;
        top: 16px;
        right: 11px;
        width: 8px;
        height: 2px;
        display: block;
        background: #dddddd;
        content: '';
    }

    #cssmenu.align-right ul ul li.has-sub > a:after {
        right: auto;
        left: 11px;
    }

    #cssmenu ul ul li.has-sub > a:before {
        position: absolute;
        top: 13px;
        right: 14px;
        display: block;
        width: 2px;
        height: 8px;
        background: #dddddd;
        content: '';
        -webkit-transition: all .25s ease;
        -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
        -o-transition: all .25s ease;
        transition: all .25s ease;
    }

    #cssmenu.align-right ul ul li.has-sub > a:before {
        right: auto;
        left: 14px;
    }

    #cssmenu ul ul > li.has-sub:hover > a:before {
        top: 17px;
        height: 0;
    }

@media(max-width:767px) {
    #cssmenu {
        width: 100%;
    }

        #cssmenu ul {
            width: 125%;
            display: none;
            top: 72px;
            position: absolute;
            z-index: 100;
            background-color: #383633;
            margin-left: -19%;
        }

        #cssmenu.align-center > ul {
            text-align: left;
        }

        #cssmenu ul li {
            width: 100%;
            border-top: 1px solid rgba(120, 120, 120, 0.2);
        }

        #cssmenu ul ul li, #cssmenu li:hover > ul > li {
            height: auto;
        }

            #cssmenu ul li a, #cssmenu ul ul li a {
                width: 100%;
                border-bottom: 0;
                color: #fff;
                padding: 12px;
            }

        #cssmenu > ul > li {
            float: left;
            width: 100%;
            height: auto;
            padding: 10px;
        }

        #cssmenu ul ul li a {
            padding-left: 25px;
        }

        #cssmenu ul ul ul li a {
            padding-left: 35px;
        }

        #cssmenu ul ul li a {
            color: #dddddd;
            background: none;
        }

        #cssmenu ul ul li:hover > a, #cssmenu ul ul li.active > a {
            color: #ffffff;
        }

        #cssmenu ul ul, #cssmenu ul ul ul, #cssmenu.align-right ul ul {
            position: relative;
            left: 0;
            width: 100%;
            margin: 0;
            text-align: left;
        }

            #cssmenu > ul > li.has-sub > a:after, #cssmenu > ul > li.has-sub > a:before, #cssmenu ul ul > li.has-sub > a:after, #cssmenu ul ul > li.has-sub > a:before {
                display: none;
            }

        #cssmenu ul ul {
            padding-top: 0px;
            width: 100%;
            margin-left: 0px;
            float: left;
            margin-top: 0px;
            top: 0;
        }

        #cssmenu #menu-button {
            display: block;
            padding: 0px;
            color: #444444;
            cursor: pointer;
            font-size: 12px;
            text-transform: uppercase;
            font-weight: 700;
            margin-top: 32px;
            margin-bottom: 16px;
            width: 83px;
            float: right;
            margin-right: -15px;
        }

            #cssmenu #menu-button:after {
                position: absolute;
                top: 6px;
                right: 17px;
                display: block;
                height: 4px;
                width: 20px;
                border-top: 2px solid #444;
                border-bottom: 2px solid #444;
                content: ''
            }

            #cssmenu #menu-button:before {
                position: absolute;
                top: 1px;
                right: 17px;
                display: block;
                height: 2px;
                width: 20px;
                background: #444444;
                content: '';
            }

            #cssmenu #menu-button.menu-opened:after {
                top: 5px;
                border: 0;
                height: 2px;
                width: 15px;
                background: #383633;
                -webkit-transform: rotate(45deg);
                -moz-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                transform: rotate(45deg);
            }

            #cssmenu #menu-button.menu-opened:before {
                top: 5px;
                background: #383633;
                width: 15px;
                -webkit-transform: rotate(-45deg);
                -moz-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                -o-transform: rotate(-45deg);
                transform: rotate(-45deg);
            }

        #cssmenu .submenu-button {
            position: absolute;
            z-index: 99;
            right: 0;
            top: 0;
            display: block;
            border-left: 1px solid rgba(120, 120, 120, 0.2);
            height: 46px;
            width: 46px;
            cursor: pointer;
        }

            #cssmenu .submenu-button.submenu-opened {
                background: #262626;
            }

        #cssmenu ul ul .submenu-button {
            height: 34px;
            width: 34px;
        }

        #cssmenu .submenu-button:after {
            position: absolute;
            top: 22px;
            right: 19px;
            width: 8px;
            height: 2px;
            display: block;
            background: #dddddd;
            content: '';
        }

        #cssmenu ul ul .submenu-button:after {
            top: 15px;
            right: 13px;
        }

        #cssmenu .submenu-button.submenu-opened:after {
            background: #ffffff;
        }

        #cssmenu .submenu-button:before {
            position: absolute;
            top: 19px;
            right: 22px;
            display: block;
            width: 2px;
            height: 8px;
            background: #dddddd;
            content: '';
        }

        #cssmenu ul ul .submenu-button:before {
            top: 12px;
            right: 16px;
        }

        #cssmenu .submenu-button.submenu-opened:before {
            display: none;
        }
}

.social_foot003 {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 16px;
}

    .social_foot003 ul {
        list-style: none !important;
        margin: 0px !important;
        padding: 0px;
    }

        .social_foot003 ul li {
            width: auto !important;
            margin-right: 11px;
            margin-bottom: 0px;
            display: inline-block;
        }

            .social_foot003 ul li p {
                margin-bottom: 4px;
            }

            .social_foot003 ul li i {
                padding-right: 5px;
                font-size: 20px;
                color: rgba(255, 255, 255, 0.53);
            }

            .social_foot003 ul li a {
                font-size: 13px;
                color: rgba(255, 255, 255, 0.53);
            }

                .social_foot003 ul li a:hover {
                }

.app001 {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 110px;
}

    .app001 img {
        max-width: 100%;
        margin-right: 10px;
    }

.footer1_01 {
    width: 100%;
    height: auto;
    float: left;
}

    .footer1_01 h3 {
        color: #f3b91f;
        border-bottom: 1px solid rgba(243, 185, 31, 0.5);
        line-height: 45px;
        margin-top: 15px;
        margin-bottom: 12px;
        float: left;
        width: 100%;
    }

    .footer1_01 p {
        color: rgba(255, 255, 255, 0.53);
        line-height: 28px;
        margin-bottom: 12px;
        font-size: 14px;
    }

    .footer1_01 ul {
        list-style: square;
        float: left;
        width: 100%;
        height: auto;
        margin: 0px 0px 10px 20px;
        padding: 0px;
        color: #876b1f;
    }

        .footer1_01 ul li {
            width: 50%;
            float: left;
            margin-bottom: 10px;
        }

            .footer1_01 ul li a {
                color: rgba(255, 255, 255, 0.53);
            }

                .footer1_01 ul li a:hover {
                    color: #f3b91f;
                }

.alert001 {
    color: rgba(49, 49, 49, 0.36);
    background-color: #eee;
    border-color: #ddd;
    padding: 10px 10px;
    margin-bottom: 30px;
    border: 1px solid transparent;
    border-radius: 2px;
    margin-top: 0px;
    line-height: 10px;
    font-size: 11px;
}

    .alert001 span {
        text-transform: uppercase;
        color: #444;
        padding-right: 10px;
    }

    .alert001 a {
        color: rgba(0, 0, 0, 0.84) !important;
    }
/* Testimonial */

.nbs-flexisel-container {
    position: relative;
    max-width: 100%;
}

.nbs-flexisel-ul {
    position: relative;
    width: 99999px;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-align: center;
}

.nbs-flexisel-inner {
    overflow: hidden;
    float: left;
    width: 100%;
}

.nbs-flexisel-item {
    float: left;
    margin: 0px;
    padding: 0px;
    position: relative;
    line-height: 0px;
}

    .nbs-flexisel-item img {
        width: 100%;
        position: relative;
        margin-top: 0px;
        margin-bottom: 30px;
        max-width: 140px;
        /* max-height: 45px; */
        border: 1px solid #ddd;
        display: none;
    }
/*** Navigation ***/

.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
    width: 22px;
    height: 22px;
    position: absolute;
    cursor: pointer;
    z-index: 100;
    opacity: 0.5;
}

.nbs-flexisel-nav-left {
    left: 10px;
    background: url(../images/button-previous.png) no-repeat;
}

.nbs-flexisel-nav-right {
    right: 5px;
    background: url(../images/button-next.png) no-repeat;
}

.testti {
    width: 100%;
    height: auto;
    float: left;
}

.testi01 {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    padding: 30px 40px;
    border: 1px solid rgba(221, 221, 221, 0);
}

    .testi01 img {
        border-radius: 50%;
    }

    .testi01 p {
        line-height: 25px;
        font-size: 13px;
        color: #656565;
        min-height: 100px;
    }

    .testi01 h2 {
        font-size: 15px;
        line-height: 25px;
        text-transform: uppercase;
        margin-bottom: 0px;
        margin-top: 25px;
        color: #383633;
    }

        .testi01 h2 span {
            width: 100%;
            float: left;
            text-transform: none;
            color: #f3b91f;
            font-weight: bold;
        }

.land_testi01 {
    padding-top: 0px;
}

.sizeh1 {
    font-size: 28px;
}

.city_serive01 {
    margin-top: 180px;
}

.land_serivce_page01 {
    margin-top: 200px;
    margin-bottom: 50px;
}

.landing_page_heading0001 {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
}

    .landing_page_heading0001 h1 {
        font-size: 26px;
        text-align: center;
        margin: 25px 0px 40px;
    }

        .landing_page_heading0001 h1:after {
            background-color: #ffba00;
            content: "";
            display: block;
            width: 65px;
            height: 3px;
            margin: 7px auto 0px;
            bottom: 0px;
        }

.home_partner {
    width: 100%;
    height: auto;
    float: left;
    background-color: #fff;
    padding: 20px 0px 40px;
    display: none
}

.home_partner_left {
    width: 100%;
    height: auto;
    float: left;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

    .home_partner_left h3 {
        font-size: 26px;
        font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
        color: #333;
        text-align: center;
    }

        .home_partner_left h3:after {
            background-color: #ffba00;
            content: "";
            display: block;
            width: 65px;
            height: 3px;
            bottom: 0px;
            margin: 8px auto;
        }

.home_partner_right {
    width: 100%;
    height: auto;
    float: right;
    margin-top: 20px;
}

    .home_partner_right img {
    }

    .home_partner_right ul {
        margin: 0px;
        padding: 0px;
        list-style: none;
        text-align: center;
    }

        .home_partner_right ul li {
            margin: 0px 5px;
            max-width: 220px;
        }

            .home_partner_right ul li img {
                max-width: 100%;
                display: inline-block;
                margin: auto;
                padding: 10px 16px;
                border: 1px dashed #ddd;
                border-radius: 4px;
            }

.home_test {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 30px;
}

@media(max-width:1199px) {
    .menu01 ul li a {
        padding: 10px 7px !important;
    }

    .nav > li > a {
        padding: 10px 5px;
    }

    header {
        height: 700px !important
    }

    .carousel-caption h5 {
        font-size: 40px;
    }

    .carousel-caption h3 {
        font-size: 50px;
    }

    .carousel-caption h4 {
        font-size: 22px;
    }

    .call_box {
        width: 90%;
    }

    .service_img img {
        height: 60px;
    }

    table#t01 th {
        width: 70%;
    }

    table#t02 th {
        width: 70%;
    }

    table#t03 th {
        width: 70%;
    }

    table#t04 th {
        width: 70%;
    }

    table#t05 th {
        width: 70%;
    }

    table#t06 th {
        width: 70%;
    }

    table#t07 th {
        width: 70%;
    }
}

.rate_right table {
    background: #ffffff;
}

@media(max-width:1024px) {
    .carousel-caption {
        padding-top: 25%;
    }

    .log01 {
        padding-top: 5px;
    }

    .menu01 {
        padding-top: 0px;
        margin-bottom: 8px;
        margin-right: -14px;
    }

        .menu01 ul li a {
            padding: 0px 15px !important;
        }

    .service02 {
        min-height: 215px;
    }

    .senior {
        background-size: 100% 100%;
    }
}

@media(max-width:991px) {
    .navbar-default .navbar-header .navbar-brand {
        margin-bottom: -100px;
        margin-top: 8px;
    }

    .navbar-brand > img {
        width: 76px;
    }

    .menu01 ul li a {
        padding: 0px 7px 10px;
    }

    header {
        height: 500px !important;
    }

    .carousel-caption {
        padding-top: 11%;
    }

        .carousel-caption h5 {
            font-size: 30px;
        }

        .carousel-caption h3 {
            font-size: 40px;
        }

        .carousel-caption h4 {
            font-size: 17px;
        }

    .call_box {
        width: 100%;
    }

    .service_img {
        padding: 22px;
    }

    .service02 p {
        font-size: 12px;
    }

    table#t01 th {
        width: 61%;
    }

    table#t02 th {
        width: 61%;
    }

    table#t03 th {
        width: 61%;
    }

    table#t04 th {
        width: 61%;
    }

    table#t05 th {
        width: 61%;
    }

    table#t06 th {
        width: 61%;
    }

    table#t07 th {
        width: 61%;
    }

    .senior h4 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 30px;
    }

    .senior h5 {
        font-size: 25px;
        line-height: 38px;
    }

    .senior {
        background-size: 100% 100%;
    }

    .service02 {
        min-height: 180px;
    }
}

@media(max-width:768px) {
    .menu01 ul li a {
        padding: 0px 11px 0px;
        font-size: 12px !important;
    }

    .log01 {
        padding-top: 0px;
        width: 174px;
    }

    .menu01 {
        padding-top: 0px;
    }

    .call01 {
        padding: 6px 0px;
    }

    section {
        padding: 150px 0;
    }
}

@media(max-width:600px) {
    .navbar-default .navbar-header .navbar-brand {
        background-color: #fff;
    }

    .pull-right {
        display: none;
    }

    .menu01 {
        display: block !important;
    }

    .navbar-default .nav > li > a, .navbar-default .nav > li > a:focus {
        font-size: 12pt;
        color: #fff;
        font-weight: 500;
    }

    .navbar-default .navbar-collapse {
        margin: -1px 0;
    }

    header {
        height: 350px !important;
    }

    .call_box {
        margin-top: 10px;
        min-height: 245px;
    }

    .carousel-caption {
        padding-top: 22%;
    }

        .carousel-caption h5 {
            font-size: 20px;
            margin-bottom: 15px;
        }

    .call_box h2 {
        font-size: 27px;
        margin: 6px 0px 12px;
    }

    .call_box select {
        padding: 7px;
    }

    .call_box input[type="text"] {
        padding: 7px;
    }

    .rate_left {
        margin-bottom: 35px;
    }

    .senior_right {
        padding-left: 0px;
        padding-top: 0px;
    }

    .service02 {
        min-height: 100px;
    }

    .fill {
        height: 355px;
        background-size: 100% 100%;
    }

    .arrow_right {
        display: none;
    }

    .corparate_plan {
        top: 50%;
        right: -62px;
    }

        .corparate_plan a {
            padding: 7px 14px;
        }

    .navbar-default .nav > li > a:hover, .navbar-default .nav > li > a:focus:hover {
        color: #ffba00;
        background: #5a5a5a;
    }

    .menu01 ul li a:hover {
        border-top: 0px solid #5a5a5a;
        background-color: rgba(0, 0, 0, 0) !important;
        color: #ffba00 !important;
    }

    .table_div {
    }

        .table_div table {
            overflow: scroll;
            /* width: auto; */
            /* max-width: 320px; */
            display: -webkit-box;
        }

    .navbar-brand > img {
        width: 94px;
        padding: 0px 8px 5px;
    }

    .menu01 {
        padding-top: 0px;
        margin-right: 7px;
    }

        .menu01 ul li {
            margin-bottom: 5px;
        }

    section {
        padding: 150px 0;
    }

    .table_div {
    }

        .table_div table {
            overflow: scroll;
            /* width: auto; */
            /* max-width: 320px; */
            display: -webkit-box;
        }

    .call img {
        display: none;
    }

    .log01 {
        padding-top: 0px;
        position: absolute;
        right: 0;
        top: 0px;
        margin-right: -11px;
    }

        .log01 ul li {
            width: auto;
            float: left;
        }

            .log01 ul li a {
                color: #444 !important;
                font-size: 13px !important;
                margin-right: 5px;
            }

                .log01 ul li a:hover {
                }

    .menu01 ul li {
        width: 100%;
        float: left;
    }

    .marginBottom25 {
        padding-bottom: 15px;
    }

    .landing_page_heading0001 h1 {
        font-size: 21px;
        line-height: 30px;
    }
}

span.text-small {
    font-size: 80%;
    color: #ffba00;
    display: block;
}

.addressDetails, .addressDetails td {
    border: 0 solid transparent !important;
    padding: 0 !important;
}

.buttonAdd {
    margin-bottom: 10px;
}

#dataTableReport {
    width: 100% !important;
}

#dataTableCollectionReport {
    width: 100% !important;
}

a.menuPay {
    background: #f4ba19;
}

.SocialIcon {
    margin-top: 10px;
}

    .SocialIcon i {
        font-size: 21px;
        padding-top: 5px;
        padding-right: 6px;
        color: #949596;
    }

    .SocialIcon a:link, .SocialIcon a:active, .SocialIcon a:visited {
        padding-right: 6px;
        color: #949596;
    }

    .SocialIcon a:hover {
        color: #ffba00;
    }

.marginBottom10 {
    padding-bottom: 10px;
}

.longTable th, .longTable td {
    white-space: nowrap;
}

.FullWidth {
    width: 100% !important;
    white-space: nowrap;
}

ul.navbar-right {
    min-height: 40px;
}

table.dataTable thead > tr > th {
    color: #003658;
    font-weight: 600;
}

.dataTables_scroll {
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.navbar-nav a .glyphicon, .navbar-nav a .fa {
    margin-right: 4px;
    min-width: 10px;
}

.customDiv {
    border: 1px solid #d3e7f4;
    height: 83px;
    border-radius: 4px;
    box-shadow: inset 0 0 1px rgba(51, 122, 183, 0.47);
    padding: 3px 12px;
    overflow-x: auto;
}

    .customDiv > p {
        margin-bottom: 2px;
        font-size: 14px;
        margin: 0;
    }

.mt-1 {
    margin-top: 10px;
}

.modal.in > .modal-backdrop.in {
    height: 100% !important;
}
