* {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Poppins', sans-serif;
    line-height: normal
}
#pop-up-hide {
  display: none;
}

.nlo34aad-popup {
  position: fixed;
  inset: 0;
  background: #000000f0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  padding: 1rem;
  overflow-y: auto;
}

.nlo34aad-popup-modal {
  background: #fff;
  padding: 2rem;
  border-radius: 20px;
  min-height: 320px;
  max-width: 600px;
  width: 100%;
  box-shadow: rgba(255, 255, 255, 0.35) 0px 5px 15px;
  animation: fadeIn 0.3s ease-out;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.nlo34aad-popup-flx {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.nlo34aad-popup-icon {
  font-size: 30px;
  cursor: pointer;
}

.nlo34aad-popup-title {
  font-size: 1.8rem;
  color: #222;
  margin: 5px 0;
}

.nlo34aad-popup-text {
  font-size: 18px;
  color: #000000;
  line-height: 1.6;
  margin: 10px 0;
}

.nlo34aad-popup-actions {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 10px;
}

.nlo34aad-popup-btn {
  padding: 15px 70px;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.2s ease-in-out;
  font-size: 20px;
}

.nlo34aad-popup-btn--accept {
  background: #1b1c31;
}

.nlo34aad-popup-btn--reject {
  background: #58575752;
  color: #1b1c31;
}
  
img {
    width: 100%;
    height: auto;
}

p {
    font-size: 17px;
    margin-bottom: 15px
}

h2 {
    font-size: 30px;
    margin-bottom: 10px
}

h6 {
    font-size: 14px;
    font-weight: 400;
}

.gp {
    gap: 20px
}

.txt-cen {
    text-align: center
}

.nlo34aad-wrap {
    max-width: 1155px;
    width:90%;
    margin: auto;
}
.nlo34aad-wrap-100 {
    max-width: 1155px;
    width:100%;
    margin: auto;
}

.nlo34aad-flx {
    display: flex
}

.nlo34aad-al {
    align-items: center
}

.nlo34aad-jus {
    justify-content: space-between
}
.nlo34aad-jus-cen {
    justify-content: center;
}

.pd {
    padding: 30px 15px;
}

a {
    text-decoration: none
}

ul li {
    list-style: none;
}

header img {
    max-width: 200px
}

.nav {
    align-items: center
}
.nav h1 {
    font-size: 28px;
}

header {
    background: #021321;
    padding: 15px 0;
}

header ul li {
    padding: 10px
}

header a {
    font-size: 16px;
    color: #fff
}

.row ul {
    margin-top: 10px;
}

.row p {
    color: black;
    line-height: 1.6;
}

.row ul li {
    line-height: 20px;
    margin-top: 10px;
    padding-left: 10px;
}

.row h3,
.row p {
    margin-top: 20px;
}

.nlo34aad-hero {
    /* background-image: url(../images/banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; */
    background-color: #efefef;
  
}
.banner{
    
    padding: 20px;
}
.banner h1 {
    font-size: 50px;
    line-height: 1.5;
    color:#000000;
}
header ul a:hover {
    text-decoration: underline;
    color: #fde8e4;
}
.nlo34aad-mor-section  {
    padding:50px 10px;
    min-height: 450px;
}
.nlo34aad-mor-section .nlo34aad-flx-33{
    padding:0px 20px;
}
.nlo34aad-mor-section .nlo34aad-flx-33:nth-child(1){
    position: relative;
    top:80px;
}
.nlo34aad-mor-section .nlo34aad-flx-33:nth-child(3){
    position: relative;
    top:60px;
}
.nlo34aad-mor-section h3 {
    font-size: 25px;
    line-height: 1.5;
    text-align: center;
    border:5px double gray ;
    padding:5px 0px;
    margin:10px 0px
   
}
/* .nlo34aad-mor-section p {
    font-size: 16px;
    line-height: 1.5;
    padding:7px 0px;
    margin:0px;
} */
.nlo34aad-hero-inf h2 {
    font-size: 35px;
    font-weight: 700;
}

.nlo34aad-hero-inf {
    flex: 65%;
}

.nlo34aad-hero-inf1 {
    flex: 35%
}
.nlo34aad-prd-inf:nth-of-type(2) .nlo34aad-flx-33 img{
    padding:0px;
}
.nlo34aad-btn {
    margin: 10px auto;
    max-width: 120px;
    padding: 10px;
    text-align: center;
    background: #000000;
    color:#ffffff;
    border-radius: 5px;
    font-size: 15px;
    border:2px solid rgba(255, 255, 255, 0);
}

.nlo34aad-btn a {
    color: #fff;
    font-weight: 600;
}

.nlo34aad-btn:hover {
    background: #ffffff;
    border:2px solid rgb(0, 0, 0);
    color: #000000
}
.mor-btn{
    margin: 10px 0px ;
    max-width:120px;
    padding: 10px;
    text-align: center;
    background: #010101;
    color:#ffffff;
    border-radius: 5px;
    font-size: 15px;
    border:2px solid gray;
}
.mor-cont h1{
    font-size: 30px;
    line-height: 1.5;
    font-weight: 500;
    padding: 10px 0px;
}
.mor-cont p{
    font-size: 16px;
    line-height: 1.4;
    font-weight: 500;
    padding: 5px 0px;
}
.nlo34aad-prd-bx {
    flex: 33.3%;
    text-align: center;
}

.nlo34aad-prd-bx1 {
    flex: 60%;
}
.nlo34aad-prd-bx1-70{
    flex:70%;
}
.nlo34aad-prd-bx1-30{
    flex:30%;
}
.nlo34aad-prd-bx1-20{
    flex:20%;
}
.nlo34aad-prd-bx1-40{
    flex:40%;
}
.nlo34aad-prd-bx1-25 {
    flex: 25%
}
.nlo34aad-prd-bx1-80{
    flex:80%;
}
.text-color{
    color:rgb(45, 112, 189);
}
.nlo34aad-fets-50{
    flex:50%;
}
.oveimg{
    position: relative;
    right: 100px;
    border: 4px solid white;
}
.nlo34aad-fets {
    flex: 50%;
    text-align: center
}
.product img{
    border: 3px dashed gray;
    max-width: 450px;
    padding: 7px;
}
.nlo34aad-prd-bt {
    border: 2px solid #b8c0c7;
    max-width: 120px;
    padding: 12px;
    text-align: center;
    margin: auto;
    border-radius: 5px;
    background-color: black;
    color:white;
    font-weight: 500;
    font-size: 17px;
    border: 5px solid rgb(241, 241, 238);
}
.mor-prd{
    margin-top:20px;
}

.product div:hover {
    color:white;
}
.nlo34aad-prd-bt:hover {
    transition:.3s ease;
    border: 5px solid rgba(206, 206, 198, 0);
}

/* .nlo34aad-prd-bt a:hover {
    color: #FFF
} */

.nlo34aad-ft-bx li {
    color: #fff;
    text-align: center
}

.nlo34aad-ft-bx i {
    font-size: 22px;
    margin-bottom: 10px;
}

.nlo34aad-flx {
    display: flex;
}

.product {
    text-align: center;
    /* padding:20px; */
}

/*.thumbnails {margin-top: 20px;}*/
.thumbnail {
    /* margin: 0 5px; */
    cursor: pointer;
    border: 1px solid black;
}

.thumbnails img {
    display: inline-flex
    ;
        max-width: 110px;
        padding: 0px;
        /* display: block; */
        object-fit: cover;
}

.thumbnail:hover {
    border-color: #333;
}

/* .product img {
    max-width: 400px;
} */

.nlo34aad-abtn {
    max-width: 140px;
    background-color: #333431;
    text-align: center;
    color: #fff;
    padding: 10px;
    border-radius: 10px;
    padding: 10px 0px;
    font-size: 15px;
    border: none;
    margin-top: 20px;
    cursor: pointer;
}

.nlo34aad-mid li {
    font-size: 16px;
}

.nlo34aad-flex-60 {
    flex: 60%
}

.nlo34aad-flex-40 {
    flex: 40%
}

.nlo34aad-flex-15 {
    flex: 15%
}

.prd-del ul li {
    list-style-type: disclosure-closed;
    margin-left: 35px;
    margin-bottom: 10px;
}

.nlo34aad-flex-40 ul li {
    list-style-image: url(../images/mid-li.png);
    margin-left: 35px;
    margin-bottom: 10px
}

.cnt li {
    list-style: circle
}

.nlo34aad-prd-bx-uit {
    font-size: 17px;
}

.nlo34aad-prd-bx-uit2 {
    font-size: 12px
}

.prd-list li {
    list-style-type: decimal;
    margin-left: 30px;
    line-height: 1.8;
}
.nlo34aad-scd {
    background-image: url('../images/banner2.jpg');
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
   background-blend-mode: overlay;
   background-color: #00000057;
   padding: 70px 20px;
}
.offer-cont{
    padding:50px;
    text-align: center;
    max-width:500px;
    margin:auto;
   
}
.nlo34aad-rev h1 {
     font-size: 30px;
}
.rev {
    border:2px solid gray;
    padding:10px;
}
.rev h2 ,h4 {
color:#000;
font-size: 22px;
margin: 5px;
}
.rev h4,p{
    line-height: 1.5;
}
.offer-cont p,h2{
    color:white;
}
.offer-cont p{
    font-size: 16px;
    margin:5px;
}
.nlo34aad-flx-33 {
    flex: 33.3%
}

/* .nlo34aad-fets-info-bx {
    flex: 33.3%;
    text-align: center
} */

.nlo34aad-fets-info-bx i {
    font-size: 32px
}
/* get-order */
.get-order-section{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height:500px;
  
    padding:20px;
}
.hgt{
    min-height: calc(100vh - 150px);
} 
.get-order-cont{
    border:10px solid gray;
    max-width:600px;
    min-height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding:10px;
    border-radius:30px;
    
}
.get-order-cont p{
    margin:5px;
    line-height:1.5;
}
.get-order-cont h1{
    font-size: 30px;
    margin:5px;
    line-height:1.5;
}
.get-order-cont img {
    height:90px;
    width:90px;
}
footer {
    background: #0a0a0a;
    padding: 30px 0;
    color: #fff;
}
.main-rev{
   background-color: #efefef;
    padding:70px 20px;
    /* background-blend-mode: overlay;
    background-color: rgba(0, 0, 0, 0.182); */
}
.rev-cont{
    max-width: 700px;
    border:2px solid rgb(0, 0, 0);
    padding:30px;
    color:#000000;
    text-align: center;
    /* background-color: rgba(0, 0, 0, 0.692); */
}
.rev-cont p{
    font-size: 18px;
    line-height: 1.7;
    padding: 5px 0px;
}
input[type=text],
select,
textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
}

input[type=submit] {
    background-color: #04AA6D;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type=submit]:hover {
    background-color: #45a049;
}
@media screen and (max-width: 900px){
    .banner h1 {
        font-size: 40px;
    }
}
@media screen and (max-width: 768px) {
    /*  */

  .nlo34aad-popup-modal {
    padding: 1.5rem;
  }

  .nlo34aad-popup-title {
    font-size: 1.5rem;
  }

  .nlo34aad-popup-text {
    font-size: 16px;
  }

  .nlo34aad-popup-btn {
    padding: 0.9rem 2.5rem;
    font-size: 18px;
  }

  /*  */
    header {
        text-align: center
    }

    .nlo34aad-scd {
        text-align: center !important;
        padding:10px;
    }

    .nlo34aad-hero {
        padding:20px;
        /* background: #7f889851; */
        text-align: center
    }
    .banner h1 {
        font-size: 33px;
        line-height: 1.5;
        font-weight: 500;
    }
    .mb-menu {
        display: none
    }
    .nlo34aad-mor-section .nlo34aad-flx-33:nth-child(1) {
        position: relative;
        top: 00px;
    }    
    .nlo34aad-mor-section .nlo34aad-flx-33:nth-child(3) {
        position: relative;
        top: 0px;
    }
    .nlo34aad-mor-section .nlo34aad-flx-33 {
        padding: 0px ;
    }
    .nlo34aad-mor-section {
        padding:30px 10px;
    }
.banner {
    background-color: #ffffff60;
    padding:10px;
}
    .nlo34aad-col {
        flex-direction: column
    }
.thumbnails img {
    max-width:80px;
}
    .od {
        order: 2
    }

    .nlo34aad-mb-txt {
        text-align: center
    }

    .nlo34aad-mt {
        margin-top: 20px
    }
    .oveimg {
        position: relative;
        right: 0px;
        border: 4px solid white;
    }
    .nlo34aad-hero-inf h2 {
        font-size: 30px;
    }
    .mor-cont h1 {
        font-size: 21px;
        line-height: 1.4;
        font-weight: 500;
        padding: 10px 0px;
    }
    .nlo34aad-btn {
        margin:15px auto;
        max-width:120px;
    }

    .nlo34aad-fets-bx {
        border: 0 !important
    }
    .nlo34aad-rev h1 {
        font-size: 21px;
        font-weight: 500;
        line-height: 1.4;
    }
    .nlo34aad-prd-bt {
        max-width:120px;
    }
.offer-cont h2 {
    font-size: 24px;
    font-weight: 500;
}
    .nlo34aad-prd-bx {
        text-align: center
    }
    .main-rev {
        padding:20px 0px;
    }
    .rev-cont p{
        font-size: 16px;
    } 
.rev-cont  {
    padding:10px;
}
    .nlo34aad-col-rev {
        flex-direction: column-reverse
    }

    .prd-h1 {
        font-size: 22px !important
    }

    .nlo34aad-abtn ,.mor-btn {
       margin:20px auto;
    }

    .nlo34aad-hero-inf {
        max-width: 100%;
        text-align: center;
    }
    .offer-cont{
        padding:10px;
        background-color: #0000003c;
    }
}
@media only screen and (max-width:480px) {
  .nlo34aad-popup-modal {
    padding: 1rem;
  }

  .nlo34aad-popup-btn {
    width: 100%;
    padding: 0.8rem;
    font-size: 1rem;
  }

  .nlo34aad-popup-flx {
    /* flex-direction: column; */
    align-items: flex-start;
  }

  .nlo34aad-popup-title {
    font-size: 24px
  }

  .nlo34aad-popup-icon {
    align-self: flex-end;
  }
/*  */
 .banner h1 {
        font-size:25px;
    }
}
