﻿.ui-menu-item .ui-menu-item-wrapper:hover {
    border: none !important;
    background-color: #d0e0ef !important;
    font-family: 'Poppins',sans-serif !important;
    color: Black !important;
}

.ui-autocomplete {
    position: absolute;
    cursor: default;
    z-index: 30 !important;
}

.has-feedback .form-control {
    padding-right: 34px;
}

    .has-feedback .form-control.input-sm, .has-feedback.form-group-sm .form-control {
        padding-right: 30px;
    }

    .has-feedback .form-control.input-lg, .has-feedback.form-group-lg .form-control {
        padding-right: 46px;
    }

.has-feedback-left .form-control {
    padding-right: 12px;
    padding-left: 34px;
}

    .has-feedback-left .form-control.input-sm, .has-feedback-left.form-group-sm .form-control {
        padding-left: 30px;
    }

    .has-feedback-left .form-control.input-lg, .has-feedback-left.form-group-lg .form-control {
        padding-left: 46px;
    }

.has-feedback-left .form-control-feedback {
    left: 0;
}

.form-control-feedback {
    line-height: 34px !important;
}

.input-sm + .form-control-feedback, .form-horizontal .form-group-sm .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px !important;
}

.input-lg + .form-control-feedback, .form-horizontal .form-group-lg .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px !important;
}

.has-feedback label.sr-only ~ .form-control-feedback, .has-feedback label.sr-only ~ div .form-control-feedback {
    top: 0;
}

@media (min-width: 768px) {
    .form-inline .inline-feedback {
        position: relative;
        display: inline-block;
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.form-horizontal .has-feedback-left .form-control-feedback {
    left: 15px;
}

.input-bar {
    display: table;
    width: 100%;
}

.input-bar-item > button {
    margin-left: 5px;
}

.width100 {
    width: 100%;
}

/*.input-bar .form-group {
    float: left;
    vertical-align: middle;
    width: 90%;
}*/

.input-bar-item-btn {
    float: left;
    width: 10%;
}

/*.digiweb-textbox {
    font-size: 13px;
    background-color: #fafafa;
}*/

.shadow {
    box-shadow: 0 0 2px grey;
}

.errorshadow {
    box-shadow: 0 0 3px #a94442;
}

body {
    font-family: 'Poppins',sans-serif !important;
    font-size: 14px;
    color: black;
    line-height: 22px;
    letter-spacing: 0px;
    font-weight: normal;
    overflow-y: auto
}

h1 {
    font-family: 'Poppins',sans-serif !important;
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 15px;
    color: black;
    line-height: 1.5;
    font-weight: 400;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
}

.lead {
    font-family: 'Poppins',sans-serif !important;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0px;
    font-weight: normal;
}

.ui-menu {
    list-style: none;
    padding: 2px;
    margin: 0;
    display: no;
    float: left;
    background-color: white;
    border: 1px solid #DDD;
    font-family: 'Titillium Web', sans-serif;
    font-size: 15px;
    box-shadow: 0 0 10px grey;
}

.FormatRadioButtonList label {
    margin-right: 15px;
    margin-left: 5px;
}

.btn-round {
    border-radius: 17px;
}

.btn-round-xs {
    border-radius: 11px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #2375C1;
    font-family: 'Titillium Web', sans-serif;
    border-color: #2375C1;
    font-size: 12px;
    width: 50px;
}

@media screen and (min-width: 768px) {
    #adv-search {
        width: 600px;
        margin: 0 auto;
    }

    .dropdown.dropdown-lg {
        position: static !important;
    }

        .dropdown.dropdown-lg .dropdown-menu {
            min-width: 570px;
        }

    #eircode {
        width: 600px;
        margin: 0 auto;
        position: !important;
    }
}

input:focus ~ .form-control-feedback {
    z-index: 3;
}

.rural-ireland-p {
    color: #0055a5;
    margin-top: 8px;
    margin-bottom: 15px;
    font-size: small;
}

.nbi-img {
    height: 155px;
    width: 175px;
    padding-top: 10px
}

