
@font-face {
  font-family: "ProductSansRegular";

  src: url(../font/ProductSansRegular.woff) format("woff");
}

@font-face {
  font-family: "ProductSansRegular";

  src: url(../font/productsansregular.woff) format("woff");
}
* {
  margin: 0px;
  padding: 0px;
  outline: 0px;
  border: 0px
}
a {
  color: inherit
}
a:hover, a, img {
  text-decoration: none;
  border: none
}
img {
  vertical-align: middle;
  border: none;
  max-width: 100%;
  height: auto
}
ul li, ol li {
  list-style: none
}
input:focus::-webkit-input-placeholder {
  opacity: 0
}
input:focus::-moz-placeholder {
  opacity: 0
}
textarea:focus::-webkit-input-placeholder {
  opacity: 0
}
textarea:focus::-moz-placeholder {
  opacity: 0
}
input, textarea, select {
  padding: 16px;
  border: 1px #e3e4e8 solid;
  margin: 0;
  border-radius: 0px
}
input, textarea {
  width: 100%
}
.clearfix {
  *zoom: 1
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table
}
.clearfix:after {
  clear: both
}
div, input, select, textarea, li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
input[type="submit"] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  width: auto
}
input[type="checkbox"], input[type="radio"] {
  width: auto;
  margin-right: 5px;
  vertical-align: middle
}
.animate, .section-moveup, .gall-heading-360 svg {
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out
}

.animate-slow {
  -webkit-transition: all 900ms ease-out;
  -moz-transition: all 900ms ease-out;
  -o-transition: all 900ms ease-out;
  transition: all 900ms ease-out
}

h1,h2,h3,h4,h5,h6 { font-family: "ProductSansRegular", sans-serif; font-size: 100%;}

a.btn,
.btn,
input.btn,
button {
  font-family: "ProductSansRegular", sans-serif;
  font-weight: bold;
  
}
a {
  text-decoration: none;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
}

.font2 {
  font-family: "ProductSansRegular";
}
.font3 {
  font-family: "ProductSansRegular";
}

body {
  font-size: 16px;
  color: #000;
  background: #fff;
}

.container {
  max-width: 1180px;
  width:100%;
  margin: auto;
}

.mainhero {
  background-color:#010423;
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.headerwrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}
.headerwrap .logo {
  position: relative;
  z-index: 1050;
}
.header-section {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0,0,0,0);
}
.nav-wrap {
  display: flex;
  flex-wrap: wrap;
}

.header-nav ul li {
  display: inline-block;
}

.header-nav ul li a {
  font-size: 14px;
  color: #fff;
  margin: 0 15px;
  font-weight: 700;
  text-transform: capitalize;
}

.header-nav ul.button-link li a {
  font-size: 14px;
  color: #fff;
  margin: 0 15px;
  font-weight: 700;
  text-transform: capitalize;
  border: 2px #fff solid;
  padding: 8px 30px;
  border-radius: 20px;
}

.header-nav ul.button-link li a:hover {
  background-color: #fff;
  color:#000;
}

.background-image-hero {
  position: absolute;
  top:0;
  right:0;
  left:0;
  bottom:0;
  background-image: url('../images/header-background.jpg');
  background-repeat: no-repeat;
  background-size:cover;
}
.hero-contentbox {
  position: absolute;
  z-index: 20;
  top: 50%;
  left: 50%;
  transform: translate(-50%, calc(-50% + 100px)) scale(1);
  width: 515px;
  text-align: center;
  color:#fff;
  padding-bottom: 100px;
}
.gototop-wrap {
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 100;
  opacity: 0;
  z-index: -2;

}
.gototop {
  background-color: #ddd;
  border-radius: 50%;
  line-height: 40px;
  height: 50px;
  width: 50px;
  cursor: pointer;
}
.scrolling .gototop-wrap{
   opacity: 1;
   z-index: 500;
}
.herologo {
  margin-bottom: 30px;
}
.hero-title {
  font-weight: bold;
  font-size: 36px;
  line-height: 44px;
  margin-bottom: 30px;
}
.hero-content {
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  margin-bottom: 50px;
}
.play-link-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.play-link {
  font-size: 14px;
  font-weight: bold;
}
.play-link img {
  margin-right: 5px;
  max-width: 40px;
  height: auto;
}
.middle-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.middle-image {
  width: 50%;
  padding-right: 50px;
  transform: translateX(-20%);
  opacity: 0;
}
.middle-content-left .middle-image {
  transform: translateX(20%);
}

