body {
	margin: 0;
	padding: 0;
}
h6 {
	font-family: 'Righteous', cursive;
}
.nav-bar {
  height: 50px;
  background: #262626;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  /* padding-top: 10px; */
}
 
.brand {
  position: absolute;
  padding-left: 20px;
  float: left;
  /* line-height: 70px; */
  text-transform: uppercase;
  font-size: 1.4em;
}
.brand a img {
	max-height: 45px;
}
.brand a,
.brand a:visited {
  color: #ffffff;
  text-decoration: none;
}
 
.nav-container {
  /* max-width: 1000px; */
  /* margin: 0 auto; */
}
 
nav {
  float: right;
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav ul li {
  float: left;
  position: relative;
}
nav ul li a,
nav ul li a:visited {
  display: block;
  padding: 0 20px;
  line-height: 5dvh;
  background: #262626;
  color: #ffffff;
  text-decoration: none;
}
nav ul li a:hover,
nav ul li a:visited:hover {
  background: #2ab1ce;
  color: #ffffff;
}
nav ul li a:not(:only-child):after,
nav ul li a:visited:not(:only-child):after {
  padding-left: 4px;
  content: ' ▾';
}
nav ul li ul li {
  min-width: 190px;
}
nav ul li ul li a {
  padding: 15px;
  line-height: 20px;
}
 
.nav-dropdown {
  position: absolute;
  display: none;
  z-index: 1;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}
.nav-mobile {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  background: #262626;
  height: 70px;
  width: 70px;
}
 
 @media only screen and (max-width: 798px) {
    /* display: none; */
  /* nav {
    width: 100%;
    padding: 70px 0 15px;
  /* } */
  /* .nav-list{
    visibility: hidden;
  }  */
  /* nav ul li {
    float: none;
  }
  nav ul li a {
    padding: 15px;
    line-height: 20px;
	padding-left: 25%;
	 
  }
  nav ul li ul li a {
    padding-left: 30%;
  }
 
  .nav-dropdown {
    position: static;
  }
	.brand a img {
		max-height: 50px;
		margin-top: 5px; 
	/* }  */
} 


#nav-toggle {
  position: absolute;
  left: 18px;
  top: 22px;
  cursor: pointer;
  padding: 10px 35px 16px 0px;
}
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 5px;
  width: 35px;
  background: #ffffff;
  position: absolute;
  display: block;
  content: '';
  transition: all 300ms ease-in-out;
}
#nav-toggle span:before {
  top: -10px;
}
#nav-toggle span:after {
  bottom: -10px;
}
#nav-toggle.active span {
  background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
  top: 0;
}
#nav-toggle.active span:before {
  transform: rotate(45deg);
}
#nav-toggle.active span:after {
  transform: rotate(-45deg);
}
 
article {
  max-width: 1000px;
  margin: 0 auto;
  padding: 10px;
}.middlecointainer{
    margin-top: 105px;
    /* border: 1px solid red; */
    height: 350px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-template-rows:auto ;
    gap: 20px;
    /* align-items: center; */
    
}.middlecointainer div{
    /* border: 1px solid red; */
    width: 100%;
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    /* align-items: center; */
    border-radius: 5px;
    text-align: center;
}#slidder{
    margin-top: 100px;
}
@media (max-width: 767px) { 
    /* Hide the navigation bar on screens with a maximum width of 767 pixels (mobile devices) */
#maincontainer{
      display: none;
    } 
}.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-auto, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-auto, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-auto, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}.mt-5{
    text-align: center;
    /* margin-top: 512px; */
    padding-top: 55px;
    /* letter-spacing: normal; */
    /* -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; */
    /* background-color: #fff; */
    /* position: absolute; */
    /* width: 100%;
    height: 100%; */
    /* font-size: .875rem; */
}.covid-insta {
    font-family: "Roboto", Sans-serif;
    font-weight: 600;
    padding: 10px;
    box-shadow: 0 0 10px #575353;
    z-index: 9;
    color: rgba(255,255,255,0.87);
    font-size: 18px;
    background-color: #0078db;
}
.photo-section:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #333;
    opacity: 0.65;
    display: block;
    position: absolute;
    top: 0;
    /* background-image: url(https://www.vkeel.com/assets/images/bg/query.webp); */
}.photo-section {
    background-size: cover;
    background-position: 50%;
    display: block;
    position: relative;
}.legalkart-stats {
  background: #4c50e0;
  padding: 65px 50px;
  min-height: 219px;
  color: #fff;
  font-size: 30px;
  .font-weight-semibold {
    font-weight: 600;
}.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}.our-client-says-carousel .owl-item {
  display: flex;
  flex: 1 0 auto;
}
}@media screen and (max-width: 768px){
.legalkart-stats {
    padding: 45px 0;
}
}
@media screen and (max-width: 991px){
.legalkart-in-news, .legalkart-stats, .our-client-says, .our-partners, .our-services, .trusted-my-millions {
    min-height: initial;
}
}#customer{
   display: flex;
  /* justify-content: space-between; */ 
  margin-left: 50px;
  gap: 50px;
}h1.common-title {
  margin-bottom: 100px!important;
  text-align: left;
  color: #121122;
  text-align: center;
  line-height: 56px;
  font-size: 40px;
  font-weight: 600;
  display: block;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}
