/*Extra large devices (large desktops, 1200px and up)*/
@media (max-width: 1399px){
	.help_slider{
	  	right: 96px;
	  	top: calc(50% - 169px);
	  	height: 295px;
	  	width: 468px;
	}
	.home_2 .help_slider{
		left: 114px;
		width: 454px;
		height: 265px;
	}

	.app_shot{
	  	height: 295px;
	}
}
@media (min-width: 1400px) { 
	.help_wrapper{
		background-size: 730px;
	}
}
@media (min-width: 1200px) { 
	.container{
		max-width: 1170px;
	}
}

@media (max-width: 1199.98px) { 
	.landing_img_wrapper{
		display: none;
	}
	.help_wrapper{
		background-size: 510px;
	}
	.help_slider{
	  	right: 74px;
	  	top: calc(50% - 132px);
	  	height: 230px;
	  	width: 365px;
	}
	.home_2 .help_slider{
		left: 89px;
		width: 353px;
		height: 224px;
	}
	.app_shot{
	  	height: 230px;
	}
}

@media (min-width: 992px) and (max-width: 1199.98px){
	.container{
		max-width: 992px;
	}
	.home_2 .home_wrapper .heading{
		font-size: 60px;
	}
	.home_wrapper .heading{
		font-size: 60px;
		line-height: 75px;
	}
	.help_wrapper .title_1 {
	    font-size: 30px;
	}

	#menu li a{
		font-size: 13px;
	}

	.news_wrapper .single_news a h4{
		font-size: 16px;
	}

	.single_fan .user_details p{
		font-size: 17px;
	}
}

/*Large devices (desktops, 992px and up)*/
@media (max-width: 991.98px) {
	#menu {
		text-align: left;
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
		left: -100%;
		background: #faf6f6;
		-webkit-box-shadow: 0px 0px 10px #dadada;
		box-shadow: 0px 0px 10px #dadada;
		-webkit-transition: .5s;
		-o-transition: .5s;
		transition: .5s;
		z-index: -1;
		padding: 130px 0 75px;
		visibility: hidden;
	}
	.home_2 #menu{
		background-color: #0b8acd;
	}
	#menu.open {
		visibility: visible;
		-webkit-transition: .5s;
		-o-transition: .5s;
		transition: .5s;
		left: 0;
	}
	#menu li{
		display: block;
		line-height: 38px;
	}
	#menu > li:last-child a{
		margin: 15px 0 0 15px;
	}
	.dropdown_menu{
		position: static;
		display: none;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		visibility: visible;
		opacity: 1;
		padding: 0;
		-webkit-transition: 0s;
		-o-transition: 0s;
		transition: 0s;
	}
	.dropdown_menu ul li{
		text-align: left;
		padding-left: 20px;
	}
	.dropdown_menu ul li:last-child a{
		padding-bottom: 0 !important;
	}
	.nav-toggler{
		background-color: #24aff4;
		display: inline-block;
		width: 45px;
		height: 45px;
		margin-top: 14px;
		line-height: 51px;
		text-indent: 13px;
		font-size: 20px;
		border-radius: 7px;
		overflow: hidden;
		-webkit-transition: 0.5s;
		-o-transition: 0.5s;
		transition: 0.5s;
	}
	.home_2 .nav-toggler{
		background-color: #24aff4;
	}
	.nav-toggler.on{
		text-indent: -44px;
	}
	.nav-toggler i{
		margin-left: 32px;
	}
	.nav-toggler i:first-child{
		margin-left: 0;
	}
	.home_wrapper .heading{
		font-size: 55px;
		line-height: 70px;
	}
	.home_2 .home_wrapper .heading{
		font-size: 44px;
		line-height: 62px;
	}
	.about_wrapper .title_1{
	    font-size: 33px;
	    line-height: 41px;
	    margin-top: -8px;
	    max-width: 450px;
	}
	.help_wrapper,
	.home_2 .help_wrapper{
		background-image: none;
	}
	.help_slider,
	.home_2 .help_slider{
	  	display: none;
	}
	.app_btn_wrapper {
	    -webkit-box-pack: center;
	    -ms-flex-pack: center;
	    justify-content: center;
	}
	.item img,
	.single_expert img{
		width: 100%;
	}
	.app_wrapper{
		text-align: center;
	}
	.app_wrapper .title_1 {
	    max-width: 650px;
	    font-size: 47px;
	    line-height: 60px;
	    margin-top: 20px;
	}
	.app_wrapper .title_2 {
	    margin-left: auto;
	}
	.category_area{
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}

	.feature_area{
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}
	.blog_right_side{
		margin-top: 40px;
	}
	.contact_right {
	    margin-top: 30px;
	}
}

@media (min-width: 768px) and (max-width: 991.98px){
	.container{
		max-width: 768px;
	}
	
	#menu li{
		width: 768px;
		margin: 0 auto;
	}

	.home_2 .social_wrapper h4{
		font-size: 26px;
	}

	.social_wrapper p{
		font-size: 15px;
	}
	.home_2 .service_box p{
		font-size: 15px;
	}
	
}

