@media only screen and (min-width: 1600px) {
  .container {
    max-width: 1440px;
  }
}
@media(min-width: 992px){
  .header .menu > .menu-item-has-children:hover > .sub-menu{
    opacity: 1;
    visibility: visible;
   }
}
@media only screen and (max-width: 1600px) {
	.container {
    max-width: 1340px;
  }

  .header .menu > .menu-item > a {
    font-size: 16px;
}
.social-1 span {
  font-size: 17px;
}
h1, h1 span{font-size: 70px;}
h2 {font-size: 45px}
h3 {font-size: 28px;}
p{font-size: 18px;}
.testi-card p, .ban-slidr p {font-size: 22px;}
.p-100 {
    padding: 80px 0;
}
.section-5 {
    padding-bottom: 126px;
}
.section-6 {
    padding-top: 80px;
}
.btnn {
    padding: 10px 35px;
    font-size: 18px;
}
}

@media only screen and (max-width: 1400px) {
.container {
    max-width: 1240px;
  }
}

@media only screen and (max-width: 1200px) {
	.container {
    max-width: 960px;
  }
  .header .menu > .menu-item {
    margin-left: 40px;
}
.top-social {
    display: none;
}
.header .menu-overlay.active{
	visibility: visible;
	opacity: 1;
}
	.header .nav-menu{
		position: fixed;
		right: -280px;
		visibility: hidden;
		width: 280px;
		height: 100%;
		top:0;
		overflow-y: auto;
		background-color: #222222;
		z-index: 1000;
		padding: 15px 0;
		transition: all 0.5s ease;
	}
	.header .nav-menu.open{
		visibility: visible;
		right: 0px;
	}
	.header .menu > .menu-item{
		display: block;
		margin:0;
	}
	.header .menu > .menu-item-has-children > a{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.header .menu > .menu-item > a{
		color: #ffffff;
		padding: 12px 15px;
		border-bottom: 1px solid #333333;
	}
	.header .menu > .menu-item:first-child > a{
	    border-top: 1px solid #333333;	
	}
	.header .menu > .menu-item > a .plus:before, 
	.header .menu > .menu-item > a .plus:after{
		background-color: #ffffff;
	}
	.header .menu > .menu-item-has-children.active > a .plus:after {
		transform: rotate(45deg);
	}
	.header .menu > .menu-item > .sub-menu{
		width: 100%;
		position: relative;
		opacity: 1;
		visibility: visible;
		border:none;
		background-color: transparent;
		box-shadow: none;
		transform: translateY(0px);
		padding: 0px;
		left: auto;
		top:auto;
		max-height: 0;
		overflow: hidden;
	}
	.header .menu > .menu-item > .sub-menu > .menu-item > a{
		padding: 12px 45px;
		color: #ffffff;
		border-bottom: 1px solid #333333;
	}
	.header .close-nav-menu,
	.header .open-nav-menu{
		display: flex;
	}
h1, h1 span{font-size: 60px;}
h2 {font-size: 40px}
h3 {font-size: 25px;}
p{font-size: 16px;}
.testi-card p, .ban-slidr p {font-size: 18px;}
.p-100 {
    padding: 50px 0;
}
.banner-card {
  height: auto;
}
.row.ban-slidr {
  padding: 150px 0 50px;		
	height: auto;
}
.section-5 {
    padding-bottom: 126px;
}
.section-6 {
    padding-top: 50px;
}
.f-menu a {
    padding: 18px;
}
.btnn, button{
    padding: 10px 30px;
    font-size: 16px;
}
}

@media only screen and (max-width: 991px) {
	.container {
    max-width: 720px;
  }
	.rgtt {
    max-width: 100%;
    padding-left: 15px;
    text-align: center;
    margin-top: 30px;
}
.prop-col:nth-child(2) {
    bottom: 0;
}
.ftr-row {
    text-align: center;
}
.social {
    text-align: center;
}
.f-menu {
    margin: 30px 0;
}
.owl-carousel .owl-item img {
    max-width: 40px;
    margin-top: -20px;
}
.testi-slider img, .call-msz img {
    max-width: 44px;
}
.mc {
    margin-left: 15px;
}
.form-l a {
    font-size: 18px;
}
.h4, h4 {
    font-size: 18px;
}
input, textarea {
    padding: 5px 7px 10px 30px;
}
.f img {
    top: 9px;
    max-width: 18px;
    max-height: 18px;
}
}

@media only screen and (max-width: 768px) {
.container {
    max-width: 540px;
  }
}

@media only screen and (max-width: 575px) {
.container {
    max-width: 100%;
  }
h1, h1 span{font-size: 40px;}
h2 {font-size: 30px}
h3 {font-size: 22px;}
p{font-size: 15px;}
.testi-card p, .ban-slidr p {font-size: 16px;}
span.nem {font-size: 18px;}
span.pos {font-size: 14px;}
.form-l, .form-r {
    padding: 50px 10px;
}
    .f-menu a {
        padding: 6px;
        font-size: 14px;
    }
		.copyright p {
    font-size: 14px;
}
.owl-prev, .owl-next {
    top: 18%;
}
.banner-section button.owl-prev img, .banner-section button.owl-next img {
    max-width: 13px;
}
.banner-section button.owl-prev, .banner-section button.owl-next {
    max-width: 40px;
    max-height: 40px;
}
footer.footer {
    padding: 175px 0 10px;
}
.logo img {
    max-width: 150px;
}
.header {
    padding: 0;
}
.header .open-nav-menu {
    margin-right: 0;
}
.header .logo {
    padding: 0;
}
}