.middle-image.animate-element {
  transform: translateX(0);
  opacity: 1;
}

.middle-contentbox {
  width: 50%;
  padding: 0 10%;
}

.mid-heading {
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 40px;
}

.mid-content {
  font-weight: normal;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 50px;
}
.content p {
  margin-bottom: 20px;
}
.content h2 {
  margin-bottom: 15px;
}
.content h3 {
  margin-bottom: 10px;
}
.content ul {
  margin: 10px 0 15px;
}
.content ul li {
  padding: 2px;
  list-style: disc inside;
}
.button a {
  border: 2px solid #000000;
  border-radius: 50px;
  padding: 10px 70px;
  display: inline-block;
}
.button a:hover {
  border: 2px solid #000000;
  background-color: rgba(0,0,0,0.9);
  color:#fff;
}
.mid-btn {
  text-align: center;
}
.middle-content {
  overflow: hidden;
}

.middle-content-right {
  background-color: #f7f7f7;
}
.middle-content-left .middle-image {
  padding-left: 50px;
  padding-right:0;
  order: 2;
}
.tick-list {
  margin: auto;
  width: 350px;
  margin-bottom: 30px;
}
.content .tick-list li {
  list-style: none;
  position: relative;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 10px;
  padding-left: 45px;
  padding-top: 5px;
}
.tick-list li:before{
  content: '';
  position: absolute;
  background-image: url('../images/tick.svg');
  width: 0;
  height:30px;
  top: 0;
  left: 0;
  background-size: cover;
  opacity: 0;
  -webkit-transition: all 900ms ease-out;
  -moz-transition: all 900ms ease-out;
  -o-transition: all 900ms ease-out;
  transition: all 900ms ease-out
}

.tick-list li.animate-li-element:before{
  opacity: 1;
  width: 30px;
}

.network-container {
  position: relative;
  padding: 60px 0;
}

.background-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

.network-heading {
  font-size: 36px;
  line-height: 1.2;
  text-align: center;
  font-weight: 700;
  margin-bottom: 20px;
}
.net-slide {
  margin:20px;
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
  border-radius: 25px;
  padding: 70px 30px;
  text-align: center;
  
}
.net-icon {
  margin-bottom: 20px;
}
.net-icon img {
  text-align: center;
  margin: auto;
}
.net-title {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 25px;
}
.net-des {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
}
.slick-dots {
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  margin: 2px 8px;
  border-radius: 100%;
  overflow: hidden;
  line-height: 0;
}

.slick-dots li button {
  font-size: 0;
  width: 10px;
  height: 10px;
  background-color: #c4c4c4;
}

.slick-dots li.slick-active button{
  background-color: #000000;
}
.net-content {
  min-height: 300px;
}
.network-des {
  max-width: 700px;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
  text-align: center;
  margin: 20px auto;
  color: #000;
}

.network-button {
  text-align: center;
  margin-top: 50px;
  font-weight: 700;
}
.testi-slide {
  margin: 20px;
}
.testi-icon {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 100%;
  position: absolute;
  top: -20px;
  left: -20px;
}
.testi-icon img {
  width: 100%;
  height: 100%;
}

