/*
Theme Name:     Medilink Child
Template:       medilink
Theme URI:      https://radiustheme.com
Author:         Radiustheme
Author URI:     https://radiustheme.com/demo/medilink
Description:    Medilink | Responsive WordPress Medical Theme is one of the Latest and World Standard Multipurpose Responsive WordPress Medical  Theme. Using medilink user can get to Start a  Medical, Medical  Shop and Medical schedule.
Version:        1.0
License:        GNU General Public License v2 or later
License URI:    http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:    medilink
Tags:           one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/

.site-header .site-branding {
    max-width: 380px;
}

h3.wsq-documents-group-title{
    display: block;
    text-align: center;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    background-color: #396cf0;
    color: #fff;
    border-radius: 35px;
    padding: 15px;
    position: relative;
}

.wsq-documents-group-title-wrapper {
    position: relative;
    margin-top: 50px;
    margin-bottom: 50px;
}

.wsq-documents-group-title-wrapper:after {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    height: 15px;
    border-radius: 35px;
    background-color: #396cf0;
    z-index: -1;
}

.wsq-documents-listing .wsq-pdf-document {
    box-shadow: 0 40px 60px -20px rgb(7 29 43 / 15%) !important;
    background-color: #fff;
    display: flex;
    width: 100%;
    border: 1px solid #e4e8ef;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 5px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.wsq-documents-listing .wsq-pdf-document a.document-title {
    /* justify-self: flex-start; */
    flex: 1;
    margin-left: 20px;
    font-size: 18px;
    color: #111111;
}

.wsq-documents-listing a.document-title:hover {
    color: #396cf0;
}

.wsq-documents-listing .wsq-pdf-document .document-download {
    width: 40px;
    height: 49px;
    background-image: url("assets/images/PDF_file_icon.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover !important;
}

.wsq-documents-listing .wsq-pdf-document.wsq-external-link .document-download {
    width: 40px;
    height: 38px;
    background-image: url("assets/images/External_link_icon.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover !important;
    margin-top: 5px;
    margin-bottom: 6px;
}


.wsq-documents-listing .wsq-pdf-document:before {
    position: absolute;
    left: -3px;
    top: 50%;
    width: 5px;
    height: 40px;
    background-color: #1550ab;
    content: "";
    border-radius: 2px;
    margin-top: -20px;
}

.wsq-documents-listing {
    margin-bottom: 100px;
}

hr.wsq-separator {
    margin: 45px 0;
    background-color: #dfdfdf;
    height: 1px;
    border-radius: 2px;
}

.site-header .main-navigation ul li ul, .site-header .main-navigation ul,.site-header .main-navigation ul li {
    transition: none !important;
}

.single-medilink_departments .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated>.elementor-widget-wrap {
    padding: 0;
}

.elementor-widget-text-editor {
    color: #111111;
}

.mean-container .mean-bar .logo-small {
    max-width: 80%;
    width: 380px;
}

.departments5-box-layout8 .item-title {
    height: 50px;
}

.departments5-content {
    height: 110px;
}

.departments5-box-layout8 {
    padding: 28px 25px 30px 25px;
}

.anmcs-logo img {
    max-width: 100px;
}

.anmcs-logo {
    align-self: flex-end;
}

@media(min-width: 1200px) {
    .rt-header-top-bar .rt-tophead-contact ul li {
        flex: auto;
    }

    .site-header .main-navigation ul > li > ul > li > ul {
        width: 350px;
    }

    .rt-header-top-bar .rt-tophead-contact ul {
        justify-content: space-between;
    }

    .site-header .main-navigation ul li ul {
        width: 320px;
    }


}

.single-medilink_departments .sigle-department-data ul {
	padding-left: 20px;
}

.single-medilink_departments .sigle-department-data ul li {
	list-style: disc;
}

.single-medilink_departments .item-cost ul {
	padding-left: 0;
}

.single-medilink_departments .item-cost ul li {
	list-style: none;
}