a{
    text-decoration: none;
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.header {
    position: relative;
    z-index: 99;
    background: #fff
}

.headerFixed,.shrinkHeader {
    position: fixed;
    right: 0;
    z-index: 999;
    left: 0
}

.headerTop {
    background: #2a93fb;
    padding: 8px 0;
    color: #fff
}

.navbar {
    border-radius: 0;
    border: 0;
    margin-bottom: 0
}

.headerLayer.navbar-default {
    background: rgba(192,192,192,.7);
    border-top: 1px solid #abb1b5
}

.header-middle .navbar-default {
    background: 0 0;
    margin-top: 15px
}

.logo {
    float: left
}

.headerRight {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.deliveryD {
    float: right;
    max-width: 99px;
    height: 92px;
    background-color: #60c1df;
    width: 98.48px;
    padding-top: 15px;
}

.navbar-brand {
    height: auto;
    padding: 0px;
    margin-left: -10px
}

.modal-open .headerFixed,.modal-open .shrinkHeader {
    right: 16px
}

.callNow {
    margin-right: 15px;
    background: url(https://lenoxmedicalsupply.com/scooter-plus/images/call-girl.png) right bottom no-repeat;
    padding: 22px 82px 16px 15px
}

.callNow span {
    font-size: 12px;
    color: #ca2026;
    display: block
}

.callNow a {
    color: #373737;
    font-size: 22px;
    line-height: 1.1;
    font-weight: 700
}

.callNow a:hover {
    color: #2a93fb
}

.headerLink {
    float: right;
    font-size: 13px;
    margin: 18px 0 0
}

.headerLink li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px
}

.headerLink li a {
    display: block;
    color: #3b3b3b;
    padding: 15px 5px
}

.headerLayer .navbar-nav>li,.headerTopRight label,.stateSelestWrap {
    display: inline-block;
    vertical-align: middle
}

.headerLink li a img {
    margin-right: 8px
}

.headerLayer {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 9;
    top: 100%
}

.banner,.header-middle .container {
    position: relative
}

.bluebr:after,.sideNav li a:after,.sideNav li a:before,.tabNav li a span:after {
    left: 50%;
    content: ""
}

.headerTopLeft {
    float: left;
    margin-top: 4px
}

.headerTopLeft a {
    color: #fff
}


.headerTopRight label {
    font-weight: 700;
    margin-left: 10px;
    margin-bottom: 0;
    position: relative;
    top: -3px;
}

.headerTopRight .bootstrap-select .btn,.headerTopRight .bootstrap-select .btn:active,.headerTopRight .bootstrap-select .btn:active:focus,.headerTopRight .bootstrap-select .btn:focus,.headerTopRight .bootstrap-select .btn:hover,.headerTopRight .bootstrap-select.open .btn {
    background: 0 0;
    color: #fff;
    outline: 0!important;
    outline: -webkit-focus-ring-color 0!important;
    outline-offset: 0
}

.headerTopRight .bootstrap-select .btn {
    border: 0
}

.headerTopRight .bootstrap-select.btn-group .dropdown-toggle .caret {
    background: url(../images/down-arrow-white.png) center center no-repeat;
    right: 0
}

.headerTopRight .bootstrap-select.open>.dropdown-toggle.btn-default:focus,.headerTopRight .bootstrap-select.open>.dropdown-toggle.btn-default:hover {
    background: 0 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    color: #fff
}

.navbar-default .navbar-nav>li>a {
    color: #343542
}


.header-middle .navbar-nav>li>a {
    padding: 10px
}

.headerLayer .navbar-nav>li {
    float: none
}

.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>li:hover>a {
    color: #fff;
    background-color: #2a93fb
}


.header-middle .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.headerTop .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.headerLayer ul.nav.navbar-nav {
    position: relative;
}


.header .navbar{
    background: #f1f1f1;
    padding: 0px;
}

.header .navbar .dropdown-menu a{
    padding: 10px;
    color: black;
    display: block;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
}

.header .navbar .nav-link{
    padding: 14px 10px;
    font-size: 15px;
}

.header .navbar .nav-link.active{
    background: red;
    color: white;
}

.header .navbar .navbar-nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}


.formSection{
    min-height: calc(100vh - 185px);
    padding: 50px;
    background: url(https://www.lenoxmedicalsupply.com/scooter-plus/images/banner.jpg);
    background-position: bottom;
    background-size: cover;
    display: flex;
    align-items: center;
}

.formSection h2{
    margin-bottom: 20px;
    font-size: 35px;
    color: #cd2129;
    font-weight: 700;
}

.formSection .nav-pills{
    margin-bottom: 20px;
}

.formSection .nav-pills .nav-link{
    border: 1px solid #20458c;
    color: #20458c;
    margin-right: 15px;
}

.formSection .nav-pills .nav-link.active{
    background: #20458c !important;
    color: white !important;
}

.formSection .form-control,.formSection .form-select{
    border: 1px solid #ddd;
    padding: 8px 15px;
    font-size: 16px;
    width: 100%;
    background-color: #f7f7f7;
    font-size: 14px;
}

.formSection .wrapper{
    background: white;
    padding: 30px;
    border-radius: 15px;
}

.formSection .wrapper label{
    font-size: 14px;
}

.formSection .wrapper .btn-submit{
    background: #ca2026;
    color: white;
    padding: 13px 30px;
    font-size: 18px;
    font-weight: 600;
}

.select2-container .select2-selection--single{
    height: 39px;
    border: none;
    font-size: 14px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 39px;
    background: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 39px;
}


@media only screen and (max-width: 600px) {

    .headerTop .container{
        display: block;
        text-align: center;
    }
    .headerTopLeft{
        float: none;
        margin-bottom: 10px;
    }
    .header-middle .container{
        display: block;
    }
    .header-middle .navbar-brand{
        display: block;
        text-align: center;
        margin-bottom: 10px;
    }

    .callNow{
        background: none;
        padding: 0px;
    }

    .headerRight{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.deliveryD {
    float: right;
    max-width: 75px;
    height: 75px;
    background-color: #60c1df;
    width: 75px;
    padding-top: 15px;
}

.deliveryD img{
    max-width: 100%;
}

.header .navbar{
    padding: 10px;
}

.header .navbar .container{
    justify-content: end;
}
.formSection {
    padding: 25px 10px;
}

.formSection .nav-pills .nav-link:last-child{
    margin-right: 0px;
}

.formSection .nav-pills .nav-link {
    padding: 5px;
    font-size: 15px;
}

.formSection .wrapper{
    padding: 20px;
}

.formSection .nav-pills{
    gap: 10px;
}





}