@media screen and (max-width: 1200px) {
	.logo img {
	    width: 100%;
	    padding: 0px 10px;
	}
	.header-right {
    	display: none;
	}
	.animate-charcter, .animate_p, .display_none{
		display: none;
	}
	.logo {
		width: 50%;
		padding: 8px;
	  }
	  .nav-bar{
		background-color: #597930; 
		margin-top: 0px !important;
	  }
	.akam{
		display: none;
	}
	.header-top-grid {
    	display: contents;
	}
	.social{
		width: 100%;
		padding-right: 0px;
	    display: grid;
	    justify-content: end;
	}
	.header-top-right {
	    display: none;
	}
	.menu-toggle h3 {
	    padding: 10px 12px 1px 10px;
	}
	.banner-next, .banner-prev {
	    padding: 6px 9px;
	    font-size: 12px;
	}
	.header-top-menu{
	    display: none;
	}
	.menu-icon-toggle {
    	display: block;
	}
	.menu-toggle #menu-btn {
	    padding: 4px;
	    margin: 7px;
	}
	.menu-icon-toggle {
	    width: 28px;
	    height: 28px;
	    position: relative;
	    z-index: 999999;
	    margin: 1px 10px;
	}
}
@media screen and (max-width: 768px) {
	.logo img {
	    width: 100%;
	    padding: 0px 10px;
	}
	.header-right {
    	display: none;
	}
	.header-top-grid {
    	display: contents;
	}
	.content {
		display: none}
	.social{
		width: 100%;
		padding-right: 0px;
	    display: grid;
	    justify-content: end;
	}
	.header-top-right {
	    display: none;
	}
	.menu-toggle h3 {
	    padding: 6px 12px 6px 10px;
	    font-size: 13px;
	    margin-top: 6px;
	}
	.banner-next, .banner-prev {
	    padding: 6px 9px;
	    font-size: 12px;
	}
	.header-top-menu{
	    display: none;
	}
	.menu-icon-toggle {
    	display: block;
	}
	.menu-toggle #menu-btn {
	    padding: 3px;
	    margin: 8px;
	}
	.menu-icon-toggle {
	    width: 26px;
	    height: 26px;
	    position: relative;
	    z-index: 999999;
	    margin: 3px 10px;
	}
}


/* MultiSLider */

#exampleSlider {
  position: relative;
  border: 1px solid black;
}
@media (max-width: 767px) {
  #exampleSlider {
    border-color: transparent;
  }
}
#exampleSlider .MS-content {
  margin: 15px 5%;
  overflow: hidden;
  white-space: nowrap;
}
@media (max-width: 767px) {
  #exampleSlider .MS-content {
    margin: 0;
  }
}
#exampleSlider .MS-content .item {
  display: inline-block;
  height: 100%;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  border: 1px solid green;
  border-right: none;
  width: 20%;
}
@media (max-width: 1200px) {
  #exampleSlider .MS-content .item {
    width: 25%;
  }
}
@media (max-width: 992px) {
  #exampleSlider .MS-content .item {
    width: 33.3333%;
  }
}
@media (max-width: 767px) {
  #exampleSlider .MS-content .item {
    width: 50%;
  }
}
#exampleSlider .MS-content .item p {
  font-size: 30px;
  text-align: center;
  line-height: 1;
  vertical-align: middle;
  margin: 0;
  padding: 10px 0;
}
#exampleSlider .MS-controls button {
  position: absolute;
  border: none;
  background: transparent;
  font-size: 30px;
  outline: 0;
  top: 35px;
}
@media (max-width: 767px) {
  #exampleSlider .MS-controls button {
    display: none;
  }
}
#exampleSlider .MS-controls button:hover {
  cursor: pointer;
}
#exampleSlider .MS-controls .MS-left {
  left: 10px;
}
@media (max-width: 992px) {
  #exampleSlider .MS-controls .MS-left {
    left: -2px;
  }
}
#exampleSlider .MS-controls .MS-right {
  right: 10px;
}
@media (max-width: 992px) {
  #exampleSlider .MS-controls .MS-right {
    right: -2px;
  }
}
