/********** Template CSS **********/
:root {
    /*--primary: #13C5DD;*/
	--primary: #2681bd;
    --secondary: #354F8E;
    --light: #EFF5F9;
    --dark: #1D2A4D;
}

body {
color:#5b6069;
}

a {
	/*color:#109fb3;*/
    color:#0c6f7d;
	text-decoration:none;
}
	
a:hover{
	color:#094d91;
	text-decoration:underline;
}

.btn {
    font-weight: 700;
    transition: .5s;
}

.btn:hover {
    -webkit-box-shadow: 0 8px 6px -6px #555555;
    -moz-box-shadow: 0 8px 6px -6px #555555;
    box-shadow: 0 8px 6px -6px #555555;
}

.btn-primary {
    color: #FFFFFF;
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 0;
    border-radius: 50% 50% 0 0;
    z-index: 99;
}

.navbar-light .navbar-nav .nav-link {
    font-family: 'Jost', sans-serif;
    position: relative;
    margin-left: 30px;
    padding: 30px 0;
    font-size: 18px;
    font-weight: 700;
    color: var(--dark);
    outline: none;
    transition: .5s;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (min-width: 992px) {
    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 5px;
        bottom: 0;
        left: 50%;
        background: var(--primary);
        transition: .5s;
    }

    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0;
    }
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link  {
        margin-left: 0;
        padding: 10px 0;
    }
}
@media (max-width: 1199.98px) {
    .nex-logo {
        display: none !important;
    }
}

.nex-back-to-top {
    position: absolute !important;
    displayX: none;
    right: 1px;
    bottom: -6px;
    border-radiusX: 50% 50% 0 0;
    z-index: 99;
}

.nex-mb-5 {
    margin-bottom: 0px !important;
}


.hero-header {
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(../img/nex-image-2.png) top right no-repeat;
    background-size: cover;
    /*background-color: #000 !important;*/
}

.clearFloat {
    clear: both;
}

.service-item {
    position: relative;
    /*height: 350px;
padding: 0 30px;*/
    /*padding: 20px 30px;*/
    padding: 30px 30px 20px 30px;
    transition: .5s;
}

    .service-item .service-icon {
        widthX: 150px;
        /*
        width: 100px;
        height: 100px;
        */
        width: 80px;
        height: 80px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: var(--primary);
        border-radius: 50%;
        transformX: rotate(-14deg);
    }

        .service-item .service-icon i {
            transformX: rotate(15deg);
        }

    .service-item a.btn {
        position: absolute;
        width: 60px;
        bottom: -48px;
        left: 50%;
        margin-left: -30px;
        opacity: 0;
    }

    .service-item:hover a.btn {
        bottom: -24px;
        opacity: 1;
    }

.nex-service-item {
    position: relative;
    /*height: 350px;
padding: 0 30px;*/
    padding: 20px 30px;
    transition: .5s;
}

    .nex-service-item a.btn {
        position: absolute;
        width: 60px;
        bottom: -48px;
        left: 50%;
        margin-left: -30px;
        opacity: 0;
    }

    .nex-service-item:hover a.btn {
        bottom: -24px;
        opacity: 1;
    }


.price-carousel::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0;
    background: var(--primary);
    border-radius: 8px 8px 50% 50%;
    z-index: -1;
}

.price-carousel .owl-nav {
    margin-top: 35px;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}

    f

    .price-carousel .owl-nav .owl-prev,
    .price-carousel .owl-nav .owl-next {
        position: relative;
        margin: 0 5px;
        width: 45px;
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--primary);
        background: #FFFFFF;
        font-size: 22px;
        border-radius: 45px;
        transition: .5s;
    }

        .price-carousel .owl-nav .owl-prev:hover,
        .price-carousel .owl-nav .owl-next:hover {
            color: var(--dark);
        }

@media (min-width: 576px) {
    .team-item .row {
        height: 350px;
    }
}

.team-carousel .owl-nav {
    position: absolute;
    padding: 0 45px;
    width: 100%;
    height: 45px;
    top: calc(50% - 22.5px);
    left: 0;
    display: flex;
    justify-content: space-between;
}

    .team-carousel .owl-nav .owl-prev,
    .team-carousel .owl-nav .owl-next {
        position: relative;
        width: 45px;
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #FFFFFF;
        background: var(--primary);
        border-radius: 45px;
        font-size: 22px;
        transition: .5s;
    }

        .team-carousel .owl-nav .owl-prev:hover,
        .team-carousel .owl-nav .owl-next:hover {
            background: var(--dark);
        }