.testi-content {
  position: relative;
  background: #01083D;
  padding: 40px 10%;
  border-radius: 20px;
  color: #fff;
  text-align: center;
  max-width: 100%;
  margin: auto;
  min-height: 250px;
}
.testi-star {
  display: inline-block;
  margin-bottom: 30px;
}
.testi-star img {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0 3px;
}
.testi-des {
  font-size: 18px;
  font-weight: 400;
}
.testi-author {
  font-size: 18px;
  margin: 30px 0 0 50%;
}
.testimonial-heading {
  font-size: 36px;
  line-height: 1.2;
  text-align: center;
  font-weight: 700;
  margin-bottom: 20px;
}
.testimonial-wrap {
  width: 80%;
  margin: auto;
}
.testimonials-section {
  margin: 100px 0;
}
.testimonial-des {
  text-align: center;
  margin-bottom: 80px;
  font-size: 16px;
}
.footer-wrap {
  background-color: #000;
  padding: 50px 0;
  color: #fff;
  text-align: center;
}
.footer-social ul li {
  display: inline-block;
  margin: 20px 2px;
}
.footer-nav {
  margin: 20px 0 50px;
  font-size:16px;
}
.footer-nav ul li {
  display: inline-block;
  margin: 0 10px;
}
.footer-content {
  margin-bottom: 20px;
  font-size: 16px;
}
.footer-address{
  margin-bottom: 20px;
}
.footer {
  max-width: 80%;
  margin: auto;
}
.footer-copyright {
  font-size: 16px;
}
.footer-content a {
  color:#ffc700;
}
.header-nav-mobile-icon {
  display: none;
  max-width: 40px;
}
.nav-icon {
  background-color: #fff;
  width: 40px;
  height: 5px;
  border-radius: 29px;
  overflow: hidden;
  margin-bottom: 5px;
}
.nav-icon-2 {
  max-width: 70%;
  margin-left: 30%;
}
.nav-icon-3 {
  max-width: 50%;
  margin-left: 50%;
}
.header-nav-mobile-icon:hover .nav-icon {
  max-width: 100%;
  margin-left: 0;
}
.menubutton {
  display: none;
}
.scrolling .header-section {
  background-color:#010423;
}
.desktop-img, .desktop-heading {
  display: block;
}
.mobile-img, .mobile-heading {
  display: none;
}
.zoomhero .background-image-hero {
  right: -10%;
}
.zoomhero .herologo {
  transform: scale(0);
  opacity: 0;
}
.zoomhero .hero-contentbox {
  transform: translate(-50%, -65%) scale(1.3);
}
.zoomhero .scrolldown {
  opacity: 1;
}
.fadein {
  opacity: 0;
  transform: translateY(-80%);
  -webkit-transition: all 900ms ease-out;
  -moz-transition: all 900ms ease-out;
  -o-transition: all 900ms ease-out;
  transition: all 900ms ease-out
}
.fadein.animate-fadein {
  opacity: 1;
  transform: translateY(0%);
}
.innerheader {
  position: relative;
  height: 600px;
  z-index: 10;
}
.background-image-inner {
  position: absolute;
  top:0;
  right:0;
  left:0;
  bottom:0;
  background-image: url('../images/header-background.jpg');
  background-repeat: no-repeat;
  background-size:cover;
}
.innerheader-title {
  z-index: 1000;
  position: absolute;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 36px;
  border: 4px #fff solid;
  padding: 20px 40px;
  border-radius: 0 25px 0 0;
  min-width: 500px;
  text-align: center;
}
.innercontent {
  padding: 50px 0;
}
.scrolldown {
  position: absolute;
  color: #fff;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%) scale(0.8);
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  opacity: 0;
}
.scrolldown-img {
  background-color: #fff;
  display: inline-block;
  line-height: 40px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 10px;
}

.contact-content {
  text-align: center;
  font-size: 18px;
  color: #000;
  font-weight: 400;
  line-height: 1.3;
}
.contact-icon {
  width: 26px;
  height: 26px;
}

.contact-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}

.contact-left {
  width: 50%;
  padding-right: 30px;
  padding-top: 30px;
  display: none;
}

