@media only screen and (max-width: 1200px){
	.navbar-dark .navbar-nav .nav-link {
    
    font-size: 14px;
}

}
@media only screen and (max-width: 991px){
.top-contact-info {
    text-align: center;
}
.top-social-links {
    text-align: center;
}
.navbar-brand {
   display:block;
}
.logo
{
	
	display:none;
}
.main-banner-content h1 {
    text-align: center;
}
}




@media only screen and (max-width:767px) {
	body {
		font-size: 13px
	}
	p {
		font-size: 13px
	}
    .copyright {
    text-align: center;
}
.copyright-menu ul {
    text-align: center;
    padding-left: 0;
}
.copyright-menu li {
    padding-left: 0;
    padding: 10px;
}

.service_tab_box {
     min-height: 0;
}
.be-footer-info-box {
    margin-bottom: 50px;
	
}


.dropdown-item {
   
    font-size: 12px;
}
}

@media only screen and (max-width:576px)
{
	
}

@media only screen and (max-width:498px)
{
	.top-social-links ul li {
    border-left: none;
	}
	.top-social-links ul li:nth-child(3) {
 border-right: none;
}
.top-contact-info ul li {

    border-left:none;
}
.top-contact-info ul li:nth-child(3) {
 border-right: none;
}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	
}

@media only screen and (min-width:768px) and (max-width:991px) {
	body {
		font-size: 14px
	}
	p {
		font-size: 14px
	}
	.ptb-100 {
		padding-top: 80px;
		padding-bottom: 80px
	}
	.pt-100 {
		padding-top: 80px
	}
	.pb-100 {
		padding-bottom: 80px
	}
	.ptb-70 {
		padding-top: 50px;
		padding-bottom: 50px
	}
	.pt-70 {
		padding-top: 50px
	}
	.pb-70 {
		padding-bottom: 50px
	}
	.default-btn {
		font-size: 14px;
		padding-top: 11px;
		padding-bottom: 11px
	}
	.default-btn i {
		right: 4px
	}
	.section-title {
		margin-bottom: 50px;
		max-width: 100%
	}
	.section-title .sub-title {
		margin-bottom: 10px;
		font-size: 14px
	}
	.section-title h2 {
		font-size: 30px
	}
	.section-title p {
		max-width: 540px;
		margin-top: 10px
	}
	
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	
}

@media only screen and (min-width:1200px) and (max-width:1355px) {
	
	
}

@media only screen and (min-width:1355px) and (max-width:1920px) {
	

}

@media only screen and (min-width:1550px) {
	
}