/*
 Theme Name:   Mediax Child  
 Theme URI:    https://wordpress.themeholy.com/mediax
 Description:  This is a child theme for Mediax - WordPress Theme
 Author:       Themeholy
 Author URI:   https://themeforest.net/user/themeholy 
 Template:     mediax
 Version:      1.0
 Tags:         two-columns, three-columns, left-sidebar, right-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu, theme-options, editor-style, featured-images, microformats, post-formats,  sticky-post, threaded-comments, translation-ready
 Text Domain:  mediax-child
*/

/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */    

.home-banner .hero-search{
	display: none;
}
.our-locations .space{
	padding-top: 20px;
	padding-bottom: 50px;
}
.primary_header .header-logo img,
.menu-area .header-logo img{
	width: 250px;
}
.all_details .service-block-tab .tab-btn{
	background-color: #F5F7FA;
}
.all_details .service-block-tab .tab-btn.active{
	background-color: var(--theme-color2);
}
.header-layout6 .main-menu > ul > li > a {
    color: var(--title-color);
}
.service_detail_page p{
	margin-bottom: 0;
}
.our_team .th-team .box-img img{
	height: 300px;
	object-fit: cover;
}
.success_story .team-card img{
	height: 250px;
	object-fit: cover;
	object-position: top;
}
.th-btn.style4,
.th-btn{
	background: #397b0e !important;
	color: #fff !important;
}
.th-btn.style4:before,
.th-btn:before{
	background: unset;
	color: #fff;
}
.all_details .service-block img{
	height: 400px;
    width: 100%;
    object-fit: cover;
}
.about_section .img-box7 img{
	height: 500px;
    object-fit: cover;
}
.dr_rutu_img .th-video img{
    height: 500px;
    width: 100%;
    object-fit: cover;
}
.why_choose_us_img .img-box7 img{
    mask-image: none !important;
}
.why_choose_us_img .about-counter{
    display: none;
}