@media (min-width: 576px) and (max-width: 767.98px) {
	.container{
		max-width: 576px !important;
	}

	#menu li{
		width: 576px;
		margin: 0 auto;
	}
	.title_1{
		font-size: 43px;
	}

	.app_wrapper .title_1 {
	    font-size: 39px;
	    line-height: 52px;
	}
}


/*Medium devices (tablets, 767px and down)*/
@media(max-width: 767.98px) {
	.home_wrapper .heading{
		font-size: 45px;
		line-height: 60px;
		margin-top: -11px;
	}
	.section_padd{
		padding: 80px 0;
	}
	.home_2 .social_wrapper.section_padd{
		padding: 50px 0 80px 0;
	}
	.fan_wrapper.section_padd{
		padding: 50px 0 80px;
	}
	footer .section_padd {
	    padding: 80px 0 45px;
	}
	.home_2 .home_wrapper .heading,
	.home_2 .home_wrapper .sub_heading{
		max-width: 497px;
	}
	.home_2_img{
		display: none;
	}
	.video_wrapper{
		margin-top: 30px;
	}
	
	.about_wrapper .title_1{
		max-width: 440px;
	}
	.about_wrapper .about_img{
		display: none;
	}
}

/*Small devices (landscape phones, 575px and down)*/
@media (max-width: 575.98px) {
	.home_wrapper .heading{
		font-size: 43px;
		line-height: 60px;
	}
	.title_1,
	.help_wrapper .title_1 {
	    font-size: 30px;
	    line-height: 42px;
	}
	.help_wrapper .title_1{
		margin-top: -7px;
	}
	.screenShoot_wrapper .title_1{
		margin-top: -8px;
	}
	.project_wrapper .title_1{
		margin-top: -9px;
	}
	.app_wrapper .title_1 {
	    font-size: 40px;
	}
	.comments_item.reply {
	    margin-left: 35px;
	}
	.contact_right {
	    padding: 50px 15px;
	}

	.footer_bottom,
	.footer_bottom .social_icons{
		text-align: center;
	}
	.footer_bottom .social_icons{
		margin-top: 20px;
		margin-bottom: -3px;
	}

	.sub_heading{
		font-size: 15px !important;
	}
	.about_wrapper .title_1{
		font-size: 28px;
	}
	.home_wrapper .container, .home_wrapper .row {
	    height: auto;
	}
	.landing_wrapper {
	    height: auto;
	    padding-top: 70px;
	    padding-bottom: 120px;
	}
}


@media (min-width: 400px) and (max-width: 575.98px) {
	.container{
		max-width: 400px;
	}
	#menu li{
		max-width: 400px;
		margin: 0 auto;
	}
	.home_2 .home_wrapper .heading{
		font-size: 39px;
	}
	.home_wrapper .heading{
		font-size: 31px;
		line-height: 45px;
		margin-top: -9px;
	}
	.single_help{
		display: block;
	}	
	.single_help .help_icon{
		margin-bottom: 20px;
		
	}
	.help_description{
		width: 100%;
	}
	
	.comments_item.reply{
		margin-left: 0;
	}
	.ask_wrapper .title_1{
		margin-top: -8px;
	}
	.title_1, 
	.help_wrapper .title_1,
	.home_2 .social_wrapper h4,
	.help_description h4{
		font-size: 24px;
	}
	.app_wrapper .title_1 {
	    font-size: 27px;
	    line-height: 40px;
	}
}

@media (max-width: 399.98px) {
	.home_wrapper .heading{
		font-size: 24px;
		line-height: 35px;
		margin-top: -6px;
	}
	.home_2 .home_wrapper .heading{
		font-size: 30px;
		line-height: 45px;
		margin-top: -10px;
	}
	.home_btn_wrapper{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 0;
	}
	.home_2 .home_wrapper .home_btn_wrapper{
		margin-bottom: 0;
	}
	.home_btn_wrapper a:first-child{
		margin-bottom: 15px;
	}
	.title_1,
	.about_wrapper .title_1,
	.help_wrapper .title_1{
		font-size: 31px;
		line-height: 39px;
		margin-top: -10px;
	}
	.help_wrapper .title_1{
		margin-top: -7px;
	}
	.expert_wrapper .title_1{
		margin-top: -9px;
	}
	.ask_wrapper .title_1{
		margin-top: -9px;
	}
	.app_wrapper .title_1{
		font-size: 26px;
		line-height: 39px;
	}
	.blog_details_wrapper .meta_wrapper{
		display: inline-block;
	}

	.blog_details_wrapper .social_icons li span {
	    display: block;
	    margin-bottom: 20px;
	}

	.comments_item{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.comments_item .comments_body {
	    width: 100%;
	}
	.comments_item .comments_body span,
	.comments_item .comments_body a{
		display: inline-block;
		margin-top: 20px;
	}

	.single_help{
		flex-direction: column;
		align-items: flex-start;
	}
	.help_description{
		width: 100%;
		margin-top: 20px;
	}

	.home_2 .social_wrapper h4{
		font-size: 21px;
		line-height: 40px;
	}
	.help_description h4{
		font-size: 19px;
	}
}
