.search-container .search-block.search-block--alt {
    position: relative;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    z-index: 2;
    margin-bottom: 0
}

.search-container .search-block.search-block--alt input[type=number],.search-container .search-block.search-block--alt input[type=text] {
    padding-left: 50px;
    height: 50px;
    width: 100%;
    border-radius: 100px;
    margin-bottom: 0;
    border: 2px solid #073937;
    font-size: 18px;
    line-height: 20px
}

.search-container .search-block.search-block--alt input[type=number]:focus,.search-container .search-block.search-block--alt input[type=text]:focus {
    background-color: #fff
}

.search-container .search-block.search-block--alt input[type=number]:focus,.search-container .search-block.search-block--alt input[type=number]:focus-visible,.search-container .search-block.search-block--alt input[type=text]:focus,.search-container .search-block.search-block--alt input[type=text]:focus-visible {
    outline: 0
}

.search-container .search-block.search-block--alt input[type=number]::-webkit-input-placeholder,.search-container .search-block.search-block--alt input[type=text]::-webkit-input-placeholder {
    color: #98a2b3
}

.search-container .search-block.search-block--alt input[type=number]::-moz-placeholder,.search-container .search-block.search-block--alt input[type=text]::-moz-placeholder {
    color: #98a2b3;
    opacity: 1
}

.search-container .search-block.search-block--alt input[type=number]:-moz-placeholder,.search-container .search-block.search-block--alt input[type=text]:-moz-placeholder {
    color: #98a2b3;
    opacity: 1
}

.search-container .search-block.search-block--alt input[type=number]:-ms-input-placeholder,.search-container .search-block.search-block--alt input[type=text]:-ms-input-placeholder {
    color: #98a2b3
}

.search-container .search-block.search-block--alt .wp-block-button {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 100px;
    background-color: #073937;
    width: auto;
    margin-top: 0
}

.search-container .search-block.search-block--alt .wp-block-button:focus,.search-container .search-block.search-block--alt .wp-block-button:hover {
    background-color: #073937;
    box-shadow: -2px 2px 4px 0 rgba(0,0,0,.1)
}

.search-container .search-block.search-block--alt .wp-block-button .wp-block-button__link {
    color: #fff;
    padding: 11px 25px;
    font-size: 18px
}

.search-container .search-block.search-block--alt .wp-block-button .wp-block-button__link span::after {
    background-image: url("data:image/svg+xml,%3Csvg width='21' height='22' viewBox='0 0 21 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.16669 11H19.8334M19.8334 11L10.5 1.66663M19.8334 11L10.5 20.3333' stroke='%23073937' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E")
}

.search-container .search-block.search-block--alt .wp-block-button .btn-text {
    font-weight: 700;
    font-size: 18px
}

.search-container .search-block.search-block--alt>svg {
    position: absolute;
    left: 15px;
    top: 10px;
    font-size: 20px
}

.search-container .search-block.search-block--alt .btn-icon {
    display: none
}

.search-container .search-block.search-block--alt .btn-icon svg {
    position: static
}

.search-container .search-block.search-block--alt .btn-icon svg path {
    fill: #fff
}

@media only screen and (max-width: 767px) {
    .search-container .search-block.search-block--alt input[type=number],.search-container .search-block.search-block--alt input[type=text] {
        padding-left:20px
    }

    .search-container .search-block.search-block--alt>svg {
        display: none
    }

    .search-container .search-block.search-block--alt .wp-block-button {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-top-right-radius: 100px;
        border-bottom-right-radius: 100px
    }

    .search-container .search-block.search-block--alt .wp-block-button .wp-block-button__link {
        padding: 8px 15px 1px 10px
    }

    .search-container .search-block.search-block--alt .btn-text {
        display: none
    }

    .search-container .search-block.search-block--alt .btn-icon {
        display: inline-block
    }

    .search-container .search-block.search-block--alt .btn-icon:after {
        display: none!important
    }

    .search-container .search-block.search-block--alt .btn-icon svg {
        height: 33px;
        width: 40px
    }
}

