@media only screen and (max-width: 1024px) {


}
@media screen and (max-width: 970px) {
  .wrapper .btn{
    display: block;
  }
  .wrapper .nav-links{
    position: fixed;
    height: 100vh;
    width: 100%;
    max-width: 350px;
    top: 0;
    left: -100%;
    background: #242526;
    display: block;
    padding: 50px 10px;
    line-height: 50px;
    overflow-y: auto;
    box-shadow: 0px 15px 15px rgba(0,0,0,0.18);
    transition: all 0.3s ease;
    z-index: 999;
  }
  /* custom scroll bar */
  ::-webkit-scrollbar {
    width: 10px;
  }
  ::-webkit-scrollbar-track {
    background: #242526;
  }
  ::-webkit-scrollbar-thumb {
    background: #3A3B3C;
  }
  #menu-btn:checked ~ .nav-links{
    left: 0%;
  }
  #menu-btn:checked ~ .btn.menu-btn{
    display: none;
  }
  #close-btn:checked ~ .btn.menu-btn{
    display: block;
  }
  .nav-links li{
    margin: 15px 10px;
    display: block;
  }
  .nav-links li a{
    padding: 0 20px;
    display: block;
    font-size: 20px;
    color: #fff;
  }
  .nav-links .drop-menu{
    position: static;
    opacity: 1;
    top: 65px;
    visibility: visible;
    padding-left: 20px;
    width: 100%;
    max-height: 0px;
    overflow: hidden;
    box-shadow: none;
    transition: all 0.3s ease;
  }
  #showDrop:checked ~ .drop-menu,
  #showMega:checked ~ .mega-box{
    max-height: 100%;
  }
  .nav-links .desktop-item{
    display: none;
  }
  .nav-links .mobile-item{
    display: block;
    color: #f2f2f2;
    font-size: 20px;
    font-weight: 500;
    padding-left: 20px;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.3s ease;
  }
  .nav-links .mobile-item:hover{
    background: #3A3B3C;
  }
  .drop-menu li{
    margin: 0;
  }
  .drop-menu li a{
    border-radius: 5px;
    font-size: 18px;
  }
  .mega-box{
    position: static;
    top: 65px;
    opacity: 1;
    visibility: visible;
    padding: 0 20px;
    max-height: 0px;
    overflow: hidden;
    transition: all 0.3s ease;
  }
  .mega-box .content{
    box-shadow: none;
    flex-direction: column;
    padding: 20px 20px 0 20px;
  }
  .mega-box .content .row{
    width: 100%;
    margin-bottom: 15px;
    border-top: 1px solid rgba(255,255,255,0.08);
  }
  .mega-box .content .row:nth-child(1),
  .mega-box .content .row:nth-child(2){
    border-top: 0px;
  }
  .content .row .mega-links{
    border-left: 0px;
    padding-left: 15px;
  }
  .row .mega-links li{
    margin: 0;
  }
  .content .row header{
    font-size: 19px;
  }
}
@media only screen and (max-width: 991px) {

.googlnewslogosec {
  margin:10px 0;
}
.googleindexprice {
  margin: 0px 0 15px 0;
}
.trustedbycontainer h2 {
  font-size: 25px;
}
.bulkpressreleasecontainer h2 {
  font-size: 25px;
}
.contactmiddlesec h2 {
  font-size: 25px;
}
.seoContainer h2 {
  font-size: 25px;
}
.gniContainer h2 {
  font-size: 25px;
}
.headertextsec h2 {
  font-size: 40px;
  font-weight: bold;
  color: #000;
}
.sliderBtn {
  margin: 10px 0;
}
.headertextsec h3 {
  font-size: 20px;
  text-align: center;
  color: #000;
}
.headertextsec a {
  font-size: 16px;
  color: #000;
  border: 1px solid #000;
  font-style: italic;
  padding: 5px 20px;
}
.sliderrightdescription {
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -20%;
  z-index: 9;
}
.sliderrightdescription img {
  width: 95%;
  min-width: auto;
}
.productsingleimage img{
  width: 100%;
}
.termsandpolicies p span a {
  font-size: 15px;
  color: #fdd401;
  text-align: left;
}
}


