
/* Laptop Screen  */
@media only screen and (min-width: 1171px) and (max-width: 1400px) {


.co-hero-slide-content-3{
  min-height:150px;

}



}


/* Desktop :992px. */
@media only screen and (min-width: 992px) and (max-width: 1169px) {



}


/* Tablet :768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {

/*Header Buttons*/
.header-section .btn, .header-search, .header-social {
  margin-right: 10px;
}
.header-search {
  padding-right: 30px;
}


}


/* Large Mobile :480px. */

@media only screen and (max-width: 767px) {
	.header-social a{
		position: absolute;
		right: 70px;
		top: 7px;
	}
	.header-section .lang-dropdown{
		
	}
	  .co-hero-slide-content-3{
	  }
	.container {
	  width: 450px;
	}
	.table, .table-cell {
	  display: block;
	  height: auto;
	}
	#scrollUp {
	  display: none !important;
	}
	/*Buttons*/
	.btn, .btn-sm, .btn-lg {
	  font-size: 12px;
	  height: 33px;
	  padding: 4px 10px;
	}
	.btn-icon-right {
	  padding-right: 53px;
	}
	.btn-icon-right i {
	  right: 20px;
	}
	.btn-icon-left {
	  padding-left: 53px;
	}
	.btn-icon-left i {
	  left: 20px;
	}
	/*Header*/
	.header-logo {
	  margin: 19px 0;
	  width: 65px;
	}
	.menu-toggle {
	  margin: 25px 0;
	}
	/*Header Buttons*/
	.header-section .btn, .header-social {
		height: auto;
	}
	.header-search {
	  padding: 18px 50px 18px 0;
	}
	/*Mobile Menu Toggle*/
	a.meanmenu-reveal {
	  top: -55px;
	}

	.bg_negru ul li{
	  text-align: center;
	}

	.sticky + .main-content{
	  padding: 0;
	}


	.co-footer-newsletter-3 form button.submit{
	  background: #187a42;
	  border-radius: 10px;
	}
}


/* small mobile :320px. */

@media only screen and (max-width: 479px) {
.container {
  width: 300px;
}

}
@media only screen and (min-width: 994px) and (max-width: 1307px) {
.ml-40{margin-left:0;}
}
@media only screen and (min-width: 1308px) {
.ml-40{margin-left:40%;}
}