@media only screen and (max-width: 300px) {
    .search-container .search-block.search-block--alt .wp-block-button {
        width:75px
    }

    .search-container .search-block.search-block--alt .wp-block-button .wp-block-button__link {
        padding: 34px 0
    }

    .search-container .search-block.search-block--alt .wp-block-button .wp-block-button__link span {
        font-size: 0
    }

    .search-container .search-block.search-block--alt .wp-block-button .wp-block-button__link span::after {
        right: -10px
    }
}

.search-container .search-block--rectangle.search-block--alt {
    width: 475px;
    margin-top: 48px
}

.search-container .search-block--rectangle.search-block--alt input[type=number],.search-container .search-block--rectangle.search-block--alt input[type=text] {
    border-radius: 15px;
    height: 54px;
    padding-left: 48px
}

.search-container .search-block--rectangle.search-block--alt>svg {
    display: block;
    left: 12px;
    top: 11px
}

.search-container .search-block--rectangle.search-block--alt .wp-block-button {
    background-color: #64fcd9;
    border-radius: 10px;
    right: 8px;
    top: 9px
}

.search-container .search-block--rectangle.search-block--alt .wp-block-button:focus,.search-container .search-block--rectangle.search-block--alt .wp-block-button:hover {
    background-color: #5ae2c3
}

.search-container .search-block--rectangle.search-block--alt .wp-block-button .wp-block-button__link {
    padding: 6px 10px 1px 10px
}

.search-container .search-block--rectangle.search-block--alt .btn-icon {
    display: inline-block
}

.search-container .search-block--rectangle.search-block--alt .btn-icon svg {
    height: 22px;
    width: 22px
}

.search-container .search-block--rectangle.search-block--alt .btn-icon svg path {
    fill: #073937
}

.search-container .search-block--rectangle.search-block--alt .btn-text {
    display: none
}

.search-container .suggestion-list {
    position: absolute;
    z-index: 999;
    background-color: #fff;
    width: 80%;
    padding: 10px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    list-style-type: none;
    text-align: left;
    margin-left: 0
}

.search-container .suggestion-list li {
    padding: 5px 10px
}

.search-container .suggestion-list li:focus,.search-container .suggestion-list li:hover {
    background-color: #d3d3d3;
    cursor: pointer
}

.search-container .suggestion-list li:before {
    display: none
}

@media only screen and (max-width: 600px) {
    .search-container .suggestion-list {
        width:100%
    }
}

@font-face {
    font-family: Glyphter;
    src: url(/wp-content/themes/bwp/fonts/icons.eot);
    src: url(/wp-content/themes/bwp/fonts/icons.eot?#iefix) format("embedded-opentype"),url(/wp-content/themes/bwp/fonts/icons.woff) format("woff"),url(/wp-content/themes/bwp/fonts/icons.ttf) format("truetype"),url(/wp-content/themes/bwp/fonts/icons.svg#icons) format("svg");
    font-weight: 400;
    font-style: normal
}

#bwp-gauge {
    width: 360px;
    overflow: hidden;
    display: block;
}

[class*=icon-]:before {
    display: inline-block;
    font-family: Glyphter;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-arrow-down:before {
    content: "A"
}

.icon-ping:before {
    content: "B"
}

.icon-download:before {
    content: "C"
}

.icon-share:before {
    content: "D"
}

.icon-dashboard:before {
    content: "E"
}

.icon-rocket:before {
    content: "F"
}

.icon-upload:before {
    content: "G"
}

.speed-test-wrapper {
    border: 3px solid #073937;
    border-radius: 30px;
    margin-bottom: 24px
}

.speed-test-wrapper .speed-test__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    background-color: #073937;
    padding: 30px 30px 30px 30px;
    border-top-left-radius: 27px;
    border-top-right-radius: 27px
}

.speed-test-wrapper .speed-test__header .speed-test__header-text h1 {
    font-size: 24px;
    line-height: 26px;
    color: #fff;
    margin-bottom: 5px
}

.speed-test-wrapper .speed-test__header .speed-test__header-text p {
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    color: #fff;
    margin: 0
}

.speed-test-wrapper .speed-test__header .search-container .search-block {
    margin-top: 0;
    width: 416px
}

.speed-test-wrapper .speed-test__header .search-container .search-block input[type=number],.speed-test-wrapper .speed-test__header .search-container .search-block input[type=text] {
    height: 44px;
    font-size: 16px;
    padding-left: 40px
}