@media only screen and (max-width: 767px) {

.footeraddress p {
  font-size: 16px;
}
.footeraddress{
	text-align: center;
}
 .footesocialmedia {
    text-align: center;
    float: none;
    margin: 20px 0;
  }
.contactleftsec {
  position: relative;
  text-align: center;
}
.contactmiddlesec {
  position: relative;
}
.contactmiddlesec {
  text-align: center;
  margin-bottom: 25px;
}
.contactrightsec{
	text-align: center;
  margin: 20px 0 0 0;
}
.headertextsec a {
  font-size: 16px;
  color: #000;
  border: 1px solid #000;
  font-style: italic;
  padding: 5px 10px;
}
.headertextsec {
  position: absolute;
  top: 28%;
  left: 20%;
  transform: translate(-10%, -10%);
}
.sliderrightdescription {
  margin: 0;
  position: relative;
  top: 43%;
  transform: translateY(-50%);
  left: 0;
  z-index: 9;
}
.headertextsec h2 {
  font-size: 20px;
}
.headertextsec h3 {
  font-size: 18px;
}
.sliderBtn {
  margin: 10px 0;
}
.headertextsec p {
  font-size: 13px;
  color: #000;
}
.copyrighttext{
  margin: 0px 0 0 0;
}
 .footeraddresssection {
    background: #fff;
    padding: 40px 0 50px 0;
  }
 .googlnewslogosec {
    margin:10px 0;
  }
  .ourstorydescription {
  margin: 0;
  position: relative;
  top: 43%;
  transform: translateY(-50%);
  text-align: center;
}
.experienceclients {
  position: relative;
  top: 0;
  transform: translateY(-0%);
  left: 0%;
}
.expertiessecondbox p {
  font-size: 18px;
  line-height: 20px;
}
.expertiesfirstbox p {
  font-size: 18px;
  line-height: 20px;
}
.expertiesthirdbox p {
  font-size: 18px;
  line-height: 20px;
}
.expertiesfourthbox p {
  font-size: 18px;
  line-height: 20px;
}
.ourstorycontent {
  margin: 20px 0 0 0;
  width: 100%;
}
.nav-btn.blognext-slide {
  display: none;
}
.nav-btn.blogprev-slide {
  display: none;
}
.singleBlogtag {
  margin: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.footesocialmedia {
  margin: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
  text-align: right;
}
.footeraddresssection {
    background: #fff;
    padding: 20px 0;
  }
   .footesocialmedia {
    text-align: center;
    float: none;
  }
  .copyrighttext p {
    text-align: center;
  }
  .footerbtmmenu {
    padding: 15px 0;
    text-align: center;
  }
}


@media only screen and (max-width: 640px) {

   

}

@media only screen and (max-width: 575px) {
.owl-carousel .next-slide {
  background: url(assets/images/right-arrow.png) no-repeat scroll 0px 0px;
  right: -35px;
  display: none;
}

.owl-carousel .prev-slide {
  background: url(assets/images/left-arrow.png) no-repeat scroll 0 0;
  left: -33px;
  display: none;
}

 

}


@media only screen and (max-width: 479px) {

.headertextsec {
    position: absolute;
    top: 25%;
    left: 17%;
    transform: translate(-10%, -10%);
  }
   .headertextsec h2 {
    font-size: 18px;
  }
  .headertextsec h3 {
    font-size: 14px;
  }
  .sliderBtn {
    margin: 3px 0;
  }
  .headertextsec a {
    font-size: 13px;
    color: #000;
    border: 1px solid #000;
    font-style: italic;
    padding: 5px 10px;
  }
}

@media only screen and (max-width: 375px) {


}