.testimonial-carousel .owl-dots {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 20px;
    height: 20px;
    background: var(--light);
    border: 2px solid var(--primary);
    border-radius: 20px;
    transition: .5s;
}

    .testimonial-carousel .owl-dot.active {
        width: 40px;
        height: 40px;
        background: var(--primary);
    }

.testimonial-carousel .owl-item img {
    width: 150px;
    height: 150px;
}

.nex-text-primary {
    /*color:#2681bd !important;*/
    color: #185278 !important;
}

.nex-text-secondary {
    color: #217CB8 !important;
}

.nex-navbar-default {
    border-bottom: darkgrey 1px solid;
}

.nex-ae-form-header span {
    displayX: block;
    floatX: left;
    border: red 1px solid;
}

.floatRight {
    float: right !important;
}

.nex-list-sub {
    margin-top: 10px;
}

.nex-link-bg-dark {
    color: #fffeed;
}
.nex-link-bg-dark:hover {
    color: #13C5DD;
}

.nex-link-show {
    text-decoration: underline;
}

.nex-link-greyish {
    color: #3b3f42 !important;
}

.nex-link-bg-bold {
    font-weight: bold;
}

.nex-p-para {
    margin-top: 15px !important;
}

.nex-title-2 {
    font-weight: bold;
    margin-bottom: 10px;
}

.nex-bigicon-link {
    display: contents !important;
}

    .nex-bigicon-link:hover .service-icon {
        background-color: #094d91 !important;
    }

    .nex-bigicon-link:hover h4, .nex-service-item:hover h4, .nex-service-item:hover span {
        color: #094d91 !important;
    }


.nex-btn-light {
    color: #000;
    background-color: #fa954d;
    border-color: #fa954d;
    box-shadow: 1px 1px #6d6f70;
}

    .nex-btn-light:hover {
        color: #fff;
        background-color: #fc9e23;
        border-color: #fc9e23;
    }

.nex-btn-bright {
    color: #000;
    background-color: #fa954d;
    border-color: #fa954d;
    box-shadow: 1px 1px #6d6f70;
}

    .nex-btn-bright:hover {
        color: blue;
        background-color: #fc9e23;
        border-color: #fc9e23;
    }

.nex-btn-goback {
    /*olor:#000;background-color:#bfbfbf;border-color:#bfbfbf; box-shadow: 1px 1px #6d6f70;*/
    color: #000;
    background-color: #fff;
    border-color: #bfbfbf;
    box-shadow: 1px 1px #6d6f70;
    ;
}

    .nex-btn-goback:hover {
        /*color:#fff;background-color:#828282;border-color:#828282;*/
        color: #000;
        background-color: #e8e8e8;
        border-color: #828282;
    }


.nex-active {
    color: #217CB8 !important;
}

.nex-nolink {
    text-decoration: none !important;
    ;
}

.display-6 {
    text-transform: capitalize;
}

.nex-service-icon {
    widthX: 150px;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    border-radius: 50%;
}

.nex-dadecounty-orig {
    background-image: url('../img/palmtree3.png');
    background-size: 70px 60px;
    background-position: center;
    background-repeat: no-repeat;
    width: 70px;
    height: 60px;
}
.nex-dadecounty {
    background-image: url('../img/palmtree3.png');
    background-size: 60px 50px;
    background-position: center;
    background-repeat: no-repeat;
    width: 60px;
    height: 50px;
}

.nex-taxforms {
    background-image: url('../img/tax1.png');
    background-size: 60px 50px;
    background-position: center;
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
}
.nex-forms-orig {
    background-image: url('../img/forms3.png');
    background-size: 60px 50px;
    background-position: center;
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
}
.nex-forms {
    background-image: url('../img/forms3.png');
    background-size: 50px 40px;
    background-position: center;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
}

.nex-icon-shield {
    backgroundX: url(../img/ins1.png);
    borderX: red 2px solid !important;
    backgroundX: url('../img/ins1.png') center repeat;
    background-size: 60px 60px;
}

.icon-medication {
    background: url('../img/medications2.png') center no-repeat;
    /*
    background-size: 60px 60px;
    height: 60px;
    width: 60px;
    */
    background-size: 50px 50px;
    height: 50px;
    width: 50px;
    margin-left: 0px;
}

.icon-questionaire {
    background: url('../img/questionnaire2.png') center no-repeat;
    background-size: 55px 55px;
    height: 55px;
    width: 55px;
    margin-left: 8px;
}

.icon-questionaire-2 {
    background: url('../img/questionnaire3.png') center no-repeat;
    /*
    background-size: 55px 55px;
    height: 55px;
    width: 55px;
    */
    background-size: 45px 45px;
    height: 45px;
    width: 45px;
    margin-left: 8px;
}

