.mobile-top-nav {
     background: #0098D0;
     float: left;
    width: 100%;
}
.mobile-menu .mobile-top-nav a {
    padding: 5px 15px;
    color:#fff;
    text-transform: uppercase;
    font-weight: 100;
    font-size: 25px;
    text-decoration: none;
}
.mobile-menu ul {
    background: #FFC600;
    padding: 0;
    float: left;
    width: 100%;
    display: none;
    margin: 0;
}
.mobile-menu ul.top-header {
    background: #00A3AD;
}
.mobile-menu ul li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
    padding: 10px 15px;
    float: left;
    width: 100%;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.mobile-menu ul li:last-child a {
    border-bottom: none;
}
.mobile-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left:0;
    background: rgba(0,0,0,0.5);
    height:100%;
    width:100%;
} 
/*Slider*/
.mobile-slider {
    float: left;
    width: 100%;
}
.mobile-slider .item{
    height: 180px;
    background-size: cover !important;
    overflow: hidden;
    float: left;
    width: 100%;
    padding-bottom: 30px;
}
.mobile-slider .carousel-indicators {
    bottom:26px;
    right: 10px;
    margin: inherit;
    text-align: right;
    left: initial;
}
.mobile-slider .carousel-indicators .active {
    width: 12px;
    height: 12px;
    background: #006280;
    border-width: 2px;
}
.display-table {
    display: table;
    width: 100%;
    height: 100%;
}
.display-table-cell {
    display: table-cell;
    float: none;
    vertical-align: middle;
    height: 100%;
}
.mobile-content {
    position: relative;
    z-index: 999;
}
.logo {
    width: 180px;
}
.small-logo {
    width: 100px;
    position: absolute;
    right: 15px;
    top:10px;
}
.mobile-content h2 {
    text-transform: uppercase;
    font-weight:700;
    color:#FBED21;
    font-size: 20px;
    margin: 4px 0 0 0;
}
.mobile-content h3 {
    color:#009DA7;
    text-transform: uppercase;
    font-weight:900;
    font-size: 23px;
}
.mobile-content h3 span {
    color:#FFCB00;
    font-weight:100
}
.padding15 {
    padding: 0 15px;
}
.bold-font {
    font-weight:700;
    color:#FFFFFF;
}
.bold-font span {
    color:#FF0000
}
.carousel-inner {
    float: left;
    width: 100%;
}
.big-font {
    font-size: 35px !important;
}
/*Call Now*/
.red-call {
    background: #BA272D;
    border-radius: 10px;
    float: left;
    width: 100%;
    text-align: center;
    margin-top: -26px;
    position: relative;
    z-index: 99;
}
.red-call a {
    padding: 5px;
    float: left;
    width: 100%;
    font-size: 20px;
    color:#fff;
    text-transform: uppercase;
    text-decoration:none
}
.red-call img {
    height:30px
}
.flash-text {
    display: none;
}
.dark-bg {
    background: #3C3B3B;
    float: left;
    width: 100%;
}
.mobile-form-area {
    margin-top: 15px;
    float: left;
    width: 100%;
}
.mobile-form-area .form_button {
    display:table-row;
}
.mobile-form-area .form_button li a{
    background: #00A3AD;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    height: 52px;
    border: solid 1px black;
    float: initial;
    width: 100vh;
    padding: 0;
}
.mobile-form-area .form_button li a.active {
    background: #FFC700;
    color:#000
}
.mobile-form-area p.yellow-and-white {
    color:#fff;
    font-size: 9px;
}
.mobile-form-area form {
    margin-top: 10px;
    float: left;
    width: 100%;
}
.mobile-form-area p span {
    color:#FFFF00
}
.mobile-form-area .customform.input-style-1 .btn-select, .customform.input-style-1 input {
    border-color:#B2CC53
}
.padding-small {
    padding: 0 10px;
}
.mobile-form-area button {
    background: none;
    border:none;
    padding: 0 10px;
    margin-bottom: 10px;
}
.black-popup .modal-content{
    background: #3C3B3B;
    border: 2px solid #0097CF;
    border-radius: 10px;
    padding: 0 10px;
}
.black-popup h2 {
        text-transform: uppercase;
    font-weight: 900;
    font-size: 34px;
    color: #FBED21;
    margin: 12px 0 15px 0;
}
.black-popup h2 > span {
    display: block;
}
.black-popup h2 span {
    color:#fff;
    font-size:15px;
    text-transform: none;
    font-weight: 100;
}
.black-popup h2 span span {
    font-weight:bold
}
.black-popup a {
    background: #B9272D;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
    padding: 10px;
    border-radius: 15px;
    font-size: 18px;
}
.black-popup a img {
    width: 20px;
}
.black-popup p {
    color: #FBED21;
    font-size: 35px;
    font-weight: 100;
    margin-top: 30px;
    margin-bottom: 10px;
}
.black-popup .modal-dialog {
    margin: 20px auto;
    max-width: 310px;
}
.black-popup .close {
        opacity: 1;
    margin: 7px -8px 0 0;
    position: absolute;
    right: 16px;
    z-index: 99999;
}
.black-popup .close img {
    width: 34px;
    background: #fff;
    border-radius: 50%;
    padding: 6px;
    }