﻿body {
    font-family: 'Prompt', sans-serif;
    /*-webkit-font-smoothing: antialiased;*/
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 0.7px;
}

h1 {font-size: 40px;}
h2 {
    font-size: 32px;
}
h3 {
    font-size: 28px;
}
h4 {
    font-size: 24px;
}
h5 {
    font-size: 20px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: initial;
}
small{
    color:inherit !important;
}
.bold{
    font-weight:bold;
}
h6,p, address, li, .form-control {
    font-size: 17px;
}

.nonepaddind {
    padding-right: 0px;
    padding-left: 0px;
}
.headbarlogin{
    background-color:#000000;
    padding:10px 5px 10px 5px;
    color:#ffffff;
}
.headbarlogin a{
    color:#ffffff;
    text-decoration:none;
    text-align:center;
    margin-top:5px;
}
.headbarphone {
    background-color: #38E2A8;
    padding: 5px 20px 5px 5px;
    color: #000000;
    text-align: center;
    font-weight: bold;
}
.headbarphone a{
    text-decoration:none;
    color:#000000;
}

.bg-gray{
    background-color:rgba(219, 215, 215, 0.49);
}
footer {
    background-image: url(/imgNEW/color.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    margin-top: 60px;
    padding-top: 20px;
    padding-bottom: 20px;
    vertical-align: central;
    color: #5C5C5C;
    /*border-bottom: 30px solid #323F53;*/
}
    footer > .container {
        background-image: url(/imgNEW/town_02.png);
        background-repeat:no-repeat;
        background-position: bottom;
        background-size: contain;
        padding-bottom:200px;
    }
    footer h2 {
        color: #ffd800;
    }
 
footer .btn-social{
    background-color:#ffd800;
    height:60px;
    width:60px;
    font-size:25px;
    padding: 17px 10px 10px 21px;
    color:#000000;
}
footer .about i{
    color:#ffd800;
}
footer .about span{
    color:#ffffff;
}
footer .insurelist{
    color:#ffffff;
}
footer .insurelist p{
    border-bottom:1px dashed #979494
}
    footer a {
        color: #5C5C5C;
        font-size:14px;
    }
    .cards {
        background-color: #fff;
        box-shadow: 0 1px 2px #AAA;
        border-radius: 3px;
        -webkit-transition: box-shadow .3s ease-in-out;
    }
.cards:hover{box-shadow:0 10px 16px #AAA;}


/*NEW*/
header {
    background-color: #065f46;
}
.nav-menu > .navbar-default {
    background-color: initial;
}
.navbar {
    border: initial;
    padding-top:0px;
}
.navbar-default .navbar-nav > li > a, .navbar-default .navbar-text {
    color: #fff;
    padding-bottom: 10px;
}
/**/
a:hover {
    text-decoration: none;
}


li.main-item:hover {
    border-bottom:solid 3px #fff;
}

li.main-item:hover > .submenu {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 1;
    visibility: visible;
}
.submenu {
    position: absolute;
    display: block;
    visibility: hidden;
    opacity: 0;
    padding: 15px;
    width: 500px;
    background: #F7F7F7;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
    -webkit-transition: opacity .1s;
    transition: opacity .1s;
    overflow: hidden;
    left: 0;
    font-size: 1em;
    z-index: 1;
    letter-spacing: 1.4px;
    border-radius: 0px 0px 15px 15px;
}
    .submenu li {
        list-style: none;
        padding: 7px 5px;
    }

    .submenu li:hover {
        background-color: #ececec;
    }

.logo-mobile {
    background-color: #084126;
    padding-right:35%;
}
.st-menu {
    background-color: #59E6A1;
}
    .st-menu ul li a {
        color: #084126;
        font-weight:bold;
    }
.submenu a {
    color: #777;
    font-size: 17px;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #fff;
    background-color: transparent;
}
.st-menu ul li > ul {
    display: none;
}

.st-menu ul li a.active + ul {
    display: inherit;
}
section {
    padding-top: 60px;
    padding-bottom: 30px;
}



.jx-header {
    font-size: 36px;
    font-weight: bold;
}

.jx-title {
    font-size: 22px;
}

.jx-extra {
    font-size: 18px;
    color: gray;
}

.jx-label {
    font-size: 20px;
}
.nonepaddind {
    padding-left: 0px;
    padding-right: 0px;
}
footer h5 {
    color: #164482;
    font-weight: bold;
    font-size: 17px;
}
footer ul{
    padding-left:0px;
}
footer li {
    list-style: none;
    padding: 5px 0px 5px;
}
footer li a{
    font-weight:bold;
}
footer .company-detail {
    font-weight: bold;
    line-height: 27px;
}