@media(min-width: 1920px){
	.container{
		max-width:1540px;
	}
   .navbar-collapse {
  		top: 0px;
	}
	.navbar-nav .nav-link {
  		font-size: 22px;
	}
}



@media screen and (max-width:768px){
  .main-header {
    float: right;
    position: relative;
    bottom: 18px;
    text-align: right;
    left: 15px;
  }
  .heding h1 {
    font-size: 30px;
    color: #fff;
    line-height: 1;
    font-weight: 200;
    margin-top: 36px;
    text-align: center;
  }
  .heding {
    position: absolute;
    z-index: 999;
    width: 100%;
    top: 30%;
  }
  .tabsbg {
    background: linear-gradient(to right, #005F7F 0%, #008A80 100%);
    padding: 10px 24px !imporptant;
    width: 100%;
    border-radius: 15px;
  }
  li.centertb {
    text-align: center;
    width: 45%;
    float: left;
    display: contents;
  }
  .nav-tabs > .nav-item > .nav-link {
    margin: 0 auto;
    line-height: 1.5; font-size: 18px;
    text-align: center;
  }
input.Zebra_DatePicker_Icon_Wrapper{width: 100%;}
.inputwidth {
  width: 60% !important;
  float: right;
  transition: all ease 0.5s;
  margin-top: 30px;
  margin-bottom: 0px;
}
.texturesape img {
  width: 70%; display: none;
  animation: noise 20s steps(20) infinite;
}
.postscontent h2 {
  font-size: 21px;
  color: #000;
  font-weight: 600;
  margin-top: 10px;
}
.subscribe {
  border: 1px solid #fff;
  padding: 25px 12px;
  width: 100%;
  margin: auto;
  border-radius: 20px;
}
.box {
  width: 49%;
  float: left;
  padding-right: 20px;
  margin-bottom: 30px;
}
.box ul li {
  margin: 0px;
  padding: 0px;
  list-style: none;
  margin: 5px 0px;
  color: #fff;
  font-size: 10px;
}
.contactlist img {
  margin-right: 7px;
  width: 10px;
}
.topheader ul {
  margin: 0 auto;
  text-align: center;
  float: left;
  width: 100%;
}
.orgdetails h2 {
  color: #0087B6;
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 5px;
  margin-top: 10px;
}
.orgdetails span {
  color: #0087B6;
  font-weight: 400;
  font-size: 20px;
  font-family: 'Barlow Condensed', sans-serif;
  margin-bottom: 15px;
  float: left;
  width: 100%;
}

.spacebox {
  padding: 0px 20px !important;
}

}



