/*
Theme Name: Novos Child
Author: Xeven Solutions Team
Description: Child theme for the Novos theme.
Template: novos
*/


main {
	display: block !important;
}
main .vc_column-inner:before {
	content: unset;
}

.navbar {
	position: unset;
}
.menu-container ul li a {
	color: #000;
	font-size: 16px;
}
.navbar {
	padding: 15px 0;
}
.footer .bottom-bar b ,
.recent-news .news-content .post-author {
	display: none;
}
.navbar .logo a img {
    height: 70px;
}
.footer figure img {
    filter: brightness(0) invert(1);
	height: unset;
    width: 70%;
}
.header .container .inner h1 {
    font-size: 4vw;  
}
.carousel-image figure figcaption small {
    font-size: 1.75rem !important;
}
.carousel-image figure figcaption h3 {
    font-size: 18px !important;
    line-height: 30px;
}
.section-title img {
    display: none;
}
.ai-medical-box .icon-box figure {
	width: unset;
	position: absolute;
	left: 25px;
	top: 25px;
	bottom: 0;
	padding-left: 20px; 
}
.ai-medical-box .icon-box figure img {
    height: 50px;
}
.ai-medical-box .icon-box {
	box-shadow: 0 0 5px #ddd;
    border-radius: 10px;
    padding: 25px;
}
.ai-medical-box .icon-box p {
    text-align: left;
    margin-left: 90px;
	padding: 0;
}
.ai-medical-box .icon-box h5 {
    text-align: left;
    margin-left: 90px;
	height: 40px;
}
.partners .inner ul li figure img{
	opacity: 1;
}
@media (max-width:991.98px) {

	.header .container .inner h1 {
		font-size: 6vw;  
	}
	.header .container .inner small {
		font-size: 22px;
	}
	.header {   
		height: auto;
		min-height: 600px; 
	}
	.ai-medical-box .icon-box figure {
		width: 100%;
		position: unset;
		padding-left: 0; 
	}
	.ai-medical-box .icon-box p,
	.ai-medical-box .icon-box h5 {
		text-align: center;
		margin-left: unset;
		padding: 0;
	}
	.ai-medical-box .icon-box p {
		height: 100px;
	}
}
@media (max-width:767.98px){
	.header .container .inner h1 {
		font-size: 10vw;  
	}
	.header .container .inner small {
		font-size: 20px;
	}
	.carousel-image figure figcaption small {
		font-size: 20px !important;
	}
	.carousel-image figure figcaption h3 {
		font-size: 16px !important;
		line-height: unset;
	}
	.ai-medical-box .icon-box {
		margin-bottom: 30px;
	}
	.team-member.wow {
		margin-bottom: 20px;
	}
	.partners .inner ul li {
		width: 25% !important;
		padding: 0px !important;
	}
	.partners .inner ul li:last-child {
		display: block !important;
	}
}