/*!
Theme Name: Insuz Child theme
Theme URI: https://bracketweb.com/insuzwp/
Template: insuz
Author: Bracket Web
Author URI: https://themeforest.net/user/bracket-web
Description: This is a Child theme for Insuz WordPress theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: insuz-child
*/
.main-menu-three__wrapper{
	background: rgb(240,251,251);
background: linear-gradient(0deg, rgba(240,251,251,0.5060399159663865) 31%, rgba(240,251,251,0.5060399159663865) 63%);
}
#menu-main-menu li a:hover{
	color:#4a4a4a;
}
#menu-main-menu li.current-menu-item a{
	color:#4a4a4a;
}
a.navSidebar-button .icon-menu{
	display:none;
}
a.navSidebar-button{
	background: #000;
color: #fff;
font-size: 16px;
text-align: center;
padding: 12px 30px;
	
}
a.navSidebar-button::after{
	content:'BOOK A CONSULTATION';

}
.home-services .services-Two__arrow{
	display:none;
}
.home-services .services-Two__text{
	min-height:220px;
}
.services-Two__title{
	min-height:55px;
}
.footer-widget__latest-post-date{
	display:none;
}
.xs-sidebar-group .content-inner .logo{
	display:none !important;
}
.why-choose-two .section-title{
	margin-bottom:8px;
}
.blog-list__meta{
	display:none;
}
.faq-one-accrodion .accrodion + .accrodion{
	margin-top: 26px;
}

@media only screen and (max-width: 600px){
	.home-services .services-Two__text{
	min-height:inherit;
}
	
}
@media only screen and (min-width: 1200px) and (max-width: 1449px){
.main-menu-three__wrapper {
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  max-width: 100%;
}
	}