.contact-right {
  width: 50%;
  padding-left: 30px;
  margin: auto;
}

.contact-left h3 {
  margin-bottom: 20px;
  font-size: 16px;
    font-weight: bold;
}

.contact-item {
  width: 50%;
  padding: 0 20px 30px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.contact-detail {
  margin: 0 -20px;
  display: flex;
  flex-wrap: wrap;
}

.contact-value {
  width: calc(100% - 30px);
  margin-top: 5px;
  font-size: 16px;
  line-height: 1.4;
}

.contact-value strong {
  margin-bottom: 5px;
  display: block;
}
.contact-social li a{
  background-color: #000;
  line-height: 0;
  text-align: center;
  padding: 7px;
  border-radius: 5px;
  display: inline-block;
}
input.form-control {
  background-color: #000;
  color: #fff;
  font-family: 'Open Sans';
}
.form-group {
  margin-bottom: 15px;
}
.form-section label {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
  display: block;
  color: #6b6b6b;
  cursor: pointer;
}
button#submitcontact {
  font-size: 14px;
  text-align: center;
  margin: 10px auto;
  display: block;
  background-color: transparent;
  text-transform: capitalize;
  cursor: pointer;
}
.contactaddress {
  text-align: center;
  margin: 50px 0;
}
textarea.form-control {
  background-color: #fff;
  color: #000;
  font-family: 'Open Sans';
  border: 4px solid #000;
}
.msgError {
  color: red;
}
.radiogrp label {
    display: inline-block;
    margin-right: 15px;
}

.header-nav ul li.mob-only {
  display: none;
}
.header-nav ul li.has-child {
  position: relative;
}
.header-nav ul li.has-child:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.419' height='9.831'%3E%3Cpath data-name='Path 4096' d='M1.061 1.06L7.71 7.709l6.649-6.649' fill='none' stroke='%23fff' stroke-width='3'/%3E%3C/svg%3E");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 8px;
  right: 5px;
  width: 10px;
  height: 6px;
  transform: rotate(0deg);
}
.header-nav ul li.has-child.child-show:after {
  transform: rotate(179deg);
}
.hero-content.font3{
    font-weight: normal;
}

/*-----popup-------*/

.popup-section{
  position: fixed;
  left: 0;
  top: 0;
  background: rgb(0 0 0 / 90%);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -20;
  opacity: 0;
  visibility: hidden;
  transition: .3s all;
}

.show-popup{
  opacity: 1;
  z-index: 9999999;
  visibility: visible;
}

.popup-section-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 857px;
  margin: 0 auto;
  background: #001729;
  border-radius: 25px;
  position: relative;
  overflow: hidden;
  cursor: default;
  max-height: 90vh;
  margin: 20px;
  overflow: auto;
}

.popup-section-inner .pp-image-box {
  width: 35%;
  height: 100%;
}

.popup-section-inner .pp-image-box img{
  border-radius: 0;
}

.popup-section-inner .pp-content-box {
  width: 65%;
  padding: 0 40px;
  text-align: center;
}

.pp-contentarea {
  position: absolute;
  z-index: 10;
  bottom: 0;
  width: 100%;
  background-color: rgba(0,0,0,0.7);
  padding: 20px;
}

.pp-contentarea .title {
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 20px;
}

.pp-contentarea .des {
  font-size: 17px;
  font-weight: 100;
  margin-bottom: 10px;
}

.pp-contentarea .promocode {
  font-size: 18px;
  margin-bottom: 20px;
}

.pp-contentarea .promocode span {
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 20px;
  color:#EFDDA3;
}

.pp-close-popup {
  position: absolute;
  right: 20px;
  top: 12px;
  cursor: pointer;
  z-index: 50;
}
.pp-link a {
    border: 2px solid #fff;
    color: #fff;
    border-radius: 50px;
    padding: 10px 70px;
    display: inline-block;
}
.pp-link a:hover {
    background-color: #fff;
    color: #000;
}
.pp-imagearea {
  width: 100%;
  max-width:756px;
  height: auto;
}


