
.zip-page .filters {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;

    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}

.zip-page .provider-info {
    border: 1px solid #ccdfe8;
    border-radius: 5px;
    /*display: table;*/
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-align: stretch!important;
    -ms-flex-align: stretch!important;
    align-items: stretch!important;
    width: 100%;
    min-height: 220px;
}

.zip-page .provider-info .provider-logo {
    /*display: table-cell;*/
    /*width: 270px;*/
    flex: 0 0 270px;
    border-right: 3px solid #ff9800;
    background-color: #2f4475;
    vertical-align: top;
    text-align: center;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.zip-page .provider-info .provider-logo .image-wrap {
    height: 220px;
    line-height: 220px;
}

.zip-page .provider-info .provider-logo svg,
.zip-page .provider-info .provider-logo img {
    max-width: 150px;
}

.zip-page .provider-info .tabs-content-wrap {
    /*display: table-cell;*/
    display: block;
    min-width: 0;
    flex-grow: 1;
    background-color: #fff;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.zip-page .providers-info-block {
    margin-top: 10px;
}

.zip-page .provider-info-wrap {
    margin-top: 60px;
}

.zip-page .empty {
    font-size: 38px;
    color: #45484D;
    font-family: 'Noto Sans SC', sans-serif;
    font-weight: 900;
    text-align: center;
    width: 100%;
    display: inline-block;
    margin: 100px auto 0;
}

.zip-page .tabs {
    padding-left: 280px;
}

.zip-page .provider-info-wrap.template {
    display: none;
}

.zip-page .tabs .tab {
    display: inline-block;
    width: 105px;
    margin-right: 6px;
    background-color: #dde3e8;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    cursor: pointer;
    text-align: center;
    padding: 5px 0;
}

.zip-page .tabs .tab.active {
    background-color: #ffa300;
    color: #fff;
}

.zip-page .tabs-content-wrap .tab-content {
    display: none;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 50px;
}

.zip-page .tabs-content-wrap .tab-content.active {
    display: block;
}

.zip-page .overview-tab.active {
    display: table!important;
    width: 100%;
    height: 220px;
    padding: 0!important;
}

.zip-page .overview-tab .main-info {
    display: table-cell;
    width: 43%;
    background-color: #f3f6f7;
    padding: 25px 25px 25px 60px;
    vertical-align: middle;
    font-size: 16px;
}

.zip-page .overview-tab .main-info .text div {
    font-weight: bold;
    display: inline-block;
}

.zip-page .overview-tab .price-info {
    display: table-cell;
    width: 32%;
    background-color: #fff;
    text-align: center;
    vertical-align: middle;
    padding: 0 78px;
    font-size: 14px;
}


.zip-page .overview-tab .channels,
.zip-page .overview-tab .calling,
.zip-page .overview-tab .smarthome  {
    margin-top: 40px;
}

.zip-page .overview-tab .phone-number {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 26px;
}

.zip-page .overview-tab .plan-price sup {
    position: static;
    font-size: 50%;
    vertical-align: super;
}

.zip-page .overview-tab .plan-price {
    text-align: center;
    font-size: 35px;
    font-weight: bold;
}

.zip-page .overview-tab .phone-info {
    display: table-cell;
    background-color: #f3f6f7;
    text-align: center;
    vertical-align: middle;
}

.zip-page .overview-tab .icon-wrap {
    width: 26px;
    display: inline-block;
    text-align: center;
    margin-right: 15px;
}

.zip-page .overview-tab .icon-wrap img {
    height: 23px;
}

.zip-page .tab-content .table-responsive {
    margin-top: 25px;
    font-size: 16px;
}

.zip-page .tab-content table {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
}

.zip-page .tab-content table th {
    background-color: #ebeff2;
    padding: 28px 57px 28px 15px;
    text-align: center;
    position: relative;
    border-right: 1px solid #c5d7e3;
    border-bottom: 1px solid #c5d7e3;
    border-top: 1px solid #c5d7e3;
}

.zip-page .tab-content table td {
    text-align: center;
    padding: 35px 10px;
    border-right: 1px solid #c5d7e3;
    border-bottom: 1px solid #c5d7e3;
}

.zip-page .tab-content table a {
    text-decoration: underline;
}

.zip-page .tab-content p{
    font-size: 14px!important;
}

.zip-page .tab-content table th img {
    position: absolute;
    top: 50%;
    right: 42px;
    margin-top: -6px;
    cursor: pointer;
}

.zip-page .tab-content table th:before,
.zip-page .tab-content table th:after {
    border: 6px solid transparent;
    content: "";
    display: block;
    height: 0;
    right: 20px;
    top: 50%;
    position: absolute;
    width: 0;
    cursor: pointer;
}

.zip-page .tab-content table th:before {
    border-bottom-color: #45484d;
    margin-top: -16px;
}

.zip-page .tab-content table th:after {
    border-top-color: #45484d;
    margin-top: 2px;
}

.zip-page .tab-content table tr th:first-child,
.zip-page .tab-content table tr td:first-child {
    border-left: 1px solid #c5d7e3;
}

.zip-page .tab-content table tr th:last-child {
    border-top-right-radius: 10px;
}

.zip-page .tab-content table tr th:first-child {
    border-top-left-radius: 10px;
}

.zip-page .tab-content table tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}