.speed-test-wrapper .speed-test__header .search-container .search-block .wp-block-button {
    top: 7px
}

.speed-test-wrapper .speed-test__header .search-container .search-block .wp-block-button .wp-block-button__link {
    padding: 4px 10px 0 10px
}

.speed-test-wrapper .speed-test__header .search-container .search-block>svg {
    top: 6px;
    width: 27px
}

.speed-test-wrapper .speed-test__header .search-container .search-block .btn-icon svg {
    width: 20px;
    height: 20px
}

@media only screen and (max-width: 767px) {
    .speed-test-wrapper .speed-test__header {
        display:flex;
        flex-direction: column;
        gap: 0;
        padding: 15px 20px 18px 20px
    }

    .speed-test-wrapper .speed-test__header .speed-test__header-text h1 {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 0
    }

    .speed-test-wrapper .speed-test__header .speed-test__header-text p {
        font-size: 15px
    }

    .speed-test-wrapper .speed-test__header .search-container {
        width: 100%;
        margin-top: 5px
    }

    .speed-test-wrapper .speed-test__header .search-container .search-block {
        max-width: 100%
    }
}

#speed-tester {
    padding: 0;
}

#speed-tester .subtitle {
    text-align: center;
    font-family: Barlow;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0
}

#speed-tester h3 {
    color: #073937;
    margin-bottom: 0;
    text-align: center;
    font-family: Barlow;
    font-size: 54px;
    font-weight: 700;
    line-height: 64px;
    letter-spacing: 0
}

#speed-tester .blocks {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
    padding: 30px;
    padding-top: 0;
}

#speed-tester .block {
    overflow: hidden;
    padding: 16px 8px;
    margin: 12px;
    max-width: 300px;
    width: calc(33.33% - 24px);
    align-items: center;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    border-radius: 8px;
    border: 2px solid #64fcd9;
    background: #f8f9fc;
    text-align: center;
    position: relative
}

#speed-tester .block:first-child {
    margin-left: 0
}

#speed-tester .block:nth-child(3) {
    margin-right: 0
}

#speed-tester .block .check {
    position: absolute;
    display: none;
    right: 8px;
    top: 9px;
    width: 10px;
    height: 10px;
    line-height: 10px
}

#speed-tester .block .label {
    width: 100%;
    font-family: Barlow;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    position: relative;
    top: 20px;
    transition: top .5s
}

#speed-tester .block .label span {
    font-size: 27px;
    position: relative;
    top: 6px;
    display: inline-block;
    margin-right: 10px
}

#speed-tester .block .value {
    width: 100%;
    font-family: Barlow;
    font-size: 32px;
    font-weight: 700;
    line-height: 33px;
    height: 37px;
    position: relative;
}

#speed-tester .item {
    width: 100%;
    margin-bottom: 12px;
    text-align: left;
    line-height: 17px;
    font-size: 12px
}

#speed-tester .item:last-child {
    margin: 0
}

#speed-tester .block--provider {
    overflow: hidden;
    max-width: 300px;
    width: calc(33.33% - 24px);
    align-items: center;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    border-radius: 8px;
    border: 2px solid #073937;
    text-align: center;
    position: relative;
    margin: 12px auto;
    padding: 5px 8px;
    font-weight: 400;
    font-family: Barlow;
    background: #073937;
    color: #fff
}

#speed-tester .block--provider .label {
    min-width: 70px;
    display: inline-block;
    color: #64fcd9;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px
}

#speed-tester .block--provider .item {
    font-size: 12px;
    line-height: 12px
}

#speed-tester .block--provider .val {
    font-weight: 700
}

#speed-tester .progress {
    display: none;
    height: 8px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0
}

#speed-tester .progress .inner {
    background: #073937;
    height: 8px;
    width: 0;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: width 1s linear;
    -moz-transition: width 1s linear;
    -o-transition: width 1s linear;
    transition: width 1s linear
}

#speed-tester .block--upload .label span {
    top: 5px
}

#speed-tester .status--2 .block--ping {
    background: #073937;
    border-color: #073937;
    color: #fff
}

#speed-tester .status--2 .block--ping .check {
    display: block
}

#speed-tester .status--2 .block--ping .label {
    color: #64fcd9
}

#speed-tester .status--2 .block--download .label {
    top: -8px
}

