html, body {
    height: 100%;
    margin: 0px;
}

body {
    font-family: "Open Sans", Roboto, sans-serif, Arial, Helvetica, sans-serif;
}

@font-face {
    font-family: "Open Sans";
    src: url(../fonts/Regular/OpenSans-Regular.woff2), url(../fonts/Regular/OpenSans-Regular.woff);
    font-weight: 400;
    font-style: normal
}

select::-ms-expand {
    display: none;
}

a:hover {
    color: #bf1e2d;
}

.loginout {
    position: fixed;
    width: 100%;
    min-height: 100%;
    background: #fff;
    min-height: calc(100% - 3.5rem);
}

.login {
    width: 470px;
    height: auto;
    background: #fff;
    margin: 0 auto;
    text-align: center;
    padding: 30px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}

    .login h1 {
        font-size: 22px;
        text-transform: uppercase;
        color: #000;
        font-weight: bold;
    }

    .login .md-form.md-outline .form-control {
        padding: 15px .75rem;
        height: 52px;
        color: #000;
        background: #fff;
        border-radius: 0;
        border: 0;
        border: 1px solid #e5e5e5;
    }

    .login .md-form.md-outline label {
        top: 6px;
    }

        .login .md-form.md-outline label.active {
            top: 0;
        }

    .login a {
        color: #495057;
        cursor: pointer;
    }

        .login a:hover {
            color: #495057;
        }

    .login .btn-secondary {
        width: 100%;
        font-size: 17px;
        padding: 10px 50px;
        background-color: #bf1e2d !important;
        margin: 0;
        margin-top: 0px;
        margin-bottom: 10px;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
        border-radius: 0;
        font-weight: bold;
    }

.custom-control-label {
    cursor: pointer;
}

.menu .secondary-color {
    background-color: #bf1e2d !important;
}

.menu .nav {
    padding: 10px 0;
}

.filterfield {
    background: #fff;
    padding: 7px;
    margin-bottom: 5px;
}

.selectbox {
    width: 100%;
    height: 40px;
    background: #f2f2f2 url(../images/downarrow.png) top 20px right 10px no-repeat;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: 0;
    padding: 7px;
}

.menu .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 30px !important;
    padding-right: 30px !important;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    border-right: 1px solid #fff;
}

.mainarea {
    position: relative;
    padding: 15px;
}

    .mainarea h4 {
        margin-top: 10px;
        font-weight: bold;
        margin-bottom: 15px;
    }

.maintitle {
    display: flex;
    margin-bottom: 30px;
}

    .maintitle h3 {
        margin: 0;
        white-space: nowrap;
    }

    .maintitle span {
        color: #bf1e2d;
    }

    .maintitle hr {
        width: 100%;
        margin: 25px 0 0 8px;
        border: 0;
    }

.navbar.navbar-dark .breadcrumb .nav-item.active > .nav-link, .navbar.navbar-dark .navbar-nav .nav-item.active > .nav-link {
    background-color: transparent !important;
    font-weight: 500;
    text-decoration: underline;
}

.form-outline .form-control ~ .form-label {
    padding-top: 8px;
}

.form-outline .form-control.active ~ .form-label, .form-outline .form-control:focus ~ .form-label {
    -webkit-transform: translateY(-1.2rem) translateY(.1rem) scale(.8);
    transform: translateY(-1.2rem) translateY(.1rem) scale(.8);
}
/*Select Dropdown Styles Starts Here*/
.selectinput {
    position: relative;
}