.popup-overlay {
 position: fixed;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background: rgba(0, 0, 0, 0.5);
 display: flex;
 justify-content: center;
 align-items: center;
 z-index: 9999;
}

.popup {
 background: #fff;
 padding: 20px;
 border-radius: 5px;
 max-width: 400px;
 text-align: center;
}

.close-btn {
 /* background: #333;
 color: #fff;
 border: none;
 padding: 10px 20px;
 border-radius: 5px;
 cursor: pointer; */
}.close-btn{
 display: block;
 margin:  0 0 20px auto;
 background-color: transparent;
 font-size: 30px;
 color: black;
 /* background: #03549a; */
 border-radius: 100%;
 width: 40px;
 height: 40px;
 border: none;
 outline: none;
 cursor: pointer;
}#popup-click-mobile{
 display: block;
 width: 250px;
 position: relative;
 margin: 10px auto;
 text-align: center;
 background-color: rgba(29,37,98,1) ;
 border-radius: 5px;
 color: #ffffff;
 text-decoration: none;
 padding: 8px 0;
 height: 50px;
}

.innerb{
  background-color: #0078db;
  margin: 10px;
  border-radius: 10px;
  box-shadow: whitesmoke;
}

#gap{
  height: 80px;
}

/* CSS styles for demonstration purposes */
    body {
      font-family: Arial, sans-serif;
    }
    
    .container {
      max-width: 100%;
      margin: 0 auto;
      padding: 20px;
      /* background-color: #4CAF50; */
    }
    
    h1 {
      text-align: center;
    }
    
    .search-form {
      text-align: center;
      margin-bottom: 20px;
      /* background-color: aqua; */
      width: 60%;
      margin: auto;
    }
    
    .search-form input[type="text"] {
      width: 300px;
      padding: 10px;
      font-size: 16px;
      margin-bottom: 10px;
    }
    
    .search-form select {
      padding: 10px;
      font-size: 16px;
    }
    
    .search-form input[type="submit"] {
      padding: 10px 20px;
      font-size: 16px;
      
      color: #fff;
      border: none;
      cursor: pointer;
    }
    
    #search{
      margin: 20px;
      background-color:rgb(16, 16, 36);
    }
    .search-results {
      margin-top: 20px;
      background-color:rgb(16, 16, 36);
      width: auto;
      margin: auto;
    }
    #LI{
      display: flex;
    }

    #div2{
      margin-left: auto;
      /* border: 1px solid green; */
    }

    .search-results ul {
      list-style-type: none;
      padding: 0;
      margin: 0;
    }
    
    .search-results li {
      border: 1px solid #ccc;
      padding: 10px;
      margin-bottom: 10px;
    }
    
    .search-results li h2 {
      margin: 0;
    }
    
    .search-results li p {
      margin: 0;
    }


    


    
.footer{
  /* border: 2px solid red; */
  width: 90%;
  display: flex;
  background-color: #50514f;
  color: white;
  padding: 5%;
  padding-top: 10%;
  z-index: -1;

}

.customer-service{
  display: flex;
}

#shop-now-image{
  width: 70%;
  margin-left: 20%;
  border-radius: 10px;
  cursor: pointer;
}
#sign-up-now-footer {
  /* border: 1px solid red; */
  height: 5vh;
  width: 90%;
  background-color: #65c297;
  border-radius: 10px;
  letter-spacing: 2px;
  text-align: center;
  padding-top: 5%;
  cursor: pointer;
}
#contact-footer{
  margin-left: 20%;
  padding-top: 5%;
}

#faq{
  margin-left: 25%;
  padding-top: 5%;
}@media only screen and (max-width: 768px) {
/* apply these styles when screen size is less than or equal to 768px */
.main-body {
flex-direction: column;
margin-bottom: 5%;
}

.wakeup-slider, .image-grid {
width: 100%;
padding-top: 5%;
margin-bottom: 5%;
}

.wakeup-slider img, .image-grid img {
margin-top: 0;
}

.featured-slider img, .best-sellers-slider img {
width: 100%;
margin-left: 0;
}

#featured-brands-heading, #best-seller-heading, #catogeries-heading {
font-size: 120%;
margin-top: 5%;
margin-bottom: 3%;
}

.catogeries-card1 img, .catogeries-card2 img {
width: 100%;
}

.shop-the-guide {
margin-bottom: 5%;
}

#shop-now-image {
width: 100%;
margin-left: 0;
}

.footer {
flex-direction: column;
padding: 3%;
padding-top: 5%;
}

