@media screen and (min-width:320px) and (max-width:1300px) {
  .textSec {
    padding: 30px 35px 30px 20px
  }
}

@media screen and (min-width:992px) {
  nav>ul li:hover>ul {
    opacity: 1;
    visibility: visible;
  }
nav .container > ul{display: flex !important; }
.search.active{
background-image: url('../images/search-icon-active.png');
}
.searchbox{border-radius: 5px; padding:0 10px; font-size: 16px; border: 0; background-color: #fff; width: 0; position: absolute; right:120px; top: -8px; opacity: 0; height: 35px; transition: all 0.5s ease-in-out;}
.searchboxParent.active .searchbox{opacity: 1; width: 250px;}
}

@media screen and (min-width:320px) and (max-width:1100px) {
  .overlayTxt {
    max-width: 50%
  }
}

@media screen and (min-width:320px) and (max-width:1024px) {
  .slick-slide img {
    width: 100%
  }
}

@media screen and (min-width:320px) and (max-width:991px) {
  .verticalSpace {
    padding: 30px 0
  }

  .rightSec {
    display: none
  }

  header .container {
    position: relative;
  }

  header nav .container {
    padding: 0
  }

  .profileRgtSec a.burger {
    display: inline-block;
  }

  nav {
    width: 100%;
    top: 0;
    left: 0;
    padding: 0
  }

  nav .container>ul {
    display: none;
    padding: 10px;
    background: #1f1f1f;
    position: absolute;
    width: 100%;
    left: 0;
    top: 50px;
    z-index: 111;
  }

  .profileRgtSec {
    position: static;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  .profileRgtSec>span {
    width: 20%;
    text-align: center;
  }

.searchboxParent{
background-color: #32487a;
padding: 7px;
width: 320px;
top: 0;
right: 0;
z-index: 112;
position: absolute;
display: none;
left:80px;
}
.searchboxParent.active{
display: block;
}
.searchboxParent input {
/*position: static;*/
position: absolute;
width: 75% !important;
	opacity: 1;
font-size: 14px;
height: 35px;
border-radius: 5px; padding:0 10px;
border: 0
}
	.profileRgtSec .glyphicon {
		font-size: 24px;
		margin-left: 10px;
		color: #fff;
		cursor: pointer;
	}

  .profileRgtSec a {
    vertical-align: middle;
    width: 50px;
    height: 50px;
  }

  .cart span {
    display: none
  }

  .menuclick {
    position: absolute;
    right: 0;
    top: 0
  }

  .menuclick span {
    background: url(../images/menu-arrow.svg) no-repeat right center;
    background-size: auto;
    background-size: 20px auto;
    width: 50px;
    height: 32px;
    display: block;
  }

  .activemenu span {
    background-image: url('../images/menu-arrow-active.svg')
  }

  nav ul li {
    font-size: 14px;
    line-height: 36px;
    font-weight: 500;
    text-transform: uppercase;
    padding-bottom: 0
  }

  .whoweareSec {
    padding-top: 30px;
  }

  .whoweareSec .container>div {
    max-width: 100%
  }

  .featuredSec h2 {
    font-size: 22px;
  }

  .featuredSec .container {
    width: 100%
  }

  .featuredSec .button {
    font-size: 14px;
  }

  .footerCopyright .container>div {
    float: none;
    text-align: center;
  }

  .footerCopyright .container>div.leftAlign {
    padding-bottom: 10px;
  }
	
	a.search {
		/*position: absolute;
		top: -50px;*/
		right: 0;
		background-color: #32487a;
		margin: 0;
	}
}

@media screen and (min-width:320px) and (max-width:767px) {
  .overlayTxt {
    display: none
  }

  .slick-prev, .slick-next {
    background-size: 19px 39px
  }

  .featuredSec .row .col-sm-4 {
    padding-bottom: 30px;
  }

  .featuredSec .button {
    position: relative;
    left: 0;
    transform: none
  }

  .whatwedoSec .col-sm-6:first-child {
    width: 100%;
    background: transparent !important
  }

  .whatwedoSec .col-sm-6:first-child img {
    display: block;
  }

  .textSec {
    padding: 30px 40px 40px 40px
  }

  .contactUsSec ul li {
    padding-bottom: 20px;
  }

  .contactUsSec ul li:nth-child(odd) {
    padding-right: 10px;
  }

  .contactUsSec ul li:nth-child(even) {
    padding-left: 10px;
  }

  .contactUsSec ul li:last-child, .contactUsSec ul li:nth-last-child(2) {
    padding-right: 0
  }

  footer .col-sm-4 {
    padding-bottom: 30px;
  }
}

@media screen and (min-width:320px) and (max-width:500px) {
  h2 {
    font-size: 25px
  }

  .contactUsSec ul li {
    width: 100% !important;
    padding: 0 0 15px !important;
  }

  .contactUsSec ul li:last-child {
    padding-bottom: 0 !important;
  }
}