.digiweb-button {
    line-height: 0.3rem;
    color: #FFFFFF;
    background: linear-gradient(22.54deg, #00289b -97.42%, #2c77dc 64.07%);
    cursor: pointer;
    width: 100%;
    padding: 15px 10px 15px 10px;
    font-size: 1.2rem;
    font-weight: 100;
    border: 1px solid rgba(0, 0, 0, 0.3019607843);
    border-radius: 10px;
    outline: none;
    transition: 0.4s;
    float: none;
    max-height: 40px;
    margin: 0 auto;
    max-width: -moz-max-content;
    max-width: max-content;
}

@media (min-width: 992px) {
    .digiweb-button {
        max-height: 100px;
        line-height: 2rem;
        font-size: 2rem;
        font-weight: 100;
        border-radius: 0 8px 8px 0;
        border: 1px solid rgba(0, 0, 0, 0.3019607843);
    }

        .digiweb-button:hover {
            background: linear-gradient(92.37deg, #2C77DC -18.15%, #00289B 165.86%);
        }
}

@media (min-width: 768px) {
    .digiweb-button {
        border-radius: 0 8px 8px 0;
        border: 1px solid rgba(0, 0, 0, 0.3019607843);
        max-height: 100px;
        line-height: 2rem;
        font-size: 1.6rem;
    }

        .digiweb-button:hover {
            background: linear-gradient(92.37deg, #2C77DC -18.15%, #00289B 165.86%);
        }
}

@media (min-width: 425px) {
    /*      .digiweb-button {
        border-radius: 0 8px 8px 0;
        border: 1px solid rgba(0, 0, 0, 0.3019607843);
    }*/
    .digiweb-button:hover {
        background: linear-gradient(92.37deg, #2C77DC -18.15%, #00289B 165.86%);
    }
}

@media (min-width: 320px) {
    /*    .digiweb-button {
        border-radius: 0 8px 8px 0;
        border: 1px solid rgba(0, 0, 0, 0.3019607843);
    }*/
    .digiweb-button:hover {
        background: linear-gradient(92.37deg, #2C77DC -18.15%, #00289B 165.86%);
    }
}

/*.swiper-hero__input-wrapper {
    position: relative;
}

@media (min-width: 992px) {
    .swiper-hero__input-wrapper {
        width: 100px;
    }
}*/

/*.swiper-hero__input-wrapper::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 21px;
    transform: translateY(-50%);
    width: 15px;
    height: 20px;*/
/*background-image: url(../Images/input-location.svg);*/
/*background-size: contain;
    background-repeat: no-repeat;
    transition: background-image 0.4s;
}*/

/*.swiper-hero__input-wrapper.focus::after {
    background-image: url(../Images/input-location-focus.svg);
}*/

.swiper-hero__input {
    width: 100%;
    max-height: 100px;
    padding: 35px 10px 15px 10px;
    font-size: 1.2rem;
    line-height: 2rem;
    font-weight: 300;
    border: 1px solid rgba(0, 0, 0, 0.3019607843);
    border-radius: 10px;
    outline: none;
    transition: 0.4s;
}

@media (min-width: 992px) {
    .swiper-hero__input {
        padding: 35px 10px 15px 10px;
        font-size: 2.25rem;
        border-radius: 12px 0 0 12px;
        max-height: 50px;
    }
}

@media (min-width: 768px) {
    .swiper-hero__input {
        padding: 35px 10px 15px 10px;
        border-radius: 12px 0 0 12px;
        max-height: 43px;
        font-size: 2.500rem;
        line-height: 1.00rem;
    }
}

/*@media (min-width: 425px) {
    .swiper-hero__input {
        padding: 15px 10px 15px 10px;
        border-radius: 12px 0 0 12px;
        max-height: 43px;
        font-size: 1.500rem;
        line-height: 1.00rem;
        flex-basis: 50%;
    }
}*/

/*@media (min-width: 320px) {
    .swiper-hero__input {
        padding: 15px 10px 15px 10px;
        border-radius: 12px 0 0 12px;
        max-height: 43px;
        font-size: 1.200rem;
        line-height: 1.00rem;
        flex-basis: 50%;
    }
}*/

/*@media (min-width: 576px) {
    .swiper-hero__input {
        padding: 25px 10px 25px 48px;
        border-radius: 12px 0 0 12px;
        max-height: 60px;
        font-size: 2.500rem;
        line-height: 1.37rem;
    }
}*/

/*.swiper-hero__input::-moz-placeholder {
    color: #54626A;
}

.swiper-hero__input::placeholder {
    color: #54626A;
}

.swiper-hero__input:focus {
    border: 1.5px solid #2C77DC;
    color: #2C77DC;
}

.swiper-hero__content {
    padding: 37px 28px;
    width: 90%;
    max-width: 824px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    background-color: #FAFAFA;
    border-radius: 8px 8px 0 0;
}

@media (min-width: 992px) {
    .swiper-hero__content {
        padding: 34px 68px 45px 56px;
    }
}*/

/*.availability-hero__content {
    padding: 25px 27px 0;
}

@media (min-width: 992px) {
    .availability-hero__content {
        padding: 46px 62px 30px 62px;
    }
}

.availability-hero__form {
    gap: 10px;
}

@media (min-width: 992px) {
    .availability-hero__form {
        gap: 14px 0;
    }
}*/

/*.d-none {
    display: none !important;
}

.d-md-block {
    display: block !important;
}

@media (min-width: 992px) {
    .swiper-hero__button:hover {
        background-color: rgba(255, 255, 255, 0.8);
    }
}

body {
    overflow-y: auto
}

.swiper-hero__text a {
    color: #00289B;
    text-decoration: underline;
    font-weight: 500;
}

@media (min-width: 992px) {
    .swiper-hero__text {
        order: 2;
        flex-basis: 100%;
        margin: 12px 0 0 0;
        text-align: left;
    }
}

.swiper-hero__text {
    margin: 16px 0 23px;
    font-size: 2rem;
    line-height: 1.2181rem;
    font-weight: 300;
    text-align: center;
    color: #54626A;
}

.availability-hero {
    height: auto;
}

@media (min-width: 992px) {
    .availability-hero {
        height: auto;
        margin-top: 43px;
    }
}

@media (min-width: 768px) {
    .availability-hero {
        height: auto;
        margin-top: 10px;
    }
}

.swiper-hero__text {
    margin: 0px 0 23px;
    font-size: 1rem;
    line-height: 1.2181rem;
    font-weight: 300;
    text-align: center;
    color: #54626A;
    padding-left: 15px;
}

@media (min-width: 992px) {

    .swiper-hero__text {
        order: 2;
        flex-basis: 100%;
        margin: 0px 0 0 0;
        text-align: left;
        padding-left: 10px;
    }
}

.swiper-hero__text a {
    color: #00289B;
    text-decoration: underline;
    font-weight: 500;
}

.swiper-hero {
    height: 100px;
    color: #FFFFFF;
    text-align: center;
}

@media (min-width: 992px) {

    .swiper-hero {
        height: 300px;
        width: 50%;
    }
}*/

.input-group .input-group-text {
    width: 100%;
}

.row {
    margin-right: auto;
    margin-left: auto;
}

body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    background-color: rgba(250, 250, 250, 1);
}

.row {
    padding: 0 !important;
}

.container-fluid {
    padding: 0;
    margin: 0;
}

.container {
    padding: 0;
    margin: 0;
    width: unset;
}

    .container .row {
        margin-bottom: -10px;
    }

@media (min-width: 700px) and (max-width: 700px) {
    .container .row {
        margin-bottom: 0px;
    }
}

.border-bottom::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 21px;
    transform: translateY(-50%);
    width: 15px;
    height: 25px;
    background-image: url(https://broadband.ie/wp-content/themes/broadband-justidea/assets/img/icon/input-location.svg);
    background-size: contain;
    background-repeat: no-repeat;
    transition: background-image 0.4s;
}

.form-group {
    flex-direction: column;
    display: flex;
    text-align: center;
    gap: 10px;
}

    .form-group .border-bottom {
        width: 100%;
    }

    .form-group input[type='submit'] {
        max-width: max-content;
        margin: 0 auto;
        padding: 14px 14px 12px;
        font-size: 1.5rem;
        line-height: 1.2181rem;
        font-weight: 300;
        color: #ffffff;
        border: 1px solid rgba(0, 0, 0, 0.3);
        border-radius: 8px;
    }

    .form-group input[type='text'] {
        padding: 22px 10px 22px 48px;
        border-radius: 12px;
        max-height: 67px;
        font-size: 1.725rem;
        box-sizing: border-box;
        font-weight: 300;
    }

@media (min-width: 700px) and (max-width: 700px) {
    .form-group {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 0;
        margin-bottom: 10px;
    }

        .form-group .border-bottom {
            flex: 0 0 70%;
            max-width: 70%;
        }

        .form-group input[type='text'] {
            padding: 33px 10px 33px 48px;
            border-radius: 12px 0 0 12px;
            max-height: 67px;
            margin-bottom: 10px;
        }

        .form-group input[type='submit'] {
            display: block !important;
            flex: 0 0 30%;
            max-width: 30%;
            padding: 22px 32px 22px 18px;
            font-size: 1.75rem;
            font-weight: 600;
            border-radius: 0 8px 8px 0;
            max-height: 67px;
        }

        .form-group .border-bottom::after {
            height: 35px;
        }
}
.responsive-image {
    max-width: 100%;
    height: auto;
}