
/* Below 470 */
@media all and (max-width: 479px){
    .updates-content .moreNews{
        right: -75px;
    }

    .arrowleft {
        right:0%;
    }

    .arrowdown {
        right: 0%;
    }

}

/* Below 576 */
@media all and (max-width: 576px){
    .updates-content .moreNews{
        right: -1%;
    }

    .arrowleft {
        right: 15%;
    }

    .arrowdown {
        right: 15%;
    }

}


/* Below 767 */
@media all and (max-width: 767px){
    .horizontal, .vertical, .buttonlink, .buttontainer {
        display: none;
    }

    .readMore{
        /* top: 220px !important; */
    }

    .access {
        text-align: center;
        justify-content: center;
    }

    .footer_text{
        text-align: center;
        float: none !important;
    }



}


/* Below 991 */
@media all and (max-width: 991px){
    .home_page_blog_image {
        display: none;
    }

    .dropdown-item {
        text-align: end;
    }

    .dropdown-menu {
        float: right !important;
    }

    .top-pad{
        margin-top: 150px;
    }


}

/* Below 1199 */
@media only screen and (max-width: 1199px) {
    .gounder, .tobutton {
        display: none;
    }

    .readMore{
        /* top: 220px !important; */
    }



    .questions li.active {
        /* width: 105%; */
        width: 103%;
      }

}


/* Above */
@media only screen and (min-width: 480px) {
    .horizontal, .vertical, .buttonlink, .buttontainer {
        display: none;
    }



  }

@media only screen and (min-width: 576px) {
    .horizontal, .vertical, .buttonlink, .buttontainer {
        display: none;
    }

    .updates-content .moreNews{
        right: -75px;
    }

    .arrowleft {
        right: 0%;
    }

    .arrowdown {
        right: 0%;
    }

}


@media only screen and (min-width: 768px) {
    .horizontal, .vertical, .buttonlink, .buttontainer {
        display: none;
    }



}



@media only screen and (min-width: 992px) {
    .horizontal, .vertical, .buttonlink, .buttontainer {
        display: none;
    }




}


@media only screen and (min-width: 1200px) {
    .horizontal, .vertical, .buttonlink, .buttontainer {
        display: block;
    }



}


.drop_button {
    width: auto;
    height: auto;
    height: 54px;
    /* background-color: #00A0AF; */
    /* border-color: #343a40 !important; */
}

.nav_logo {
    max-width: 100%;
    height: auto !important;
}


.search_btn{
    width: 2.5rem;
}

.dropdown-item:hover{
    background: #00A0AF !important;
    color: white !important;
}

.dropdown-menu {
    width: max-content;
}


.footer_text {
    line-height: 1.5;
    text-align: left;
    box-sizing: border-box;
    text-decoration: none;
    background-color: transparent;
    color: #eee;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    float: right;
}

.footer_copyright{
    font-size: 12px;
    color:#eee;
}

.footer_details {
    float: right;
}

.update-content a {
    color:#00A0AF;
}

.service-card-header {
    min-height: 130px;

}
