*, ::after, ::before{
  box-sizing: border-box;
  margin: 0;
  font-family: "Inter", sans-serif;
}

html {
  font-weight: 500px;
}
body {
  margin: 0 auto;
  background-color: #fff;
  color: #242424;
}
.main-container {
  font-weight: 500px;
  /* overflow: hidden; */
}
.custom-container{
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
  
}
.custom-price-container{
  max-width: 1500px;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
}
sup {
  /* vertical-align: super;
  font-size: smaller; */
  top: -0.5em;
    font-size: 75%;
    line-height: 0;
    vertical-align: super;
}

/* header ================================== */

#main {
  display: none;
}
.navigation-left{
  display: block;
}
/* Mobile Hamburger */
.sidenav {
  height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    z-index: 99;
}

.sidenav a {
  padding: 21px 8px 8px 28px;
    text-decoration: none;
    font-size: 18px;
    display: block;
    transition: 0.3s;
    color: #242424;
}

.sidenav a:hover {
  color: #242424;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

#main {
  transition: margin-left .5s;
  /* padding: 16px; */
  margin-right: 20px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

/* Hamburger end */
header {
  background-color: white;
  height: 70px;
  
}


/* //////// */
.header-container {
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  padding: 20px 0;
}

.navigation-left ul,
.navigation-right ul {
  /* display: flex; */
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}

.navigation-left li,
.navigation-right li {
  margin-left: 10px;
  text-decoration: none;
  display: inline-block;
  padding: 0 15px;
  font-weight: 500;
}

.navigation-left li a,
.navigation-right li a {
  color: #242424;
  text-decoration: none;
}
.navigation-left {
  margin-right: auto;
}

.navigation-right {
  margin-left: auto;
}
.navigation-right li img{
  vertical-align: middle;
}
.header-icon{
  width: 22px;
}


/* sdsdsdsd */
.header-btn a {
  background-color: #FEEB29;
    color: #242424;
    text-decoration: none;
    padding: 7px 17px;
    border-radius: 18px;
    border: 2px solid #242424;
    font-size: 14px;
    line-height: 20px;
    font-weight: 800;
}

.header-container .logo a img {
  height: 36px;
  
}
/* Hero banner ============================= */
section.hero-banner {
  width: 100%;
  /* background-image: url("https://buy-static.nortonlifelock.com/norton/ps/bb/ukhard/test/img/hero-background-men-desktop.jpg"); */
  background: 
        url("https://buy-static.nortonlifelock.com/norton/ps/bb/ukhard/test/img/hero-background-men-desktop.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  height: auto;
  background-position: center right;
  z-index: 11;
}


.banner-container {
  margin: auto;
  display: flex;
  align-items: start;
  flex-direction: column;
  height: 100%;
  padding-top: 70px;
  padding-bottom: 70px;
  max-width: 71%;
  margin: 0;
}
.banner-container h1 {
  font-weight: 800;
  font-size: 56px;
  line-height: 70px;
  letter-spacing: -0.3px;
  color: #242424;
}
.banner-container h3 {
  font-weight: 800;
  font-size: 36px;
  line-height: 48px;
  padding-top: 10px;
  letter-spacing: -0.3px;
  color: #242424;
}

.bullet-point p {
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  padding-top: 30px;
  color: #242424;
}

.bullet-point li {
  list-style-type: none;
  font-weight: 500;
  font-size: 24px;
  line-height: 44px;
  color: #242424;
}

.bullet-point ul {
  padding-left: 0px;
  padding-top: 20px;
}
.bullet-point ul li .check-icon {
  width: 19.6px;
  height: 15.18px;
  margin-right: 20px;
}
.hero-margin-top{
  margin-top: 50px;
}
.banner-btns {
  background: #feeb29;
  border: 3px solid #242424;
  border-radius: 30px;
  padding: 2px 20px;
  text-decoration: none;
  font-size: 18px;
  margin-top: 37px;
  padding: 16px 25px;
  font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #242424;
    text-decoration: none;
}
.banner-btns:hover{
  background-color: #fff488;
  color: #242424;
}

a#banner-btn-trial {
  margin-right: 20px;
}
.second-banner-btn {
  background: #fff;
  border: 3px solid #242424;
  border-radius: 30px;
  padding: 2px 20px;
  text-decoration: none;
  font-size: 18px;
  margin-top: 37px;
  padding: 16px 25px;
  font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #242424;
    text-decoration: none;
}
.second-banner-btn:hover{
  background-color: #242424;
  color: #fff;
}
.tnc {
  margin-top: 30px;
}
.tnc p {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.3px;
}
.tnc p a {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #0f71f0;
}
.tnc p a:hover {
  color: #3f8df3;
}

.hero-os-logo{
  margin-top: 40px;
}
/* norton-secure-vpn ========== */

section.norton-secure-vpn {
  padding: 70px 0;
  text-align: center;
  margin: 0 auto;
  background-color: white;
}



.norton-secure-vpn h4 {
  font-size: 28px;
  font-weight: 700;
  line-height: 38px;
  /* margin: 46px 0 6px; */
  color: #000000;
  letter-spacing: -0.3px;
}

.norton-secure-vpn p:last-child {
  font-weight: 400;
  max-width: 712px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 32px;
  color: #242424;
  letter-spacing: -0.3px;
  padding-top: 10px;
}

.norton-secure-vpn-img {
  padding: 20px 0;
}

/* Pricing section ============== */
section.pricing-section {
  background-color: #f4f1ed;
  padding-top: 88px;
  padding-bottom: 88px;
}
.pricing-title {
  padding: 0 30px;
}

.pricing-title h2 {
  font-size: 52px;
  font-weight: 800;
  text-align: center;
  letter-spacing: -0.3px;
  justify-content: center;
  color: #242424;
}

.pricing-title p {
  margin-top: 23px;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
}
.pricing-title p a {
  color: #0f71f0;
}
.pricing-title p a:hover {
  color: #3f8df3;
}

/* Comp chart ====== */

.pricing-boxes {
  display: flex;
  /* align-items: center; */
  justify-content: center;
  margin-top: 70px;
  flex-wrap: wrap;
  flex-direction: row;
}
.pricing-tiles-box {
  width: 40%;
   /* flex: 1;   */
  /* height: 732px; */
  padding: 30px 30px;
  background: #ffffff;
  box-shadow: 0px 2px 20px rgba(36, 36, 36, 0.15);
  border-radius: 20px;
  margin: 0 10px;
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
.product-titles {
  padding: 18px 0;
}
.product-titles h5 {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #242424;
  text-align: center;
}
.product-titles h2 {
  font-weight: 600;
  font-size: 28px;
  line-height: 40px;
  text-align: center;
  letter-spacing: -0.3px;
  color: #242424;
  padding: 2px 0;
}

.product-btn {
  display: block;
  width: 86%;
  background: #feeb29;
  border: 2px solid #242424;
  border-radius: 22px;
  padding: 10px 20px;
  text-decoration: none;
  color: #000000;
  font-weight: 800;
  text-align: center;
  margin: 13px auto 0;
}
.product-btn:hover{
  background-color: #fff488;
color: #242424;
}
.progress {
  margin-top: 10px;
  margin-left: 20px;
}
/* order tracking ============= */
.step {
  padding: 10px;
  padding-left: 5px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.v-stepper {
  position: relative;
  /*   visibility: visible; */
}

/* regular step */
.step .circle {
  background-color: white;
  border: 6px solid #F4F1ED;;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
  z-index: 11;
}
.step .line {
  top: 20px;
  left: 8px;
  height: 100%;
  position: absolute;
  border-left: 4px solid #F4F1ED;;
  z-index: 0;
}
/* .step.completed .circle {
  visibility: visible;
  background-color: rgb(6,150,215);
  border-color: rgb(6,150,215);
} */

/* .step.active .line {
  border-left: 7px solid #007644;
} */

.step.active .circle {
  visibility: visible;
  border-color: #007644;
}

.step.empty .circle {
  visibility: hidden;
}

.step.empty .line {
  /*     visibility: hidden; */
  /*   height: 150%; */
  top: 0;
  height: 150%;
}

.step:last-child .line {
  border-left: 3px solid white;
  z-index: -1; /* behind the circle to completely hide */
}

.content {
  margin-left: 15px;
  display: inline-block;
}

.content #green-price {
  color: #007644;
  font-weight: 700;
  font-size: 16px;
  padding-top: 5px;
}
.product-discription {
  text-align: center;
  font-size: 12px;
  margin: 10px 50px;
  line-height: 16px;
  color: #242424;
  padding: 0px 0px;
}

span.blue-text {
  color: #0f71f0; 
  text-decoration: underline;
}

.product-discription a {
  color: #0f71f0;
  font-weight: 400;
}
.product-discription a:hover {
  color: #3f8df3;
  font-weight: 400;
}
.product-feature {
  margin-top: 13px;
  margin-bottom: 13px;
}

.product-feature ul {
  margin-left: -5px;
}
.product-feature li {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  list-style-type: none;
  margin-top: 15px;
  display: flex;
  align-items: flex-start;
  padding: 0 30px 0 0px;
}

.check-icon {
  width: 19.6px;
  height: 15.18px;
  margin-right: 10px;
  margin-top: 5px;
}

.recommend-tag {
  background: #0f71f0;
  border-radius: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.recommend-tag p {
  position: absolute;
  margin-top: -53px;
  padding: 5px 25px;
  background: #0f71f0;
  border-radius: 13px;
  font-size: 12px;
  color: #fff;
}

/* 3 easy steps  ====================== */

.steps-title {
  margin-top: 50px;
}
.steps-title h2 {
  text-align: center;
  font-weight: 800;
  font-size: 52px;
  line-height: 56px;
  margin-bottom: 50px;
  padding: 0 30px;
  padding-top: 50px;
}

.easy-steps {
  display: flex;
  justify-content: center;
  margin: 20px 117px;
}
.easy-steps .item-step {
  text-align: center;
  margin: 10px 20px;
  flex: 1;
}
.item-step h5 {
  font-weight: 800;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: -0.3px;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #000000;
}
.item-step p {
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  color: #242424;
} 
img.item-step-icon {
  background-color: white;
  border-radius: 100%;
}

/* feature of product=============== */

section.all-feature-product {
  margin: 100px 0px;
}

.main-feature-row {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 9px);
  
}

.feature-col{
  width: 25%;
  display: flex;
  column-gap: 18px;
  padding: 5px;
  padding-bottom: 50px;
}

img.icon-width {
  width: 40px;
}

.feature-title p {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 10px;
  line-height: 36px;
  color: #242424;
}

.feature.paragraph p {
  font-size: 20px;
  line-height: 25px;
    margin-bottom: 0;
    font-weight: 500;
    line-height: 32px;
    color: #242424;
}

/* Youtube video */

section.youtube-video{
  margin: 100px 0px;
}
.youtube-title{
  font-size: 35px;
  font-weight: 800;
  text-align: center;
  letter-spacing: -0.3px;
  justify-content: center;
  color: #242424;
  margin-bottom: 53px;
}
#video{
  border-radius: 30px;
  overflow: hidden;
  
}

/* footer */
/* Footer =========================================*/
section.footer a {
  color: #0f71f0;
}
section.footer a:hover{
  color: #3f8df3;
}
section.footer {
  background-color: #f4f1ed;
  padding: 60px 0px;
  
}
.main-footer{
  margin: 0 auto;
  
}
/* Font size */
.m-footer{
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 24px;
}

.s-footer{
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 24px;
}
p.sys-req {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 24px;
  
}
p.sys-font {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 16px;
  font-weight: 500;
  color: #242424;
}
ul.footer-sys-ul {
  margin-bottom: 20px;
  padding-left: 20px;
  
}
ul.footer-sys-ul li {
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  color: #242424;
}
button.accordion-btn {
  border: none;
  padding: 0;
  display: block;
  background: none;
}

.device-security-text {
  color: #3185f2;
  font-size: 14px;
  line-height: 25px;
  font-weight: 700;
  margin-bottom: 10px;
  cursor: pointer;
  text-decoration: underline;
}
.device-security-text:hover{
  color: #3f8df3;
}
p.device-security-text {
  text-underline-offset: 4px;
}

.secure-vpn-text {
  color: #3185f2;
  font-size: 14px;
  line-height: 25px;
  font-weight: 700;
  margin-bottom: 20px;
  cursor: pointer;
  text-decoration: underline;
}
.secure-vpn-text:hover{
  color: #3f8df3;
}
p.secure-vpn-text{
  text-underline-offset: 4px;
}
.margin-d {
  margin-bottom: 20px;
}
.device-security-expand{
  display: none;
}
.secure-vpn-expand {
  display: none;
}
p.sys-small-font {
  font-size: 12px;
  margin-bottom: 20px;
}
ul.imp-sub li {
  font-size: 12px;
  line-height: 22px;
}

li::marker {
  font-size: 14px;
}
ul.imp-sub {
padding-left:20px
}
.virus-protection{
  margin-top: 20px;
}
.margin-sm{
  margin-bottom: 20px;
}
/* expand and collapse ====================== */

.device-security-expand p{
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
.sys-preface{
  padding: 15px 0px;
}
.sys-req-row {
  padding-left: 50px;
padding-bottom: 20px;
-webkit-column-gap: 30px;
-moz-column-gap: 30px;
column-gap: 30px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.sys-req-col-title p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 800;
}
/* secure-vpn-expand */
.secure-vpn-expand p{
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
.vpn-preface {
  padding: 15px 0px;
}
.vpn-req-row {
  padding-left: 50px;
padding-bottom: 20px;
-webkit-column-gap: 30px;
-moz-column-gap: 30px;
column-gap: 30px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.vpn-req-col-title p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 800;
}

/* Footer Nav ==================== */
section.footer-nav{
  background-color: #f4f1ed;
  padding-bottom: 70px;
  
}
.top-border{
  border-top: 1px solid #242424;
}

/* social item */
.social-icon-region {
  display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 25px 0px;
}
.social-item {
  margin-right: 27px;
}
.social-item img {
  width: 30px;
  height: 30px;
}

.region-selector {
  display: flex;
  -webkit-box-flex: 1;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
}
.region-selector a img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.region-selector a  {
  display: flex;
  align-items: center;
  text-decoration: none;
}
span.region-name {
  line-height: 30px;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  color: #242424;
  text-decoration: none;
}

/* legal links */
.legallinks {
  display: flex;
  padding: 25px 0px;
  flex-wrap: wrap;
}
a.legal-items {
  padding-right: 12px;
text-decoration: none;
border-right: 1px solid #c1bfb8;
margin-right: 12px;
margin-bottom: 15px;
color: #242424;
font-size: 16px;
line-height: 16px;
font-weight: 400;
}
a.legal-items:last-child {
  border: none;
}
/* copyright and logo */
.copyright-logo{
  display: flex;
  align-items: center;
}
.copyright-image{
  width: auto;
  height: 33px;
}
.copyright-text{
  font-size: 12px;
    letter-spacing: -.3px;
    font-weight: 400;
    margin-left: 20px;
    line-height: 20px;
    color: #242424;
}



/* Media Query ======================*/
@media screen and (max-width: 1366px){
  .banner-container {
    max-width: 73%;
  }
}
@media screen and (max-width: 1266px){
   
  section.hero-banner {
    background-position: right -127px center;
}
  .feature-col {
    width: 33.33%;
  }

  .virus-content {
    max-width: 56%;
  }
  section.award-block {
    width: 76%;
  }
 
}

@media screen and (max-width: 1166px){
  section.hero-banner {
    background-position: right -203px center;
}

  .virus-content {
    max-width: 61%;
}
}
@media screen and (max-width: 1024px){
  section.hero-banner {
    background: linear-gradient(90deg, rgba(244,241,237,1) 0%, rgba(244,241,237,0.5046393557422969) 80%),
    url("https://buy-static.nortonlifelock.com/norton/ps/bb/ukhard/test/img/hero-background-men-desktop.jpg");
    background-position: right ;
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
  

  }
  .pricing-boxes {
    flex-direction: column;
  }
  .pricing-tiles-box {
    width: 100%;
    margin-bottom: 50px;
  }
  .easy-steps {
    display: block;
  }
  .easy-steps .item-step {
    margin-top: 30px;
  }
  .feature-col {
    width: 100%;
}
section.award-block {
  width: 88%;
}

img.virus-breakpoint {
  display: block;
  width: 100%;
  border-radius: 0px 0px 20px 20px;
}
section.virus-protection-promise {
  background-color: #F2F2F0;
  margin: 20px;
  border-radius: 20px 20px 20px 20px;
  margin-bottom: 60px;
}
.virus-protection-background {
  background-image: none;
}
.virus-content {
  max-width: 100%;
  padding: 0px;
}

}



@media screen and (max-width: 768px){
  #main {
    display: block;
  }
  .navigation-left{
    display: none;
  }
  .user-account-text{
    display: none;
  }
  h1 {
    font-size: 36px !important;
  }
  h2{
    font-size: 32px !important;
    line-height: 38px !important;
  }
  h3 {
    font-size: 28px !important;
    line-height: 32px !important;
  }
  h4{
    font-size: 24px !important;
  }
  
 
  section.hero-banner {
    background: 
    url("https://buy-static.nortonlifelock.com/norton/ps/bb/ukhard/test/img/vpn-hero-2x-t.jpg");
    background-position: 80% 75%;
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;

  }

  .banner-container{
    max-width: 90%;
  }
  .banner-container h1 {
    line-height: 38px;
  }
  
.banner-container h3 {
  padding: 0px;
  margin-top: 20px;
}
.bullet-point p {
  font-size: 20px;
  padding-top: 20px;
}
.bullet-point li {
  font-size: 20px;
  line-height: 32PX;
}
.norton-secure-vpn p:last-child {
  font-size: 16px;
  line-height: 24px;
}
.pricing-title p {
  font-size: 16px;
    line-height: 24px;
}
.item-step p {
  font-size: 16px;
  line-height: 24px;
}
img.item-step-icon {
  width: 65px;
}
.feature.paragraph p {
  font-size: 16px;
  line-height: 24px;
}
.feature-title p {
  font-size: 20px;
  line-height: 24px;
}
  .award-row {
    display: block;
    max-width: 90%;
  }
  
.virus-content p {
  font-size: 16px;
  line-height: 24px;
}

}
@media screen and (max-width: 550px){
  
  section.hero-banner {
    background: 
    url("https://buy-static.nortonlifelock.com/norton/ps/bb/ukhard/test/img/vpn-hero-2x-m.jpg");
    background-position: 80% 75%;
    height: 1200px;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    background-size: cover;
    background-position: center bottom; 

  }
  .hero-os-logo {
    display: none;
}
  .hero-margin-top {
    display: flex;
    flex-direction: column;
  }

  .banner-btns,
  .second-banner-btn {
    display: block;
    margin-bottom: 5px;
  }
  a#banner-btn-trial {
    margin-right: 5px;
    text-align: center;
}
.hero-margin-top {
  margin-top: 10px;
}
.easy-steps {
  
  margin: 20px 20px;
}
}
@media screen and (max-width: 480px){

  .hero-margin-top {
    display: flex;
    flex-direction: column;
  }

  .banner-btns,
  .second-banner-btn {
    display: block;
    margin-bottom: 10px;
  }
  .second-banner-btn {
    margin-top: 15px;
  }
  .custom-price-container {
    padding-left: 20px;
    padding-right: 20px;
}
.custom-container {
  padding-left: 20px;
  padding-right: 20px;
}
.bullet-point ul {
  padding-left: 0px;
  padding-top: 10px;
}

.pricing-tiles-box {
  margin: 15px 0px;
}
.pricing-boxes {
  margin-top: 40px;
}
.steps-title {
  margin-top: 20px;
}
.editor-padding {
  padding: 0px 10px;
}
.award-logo img {
  width: 78%;
}
.social-item img {
  width: 25px;
  height: 25px;
}
.region-selector a img {
  width: 25px;
  height: 25px;
}
.social-item {
  margin-right: 20px;
}
.copyright-logo {
  display: block;
}
.copyright-text {
  margin-left: 5px;
}
}