.zip-page .tab-content table tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
}

.zip-page .details-tab .phone-number {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 18px;
}

.zip-page .details-tab .phone-wrap {
    margin-top: 38px;
    text-align: center;
}

.btn-orange.phone-number-btn {
    padding:12px 35px!important;
    height: auto;
    line-height: normal;
}

.zip-page .overview-tab .text {
    display: inline-block;
}

.zip-page .mobile-table {
    display: none;
}

.zip-page .mobile-table .provider-block {
    border: 1px solid #c3d6e2;
    border-radius: 7px;
    background-color: #fff;
    margin-top: 15px;
}

.zip-page .mobile-table .provider-block .header {
    background-color: #ebeff2;
    text-align: center;
    padding: 25px 15px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.zip-page .mobile-table .provider-block .header a {
    text-decoration: underline;
}

.zip-page .mobile-table .provider-block .rows {
    padding: 10px 35px;
}

.zip-page .mobile-table .provider-block .row {
    display: table;
    width: 100%;
    border-bottom: 1px solid #c3d6e2;
    margin: 0!important;
}

.zip-page .mobile-table .provider-block .row:last-child {
    border-bottom: 0;
}

.zip-page .mobile-table .provider-block .row .title {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    font-weight: bold;
    height: 40px;
}

.zip-page .mobile-table .provider-block .row .value {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    height: 40px;
}


.zip-page .mobile-table .provider-block .row .value p,
.zip-page .section .providers-info-block td p {
    margin: 0;
    font-family: 'Noto Sans SC' !important;
}

.zip-page .details-tab h3 {
    font-weight: bold;
}

.zip-page .details-tab .plan {
    font-weight: bold;
}

.zip-page .compare-providers-section {
    padding-bottom: 135px;
}

.zip-page .overview-tab .text img {
    margin-bottom: 2px;
    display: none;
}

.zip-page .provider-popup-content {
    background: #fff;
    border-radius: 7px;
    width: 800px;
    margin: 50px auto;
}

.zip-page .provider-popup-content li,
.zip-page .provider-popup-content p {
    font-size: 16px;
    
}

.zip-page .deal-popup-content {
    background: #fff;
    border-radius: 7px;
    width: 800px;
    margin: 50px auto;
}

.zip-page .deal-popup-content .faq {
    margin: 0;
}

.zip-page .provider-popup-content .header {
    position: relative;
    height: 94px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    background: #2f4475;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 94px;
    border-bottom: 4px solid #ffa300;
}

.zip-page .provider-popup-content .details {
    padding: 30px 0;
}

.zip-page .provider-popup-content .details > div {
    display: table;
    width: 100%;
}

.zip-page .provider-popup-content .details .left-column {
    display: table-cell;
    padding: 15px 30px 15px 50px;
    vertical-align: middle;
    border-right: 2px solid #e1eaf0;
}

.zip-page .provider-popup-content .details ul {
    margin: 0;
    padding-left: 20px;
}

.zip-page .provider-popup-content .details .right-column {
    padding: 15px 30px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 280px;
}

.zip-page .provider-popup-content .plan-price {
    text-align: center;
    font-size: 34px;
    font-weight: bold;
}

.zip-page .provider-popup-content .plan-price sup {
    position: static;
    font-size: 50%;
    vertical-align: super;
}

.zip-page .provider-popup-content .phone-number {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 23px;
    margin-top: 32px;
}

.zip-page .provider-popup-content .details li {
    padding: 12px 0;
}

.zip-page .provider-popup-content .main-features {
    padding: 34px 50px;
    background: #f3f6f7;
}

.zip-page .provider-popup-content .main-features img {
    height: 32px;
}

.zip-page .provider-popup-content .main-features > div {
    width: 28%;
}

.zip-page .provider-popup-content .main-features .image {
    vertical-align: middle;
    padding-right: 20px;
    width: 60px;
}
.zip-page .provider-popup-content .main-features .text {
    vertical-align: middle;
}


.zip-page .deal-popup-content .header {
    position: relative;
    height: 94px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    background: #ffa300;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 94px;
}

.zip-page .deal-popup-content .header img {
    height: 32px;
}

.zip-page .deal-popup-content .main-content {
    padding: 90px 50px 60px 50px;
}

.zip-page .deal-popup-content .deal-links .right-caret {
    margin-right: 7px;
}

.zip-page .deal-popup-content .deal-links .link {
    margin-bottom: 10px;
}

.zip-page .deal-popup-content .deal-links a {
    text-decoration: underline;
}

.zip-page .provider-popup-content .footer {
    padding: 50px 44px;
    background: #f3f6f7;
    font-size: 12px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

.zip-page .deal-popup-content .footer {
    padding: 44px;
    background: #f3f6f7;
    font-size: 12px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

.zip-page .provider-popup-content .footer p:last-child,
.zip-page .deal-popup-content .footer p:last-child {
    margin: 0;
}


.zip-page .deal-popup-content .faq ul {
    padding: 0 0 0 18px;
    margin: 0;
}

.zip-page .deal-popup-content .custom-close,
.zip-page .provider-popup-content .custom-close {
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    right: 20px;
    top: 18px;
}

.zip-page .location-filter .zip-search {
    margin-top: 0;
}

.zip-page .location-filter a {
    text-decoration: underline;
    font-size: 12px;
    font-family: 'Source Sans Pro', sans-serif;
}

@media (max-width: 1300px) {

    .zip-page .custom-selectbox {
        width: 186px;
        margin-right: 10px;
    }

    .zip-page .provider-info .provider-logo {
        width: 200px;
        min-width: 200px;
        flex: 0 0 200px;
    }

    .zip-page .provider-info .provider-logo svg, .zip-page .provider-info .provider-logo img {
        max-width: 120px;
    }

    .zip-page .tabs {
        padding-left: 209px;
    }
}

@media (max-width: 1200px){

    .zip-page .location-filter .location {
        width: 170px;
    }

    .zip-page .overview-tab .main-info {
        padding: 10px 10px 10px 25px;
        font-size: 14px;
    }

    .zip-page .overview-tab .price-info {
        padding: 0 40px;
    }

    .zip-page .tabs-content-wrap .tab-content {
        padding: 35px 25px;
    }
}

@media (max-width: 1100px){

    .zip-page .custom-selectbox {
        width: 162px;
    }

    .zip-page .checkbox-container {
        padding-left: 26px;
    }

    .zip-page .custom-selectbox .options li {
        padding: 17px 10px 0 12px;
    }

    .zip-page .overview-tab .price-info {
        padding: 0 20px;
    }

    .zip-page .tab-content table {
        font-size: 13px;
    }

    .zip-page .filters {
        display: block!important;
    }

    .zip-page .filters .services-filters {
        margin-top: 30px;
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        -webkit-box-pack: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important;
    }

    .zip-page .provider-info {
        display: block!important;
    }

    .zip-page .provider-info .provider-logo {
        width: 100%;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 0;
        padding-bottom: 30px;
        border-top-right-radius: 5px;
        height: 110px;
        border-right: 0;
        border-bottom: 3px solid #ff9800;
    }

    .zip-page .provider-info-wrap {
        position: relative;
    }

    .zip-page .tabs {
        position: absolute;
        left: 50%;
        margin-left: -230px;
        top: 78px;
        padding: 0;
    }

    .zip-page .provider-info .provider-logo svg,
    .zip-page .provider-info .provider-logo img {
        max-width: 200px;
        max-height: 37px;
    }

    .zip-page .provider-info .provider-logo .image-wrap {
        height: 80px;
        line-height: 80px;
    }

    .zip-page .tabs .tab:first-child {
        margin-left: 6px;
    }

    .zip-page .overview-tab .main-info {
        display: block;
        padding: 10px 30px;
        width: 100%;
    }

    .zip-page .overview-tab .price-info {
        display: block;
        width: 100%;
        padding: 20px;
    }

    .zip-page .overview-tab .phone-info {
        display: block;
        padding: 20px;
        width: 100%;
    }

    .zip-page .overview-tab .speed,
    .zip-page .overview-tab .channels,
    .zip-page .overview-tab .calling,
    .zip-page .overview-tab .smarthome {
        height: 100px;
        padding: 18px 0;
        border-bottom: 1px solid #c3d6e2;
        margin: 0;
    }

    .zip-page .overview-tab .speed > div,
    .zip-page .overview-tab .channels > div,
    .zip-page .overview-tab .calling > div,
    .zip-page .overview-tab .smarthome > div {
        display: table;
        width: 100%;
        height: 64px;
    }

    .zip-page .overview-tab .icon-wrap {
        display: table-cell;
        width: 50%;
        border-right: 1px solid #c3d6e2;
        text-align: center;
        vertical-align: middle;
    }

    .zip-page .overview-tab .text {
        display: table-cell;
        width: 50%;
        padding: 0 0 0 25px;
        vertical-align: middle;
    }

    .zip-page .overview-tab .smarthome {
        border-bottom: 0;
    }

    .zip-page .overview-tab .icon-wrap img {
        height: 28px;
    }


    .zip-page .overview-tab .price-info {
        display: table;
        width: 100%;
        margin: 18px 0;
    }

    .zip-page .overview-tab .price-info .price-cell {
        display: table-cell;
        width: 50%;
        border-right: 1px solid #c3d6e2;
        padding: 0 15px;
        text-align: center;
        vertical-align: middle;
        height: 110px;
    }

    .zip-page .overview-tab .price-info .taxes-info {
        display: table-cell;
        width: 50%;
        vertical-align: middle;
        padding: 0 15px;
        height: 110px;
        text-align: left;
    }

    .zip-page .overview-tab .phone-info {
        padding: 35px 15px;
    }

    .zip-page .overview-tab .text > img {
        display: inline-block;
    }

    .zip-page .compare-providers-section {
        padding-bottom: 60px;
    }
}

@media (max-width: 900px){

    .zip-page .deal-popup-content,
    .zip-page .provider-popup-content {
        width: 94%;
    }

    .zip-page .provider-popup-content .main-features > div {
        width: 31%;
        font-size: 13px;
    }
}

@media (max-width: 800px) {

    .zip-page .desktop-table {
        display: none;
    }

    .zip-page .mobile-table {
        display: block;
    }
}

@media (max-width: 767px){

    .zip-page .compare-providers-section {
        padding-bottom: 41px;
    }

    .zip-page .provider-popup-content .main-features > div {
        width: auto;
        font-size: 12px;
    }

    .zip-page .deal-popup-content .main-content {
        padding: 60px 50px 60px 50px;
    }
}

@media (max-width: 700px){

    .zip-page .filters .services-filters {
        -webkit-box-pack: justify!important;
        -ms-flex-pack: justify!important;
        justify-content: space-between!important;
    }

    .zip-page .provider-popup-content .main-features {
        padding: 34px 25px;
    }

    .zip-page .provider-popup-content .details .left-column {
        padding: 15px 25px 15px 25px;
    }

    .zip-page .provider-popup-content .details .right-column {
        padding: 15px 25px;
        width: 270px;
    }
}

@media (max-width: 650px){
    .zip-page .custom-selectbox {
        height: 30px;
        line-height: 30px;
        padding: 0 28px 0 12px;
    }

    .zip-page .custom-selectbox .label {
        line-height: 26px;
        font-size: 10px;
    }

    .zip-page .custom-selectbox .arrow {
        top: 6px;
        right: 11px;
    }

    .zip-page .custom-selectbox .options li {
        padding: 17px 10px 0 10px;
    }
}

@media (max-width: 600px){

    .zip-page .overview-tab .text > img {
        display: none;
    }

    .zip-page .overview-tab .text > div img {
        display: inline-block;
    }

    .zip-page .overview-tab .main-info .text div {
        display: block;
    }

    .zip-page .provider-popup-content {
        margin: 0;
        width: 100%;
        border-radius: 0;
    }

    .zip-page .provider-popup-content .header {
        border-radius: 0;
    }

    .zip-page .provider-popup-content .footer {
        border-radius: 0;
    }

    .zip-page .provider-popup-content .main-features {
        padding: 20px;
    }

    .zip-page .provider-popup-content .main-features > div {
        font-size: 11px;
    }

    .zip-page .provider-popup-content .main-features img {
        height: 28px;
    }

    .zip-page .provider-popup-content .main-features .image {
        padding-right: 10px;
        width: 48px;
    }
}


@media (max-width: 550px) {

    .zip-page .tabs .tab {
        width: 81px;
        height: 24px;
        line-height: 24px;
        padding: 0;
        margin-right: 4px;
    }

    .zip-page .tabs .tab:first-child {
        margin-left: 4px;
    }

    .zip-page .tabs {
        margin-left: -177px;
        top: 85px;
    }

    .zip-page .provider-popup-content .details > div {
        display: block;
    }

    .zip-page .provider-popup-content .details .left-column {
        display: block;
        border-bottom: 2px solid #e1eaf0;
        border-right: 0;
        padding: 0 0 15px;
    }

    .zip-page .provider-popup-content .details .right-column {
        display: block;
        width: 100%;
        padding: 0;
    }

    .zip-page .provider-popup-content .details {
        padding: 14px 40px 28px 40px;
    }

    .zip-page .provider-popup-content .price-wrap {
        display: table-cell;
        vertical-align: middle;
        width: 50%;
        padding-right: 10px;
        border-right: 2px solid #e1eaf0;
        text-align: center;
    }

    .zip-page .provider-popup-content .details ul {
        padding-bottom: 14px;
    }

    .zip-page .provider-popup-content .phone-wrap {
        display: table-cell;
        vertical-align: middle;
        width: 50%;
        padding-left: 10px;
        text-align: center;
    }

    .zip-page .provider-popup-content .details .right-column{
        display: table;
        margin-top: 18px;
    }

    .zip-page .provider-popup-content .phone-number {
        margin-top: 0;
    }

    .zip-page .provider-popup-content .details li {
        padding: 14px 0;
    }

    .zip-page .provider-popup-content .main-features img {
        height: 20px;
    }

    .zip-page .provider-popup-content .main-features .image {
        padding-right: 10px;
        width: 37px;
    }

    .zip-page .deal-popup-content {
        width: 100%;
        margin: 0;
        border-radius: 0;
    }

    .zip-page .deal-popup-content .header,
    .zip-page .deal-popup-content .footer
    {
        border-radius: 0;
    }

    .zip-page .deal-popup-content .header {
        height: 50px;
        line-height: 50px;
        font-size: 16px;
    }

    .zip-page .deal-popup-content .header img {
        height: 18px;
    }

    .zip-page .deal-popup-content .main-content {
        padding: 58px 28px 58px 28px;
    }


    .zip-page .deal-popup-content .footer {
        padding: 23px;
    }

    .zip-page .deal-popup-content .faq .answer {
        margin-top: 17px;
    }

    .zip-page .provider-popup-content .main-features .image {
        padding-right: 8px;
        width: 35px;
    }

    .zip-page .provider-popup-content .main-features > div {
        font-size: 10px;
    }
}

@media (max-width: 420px){

    .zip-page .overview-tab .main-info .text div {
        display: block;
    }

    .zip-page .tab-content .phone-number {
        display: none;
    }

    .zip-page .overview-tab .price-info .taxes-info > div > div {
        display: none;
    }

    .zip-page .provider-popup-content .main-features {
        padding: 20px 15px;
    }
}

@media (max-width: 410px){

    .zip-page .custom-selectbox {
        width: 32%;
    }

    .zip-page .custom-selectbox span {
        font-size: 12px;
    }

    .zip-page .checkbox-container {
        font-size: 12px;
    }

    .zip-page .tabs {
        margin-left: -153px;
    }

    .zip-page .tabs .tab:first-child {
        margin-left: 3px;
    }

    .zip-page .tabs .tab {
        width: 70px;
        font-size: 13px;
    }
}

@media (max-width: 400px){

    .zip-page .overview-tab .price-info .taxes-info {
        font-size: 12px;
    }

    .zip-page .overview-tab .main-info {
        font-size: 12px;
    }

    .zip-page .overview-tab .plan-price {
        font-size: 30px;
    }

    .zip-page .provider-popup-content .header {
        font-size: 20px;
    }

    .zip-page .provider-popup-content .btn-orange {
        font-size: 12px!important;
        padding: 0 12px!important;
    }

    .zip-page .provider-popup-content .phone-number {
        font-size: 16px;
    }
}

@media (max-width: 380px){

    .zip-page .overview-tab .plan-price {
        font-size: 28px;
    }

    .zip-page .mobile-table .provider-block .rows {
        padding: 10px 20px;
    }
}

@media (max-width: 360px){

    .zip-page .tabs {
        margin-left: -140px;
    }

    .zip-page .tabs .tab {
        width: 64px;
        font-size: 12px;
    }

    .zip-page .overview-tab .plan-price {
        font-size: 26px;
    }

    .zip-page .overview-tab .price-info .price-cell {
        font-size: 12px;
    }

    .zip-page .custom-selectbox .arrow {
        top: 6px;
        right: 5px;
    }

    .zip-page .custom-selectbox {
        padding: 0 28px 0 8px;
    }

    .zip-page .provider-popup-content .price-wrap p{
        font-size: 12px;
    }

    .zip-page .provider-popup-content .phone-number {
        font-size: 14px;
    }

    .zip-page .provider-popup-content .details {
        padding: 14px 20px 28px 20px;
    }
}

@media (max-width: 340px){

    .zip-page .tabs {
        margin-left: -132px;
    }

    .zip-page .tabs .tab {
        width: 60px;
        font-size: 11px;
    }

    .zip-page .mobile-table .provider-block .rows {
        padding: 10px 15px;
    }

    .zip-page .custom-selectbox span {
        font-size: 11px;
    }

    .zip-page .checkbox-container {
        font-size: 11px;
    }

    .zip-page .custom-selectbox .options li {
        padding: 17px 5px 0 5px;
    }
}

/* Chrome, Safari, Edge, Opera */
.zip-search input::-webkit-outer-spin-button,
.zip-search input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.zip-search input[type=number] {
  -moz-appearance: textfield;
}