#speed-tester .status--3 .block--download {
    background: #073937;
    border-color: #073937;
    color: #fff
}

#speed-tester .status--3 .block--download .check {
    display: block
}

#speed-tester .status--3 .block--download .label {
    color: #64fcd9
}

#speed-tester .status--3 .block--upload .label {
    top: -8px
}

#speed-tester .status--5 .block--upload {
    background: #073937;
    border-color: #073937;
    color: #fff
}

#speed-tester .status--5 .block--upload .check {
    display: block
}

#speed-tester .status--5 .block--upload .label {
    color: #64fcd9
}

#speed-tester .status--1 .block--ping .label {
    top: -8px
}

#speed-tester .status--1 .block--download .label {
    top: -8px
}

.separator {
    width: 100%
}

.testing {
    width: 130px;
    padding-left: 10px;
    text-align: left;
    margin: auto
}

.block--provider select {
    background: 0 0;
    color: #fff;
    font-weight: 700;
    position: relative;
    left: -5px;
    border: none;
    font-size: 12px;
    padding: 0;
    margin: 0;
    outline: 0
}

.gauge {
    width: 360px;
    height: 276px;
    position: relative;
    font-family: Barlow;
    margin: 32px auto;
    margin-bottom: 12px;
    margin-top: 0
}

.mask {
    position: relative;
    overflow: hidden;
    display: block;
    width: 300px;
    height: 150px;
    margin: 0
}

.gauge-values {
    padding: 0 10px;
    width: 100%;
    display: flex;
    justify-content: space-between
}

.gauge-info {
    position: relative;
    top: -25px;
}

.gauge-values div {
    min-width: 40px;
    width: 40px;
    display: block;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    line-height: 25px
}

.state--downloading {
    display: none;
    user-select: none;
    position: absolute;
    z-index: 10;
    bottom: 25px;
    width: 100%;
    left: 0;
    padding: 0 15px;
    text-align: center;
    font-weight: 700
}

.state--downloading .icon-download {
    font-size: 20px;
    margin-right: 5px;
    position: relative;
    top: 4px
}

.state--downloading .label {
    font-size: 14px;
    font-family: Inter;
    line-height: 16.94px;
    position: relative;
    top: -53px;
}


.state--uploading {
    display: none;
    user-select: none;
    position: absolute;
    z-index: 10;
    bottom: 25px;
    width: 100%;
    left: 0;
    padding: 0 15px;
    text-align: center;
    font-weight: 700
}

.state--uploading .icon-upload {
    font-size: 20px;
    margin-right: 5px;
    position: relative;
    top: 4px
}

.state--uploading .label {
    font-size: 14px;
    font-family: Inter;
    line-height: 16.94px;
    position: relative;
    top: -53px;
}

.state--uploading .value {
    font-family: Barlow;
    font-size: 32px;
    line-height: 36px
}

.state--pinging {
    display: none;
    user-select: none;
    position: absolute;
    z-index: 10;
    bottom: 25px;
    width: 100%;
    left: 0;
    padding: 0 15px;
    text-align: center;
    font-weight: 700
}

.state--pinging .icon-ping {
    font-size: 20px;
    margin-right: 5px;
    position: relative;
    top: 4px
}

.state--pinging .label {
    font-size: 14px;
    font-family: Inter;
    line-height: 16.94px
}

.state--pinging .value {
    font-family: Barlow;
    font-size: 32px;
    line-height: 36px
}

.state--new {
    display: none;
    position: absolute;
    z-index: 10;
    bottom: 15px;
    padding: 15px;
    left: 0;
    width: 100%;
    text-align: center
}

.state--new .wp-block-button__link {
    font-family: Barlow;
    font-weight: 700;
    background: #64fcd9!important;
    color: #073937;
    line-height: 50px;
    font-size: 16px;
    padding: 0 25px
}

.state--new .wp-block-button__link .btn-icon {
    position: relative;
    top: 7px;
    left: -1px;
    margin-left: 12PX
}

.state--restart {
    display: none;
    position: absolute;
    z-index: 10;
    bottom: 15px;
    padding: 15px;
    left: 0;
    width: 100%;
    text-align: center
}

