@media (max-width: 1024px) {
	.tc-top-header-main-menu-left{
       margin-right: 50px;
    }
}
@media (max-width: 992px) {
	#tc-top-header-login-sign-btn {
	    display: inline-block!important;
	}
	.header{
		padding: 0px !important;
	}
	.nav-brand img {
	    max-width: 140px;
	    position: relative;
	    margin: 0 auto;
    	display: block;
	}
	.tc-mobile-header-nav-menu-icon, .tc-mobile-header-nav-search-icon{
		display: inline-block;
	}
	.tc-top-header-main-menu-left{
       margin-right: 0px !important;
    }
    .nav-menus-wrapper{
        display: none;
    }
	.nav-header {
		display: flex;
		align-items: center;
		float: left;
		width:100%;
	}
	.nav-menu>li .nav-dropdown {
		box-shadow: none;
		padding: 0;
	}
	.nav-menu>li>.nav-dropdown:before{
		display:none;
	}
	.footer-widget {
		padding-bottom:40px;
		padding-top: 0;
	}
	.header.header-fixed {
	border-bottom:1px solid #e9ecef;
	background: #ffffff;
	position: fixed;
	z-index: 999;
	width: 100%;
	top: 0;
	-webkit-transition: 0.2s ease-in;
	-o-transition: 0.2s ease-in;
	transition: 0.2s ease-in;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
	}
	.choose-us-head {
	margin-bottom: 2.5rem;
	}
	/*==========Footer==========*/
	.footer-bottom .tc-footer-copyright-title{
	    margin-bottom: 10px;
	    text-align: center;
	}
	#tc-footer-section{
	    padding: 15px 0px 0px;
	}
	#tc-footer-section .footer-widget .footer-subscribe-widget{
		padding: 0px;
	}
	#tc-footer-section .footer-widget{
		padding: 0px;
		margin-top: -10px;
	}
	#tc-footer-section .tc-footer-menu-list{
		background-color: #fff;
	    padding: 10px;
	    border: 1px solid #eee;
	    display: none;
	}
	#tc-footer-section .tc-footer-menu-box{
		margin-top: 0px;
	}
	#tc-footer-section .footer-bottom{
		border-top: none;
		margin-top: 15px;
	}
	#tc-footer-section .tc-footer-menu-title{
		background-color: #fff;
		color: #07304d;
	    text-align: left;
	    padding: 10px 10px 10px 10px;
	    border: 1px solid #eee;
	  	-moz-appearance: none;
	  	-webkit-appearance: none;
	  	appearance: none;
	  	background-image: url('https://media.technologycounter.com/icons/tc-menu-down-icon.svg');
	    background-repeat: no-repeat, repeat;
	    background-position: right .7em top 50%, 0 0;
	    background-size: .65em auto, 100%;
	    margin-bottom: 0;
	}
	#tc-footer-section .tc-footer-down-menu-icon {
		background-color: #fff;
		color: #ef6721; 
	    text-align: left;
	    padding: 10px 10px 10px 10px;
	    border: 1px solid #eee;
	  	-moz-appearance: none;
	  	-webkit-appearance: none;
	  	appearance: none;
	  	background-image: url('https://media.technologycounter.com/icons/tc-menu-up-icon.svg')!important;
	    background-repeat: no-repeat, repeat;
	    background-position: right .7em top 50%, 0 0;
	    background-size: .65em auto, 100%;
	    margin-bottom: 0px;
	}
	.widget-title:after{
		content: unset;
	    display: block;
	    width: 0px;
	    height: 0px;
	    border-radius: 0px;
	    background-color: unset;
	    margin-top: 0px;
	}
	.footer-widget ul li a, .footer-widget ul li span{
		color: #000!important;
		font-weight: 400;
		font-size: 16px;
	}
}
@media (max-width: 767px){
	.nav-brand {
	    padding-right: 0px;
	    margin-right: 0rem;
	}
	.nav-brand img {
		max-width: 200px;
		position: relative;
		margin: 0 auto;
		display: block;
	}
	.nav-pills .nav-link {
		padding: 0.8rem 1.3rem;
	}
	.classic-search-box {
		display: flex;
		flex-direction: column;
	}
	.navigation-portrait .nav-menus-wrapper .tc-top-header-request-callback-btn{
		width: 90%;
	}
}
@media (max-width: 424px){
	
}
@media (max-width: 320px){
	
}