.selectbox {
    position: relative;
    width: 100%;
    height: 38px;
    font-size: 14px;
    color: #757575;
    padding: 5px;
    padding-right: 25px;
    padding-left: 8px;
    border: none;
    background: #fff url(../images/downarrow.png) 97.5% 14px no-repeat;
    border: 1px solid #b7b7b7;
    border-radius: 4px;
    background-color: transparent;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    line-height: 1.2;
}

    .selectbox option {
        cursor: pointer;
    }

        .selectbox option:focus {
            background: none !important;
        }

    .selectbox + label {
        position: absolute;
        top: 8px;
        left: 12px;
        font-size: 14px;
        color: #495057;
        transition: all .2s ease-out;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        display: block;
        max-width: 90%;
        opacity: 1;
    }

    .selectbox:focus {
        outline: none;
        border-width: 2px;
        border-color: #bf1e2d;
        transition: all .3s ease-out;
    }

        .selectbox:focus + label {
            color: #328ac9;
            transition: all .3s ease-out;
        }

        .selectbox:focus + label, .selectbox.has-value + label {
            top: -8px;
            left: 10px;
            background: #fff;
            padding: 0 3px;
            font-size: 14px;
            z-index: 99;
            line-height: 15px;
            opacity: 1;
        }

        .selectbox:focus + label {
            color: #bf1e2d;
            font-size: 12px;
        }
/*Select Dropdown Styles Ends Here*/
.btnn {
    margin: 0 !important;
    padding: 8px 30px !important;
    font-size: 14px !important;
}

.tablehold table {
    border: 1px solid #d3d3d3;
}

    .tablehold table th, td {
        padding: 10px;
    }

    .tablehold table th {
        background: #bf1e2d;
        color: #fff;
    }

.subfooter {
    width: 100%;
    padding: 3px 0;
    background: #242323;
    min-height: 40px;
    color: #fff;
    font-size: 12px;
}

    .subfooter p {
        margin: 0;
        margin-top: 12px;
    }

.pbfooter .mainfooter h3 {
    font-size: 20px;
    margin-bottom: 20px;
}

.pbfooter .mainfooter {
    background: #414040;
    padding: 40px 0 10px;
    color: #fff;
}

    .pbfooter .mainfooter ul {
        padding-left: 0;
        margin-bottom: 0;
    }

        .pbfooter .mainfooter ul li {
            list-style-type: none;
            margin-bottom: 10px;
        }

            .pbfooter .mainfooter ul li a {
                color: #fff;
            }

.pbfooter .subfooter {
    background: #242323;
}

    .pbfooter .subfooter p {
        margin-top: 13px;
        color: #fff;
        margin-bottom: 0;
    }

.social-icons {
    float: right;
    margin-top: 10px;
}

    .social-icons li {
        list-style-type: none;
        display: inline-block;
        margin: 0 2px;
    }

.backbtn {
    white-space: nowrap;
}

.container {
    max-width: 1380px !important;
}

.navbar {
    box-shadow: none !important;
}

.headerddown {
    width: 100%;
    height: 30px;
    background: #fff url(../images/downarrow.png) top 11px right 8px no-repeat;
    background-size: 10px;
    border: 0;
    padding: 4px;
    font-size: 12px;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.fixedarea .ddown {
    margin-bottom: 0;
}

    .fixedarea .ddown li {
        display: inline-block;
        width: 40%;
        margin: 0 7px;
    }

        .fixedarea .ddown li:last-child {
            border-left: 1px solid #000;
            padding-left: 15px;
        }

.fixedarea .nav-link {
    padding: 0 1rem;
}

.homemenu .secondary-color {
    background-color: #fff !important;
    padding: 0;
}

.homemenu .navbar.navbar-dark .navbar-nav .nav-item .nav-link {
    color: #666;
}

    .homemenu .navbar.navbar-dark .navbar-nav .nav-item .nav-link:hover {
        color: #bf1e2d !important;
    }

.homemenu .nav {
    padding: 10px 0;
}

.homemenu .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 17px !important;
    padding-bottom: 17px !important;
    border-right: 1px solid #fff;
}

.pbheader {
    border-bottom: 1px solid #e5e5e5;
}

