@media screen and (max-width:1199px){
	/*.review-entry {
	    max-width: 450px;
	}*/
	.contact-map .map-info {
	    flex: 0 0 500px;
	}
	.map-loc{
		margin-left: 0;
	}	
}

@media screen and (max-width:991px){
	/*.review-entry {
        max-width: 330px;
    }*/
    .contact-form2 .form-group input{
    	padding: 10px 10px;
    }
        .contact-map .map-info {
        flex: 0 0 350px;
    }
}

@media screen and (max-width:767px){
	    .header.header-2 {
        min-height: 190px;
    }
    .carousel-caption .site-heading p{
    	display: none;
    }
    /*.review-entry {
        max-width: 250px;
    }*/
    .contact-form2 .form-group textarea {
    	height: 120px;
	}
	.contact-form2 .form-group input, .contact-form2 .form-group textarea{
		padding-left: 10px;
	}
	.contact-form2{
		margin-bottom: 20px;
	}
	.review-entry.two{
		max-width: 100%;
	}
}

@media screen and (max-width:575px){
	.header.header-2 .header-top {
     padding: 0 2px;
     margin: 3px 0px 0;
    }
    .header-top p{
    	display: block;
    	text-align: center;
    	text-wrap: auto;
    	 line-height: 17px;
        font-size: 12px;
    }
    .header.header-2 .header-top .header-socials span{
    	 line-height: 17px;
        font-size: 12px;
    }
    .social-share.null a {
	    width: 20px;
	    height: 20px;
	    font-size: 11px;
	}

    .logo .logo-text h2{
    	margin-bottom: 6px;
    }
        .logo .logo-text h3 {
        font-size: 11px;
        line-height: 16px;
    }
        .logo .logo-text h4 {
        line-height: 17px;
        font-size: 9px;
    }
    .header-top .header-socials span:before{
    	left: 70px;
    	height: 13px;
    }
    .header.header-2 {
        min-height: 180px;
    }
        .quick-call {
        margin-top: 10px;
    }	
        .stat-sec2 .stat-card span {
        font-size: 30px;
        line-height: 30px;
    }
    .contact-form2 {
        padding: 15px 10px;
    }
    .exp-grid{
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }
    .widget {
        padding: 10px 10px;
    }
    .event-page .event-single h3 {
        font-size: 22px;
    }
    .event-page .event-single ul {
         padding-left: 0px; 
    }
}