/*--Responsive--*/

@media only screen and  (max-width:1500px)  {
  .net-slide {
    margin: 10px;
    padding: 20px;
  }
}

@media only screen and  (max-width:1200px)  {
  .container {
    max-width: 960px;
  }
  .herologo {
    max-width: 300px;
    height: auto;
    margin: 0 auto 30px;
  }
  .hero-title {
    font-weight: bold;
    font-size: 34px;
    line-height: 1.2;
    margin-bottom: 30px;
  }
  .mid-heading {
    font-size:28px;
    margin-bottom: 20px;
  }
  .mid-content {
    margin-bottom: 10px;
  }
  .middle-contentbox {
    padding: 20px;
  }
  .tick-list li {
    margin-bottom: 5px;
    padding-left: 35px;
  }
  .tick-list li:before {
    width: 25px;
    height: 25px;
    top:4px;
  }
  .network-heading, .testimonial-heading {
    font-size: 32px;
  }
  .testimonial-des {
    margin-bottom: 50px;
  }

  .header-nav-mobile-icon {
    display: block;
  }
  .header-nav {
    position: fixed;
    background-color: rgba(1,8,61,0.9);
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1000;
    text-align: center;
    align-items: center;
    transform: translatex(-100%);
    opacity: 0.5;
  }
  .header-nav ul {
    width: 100%;
  }
  .header-nav ul li {
    display: block;
  }
  .nav-wrap {
    display: block;
    flex-wrap: wrap;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .header-nav ul li a, .header-nav ul li {
    font-size: 16px;
    color: #fff;
    margin: 15px 0;
    font-weight: 700;
    text-transform: capitalize;
    display: block;
    cursor: pointer;
  }
  .header-nav ul.button-link li a {
    font-size: 16px;
    color: #fff;
    margin: 20px 0;
    font-weight: 700;
    text-transform: capitalize;
    border: 2px #fff solid;
    padding: 8px 30px;
    border-radius: 20px;
  }
  .header-nav.active {
    transform: translateX(0);
    opacity: 1;
  }
  .header-nav-mobile-icon {
    display: block;
    z-index: 1500;
    position: relative;
  }
  .headernav-wrap.active .menubutton {
    display: block;
  }
  .headernav-wrap.active .menuicon-desk {
    display: none;
  }
  .tick-list {
    width: auto;
    margin-left: 30px;
  }
  .header-nav ul li.mob-only {
    display: block;
  }
  .has-child ul li a {
    font-size: 14px;
    margin: 10px;
    text-transform: capitalize;
  }
  .has-child ul {
    display: none;
  }
  .has-child.child-show ul {
    display: block;
  }
  .footer-nav {
    display: none;
  }
}

@media only screen and  (max-width:1100px)  {
  .net-slide {
    min-height: 385px;
  }
  .contact-right {
    width: auto;
  }
}

@media only screen and  (max-height:700px)  {
  
  .hero-title {
    font-weight: bold;
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  .zoomhero .hero-contentbox {
    transform: translate(-50%, -60%) scale(1.1);
  }
  .hero-content {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .herologo.animate {
    max-width: 200px;
    margin: 0 auto 30px;
  }
  .header-nav ul li a, .header-nav ul li {
    margin: 0px 3px;
  }
  .has-child ul li a {
    font-size: 14px;
    margin: 8px;
    font-weight: 400;
  }
  .pp-imagearea{
    max-width: 500px;
  }
  .pp-contentarea .title {
    font-size: 26px;
}
 
}

@media only screen and  (max-width:980px)  {
  .container {
    width: calc(100% - 40px);
  }
  .logo svg {
    width: 140px;
    height: auto;
  }
  .mainhero {
    height: 800px;
  }
  .mid-heading {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .content p {
    margin-bottom: 10px;
  }
  .middle-image {
    padding-right: 0;
  }
  .middle-content-left .middle-image {
    padding-left: 0;
    padding-right: 0;
    order: 2;
  }
  .testimonial-wrap{
    width: 100%;
  }
  .testimonials-section {
    margin: 50px 0;
  }
}

@media screen and (min-width: 700px) and (max-width: 980px) {
     
     .net-slide.slick-slide {
       min-height: 450px;
    }
 }
 

@media only screen and  (max-width:680px)  { 
  
  .pp-contentarea .title {
    font-size: 28px;
    margin-bottom: 10px;
}
.pp-contentarea .des {
  font-size: 15px;
}
    
  .zoomhero .hero-contentbox {
    transform: translate(-50%, -40%) scale(1);
  }
  .hero-contentbox {
    width: calc(100% - 40px);
  }
  .herologo {
    display: none;
  }
  .hero-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .hero-content {
    font-size: 18px;
  }
  .background-image-hero {
    background-image: url('../images/overlay.png');
    background-color: #01083D;
    right:0;
  }
  .play-link {
    margin-bottom: 20px;
  }
  .play-link-box {
    display: block;
    text-align: left;
  }
  .play-link a {
    display: block;
    padding-left: 50px;
  }
  .play-link {
    margin-bottom: 20px;
  }
  .middle-image {
    position: relative;
  }
  .middle-image, .middle-contentbox {
    width: 100%;
  }
  .middle-content-left .middle-image {
    order:1
  }
  .middle-content-left .middle-contentbox {
    order:2
  }
  .desktop-img, .desktop-heading {
    display: none;
  }
  .mobile-img, .mobile-heading {
    display: block;
  }
  .middle-image img {
    width: 100%;
    height: auto;
  }
  .mid-heading {
    font-size: 24px;
    background: rgba(1, 8, 61, 0.8);
    padding: 30px 20px;
    color: #fff;
    border-radius: 0 30px 0 0;
    position: absolute;
    bottom: 0;
    margin: 0;
  }
  .mid-content, .mid-btn {
    margin-bottom: 30px;
  }
  .network-heading, .testimonial-heading {
    font-size: 24px;
  }
  .tick-list {
    margin-left: 0;
  }
  .innerheader-title {
    font-size: 28px;
    border: none;
    min-width: auto;
    width: 100%;
  }
  .contact-right {
    width: 100%;
    padding-left: 0;
  }
  .contact-left {
    width: 100%;
    padding-right: 0;
    padding-top: 30px;
    order: 2;
  }
  .gototop-wrap {
    right:5px;
    bottom:5px;
  }
  .footer {
    max-width: 100%;
  }
  .footer-nav ul {
    display: flex;
    flex-wrap: wrap;
}
  .footer-nav ul li {
    display: inline-block;
    margin: 5px 0;
    width: 50%;
}
  .net-slide {
    min-height:320px;
  }
  .net-content {
    min-height: 220px;
  }
   .net-slide.slick-slide {
       min-height: auto !important;
  }
    .testi-content{
        min-height: 450px;
    }
}

@media only screen and  (max-width:400px)  { 
  .pp-contentarea {
      background-color: rgba(0,0,0,0.5);
      padding: 20px;
  }
  .pp-contentarea .title {
    font-size: 18px;
    font-weight: 700;
}
.pp-contentarea .des {
  font-size: 14px;
  font-weight: 400;
}.pp-contentarea .promocode {
  font-size: 16px;
  margin-bottom:10px;
}
.pp-link a {
  border: 1px solid #fff;
  color: #fff;
  padding: 10px 40px;
}

}

@media only screen and  (max-height:500px)  {
  .net-slide {
    min-height:100px;
  }
  .pp-imagearea{
    max-width: 400px;
  }
  
}

@media only screen and  (max-height:400px)  {
  .mainhero {
    height: 535px;
  }
  .zoomhero .hero-contentbox {
    transform: translate(-50%, -40%) scale(1);
  }
  .pp-imagearea{
    max-width: 3500px;
  }
}