.homemenu .navbar.navbar-dark .breadcrumb .nav-item.active > .nav-link, .homemenu .navbar.navbar-dark .navbar-nav .nav-item.active > .nav-link {
    color: #bf1e2d;
    text-decoration: none;
    border-top: 4px solid #bf1e2d;
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-top: 12px !important;
    padding-bottom: 15px !important;
}

.pbpages footer {
    position: relative;
}

.banner {
    position: relative;
    margin: 20px 0;
    height: 416px;
}

.tab_container .textbox {
    background: #fff;
    padding: 10px 10px;
    color: #000;
    font-style: italic;
    width: 100%;
    border: 0;
    font-size: 14px;
}

.tab_container .selectbox {
    width: 100%;
    height: 45px;
    font-size: 16px;
    background: #fff url(../images/downarrow.png) top 20px right 10px no-repeat;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
    border: 0;
    padding: 12px 10px;
}

.tab_container .gobtn {
    background: #fff;
    border: 2px solid #fff !important;
    padding: 8px 15px;
    color: #000;
    border: 0;
    display: inline-block;
    font-size: 16px;
    text-align: center;
    margin-bottom: 16px;
}

    .tab_container .gobtn:hover {
        background: transparent;
        border: 2px solid #fff !important;
        padding: 8px 15px;
        color: #fff;
        border: 0;
        display: inline-block;
        font-size: 16px;
        text-align: center;
    }


.bodycontent {
    padding-top: 30px;
}

    .bodycontent h1 {
        font-size: 28px;
        color: #37383a;
    }

    .bodycontent p {
        text-transform: uppercase;
        font-size: 14px;
    }

.owl-carousel .owl-item img {
    width: 100% !important;
    margin: 0 auto;
    border: 1px solid #c6c5c6;
}

.owl-carousel.owl-drag .owl-item {
    text-align: center;
}

    .owl-carousel.owl-drag .owl-item p {
        width: 90%;
        font-size: 18px;
        line-height: normal;
        color: #37383a;
        margin: 0 auto;
        margin-top: 10px;
    }

.recentupload {
    border-bottom: 1px solid #e6e6e6;
    padding: 15px 0 !important;
}

    .recentupload h2 {
        font-size: 20px;
        color: #37383a;
    }

    .recentupload p {
        text-align: left;
        font-style: italic;
    }

    .recentupload img {
        width: 100%;
        border: 1px solid #c6c5c6;
    }

.imageslider {
    padding-bottom: 30px;
    border-bottom: 1px solid #e6e6e6;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    font-size: 24px !important;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
    background: transparent !important;
    color: #000 !important;
}

.owl-nav {
    display: none;
}

.owl-dots {
    margin-top: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #af3026;
}

.owl-theme .owl-dots .owl-dot span {
    background: #d3d3d3;
}

.newsletter .textbox {
    background: #fff;
    border: 1px solid #c6c5c6;
    padding: 7px 10px;
    color: #000;
    width: 100%;
    font-size: 14px;
}

.newsletter .signupbtn {
    background: #bf1e2d;
    padding: 8px;
    color: #fff;
    width: 100%;
    border: 0;
    display: block;
    font-size: 16px;
    text-align: center;
}

    .newsletter .signupbtn:hover {
        opacity: 0.7;
    }

.divtwitter {
    height: 340px;
    overflow-y: auto;
    border-radius: 5px;
}

.address iframe {
    width: 100%;
}

.timeline-Tweet:hover {
    background: transparent !important;
}

.navbar.navbar-dark .navbar-toggler-icon {
    background-image: url(../images/burgericon.png);
}

.timeline-Tweet:hover {
    background: #fff !important;
}

.title {
    display: flex;
    margin-bottom: 30px;
}

    .title h1 {
        font-size: 26px;
        color: #37383a;
        white-space: nowrap;
        line-height: normal;
        margin-bottom: 0;
        /*text-transform: uppercase;*/
        margin: 0 auto;
    }

        .title h1 span {
            color: #bf1e2d;
        }

    .title hr {
        width: 100%;
        margin: 29px 0 0 8px;
        border: 0;
        opacity: 1;
        background: #efbecd;
        height: 1px;
    }

