:root {
    --bt-navy: #00263A;
    --bt-red: #EB0045;
    --bt-gray-6c: #6C6C6C;
    --bt-gray-d9: #D9D9D9;
    --bt-gray-ed: #EDEDED;
    --bt-gray-c4: #C4C4C4;
    --bt-light-green: #BADF93;
}

.logo {
    height: calc(110px - 10px);
}

.bt-main-navbar {
    height: 120px;
}

.bt-top-navbar {
    display: flex;
}

.offcanvas .offcanvas-body li a {
    color: white;
}

#myCarousel .carousel-inner {
    position: relative;
    height: calc(100vh - 57px - 120px);
    overflow-y: hidden;
}

.bt-search-bar {
    position: absolute;
    width: 600px;
    display: none;
}

.bt-search-bar-box {
    z-index: 117;
    position: absolute;
    right: 20px;
    width: 600px;
    left: 0px;
    top: 5px;
    border: 0;
    border-radius: unset;
    padding: 1rem 1.5rem;
}

.bt-search-bar-arrow {
    z-index: 118;
    position: absolute;
    right: 20px;
    color: var(--bt-red);
    font-size: 30px;
    top: 33px;
}

#search-bar:hover #search-bar-a {
    background: white !important;
    color: var(--bt-navy) !important;
}

#search-bar:hover .bt-search-bar {
    display: inline-block !important;
}

.a-toggle-up:hover .toggle-up {
    display: block;
}

.border-top {
    border-radius: 0;
}
/*-------------------*/
/* @media screen*/
/*// `xxl` applies to x-large devices (large desktops, less than 1400px)*/
@media (max-width: 1399.98px) {
    .logo {
        height: calc(100px - 10px);
    }

    .bt-main-navbar {
        height: 100px;
    }

    #myCarousel .carousel-inner {
        position: relative;
        height: calc(100vh - 57px - 100px);
        overflow-y: hidden;
    }
    .offcanvas .offcanvas-body li a {
        color: white;
    }
}

/*// `xl` applies to large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {

    .logo {
        height: calc(90px - 10px);
    }
    .bt-main-navbar {
        height: 90px;
    }
    #myCarousel .carousel-inner {
        position: relative;
        height: calc(100vh - 57px - 90px);
        overflow-y: hidden;
    }
    .offcanvas .offcanvas-body li a {
        color: white;
    }
}
/*// `lg` applies to medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {
    .bt-top-navbar {
        display: none;
    }
    .logo {
        height: calc(90px - 10px);
    }

    .bt-main-navbar {
        height: 80px;
    }

    #myCarousel .carousel-inner {
        position: relative;
        height: calc(100vh - 80px);
        overflow-y: hidden;
    }

    .yp-main-navbar-anchor {
        padding-top: 80px;
        margin-top: -80px;
    }
    .offcanvas .offcanvas-body li a {
        color: white;
    }
    .sticky-top-mobile {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }

}

/*// `md` applies to small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
    .logo {
        height: calc(55px - 10px);
        
    }

    .bt-top-navbar {
        display: none;
    }

    .bt-main-navbar {
        height: 55px;
    }

    #myCarousel .carousel-inner {
        position: relative;
        height: calc(100vh - 50px);
        overflow-y: hidden;
    }

    .yp-main-navbar-anchor {
        padding-top: 55px;
        margin-top: -55px;
    }

    .navbar > .container-fluid {
        display: flex;
        flex-wrap: initial;
        align-items: center;
        justify-content: space-between;
    }

    .offcanvas .offcanvas-body {
        background: white;
    }

        .offcanvas .offcanvas-body li a {
            color: var(--bt-red);
            padding: 15px 0px;
        }

    .offcanvas-header {
        height: 55px;
        display: flex;
        flex-wrap: initial;
        align-items: center;
    }

    .bt-main-navbar .dropdown-menu {
        width: inherit;
        max-width: inherit;
        border-radius: 0 !important;
    }

    ul.dropdown-menu {
        border: 0;
    }

    .border-top::before {
        border-bottom: 1px solid #808080;
    }

    .dropdown-toggle::after {
        position: absolute;
        right: 0;
        font-size: 20px;
    }

    .dropdown-toggle.show::after {
        border-top: 0;
        border-right: 0.3em solid transparent;
        border-bottom: 0.3em solid;
        border-left: 0.3em solid transparent;
    }

    .offcancas-footer {
        background-color: var(--bt-navy);
        color: white;
        height: 80px;
    }

    .sticky-top-mobile {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}
/*// `sm` applies to x-small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    .offcanvas .offcanvas-body li a {
        color: var(--bt-red);
    }
}









