/*.desktop-devices {
    display: inline-block;
}*/
.mobile-devices, .mobile-sm-devices, .mobile-md-devices, .mobile-lg-devices, .mobile-xl-devices, .mobile-xxl-devices {
    display: none;
}

#section-footer .collapse-toggle.collapsed::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    position: absolute;
    right: 0;
    font-size: 20px;
}

#section-footer .collapse-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
    position: absolute;
    right: 0;
    font-size: 20px;
}

#yp-dropdown-menu .dropdown-toggle::after {
    right: 10px;
}

#yp-dropdown-menu .dropdown a:hover {
    color: var(--bt-navy);
}

#yp-dropdown-menu .dropdown ul.dropdown-menu li a {
    color: #6c6c6c;
    font-weight: bold;
}

    #yp-dropdown-menu .dropdown ul.dropdown-menu li a.dropdown-item.active, #yp-dropdown-menu .dropdown ul.dropdown-menu li a.dropdown-item:active {
        background-color: #EDEDED;
        color: var(--bt-navy);
    }


.yp-icon-size {
    width: 120px;
}

#yp-what-is-covered svg {
    font-size: 32px;
}

.form-control {
    border-radius: 0;
    border: 3px solid var(--bt-navy);
    font-size: 26px;
    height: 80px;
}

.btn-primary:hover {
    background: var(--bt-red) ;
    border-color: var(--bt-red);
}

.form-check-input[type=checkbox] {
    border-radius: 50%;
}

.form-check-input {
    border: 4px solid var(--bt-navy);
}

    .form-check-input:checked {
        background-color: var(--bt-red);
        border: 0px solid var(--bt-red) !important;
    }

.yt-h95 {
    height: 95px;
}

.yt-h80 {
    height: 80px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0px 10px;
    padding-bottom: 5px;
    width: 100%;
}

.select2-container {
    width: 100% !important;
}

    .select2-container .select2-selection--single, .select2-container--default .select2-selection--multiple {
        min-height: 80px !important;
        border: 0px !important;
        line-height: 10px;
    }

.select2-selection__rendered {
    min-height: 80px !important;
    font-size: 26px !important;
    border: 3px solid var(--bt-navy) !important;
    border-radius: 0 !important;
    line-height: 65px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    min-height: 80px;
    position: absolute;
    top: 0;
    right: 10px;
    width: 20px;
}

    .select2-container--default .select2-selection--single .select2-selection__arrow b {
        border-width: 8px 6px 0 6px;
    }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 6px 8px 6px;
}

.select2-container--default .select2-search--inline .select2-search__field {
    width: 100% !important;
}
.form-group {
    margin-bottom: 1rem !important;
}

.border-error {
    border-color: var(--bt-red);
}

    .border-error + .select2-container .select2-selection__rendered {
        border-color: var(--bt-red) !important;
    }
.input-group-text {
    height: 80px;
    border: 3px solid var(--bt-navy);
    border-right: 0;
    border-radius: 0;
    font-size: 26px;
    color: var(--bt-navy);
    background: var(--bt-gray-ed);
}
.pageA4 {
    width: 50cm;
}
.logo_canvas {
    width: 300px;
}
.offcancas-footer {
    display: none;
}

/*// `xxl` applies to x-large devices (large desktops, less than 1400px)*/
@media (max-width: 1399.98px) {
    .mobile-xxl-devices {
        display: block;
    }
    .form-control {
        border-radius: 0;
        border: 3px solid var(--bt-navy);
        font-size: 18px;
        height: 60px;
    }
    .input-group-text {
        height: 60px;
        border: 3px solid var(--bt-navy);
        border-right: 0;
        border-radius: 0;
        font-size: 18px;
        color: var(--bt-navy);
        background: var(--bt-gray-ed);
    }
    .select2-container .select2-selection--single, .select2-container--default .select2-selection--multiple {
        min-height: 60px !important;
        border: 0px !important;
        line-height: 10px;
    }
    .select2-selection__rendered {
        min-height: 60px !important;
        font-size: 18px !important;
        border: 3px solid var(--bt-navy) !important;
        border-radius: 0 !important;
        line-height: 42px !important;
    }
    .select2-container--default .select2-selection--single .select2-selection__arrow {
        min-height: 60px;
        position: absolute;
        top: 0;
        right: 10px;
        width: 20px;
    }
        .select2-container--default .select2-selection--single .select2-selection__arrow b {
            border-width: 7px 6px 0 6px;
        }
}