.rightpanel h1 {
    color: #bf1e2d;
}

.policylist {
    margin: 0;
    padding: 0;
}

    .policylist li {
        list-style-type: none;
        color: #bf1e2d;
        margin-bottom: 15px;
    }

.topimg {
    text-align: center;
}
    .topimg img {
        max-width: 100%;
    }
    .img100 {
        width: 100%;
    }

.midimgvidpanel {
    width: 650px;
    min-height: 380px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px;
}
    .midimgvidpanel iframe {
        width: 100%;
        height: 400px;
    }
    .midimgvidpanel img {
        width: 100%;
    }
.pdficonhold {
    width: 650px;
    text-align: center;
    margin: 100px auto;
}
    .pdficonhold img {
        width: auto;
        margin-bottom: 7px;
    }
.linkk {
    display: block;
    margin: 0 auto 40px;
    text-align: center;
}

.midform {
    background: #0b0c0c url(../images/vimeobg.png) center bottom 30px no-repeat;
    color: #fff;
    width: 640px;
    height: 360px;
    margin: 0 auto;
    padding-top: 120px;
}

    .midform p {
        text-transform: none;
        text-align: center;
    }

    .midform input {
        border-radius: 5px;
        height: 40px;
        background: #fff;
        border: 0;
        padding: 0 10px;
        width: 50%;
        float: right;
    }

    .midform .btnn {
        background: #00adef;
        border-radius: 5px;
        color: #fff;
        height: 40px;
        display: block;
        width: 50%;
        text-align: center;
        font-weight: bold;
    }

.fontbig {
    font-size: 16px !important;
    margin-bottom: 5px;
}

.rightpanel h2 {
    font-size: 20px;
    color: #37383a;
}

.rightpanel p {
    text-align: left;
}

.subpages p {
    text-transform: none;
}
.thumbnail p {
    text-align: center;
    margin-top:10px;
}
.imgshadow {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 15px 0 rgba(0, 0, 0, 0.19);
}

.searchlist .leftimg img {
    width: 100%
}

.breadcrumbhold {
    border-bottom: 1px solid #ddd;
    background: #fbf9fa;
}

    .breadcrumbhold ul {
        margin: 30px auto;
        padding: 0;
        float: left;
    }

        .breadcrumbhold ul li {
            list-style-type: none;
            display: inline;
        }

    .breadcrumbhold .backbtn {
        margin: 30px auto;
        float: right;
    }

        .breadcrumbhold .backbtn:hover {
            color: inherit;
        }

    .breadcrumbhold ul li a:hover {
        color: inherit;
    }

    .breadcrumbhold ul li span {
        font-size: 27px;
        color: #bf1e2d;
        line-height: 1;
    }

.searchthumb {
    width: 284px;
    height: 235px;
    margin: 0 auto 20px;
    display: block;
    border: 1px solid #d3d3d3;
    position: relative;
}
    .searchthumb img {
        max-height: 100%;
        max-width: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
    .searchthumb:hover .imgovlay {
        opacity: 1;
    }
.imgovlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: rgba(0,0,0,0.8);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
} 
.rightthumb img {
    width: 100%;
}

.pagination {
    display: inline-block;
    float: right;
}

    .pagination a {
        color: black;
        float: left;
        padding: 8px 16px;
        text-decoration: none;
        transition: background-color .3s;
        border: 1px solid #ddd;
    }

        .pagination a.active {
            background-color: #bf1e2d;
            color: white;
            border: 1px solid #bf1e2d;
        }

        .pagination a:hover:not(.active) {
            background-color: #ddd;
        }

.disabled-color {
    color: #ccc !important;
    cursor: not-allowed;
}

    .disabled-color:hover {
        background: transparent;
    }