.icon-checklist {
    background: url('../img/checklist2.png') center no-repeat;
    /*
    background-size: 50px 50px;
    height: 50px;
    width: 50px;
    */
    background-size: 40px 40px;
    height: 40px;
    width: 40px;
    margin-left: 2px;
}

.icon-idcard {
    background: url('../img/idcard3.png') center no-repeat;
    /*
    background-size: 55px 55px;
    height: 55px;
    width: 55px;
    */
    background-size: 45px 45px;
    height: 45px;
    width: 45px;
    margin-left: 0px;
    margin-bottom: 15px;
}

.icon-bills {
    background: url('../img/bills2.png') center no-repeat;
    /*
    background-size: 50px 50px;
    height: 50px;
    width: 50px;
    */
    background-size: 40px 40px;
    height: 40px;
    width: 40px;
    margin-left: 10px;
}

.icon-medicare {
    background: url('../img/medicare1.png') center no-repeat;
    /*
    background-size: 65px 65px;
    height: 65px;
    width: 65px;
    */
    background-size: 55px 55px;
    height: 55px;
    width: 55px;
    margin-left: 0px;
    margin-bottom: 3px;
}

.icon-education {
    background: url('../img/education2.png') center no-repeat;
    /*
    background-size: 50px 50px;
    height: 50px;
    width: 50px;
    */
    background-size: 40px 40px;
    height: 40px;
    width: 40px;
    margin-left: -7px;
}

.icon-benefits {
    background: url('../img/benefits3.png') center no-repeat;
    /*
    background-size: 60px 60px;
    height: 60px;
    width: 60px;
    */
    background-size: 50px 50px;
    height: 50px;
    width: 50px;
    margin-left: 3px;
}

.icon-glossary {
    background: url('../img/glossary1.png') center no-repeat;
    /*
    background-size: 60px 60px;
    height: 60px;
    width: 60px;
    */
    background-size: 50px 50px;
    height: 50px;
    width: 50px;
    margin-left: 3px;
}

.icon-complaint {
    background: url('../img/complaint1.png') center no-repeat;
    /*
    background-size: 60px 60px;
    height: 60px;
    width: 60px;
    */
    background-size: 50px 50px;
    height: 50px;
    width: 50px;
    margin-left: 0px;
}

.icon-insurance {
    background: url('../img/insurance1.png') center no-repeat;
    background-size: 45px 45px;
    height: 45px;
    width: 45px;
    margin-bottom: 7px;
    margin-left: 3px;
}

.icon-insurance-employer {
    background: url('../img/insurance-employer1.png') center no-repeat;
    background-size: 50px 50px;
    height: 50px;
    width: 50px;
    margin-bottom: 7px;
    margin-left: 2px;
}

.icon-bridge {
    background: url('../img/bridge1.png') center no-repeat;
    background-size: 47px 47px;
    height: 47px;
    width: 47px;
    margin-bottom: 6px;
    margin-left: 2px;
}

.icon-representative {
    background: url('../img/representative1.png') center no-repeat;
    background-size: 43px 43px;
    height: 43px;
    width: 43px;
    margin-bottom: 6px;
}



.display-1 {
    /*text-shadow: 1px 1px #6d6f70;*/
    text-shadow: 1px 1px #606162;
}

.ou-list-1 li {
    margin-bottom: 10px;
}

.display-1 {
    font-size: 2.8em;
}

@media (max-width: 991.98px) {
    .hero-header {
        background: url(../img/abs1.png) top left no-repeat;
    }

    .display-1 {
        font-size: calc(1.625rem + 1.5vw) !important;
        font-weight: 700 !important;
        line-height: 1.2 !important;
        color: white !important;
        margin-bottom:20px;
    }
    .display-0 {
        font-size: calc(0.6rem + 1.8vw) !important;
    }

    .col-lg-9 {
        width: 100%
    }

    .nex-btn-light-left {
        margin-bottom: 20px;
    }

    .miamidade 
    {
        width:100%;
    }
}

@media (min-width: 991.99px) and (max-width: 1299.98px) {

    .display-1 {
        font-size: calc(1.625rem + 1.4vw) !important;
        font-weight: 700 !important;
        line-height: 1.2 !important;
        color: white !important;
    }
    .display-0 {
        font-size: calc(0.6rem + 1.4vw) !important;
    }

    .col-lg-9 {
        width: 90%
    }
}
    /*
@media (min-width: 1399.98px){

    .display-1{font-size:calc(1.625rem + 15.5vw);font-weight:700;line-height:1.2; }
}
*/