/*// `xl` applies to large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {
    .mobile-xl-devices {
        display: block;
    }
    .form-control {
        border-radius: 0;
        border: 2px solid var(--bt-navy);
        font-size: 16px;
        height: 50px;
    }
    .input-group-text {
        height: 50px;
        border: 2px solid var(--bt-navy);
        border-right: 0;
        border-radius: 0;
        font-size: 16px;
        color: var(--bt-navy);
        background: var(--bt-gray-ed);
    }
    .select2-container .select2-selection--single, .select2-container--default .select2-selection--multiple {
        min-height: 50px !important;
        border: 0px !important;
        line-height: 10px;
    }

    .select2-selection__rendered {
        min-height: 50px !important;
        font-size: 16px !important;
        border: 3px solid var(--bt-navy) !important;
        border-radius: 0 !important;
        line-height: 35px !important;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        min-height: 50px;
        position: absolute;
        top: 0;
        right: 10px;
        width: 20px;
    }
        .select2-container--default .select2-selection--single .select2-selection__arrow b {
            border-width: 7px 5px 0 5px;
        }
}
/*// `lg` applies to medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {
    .mobile-devices {
        display: contents;
    }

    .desktop-devices {
        display: none;
    }

    .mobile-lg-devices {
        display: block;
    }
    .offcancas-footer {
        background-color: var(--bt-navy);
        color: white;
        height: 80px;
        display: block;
    }
    .form-control {
        border-radius: 0;
        border: 2px solid var(--bt-navy);
        font-size: 14px;
        height: 40px;
    }
    .input-group-text {
        height: 40px;
        border: 2px solid var(--bt-navy);
        border-right: 0;
        border-radius: 0;
        font-size: 14px;
        color: var(--bt-navy);
        background: var(--bt-gray-ed);
    }

    .form-check-input {
        border: 2px solid var(--bt-navy) !important;
    }
    .yt-h95 {
        height: 40px;
    }

    .yt-h80 {
        height: 35px;
    }

    .select2-container .select2-selection--single, .select2-container--default .select2-selection--multiple {
        min-height: 40px !important;
    }

    .select2-selection__rendered {
        min-height: 40px !important;
        font-size: 14px !important;
        border: 2px solid var(--bt-navy) !important;
        line-height: 28px !important;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        min-height: 40px;
        position: absolute;
        top: 0;
        right: 5px;
        width: 20px;
    }

        .select2-container--default .select2-selection--single .select2-selection__arrow b {
            border-width: 6px 5px 0 5px
        }

    .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
        border-width: 0 5px 6px 5px;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow b {
        margin-top: -3px;
    }

    .select2-container--default .select2-search--inline .select2-search__field {
        width: auto !important;
    }

    .form-group {
        margin-bottom: .5rem !important;
    }

    .input-group-text {
        height: 40px;
        border: 2px solid var(--bt-navy);
        font-size: 14px;
        border-right: 0;
    }
    .flex-direction-row-auto {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        overflow: auto !important;
    }
    .bt-gray-box .bt-gray-title {
        bottom: 0;
    }
}

/*// `md` applies to small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
    
    .mobile-md-devices {
        display: block;
    }

    
    #section-cta .d-inline-block {
        display: block !important;
    }

    .bt-gray-box .bt-gray-title {
        bottom: 0;
    }

    .bt-gray-logo {
        width: 100%;
    }

    .bt-we-love-to-title {
        font-size: 24px;
    }

    .bt-article-title {
        font-size: 26px;
    }

    #section-description img {
        width: 100%;
        height: auto;
    }

    .yp-icon-size {
        width: 75px;
    }

    #yp-what-is-covered svg {
        font-size: 24px;
    }

    #carouselFade .fa-quote-left {
        display: none;
    }

    .yp-latest-news-box {
        height: 348px;
        width: 100%;
    }

    .flex-direction-row-auto {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        overflow: auto !important;
    }


    .form-control {
        border-radius: 0;
        border: 2px solid var(--bt-navy);
        font-size: 14px;
        height: 40px;
    }

    .form-check-input {
        border: 2px solid var(--bt-navy) !important;
    }

    .yt-h95 {
        height: 40px;
    }

    .yt-h80 {
        height: 35px;
    }

    .select2-container .select2-selection--single, .select2-container--default .select2-selection--multiple {
        min-height: 40px !important;
    }

    .select2-selection__rendered {
        min-height: 40px !important;
        font-size: 14px !important;
        border: 2px solid var(--bt-navy) !important;
        line-height: 28px !important;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        min-height: 40px;
        position: absolute;
        top: 0;
        right: 5px;
        width: 20px;
    }

        .select2-container--default .select2-selection--single .select2-selection__arrow b {
            border-width: 6px 5px 0 5px
        }

    .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
        border-width: 0 5px 6px 5px;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow b {
        margin-top: -3px;
    }

    .select2-container--default .select2-search--inline .select2-search__field {
        width: auto !important;
    }

    .form-group {
        margin-bottom: .5rem !important;
    }

    .input-group-text {
        height: 40px;
        border: 2px solid var(--bt-navy);
        font-size: 14px;
        border-right: 0;
    }
    .offcancas-footer {
        height: 60px;
    }
}

/*// `sm` applies to x-small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    .mobile-sm-devices {
        display: block;
    }
}