/*New Styles*/
ul.cogg-tap li a.nav-link {
    font-size: 15px;
    text-decoration: none;
    color: #747474;
    border: none;
}

    ul.cogg-tap li a.nav-link.active {
        color: #bf1e2d;
        border-top: 3px solid #bf1e2d;
        border-radius: 0px;
    }

#home h5 {
    font-size: 22px;
    font-weight: 600;
}

    #home h5 span {
        color: #c22d3a;
    }

div.irish-lang p {
    font-size: 20px;
    color: #c22d3a;
    font-weight: 500;
}

#home span.input-group-text {
    background: transparent;
    border-left: 0px;
    color: #c22d3a;
}

div.acc-head {
    background: #bf1e2d;
    color: #fff;
    font-weight: 500;
    padding-bottom: 2px;
}

div.acc-content div.ans {
    color: #c22d3a;
}

ul.social-link,
ul.comm {
    list-style-type: none;
    float: right;
}

    ul.social-link li {
        display: inline-block;
        margin-right: 5px;
    }

        ul.social-link li a img {
            width: 25px;
        }

ul.comm {
    margin-top: 70px;
}

    ul.comm li {
        padding: 5px;
        font-size: 14px;
    }

        ul.comm li:first-child {
            background: #bf1e2d;
            color: #fff;
            border-right: 8px solid #000;
        }

        ul.comm li:nth-child(2) {
            border-right: 8px solid #bf1e2d;
        }

        ul.comm li:nth-child(3) {
            border-right: 8px solid #7f7f7f;
        }

div.acc-content p {
    font-size: 14px;
}

ul.comm li:nth-child(2) a,
ul.comm li:nth-child(3) a {
    font-size: 15px;
    color: #bf1e2d;
    text-decoration: none;
}

#home h5::after {
    content: "";
    position: absolute;
    width: 128px;
    height: 1px;
    background: #e7e7e7;
    bottom: 20px;
    right: 0px;
    display: inline-block;
}

div.mobile-menu,
ul.comm.mob {
    display: none;
}

ul.comm.mob {
    z-index: 10;
    background: #fff;
    left: 0px;
    padding: 5px !important;
    box-shadow: 0px 10px 10px #ccc;
}

a.comm-menu {
    cursor: pointer;
}
.sortbyddown {
    width: 25%;
    float: right;
    text-align: right;
}
    .sortbyddown span {
        display: inline-block;
        margin-right: 5px;
    }
    .sortbyddown .selectinput {
        display: inline-block;
    }
    .sortbyddown .selectbox:focus {
        border:1px solid #b7b7b7;
    }
.docstext {
    font-size: 22px;
    font-weight: 500;
}

.blockOverlay {
    background-color: rgba(255, 255, 255,0.9) !important;
}

























