.swr-AZ-Stations {
    margin-top: 30px;
}

.indexed-station-list .swr-globalSearch {
    width: 100%;
    margin-left: 10px;
}

.indexed-station-list .swr-station-button {
    background: #0092CB;
    float: left;
    width: auto;
    border-radius: 6px !important;
    color: white;
    font-size: 17px !important;
    cursor: pointer;
    margin-left: 41%;
    margin-bottom: 3%;
    margin-top: 2%;
    font-weight: bold;
    padding: 12px 30px !important;
    height: 48px !important;
}

.indexed-station-list .swr-station-button a {
    color: white
}

.toggle-btn {
    float: right;
    margin: 10px 13px;
    font-size: 11px;
    color: #0092cb;
    font-weight: 600;
}

input#search-all-station {
    padding: 10px 15px;
    border-radius: 20px;
    border: 1px #ccc solid;
    width: 325px;
    margin-bottom: 28px;
}

.pagination-list {
    display: inline-block;
}

.pagination-list .all-alphabets {
    display: flex;
    flex-wrap: wrap;
}

.pagination-list a {
    float: left;
    text-decoration: none;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    padding: 7px 13px !important;
    margin: 0 4px !important;
    text-align: center;
    color: #0092CB;
    width: 35px;
}

.pagination-list a.pag-li-item:hover {
    background-color: #0092CB;
    color: #fff !important;
    cursor: pointer;
}

.pagination-list a.pag-li-inactive {
    color: #D3D3D3
}

.station-listing li {
    display: inline-block;
    margin-left: 20px
}

.station-listing {
    padding-left: 0%;
}

.station-list span {
    font-size: 20px;
    padding-left: 30%;
}

.station-list .no-result {
    margin-left: 42%;
    float: left;
    margin-top: 5%;
}

.div_blow_btn {
    text-align: -moz-center;
    text-align: -webkit-center;
    padding: 27px 10px;
}

.station-index-active {
    background-color: #0092CB;
    color: #fff !important;
}

@keyframes stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }

    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
    }
}

.network-status-loading-bars .loading-icon {
    margin: auto;
    display: block;
}
.loading-icon {
    text-align: center;
    display: inline-block;
    margin: 0;
}
.loading-icon li {
    height: 60px;
    width: 7px;
    margin: 0 0 0 0;
    background-color: #82D0F5;
    display: inline-block;
    padding: 0;
    animation: stretchdelay 1.2s infinite ease-in-out;
}
.loading-icon li:before {
    height: 0;
}
.loading-icon li:first-child + li {
    animation-delay: -1.1s;
}
.loading-icon li:first-child + li + li {
    animation-delay: -1.0s;
}
.loading-icon li:first-child + li + li + li {
    animation-delay: -0.9s;
}
.loading-icon li:first-child + li + li + li + li {
    animation-delay: -0.8s;
}

.loading-icon-offers li {
    height: 87px;
    width: 7px;
    margin: 0 0 0 0;
    background-color: #82D0F5;
    display: inline-block;
    padding: 0;
    animation: stretchdelay 1.2s infinite ease-in-out;
    margin-right: 3px;
    margin-top: 29px;
}

.loading-for-stations {
    margin-left: 44%
}

.loading-for-stations li {
    width: 7px !important;
    margin: 0 5px 0 0 !important;
    float: none;
}

.mini_icon {
    font-size: 17px;
    margin: -3px 2px;
}

.plus_icon {
    font-size: 17px;
    margin: 1px 2px;
}

.btn_blow {
    background-color: #0092CB;
    border-radius: 7px;
    padding: 14px 19px;
    color: #fff !important;
    text-align: center;
    font-size: 15px;
    margin: 0 auto;
    width: 290px;
    clear: both;
    display: block;
    text-decoration: none;
    font-weight: 500;
    border: 1px solid transparent;
}
.btn_blow:hover{
    text-decoration: none;
}

.no_station {
    text-align: center;
    font-size: 20px;
    padding: 10px 0 0 0;
}

.span-height {
    height: 30px;
}

.forms-wrapper i.fa.fa-search:hover {
    cursor: pointer
}

.section-title {
    padding-bottom: 0px;
}

@-moz-document url-prefix() {
    .loading-for-stations {
        margin-left: 44% !important;
    }
}

@media only screen and (max-width:768px) {
    .indexed-station-list .swr-globalSearch {
        width: 100%;
        margin-left: 9px;
    }

    .indexed-station-list .all-stations .station-row {
        height: 38px;
        width: 100%;
        border: 1px #0092CB solid;
        display: block !important
    }

    .indexed-station-list .swr-station-button {
        margin-left: 10% !important;
        padding: 10px 14px 6px 13px !important;
    }

    .station-row span {
        font-size: 14px;
        padding: 6px 23px 9px 27px;
        position: absolute;
    }

    .station-listing.pagination-list a {
        color: #0092CB;
    }

    .station-listing {
        background-color: #fff;
        border: 1px solid #0092cb;
        border-top: 0;
        padding: 8px 0 8px 0 !important;
    }
    .pagination-list a {
        width: 40px;
    }
    .all-alphabets {
        margin-left: 6%;
    }

    .station-list span {
        font-size: 18px;
        padding-left: 30%;
    }

    .swr-station-search {
        margin-top: -20px
    }

    input#search-all-station {
        width: 78%;
    }

    .hide-top-btn {
        display: none;
    }

    .h2-stat {
        font-size: 21px;
        font-weight: 400;
    }

    .container h2:not(.section-title) {
        margin-top: -5px !important;
    }

    .top_btn {
        display: block
    }
}

@media (max-width: 767px) {
    .indexed-station-list .swr-globalSearch input#search-all-station {
        width: 100%;
    }

    .indexed-station-list .swr-globalSearch i.fa.fa-search {
        position: absolute;
        right: 0;
        bottom: 43px;
    }

    .indexed-station-list .swr-globalSearch {
        position: relative;
        width: 100%;
        margin-left: 0 !important;
        padding: 0 14px;
    }

    .indexed-station-list .swr-globalSearch i:before {
        top: 0 !important;
        right: 30px !important;
    }

    .station-listing {
        padding-left: 0;
        padding-right: 20px;
    }
}

@media (max-width: 574px) {
    .indexed-station-list .swr-globalSearch i:before {
        right: 25px !important;
    }

    .indexed-station-list .swr-globalSearch {
        padding: 0 9px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .indexed-station-list .swr-globalSearch input#search-all-station {
        -webkit-appearance: none;
        appearance: none;
        display: inline-block;
        line-height: 23px !important;
    }
}

@media only screen and (min-width: 320px) and (max-width: 480px) {

    .indexed-station-list .swr-station-button {
        margin-left: 7% !important;
        padding: 10px 14px 6px 13px !important;
        font-size: 15px !important;
    }

    .station-row span {
        font-weight: 500;
        font-size: 14px;
        padding: 9px 23px 9px 27px;
        position: absolute;
    }

    .loading-for-stations {
        margin-left: 31% !important
    }

    .loading-for-stations li {
        width: 7px !important;
        margin: 0 5px 0 0 !important;
    }

    #AllStationsLoad ul {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-break-inside: avoid;
    }

    .container h2:not(.section-title) {
        margin-top: -5px !important;
    }

    .hide-top-btn {
        display: none;
    }

    .h2-stat {
        font-size: 21px;
        font-weight: 400;
    }

    .fa-search {
        position: absolute;
        transform: translate(2px, 8px);
    }
}

@media only screen and (max-width: 320px) {
    .all-alphabets {
        margin-left: 9%;
    }
}