@media screen and (max-width:1199px){
	.logo {
	    width: 177px;
	    padding: 0 12px;
	}
	.menu-list{
		width: 100%;
		padding-left: .5rem;
		padding-right: .5rem;
		padding-top: .5rem;
		padding-bottom: .5rem;
		cursor: pointer;
		display: inline-flex;
		align-items: center;
		justify-content: space-between;
	}



	/* font and weight css*/
	.font-lg-10{
		font-size: 10px!important;
	}
	.font-lg-11{
		font-size: 11px!important;
	}
	.font-lg-12{
		font-size: 12px!important;
	}
	.font-lg-13{
		font-size: 13px!important;
	}
	.font-lg-14{
		font-size: 14px!important;
	}
	.font-lg-15{
		font-size: 15px!important;
	}
	.font-lg-16{
		font-size: 16px!important;
	}
	.font-lg-17{
		font-size: 17px!important;
	}
	.font-lg-18{
		font-size: 18px!important;
	}
	.font-lg-19{
		font-size: 18px!important;
	}
	.font-lg-20{
		font-size: 20px!important;
	}
	.font-lg-21{
		font-size: 21px!important;
	}
	.font-lg-22{
		font-size: 22px!important;
	}
	.font-lg-23{
		font-size: 23px!important;
	}
	.font-lg-24{
		font-size: 24px!important;
	}
	.font-lg-25{
		font-size: 25px!important;
	}
	.font-lg-26{
		font-size: 26px!important;
	}
	.font-lg-27{
		font-size: 27px!important;
	}
	.font-lg-28{
		font-size: 28px!important;
	}




	.font-lg-light{
		font-weight: 300!important;
	}
	.font-lg-regular{
		font-weight: 400!important;
	}
	.font-lg-medium{
		font-weight: 500!important;
	}
	.font-lg-bold{
		font-weight: 700!important;
	}
	.font-lg-black{
		font-weight: 900!important;
	}
}




@media screen and (max-width:991px){
	.menu-list span>svg{
		width: 14px;
		height: 14px;
	}
	.nv-tg,.menu-list .menu-label{
	    font-size: 12px;
	}

	.menu-list .down-arrow>svg{
		width: 10px;
		height: 6px;
	}
	.logo {
	    width: 150px;
	    padding: 0 12px;
	}
	.logo .name {
	    font-size: 16px;
	    font-family: 'Anton', sans-serif;
	}


	.form-eud .form-label-group .form-control{
		color: #000;
		font-size: 16px;
		border-radius: 0;
		border-top: 0;
		border-left: 0;
		border-right: 0;
		border-bottom: 1px solid rgb(118, 118, 118);
	}

	.form-eud .form-label-group > label {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		padding: .75rem 0;
		margin-bottom: 0; /* Override default `<label>` margin */
		line-height: 1.5;
		font-size: 16px;
		color: #767676;
		font-family: "proximaNova", sans-serif;
		pointer-events: none;
		cursor: text; /* Match the input under the label */
		border: 1px solid transparent;
		border-radius: .25rem;
		transition: all .1s ease-in-out;
	}
	.form-label-group input:not(:placeholder-shown) ~ label {
	  padding-top: 0rem;
	  padding-bottom: .25rem;
	  font-size: 13px;
	  color: #777;
	}

	.left-side-panel{
		min-width: 225px;
		max-width: 225px;
		z-index: 1;
	}
	.right-side-panel{
		width: 100%;
		padding-left: 11px;
		padding-right: 11px;
	}




		/* font and weight css*/
	.font-md-10{
		font-size: 10px!important;
	}
	.font-md-11{
		font-size: 11px!important;
	}
	.font-md-12{
		font-size: 12px!important;
	}
	.font-md-13{
		font-size: 13px!important;
	}
	.font-md-14{
		font-size: 14px!important;
	}
	.font-md-15{
		font-size: 15px!important;
	}
	.font-md-16{
		font-size: 16px!important;
	}
	.font-md-17{
		font-size: 17px!important;
	}
	.font-md-18{
		font-size: 18px!important;
	}
	.font-md-19{
		font-size: 18px!important;
	}
	.font-md-20{
		font-size: 20px!important;
	}
	.font-md-21{
		font-size: 21px!important;
	}
	.font-md-22{
		font-size: 22px!important;
	}
	.font-md-23{
		font-size: 23px!important;
	}
	.font-md-24{
		font-size: 24px!important;
	}
	.font-md-25{
		font-size: 25px!important;
	}
	.font-md-26{
		font-size: 26px!important;
	}
	.font-md-27{
		font-size: 27px!important;
	}
	.font-md-28{
		font-size: 28px!important;
	}




	.font-md-light{
		font-weight: 300!important;
	}
	.font-md-regular{
		font-weight: 400!important;
	}
	.font-md-medium{
		font-weight: 500!important;
	}
	.font-md-bold{
		font-weight: 700!important;
	}
	.font-md-black{
		font-weight: 900!important;
	}
}




@media screen and (max-width:767px){
	
	/* font and weight css*/
	.font-sm-10{
		font-size: 10px!important;
	}
	.font-sm-11{
		font-size: 11px!important;
	}
	.font-sm-12{
		font-size: 12px!important;
	}
	.font-sm-13{
		font-size: 13px!important;
	}
	.font-sm-14{
		font-size: 14px!important;
	}
	.font-sm-15{
		font-size: 15px!important;
	}
	.font-sm-16{
		font-size: 16px!important;
	}
	.font-sm-17{
		font-size: 17px!important;
	}
	.font-sm-18{
		font-size: 18px!important;
	}
	.font-sm-19{
		font-size: 18px!important;
	}
	.font-sm-20{
		font-size: 20px!important;
	}
	.font-sm-21{
		font-size: 21px!important;
	}
	.font-sm-22{
		font-size: 22px!important;
	}
	.font-sm-23{
		font-size: 23px!important;
	}
	.font-sm-24{
		font-size: 24px!important;
	}
	.font-sm-25{
		font-size: 25px!important;
	}
	.font-sm-26{
		font-size: 26px!important;
	}
	.font-sm-27{
		font-size: 27px!important;
	}
	.font-sm-28{
		font-size: 28px!important;
	}




	.font-sm-light{
		font-weight: 300!important;
	}
	.font-sm-regular{
		font-weight: 400!important;
	}
	.font-sm-medium{
		font-weight: 500!important;
	}
	.font-sm-bold{
		font-weight: 700!important;
	}
	.font-sm-black{
		font-weight: 900!important;
	}
}



@media screen and (max-width:575px){
	
}