.state--restart .wp-block-button__link {
    font-family: Barlow;
    font-weight: 700;
    background: #64fcd9!important;
    color: #073937;
    line-height: 50px;
    font-size: 16px;
    padding: 0 25px
}

.state--restart .wp-block-button__link .btn-icon {
    position: relative;
    top: 7px;
    left: -1px;
    margin-left: 12PX
}

#speed-tester.new .state--new {
    display: block
}

#speed-tester.uploading .state--uploading {
    display: block
}

#speed-tester.uploading .block--upload .progress {
    display: block
}

#speed-tester.pinging .state--pinging {
    display: block
}

#speed-tester.pinging .block--ping .progress {
    display: block
}

.spd--retransmission {
    position: absolute;
    font-size: 12px;
    line-height: 14px;
    width:100%;
    top: 32px;
    left: 0;
    width: 100%;
    text-align: center;
}

#speed-tester.downloading .state--downloading {
    display: block
}

#speed-tester.downloading .block--download .progress {
    display: block
}

#speed-tester.restart .state--restart {
    display: block
}

#share_results {
    display: none
}

.semi-circle {
    position: relative;
    display: block;
    width: 298px;
    margin: 0;
    margin-left: 1px!important;
    margin-top: 1px!important;
    height: 150px;
    background: linear-gradient(to right,#c0392b 0,#f1c40f 50%,#1abc9c 100%);
    border-radius: 50% 50% 50% 50%/100% 100% 0 0;
    background: #073937
}

.semi-circle::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 2;
    display: block;
    width: 13.75rem;
    height: 6.875rem;
    margin-left: -6.875rem;
    background: #fff;
    border-radius: 50% 50% 50% 50%/100% 100% 0 0
}

.semi-circle--mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 300px;
    background: 0 0;
    transform: rotate(0) translate3d(0,0,0);
    transform-origin: center center;
    backface-visibility: hidden;
    transition: all .3s ease-in-out
}

.semi-circle--mask::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: block;
    width: 18.875rem;
    height: 9.375rem;
    border-radius: 50% 50% 50% 50%/100% 100% 0 0;
    background: #64fcd9;
    margin: 0
}

.share--buttons--inner {
    display: flex;
    justify-content: center
}

.compare {
    display: flex;
    justify-content: center
}

.compare a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 220px;
    text-align: center;
    margin: 0;
    padding: 0;
    line-height: 46px;
    margin-bottom: 16px;
    background: #073937;
    font-size: 16px;
    border: solid 2px #073937;
    color: #fff
}

.compare a:hover {
    background: #fff;
    font-size: 16px;
    border: solid 2px #073937;
    color: #073937
}

.compare a .btn-icon {
    top: 3px;
    line-height: 46px;
    position: relative;
    margin: 0;
    margin-left: 12px;
    font-size: 24px
}

.share--buttons {
    display: none
}

.share--buttons a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 220px;
    text-align: center;
    margin: 0;
    padding: 0;
    line-height: 46px;
    margin-bottom: 16px;
    background: #fff;
    font-size: 16px;
    border: solid 2px #073937;
    color: #073937
}

.share--buttons a:nth-child(2) {
    margin-left: 11px
}

.share--buttons a:hover {
    background: #073937;
    font-size: 16px;
    border: solid 2px #073937;
    color: #fff
}

.share--buttons a .btn-icon {
    font-size: 27px;
    top: 3px;
    margin-right: 12px;
    line-height: 46px;
    position: relative
}

.share--buttons #share {
    display: none
}

@media screen and (max-width: 768px) {
    #speed-tester .blocks {
        flex-wrap:wrap
    }

    #speed-tester .blocks .block--provider {
        margin-top: 12px
    }

    #speed-tester .blocks .block {
        max-width: 100%;
        margin: 12px auto
    }

    #speed-tester .block {
        max-width: 300px;
        width: calc(50% - 12px)
    }

    #speed-tester .block--provider {
        max-width: 300px;
        width: calc(50% - 12px)
    }

    .separator {
        display: none
    }
}

@media screen and (max-width: 555px) {
    #speed-tester h3 {
        font-size:32px;
        line-height: 26px
    }

    #speed-tester .block {
        max-width: 100%;
        width: 100%
    }

    #speed-tester .block--provider {
        max-width: 100%;
        width: 100%
    }
}