/*
Theme Name: the7dtchild
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/
/*popUp*/
.popContent{
    display: none;
}
.wpmPopWrap {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    padding: 1em;
    display: none; 
    overflow-y: auto;
    overflow-x: hidden;
	box-sizing: border-box;
}
.wpmPopWrap.open{
    display: block;
}



/* -- 26-06-25 -- */

.footer #bottom-bar.solid-bg {
    background: #093768 none repeat center top;
}
.core-team-sec .team-container .team-media img {
    box-shadow: 1px 1px 10px #777c80;
}
.medical-info-table .ult_pricing_table:hover {
    box-shadow: none;
}
.medical-info-table .ult_pricing_table h5 {
    text-align: left;
    padding-left: 15px;
    margin-bottom: 0;
}
.medical-info-table .ult_pricing_table ul{
    margin-bottom: 0 !important;
}
.medical-info-table .ult_pricing_table ul li {
    border-bottom: solid 1px #eee;
    padding: 7px 15px !important;
}
.medical-info-table .ult_pricing_table ul li:last-child {
    border-bottom: none;
}
.medical-info-table .ult_pricing_table .ult_pricing_heading {
    padding: 10px 0;
}
.medical-info-table .ult_pricing_table .ult_price_features {
    padding: 0;
}
.footer .widget{
    padding: 0 30px;
}


@media (max-width: 767px) {
.medical-info-table .vc_column-inner {
    padding-right: 25px !important;
    padding-left: 25px !important;
}
}