/*Media Queries Starts here*/
@media (max-width: 575px) {
    .logomobile a {
        display: inline-block;
        width: 32%;
    }
    div.abt-us p span img{
        width:100%;
    }
    .logomobile a img{
        width:90%;
    }
    .homemenu .navbar.navbar-dark .navbar-nav .nav-item.active > .nav-link {
        padding: 8px 15px !important;
    }

    .homemenu .navbar.navbar-dark .navbar-nav .nav-item .nav-link {
        color: #333;
        padding: 8px 15px !important;
    }

    .homemenu .navbar-collapse {
        background: #fff;
    }

    .social-icons {
        float: none;
        margin-top: 5px;
        text-align: center;
        padding-left: 0;
        position: absolute;
        right: 5px;
        top: 4px;
    }

    header .ddown {
        text-align: center;
    }

    .bodycontent h1 {
        text-align: center;
    }

    .bodycontent p {
        text-align: center;
    }

    .recentupload p {
        text-align: left;
    }

    .newsletter .textbox {
        padding: 13px 10px;
        margin-bottom: 5px;
    }

    .newsletter .signupbtn {
        margin-top: 10px;
    }

    .footlogo {
        width: 100%;
    }

    .banner {
        height: auto;
        margin: 0;
    }

    .homemenu .secondary-color {
        background-color: transparent !important;
        padding: 5px 0;
    }

    .homemenu {
        border-bottom: 1px solid #e5e5e5;
    }

    .ddown li {
        width: 30%;
        border-left: 0;
        text-align: center;
        padding-left: 0 !important;
    }

    .homemenu .navbar.navbar-dark .navbar-nav .nav-item .nav-link:hover {
        background: #f4f4f4;
        color: #fff;
    }

    .homemenu .navbar.navbar-dark .navbar-nav .nav-item.active > .nav-link {
        background: #bf1e2d !important;
        border: 0;
        color: #fff !important;
    }

    .midimgvidpanel img {
        width: 100%;
    }

    .midimgvidpanel video {
        width: 100%;
    }

    .midform {
        width: 100%;
        padding-top: 90px;
    }

        .midform input {
            width: 100%;
            float: none;
            margin-bottom: 20px;
        }

        .midform .btnn {
            margin: 0 auto !important;
        }

    .title h1 span {
        font-size: 16px;
    }

    .subpages p {
        text-transform: none;
        text-align: left;
    }
    .thumbnail p{
        text-align:center;
        margin-top:10px;
    }
    .breadcrumbhold ul li span {
        font-size: 16px;
        font-weight: bold;
    }

    .breadcrumbhold .backbtn {
        font-size: 14px;
    }

    .breadcrumbhold ul {
        margin: 20px auto 0;
        padding: 0;
        float: none;
        width: 100%;
        text-align: center;
    }

    .breadcrumbhold .backbtn {
        font-size: 14px;
        text-align: center;
        width: 100%;
        margin: 10px auto 20px;
    }
    .midimgvidpanel{
        width:100%;
    }
    .pdficonhold {
        width: 100%;
    }
    ul.comm,
    ul.comm.mob {
        display: none;
    }

        div.mobile-menu,
        ul.comm.vds {
            display: block;
        }

    ul.comm {
        margin-top: 0px;
    }

    #home h5::after {
        display: none;
    }
    .sortbyddown {
        width: 100%;
        float: none;
        text-align: center;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .homemenu .navbar.navbar-dark .navbar-nav .nav-item.active > .nav-link {
        padding: 8px 15px !important;
    }

    .homemenu .navbar.navbar-dark .navbar-nav .nav-item .nav-link {
        color: #333;
        padding: 8px 15px !important;
    }

    .homemenu .navbar-collapse {
        background: #fff;
    }

    .social-icons {
        float: none;
        margin-top: 10px;
        text-align: center;
        padding-left: 0;
    }

    header .ddown {
        text-align: center;
    }

    .bodycontent h1 {
        text-align: center;
    }

    .bodycontent p {
        text-align: center;
    }

    .recentupload p {
        text-align: left;
    }

    .newsletter .textbox {
        padding: 13px 10px;
        margin-bottom: 5px;
    }

    .newsletter .signupbtn {
        margin-top: 10px;
    }

    .footlogo {
        width: 100%;
    }

    .banner {
        height: auto;
        margin: 0;
    }

    .homemenu .secondary-color {
        background-color: transparent !important;
        padding: 5px 0;
    }

    .homemenu {
        border-bottom: 1px solid #e5e5e5;
    }

    .ddown li {
        width: 30%;
        border-left: 0;
        text-align: center;
        padding-left: 0 !important;
    }

    .homemenu .navbar.navbar-dark .navbar-nav .nav-item .nav-link:hover {
        background: #f4f4f4;
        color: #fff;
    }

    .homemenu .navbar.navbar-dark .navbar-nav .nav-item.active > .nav-link {
        background: #bf1e2d !important;
        border: 0;
        color: #fff !important;
    }

    .midform {
        width: 100%;
        padding-top: 90px;
    }

        .midform input {
            float: none;
            margin-bottom: 20px;
        }

        .midform .btnn {
            margin: 0 auto !important;
        }

    .title h1 span {
        font-size: 16px;
    }

    .subpages p {
        text-transform: none;
        text-align: left;
    }
    .thumbnail p {
        text-align: center;
        margin-top: 10px;
    }
    .breadcrumbhold ul li span {
        font-size: 16px;
        font-weight: bold;
    }

    .breadcrumbhold .backbtn {
        font-size: 14px;
    }

    .breadcrumbhold ul {
        margin: 20px auto 0;
        padding: 0;
        float: none;
        width: 100%;
        text-align: center;
    }

    .breadcrumbhold .backbtn {
        font-size: 14px;
        text-align: center;
        width: 100%;
        margin: 10px auto 20px;
    }
    .midimgvidpanel {
        width: 100%;
    }
    .pdficonhold {
        width: 100%;
    }
    ul.comm,
    ul.comm.mob {
        display: none;
    }

        div.mobile-menu,
        ul.comm.vds {
            display: block;
        }

    ul.comm {
        margin-top: 0px;
    }

    #home h5::after {
        display: none;
    }
    .sortbyddown {
        width: 100%;
        float: none;
        text-align: center;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .homemenu .navbar.navbar-dark .navbar-nav .nav-item.active > .nav-link {
        padding: 8px 15px !important;
    }

    .homemenu .navbar.navbar-dark .navbar-nav .nav-item .nav-link {
        color: #333;
        padding: 8px 15px !important;
    }

    .homemenu .navbar-collapse {
        background: #fff;
    }

    .social-icons {
        float: none;
        margin-top: 5px;
        text-align: center;
        padding-left: 0;
        position: absolute;
        right: 5px;
        top: 4px;
    }

    header .ddown {
        text-align: center;
    }

    .bodycontent h1 {
        text-align: center;
    }

    .bodycontent p {
        text-align: center;
    }

    .recentupload p {
        text-align: left;
    }

    .newsletter .textbox {
        padding: 13px 10px;
        margin-bottom: 5px;
    }

    .newsletter .signupbtn {
        margin-top: 10px;
    }

    .footlogo {
        width: 100%;
    }

    .banner {
        height: auto;
        margin: 0;
    }

    .homemenu .secondary-color {
        background-color: transparent !important;
        padding: 5px 0;
    }

    .homemenu {
        border-bottom: 1px solid #e5e5e5;
    }

    .ddown li {
        width: 30%;
        border-left: 0;
        text-align: center;
        padding-left: 0 !important;
    }

    .homemenu .navbar.navbar-dark .navbar-nav .nav-item .nav-link:hover {
        background: #f4f4f4;
        color: #fff;
    }

    .homemenu .navbar.navbar-dark .navbar-nav .nav-item.active > .nav-link {
        background: #bf1e2d !important;
        border: 0;
        color: #fff !important;
    }

    .midform {
        width: 100%;
        padding-top: 90px;
    }

        .midform input {
            margin-bottom: 20px;
        }

    .title h1 span {
        font-size: 16px;
    }

    .subpages p {
        text-transform: none;
        text-align: left;
    }
    .thumbnail p {
        text-align: center;
        margin-top: 10px;
    }
    .midimgvidpanel {
        width: 100%;
    }
    .pdficonhold {
        width: 100%;
    }
    ul.comm,
    ul.comm.mob {
        display: none;
    }

        ul.comm.mob {
            left: unset;
            right: 0px;
            width: auto !important;
        }

        div.mobile-menu,
        ul.comm.vds {
            display: block;
        }

    ul.comm {
        margin-top: 0px;
    }

    #home h5::after {
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1442px) {
    .homemenu .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}