#sign-up-now-footer, #contact-footer, #faq {
margin: 5% auto;
}
}
/* @media only screen and (max-width: 768px) {
  .featured-slider, .best-sellers-slider {
    z-index: 0;
  }
} */
@media screen and (max-width: 768px) {
  .main-body {
  flex-direction: column;
  }
  
  .wakeup-slider,
  .image-grid {
  width: 100%;
  padding-top: 0;
  margin-bottom: 5%;
  }
  
  .wakeup-slider img,
  .image-grid img {
  margin-top: 0;
  }
  
  .item1 {
  grid-column-start: auto;
  grid-column-end: auto;
  }
  
  #featured-brands-heading,
  #best-seller-heading,
  #catogeries-heading {
  font-size: 120%;
  }
  
  .featured-slider img,
  .best-sellers-slider img {
  width: 100%;
  margin-left: 0;
  }
  
  .shop-the-guide {
  margin-left: 0;
  flex-wrap: wrap;
  }
  
  #shop-now-image {
  width: 100%;
  margin: 5% 0;
  }
  
  .footer {
  flex-direction: column-reverse;
  padding-top: 5%;
  }
  
  .customer-service {
  flex-direction: column;
  }
  
  #contact-footer,
  #faq {
  margin: 5% 0;
  text-align: center;
  }.best-sellers{
      font-size: 10px;
  }.drop-downs{
      visibility: hidden;
  }
  }
  
  :root{
      --white:#FFF;
      --black:#000;
      --dark:#1E1E1E;
      --gray:rgba(1,1,1,0.6);
      --lite:rgba(255,255,255,0.6);
      --primary:#002347;
      --secondary:#fdc632;
  }
  
  
  /***************************
              DEFAULT
  ****************************/
  body{
      margin:0;
      overflow-x:hidden !important;
      font-family: 'Poppins', sans-serif;
  }
  
  a{
      text-decoration:none !important;
      min-width: fit-content;
      width: fit-content;
      width: -webkit-fit-content;
      width: -moz-fit-content;
  }
  
  a, button{
      transition:0.5s;
  }
  
  /* a, p{
      font-size:14px;
  } */
  
  h1, h2, h3, h4, h5, h6{
      color:var(--primary);
      font-weight:600;
  }
  
  a, button, input, textarea, select{
      outline:none !important;
  }
  
  fieldset{
      border:0;
  }
  
  .title{
      color:var(--primary);
  }
  
  .flex, .fixed_flex{
      display:flex;
  }
  
  .flex-content{
      width:100%;
      position:relative;
  }
  
  .padding_1x{
      padding:1rem;
  }
  
  .padding_2x{
      padding:2rem;
  }
  
  .padding_3x{
      padding:3rem;
  }
  
  .padding_4x{
      padding:4rem;
  }
  
  .btn{
      padding:0.8rem 2rem;
      border-radius:5px;
      text-align:center;
      font-weight:500;
      text-transform:uppercase;
  }
  
  .btn_1{
      border:1px solid var(--primary);
      background-color:var(--primary);
      color:var(--secondary);
  }
  
  .btn_1:hover{
      background-color:transparent;
      color:var(--primary);
  }
  
  .btn_2{
      border:1px solid var(--secondary);
      background-color:var(--secondary);
      color:var(--primary);
      background-color: #b5d0f8;
  }
  
  .btn_2:hover{
      border:1px solid var(--primary);
      background-color:var(--primary);
      color:var(--secondary);
      cursor: pointer;
     
  }
  
  @media (max-width:920px){
      .flex{
          flex-wrap:wrap;
      }
      
      .padding_1x, .padding_2x, .padding_3x, .padding_4x{
          padding:1rem;
      }
    
      .btn{
          padding:0.5rem 1rem;
      }
      
      a, p{
          font-size:12px;
      }
  }
  
  
  
  /***************************
                 FOOTER
  ****************************/
  footer{
      background-color:var(--primary);
      color:var(--lite);
  }
  
  footer h3{
      color:var(--white);
      margin-bottom:1.5rem;
  }
  
  footer a{
      color:var(--lite);
      display:block;
      margin:15px 0;
  }
  
  footer a:hover{
      color:var(--white);
  }
  
  footer fieldset{
      padding:0;
  }
  
  footer fieldset input{
      background-color:#334f6c;
      border:0;
      color:var(--lite);
      padding:1rem;
  }
  
  footer fieldset .btn{
      border-radius:0;
      border:0;
  }
  
  footer fieldset .btn_2:hover{
      background-color:var(--secondary);
      border:0;
      color:var(--primary);
  }
  
  footer .flex:last-child{
      align-items:center;
  }
  
  footer .flex:last-child .flex-content:last-child{
      text-align:right;
  }
  
  footer .flex:last-child p{
      color:var(--white);
  }
  
  footer .flex:last-child a{
      width:40px;
      display:inline-block;
      background-color:#334f6c;
      color:var(--white);
      padding:0.5rem;
      margin-right:3px;
      text-align:center;
  }
  
  footer .flex:last-child a:hover{
      background-color:var(--secondary);
      color:var(--gray);
  }
  
  @media (max-width:1100px){
      footer .flex:first-child{
          flex-wrap:wrap;
      }
      
      footer .flex:first-child .flex-content{
          flex: 1 1 40%;
      }
  }
  
  @media (max-width:920px){
      footer .flex:last-child .flex-content:last-child{
          text-align:left;
      }
  }
  
  @media (max-width:320px){
      footer .flex:first-child .flex-content{
          flex:1 1 100%;
      }
  }
  footer{
      padding-top: 200px;
  }