  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'popins', sans-serif;
  }

  nav {
    position: fixed;
    left: 0;
    right: 0px;
    top: 0px;
    padding: 0 2.0em;
    background-color: white;
    font-family: 'Monserrat', sans-serif;
    z-index: 999;
  }

  nav .navbar {
    /* height: 100%;
	max-width: 1500px ; */
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 50px;
  }

  nav .navbar .logo a {
    /* color: #fff; */
    font-size: 25px;
    font-weight: 600;
    text-decoration: none;

  }

  nav .navbar .nav-links {
    /* background:red ; */
    height: 100%;
    line-height: 70px;
  }

  nav .navbar .nav-links .links {
    display: flex;
  }

  nav .navbar .nav-links .links li {
    position: relative;
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0 14px;
    background: white;
    /* color:#fff; */
  }

  nav .navbar .nav-links .links li a {
    color: black;
    text-decoration: none;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 500;
    padding: 0 15px;
  }

  nav .navbar .nav-links .links li a:hover {
    background: gainsboro;
  }

  nav .navbar .nav-links .links li .arrow {
    height: 100%;
    width: 22px;
    text-align: center;
    /* color: #fff; */

    line-height: 70px;
    transition: all 0.3s ease;
  }

  nav .navbar .nav-links .links li:hover .htmlcss-arrow,
  nav .navbar .nav-links .links li:hover .js-arrow {
    transform: rotate(180deg);
  }

  nav .navbar .nav-links .links .sub-menu {
    position: absolute;
    top: 70px;
    left: 0;
    /* background: #3e8da8; */
    line-height: 40px;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    display: none;
  }

  nav .navbar .nav-links .links .sub-menu li {
    padding: 0 22px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1)
  }

  nav .navbar .nav-links .links .sub-menu li a {
    font-size: 16px;
    font-weight: 500;
    line-height: 50px;
  }

  nav .navbar .nav-links .links .sub-menu li a:hover {

    background: gainsboro;
  }

  nav .navbar .nav-links .links li:hover .htmlCss-sub-menu,
  nav .navbar .nav-links .links li:hover .js-sub-menu {
    display: block;
  }

  nav .navbar .nav-links .links .sub-menu .more .more-sub-menu {
    display: block;

  }

  nav .navbar .nav-links .links .sub-menu .more .more-sub-menu {
    position: absolute;
    top: 0;
    left: 100%;
    border-radius: 0 4px 4px 4px;
    display: none;
  }

  nav .navbar .nav-links .links .sub-menu .more:hover .more-sub-menu {
    display: block;
  }

  nav .navbar .fa-bars,
  nav .navbar .nav-links .sidebar-logo .logo_name,
  nav .navbar .nav-links .sidebar-logo .fa-close {
    display: none;
  }

  a:link {
    text-decoration: none;
  }

  * {
    box-sizing: border-box;
  }

  .col-12 {
    margin-top: 80px;
  }

  .slideshow-container {
    margin-top: 80px;
  }

  .pos2 {
    margin-top: 110px;
  }

  .col-5 {
    font-size: 20px;
  }

  .b {
    font-size: 20px;
    line-height: 1.6;
  }

  .container1 {
    position: relative;
    max-width: 70%;
    margin: 0 auto;
    z-index: -1;
  }

  .container1 img {
    vertical-align: middle;
    width: 100%;
    height: auto;
  }

  .container1 .content1 {
    position: absolute;
    bottom: 0;
    background: rgb(0, 0, 0);
    /* Fallback color */
    background: rgba(0, 0, 0, 0.5);
    /* Black background with 0.5 opacity */
    color: #f1f1f1;
    width: 100%;
    padding: 20px;
    line-height: 1.6;
    font-size: 16px;

  }

  .container2 {
    position: relative;
    max-width: 90%;
    margin: 0 auto;
    z-index: -1;
  }

  .container2 img {
    vertical-align: middle;
    width: 100%;
    height: auto;
  }

  .container2 .content2 {
    position: absolute;
    bottom: 0;
    background: rgb(0, 0, 0);
    /* Fallback color */
    background: rgba(0, 0, 0, 0.5);
    /* Black background with 0.5 opacity */
    color: #f1f1f1;
    width: 100%;
    padding: 20px;
    line-height: 1.6;
    font-size: 16px;

  }

  h3 {
    color: purple;
    text-align: center;
    background-color: aquamarine;
    font-size: 25px;
    padding: 10px;
  }

  .row::after {
    content: "";
    clear: both;
    display: block;
  }

  [class*="col-"] {
    float: left;
    padding: 15px;
  }

  html {
    font-family: "Lucida Sans", sans-serif;
    margin-left: 300px;
    margin-right: 300px;
  }

  .header {
    background-color: #9933cc;
    color: #ffffff;
    padding: 15px;
  }

  .menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }

  .menu li {
    padding: 8px;
    margin-bottom: 7px;
    background-color: #33b5e5;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  }

  .menu li:hover {
    background-color: #0099cc;
  }


  .footer {
    background-color: white;
    color: black;
    text-align: center;
    font-size: 20px;
    padding: 15px;
    line-height: 1.8;
  }

  .footer img {
    width: 33.33%;
  }


  /* For desktop: */
  .col-1 {
    width: 8.33%;
  }

  .col-2 {
    width: 16.66%;
  }

  .col-3 {
    width: 25%;
  }

  .col-4 {
    width: 33.33%;
  }

  .col-5 {
    width: 41.66%;
  }

  .col-6 {
    width: 50%;
  }

  .col-7 {
    width: 58.33%;
  }

  .col-8 {
    width: 66.66%;
  }

  .col-9 {
    width: 75%;
  }

  .col-10 {
    width: 83.33%;
  }

  .col-11 {
    width: 91.66%;
  }

  .col-12 {
    width: 100%;
  }


  .tab {
    overflow: hidden;
    background-color: white;
  }

  .tab a {
    float: left;
    color: black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 16px;
    border-style: solid;
    border-width: 1px;
    border-color: black;
  }

  .tab a:hover {
    background-color: #ddd;
    color: black;
  }

  .tab a.active {
    background-color: #04AA6D;
    color: white;
  }

  main {
    height: 200vmin;
  }

  .scrollToTopBtn {
    background-color: black;
    border: none;
    color: white;
    cursor: pointer;
    /* font-size: 18px; */
    font-size: 50px;
    line-height: 48px;
    width: 48px;
    /* place it at the bottom right corner */
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 100;
    opacity: 0;
    transform: translateY(100px);
    transition: all 0.5s ease;
  }

  .showBtn {
    opacity: 1;
    transform: translateY(0);
  }

  body {
    font-family: Arial;
  }

  input[type=text],
  select {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 16px;
  }

  input[type=submit] {
    width: 50%;
    background-color: #04AA6D;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }

  input[type=submit]:hover {
    background-color: #45a049;
  }

  div.container {
    border-radius: 5px;
    background-color: white;
    padding: 20px;
  }

  #customers {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
  }

  #customers td,
  #customers th {
    border: 1px solid #ddd;
    padding: 8px;
    font-size: 16px;
  }

  #customers th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    background-color: #04AA6D;
    color: white;
  }

  body {
    padding: 0;
    margin: 0;
  }

  * {
    box-sizing: border-box;
  }

  body {
    font-family: Verdana, sans-serif;
  }

  .mySlides {
    display: none;
  }

  .dot {
    height: 25px;
    width: 25px;
    margin: 0 10px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }

  .active {
    background-color: #717171;
  }

  .col-2 img {
    width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .tablink {
    background-color: #555;
    color: white;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    margin-top: 1px;
    margin-left: 1px;
    font-size: 20px;
    width: 33.1%;

  }


  .tablink a {
    float: left;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 20px;
    width: 30%;
  }

  .tablink a:hover {
    background-color: #ddd;
    color: black;
  }

  .tablink a.active {
    background-color: #04AA6D;
    color: white;
  }

  .tablink1 {
    overflow: hidden;
    background-color: #333;
  }

  .tablink1 a {
    float: left;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 20px;
    width: 20%;
  }

  .tablink1 a:hover {
    background-color: #ddd;
    color: black;
  }

  .tablink1 a.active {
    background-color: #04AA6D;
    color: white;
  }

  nav .navbar .logo img {
    width: 150%;
    padding: 1.0em 0;
  }

  html,
  body {
    position: relative;
    height: 100%;
  }

  .swiper-container {
    width: 100%;
    height: auto;
    margin-top: 80px;

  }

  .swiper-slide {
    text-align: left;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    z-index: 100;
  }

  .tablink2 a {
    float: left;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 18px;
    width: 20%;
  }

  .tablink2 a:hover {
    background-color: #ddd;
    color: black;
  }

  .tablink2 a.active {
    background-color: #04AA6D;
    color: white;
  }

  .tablink2 {
    overflow: hidden;
    background-color: #333;
  }

  .tablink2 a {
    float: left;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 18px;
    width: 20%;
  }

  .tablink2 a:hover {
    background-color: #ddd;
    color: black;
  }

  .tablink2 a.active {
    background-color: #04AA6D;
    color: white;
  }

  .tablink2 {
    overflow: hidden;
    background-color: #333;
  }

  h5 {
    Display: none;
  }

  .contact {
    Display: block;
  }

  .contact1 {
    Display: none;
  }

  .address {
    line-height: 1.8;
    display: block;
  }

  .address1 {
    display: none;
  }

  /* [1] The container */
  .img-hover-zoom {
    height: auto;
    /* [1.1] Set it as per your need */
    overflow: hidden;
    /* [1.2] Hide the overflowing of child elements */
  }

  /* [2] Transition property for smooth transformation of images */
  .img-hover-zoom img {
    transition: transform .8s ease;
  }

  /* [3] Finally, transforming the image when container gets hovered */
  .img-hover-zoom:hover img {
    transform: scale(1.2);
  }

  .img-hover-zoom .content1 h2 {
    color: #00d9fe !important;
  }

  @media(max-width:1500px) {
    nav .navbar {
      max-width: 100%;
      padding: 0 25px;
    }

    nav .navbar .logo a {
      font-size: 25px;
    }

    nav .navbar .nav-links .links li {
      padding: 0 10px;
    }

    nav .navbar .nav-links .links li a {
      font-size: 16px;
    }

    nav .navbar .nav-links .links .sub-menu li a {
      font-size: 16px;
      font-weight: 500;
    }

    /* *{ font-size:17px;} */

    html {
      margin-left: 50px;
      margin-right: 50px;
    }

    .container1 img {
      width: 100%;
      height: auto;
    }

    .container2 img {
      width: 100%;
      height: auto;
    }

    .col-2 img {
      width: 100%;
      height: auto;
      display: block;
      margin-left: auto;
      margin-right: auto;
    }

    .container1 {
      position: relative;
      max-width: 80%;
      /* max-width: 100%;  */
      /* width:33.2% ; */
      margin: 0 auto;
      z-index: -1;
    }

    .container2 {
      position: relative;
      max-width: 80%;
      /* max-width: 100%;  */
      /* width:33.2% ; */
      margin: 0 auto;
      z-index: -1;
    }

    nav .navbar .logo img {
      width: 100%;
      padding: 0.5em 0;
    }

    .pos2 {
      margin-top: 60px;
    }

    .col-5 {
      font-size: 18px;
    }

    .b {
      font-size: 19px;
    }

    .tablink2 a {
      float: left;
      color: #f2f2f2;
      text-align: center;
      padding: 14px 16px;
      text-decoration: none;
      font-size: 16px;
      width: 20%;
    }

    .tablink2 a {
      float: left;
      color: #f2f2f2;
      text-align: center;
      padding: 14px 16px;
      text-decoration: none;
      font-size: 16px;
      width: 20%;
    }
  }

  @media(max-width:800px) {
    nav {
      position: fixed;
      left: 0;
      right: 0px;
      top: 0px;
      padding: 1.0em 0;
      background-color: white;
      font-family: 'Monserrat', sans-serif;
    }

    nav .navbar .nav-links {
      display: block;
      position: fixed;
      /* color:white; */
      /* background: #3e8da8; */
      background: grey;
      top: 0;
      left: -100%;
      max-width: 500px;
      width: 100%;
      /* background: #3e8da8; */
      padding: 20px;
      line-height: 40px;
      transition: all 0.5s ease;
      z-index: 100;
    }

    nav .navbar .nav-links .sidebar-logo {
      display: flex;
      align-items: center;
      justify-content: space-between;
    }

    nav .navbar .nav-links .links .sub-menu {

      background: white;
      width: 200px;

    }

    nav .navbar .nav-links .links li a {
      color: black;
      /* color:white; */
      text-decoration: none;
      white-space: nowrap;
      font-size: 18px;
      font-weight: 500;
      padding: 0 15px;
      /* background: red; */
    }

    nav .navbar .nav-links .links .sub-menu li a {
      font-size: 16px;
      font-weight: 500;
      line-height: 40px;
    }

    nav .navbar .nav-links .links .sub-menu li a:hover {

      background: whitesmoke;
    }

    nav .navbar .fa-bars,
    nav .navbar .nav-links .sidebar-logo .logo_name,
    nav .navbar .nav-links .sidebar-logo .fa-close {
      /* color:#fff; */
      font-size: 25px;
      font-weight: 500;
    }

    nav .navbar .fa-bars,
    nav .navbar .nav-links .sidebar-logo .logo_name,
    nav .navbar .nav-links .sidebar-logo .fa-close {
      display: block;
    }

    nav .navbar .nav-links .links {
      display: block;
      margin-top: 20px;
    }

    nav .navbar .nav-links .links li {
      display: block;
      border-bottom: none;
    }

    nav .navbar .nav-links .links .sub-menu {
      display: none;
      position: relative;
      top: 0;
      left: 0;
      box-shadow: none;

    }

    nav .navbar .nav-links .links .sub-menu li {
      border-bottom: none;
    }

    nav .navbar .nav-links .links li:hover .htmlCss-sub-menu,
    nav .navbar .nav-links .links li:hover .js-sub-menu {
      display: none;
    }

    nav .navbar .nav-links .links li .arrow {
      line-height: 40px;
    }

    nav .navbar .nav-links .links li:hover .htmlcss-arrow,
    nav .navbar .nav-links .links li:hover .js-arrow {
      transform: rotate(0deg);
    }

    nav .navbar .nav-links.show1 .links .sub-menu.htmlCss-sub-menu {
      display: block;
    }

    nav .navbar .nav-links.show2 .links .more.more-sub-menu {
      display: block;
    }

    nav .navbar .nav-links.show3 .links .sub-menu.js-sub-menu {
      display: block;
    }

    nav .navbar .nav-links.show1 .links li .htmlcss-arrow,
    nav .navbar .nav-links.show3 .links li .js-arrow {
      transform: rotate(180deg);
    }

    * {
      font-size: 12px;
    }

    /* For mobile phones: */
    [class*="col-"] {
      width: 100%;
      /* font-size:12px; */
    }

    html {
      margin-left: 0px;
      margin-right: 0px;
    }

    .slideshow-container {
      margin-top: 30px;
    }

    .col-12 {
      margin-top: 50px;
    }

    .pos2 {
      margin-top: 60px;
    }

    .col-5 {
      font-size: 20px;
    }

    .footer {
      background-color: white;
      color: black;
      text-align: center;
      font-size: 12px;
      padding: 15px;
      line-height: 1.6;
    }

    .footer img {
      width: 70%;
    }

    h3 {
      color: purple;
      text-align: center;
      background-color: aquamarine;
      font-size: 16px;
      padding: 5px;
    }

    #customers td,
    #customers th {
      border: 1px solid #ddd;
      padding: 8px;
      font-size: 12px;
    }

    * {
      font-size: 16px;
    }

    .container1 {
      position: relative;
      max-width: 100%;
      /* max-width: 100%;  */
      /* width:33.2% ; */
      margin: 0 auto;
      z-index: -1;
    }

    .container1 img {
      width: 100%;
      height: 300px;
    }

    .container2 {
      position: relative;
      max-width: 100%;
      /* max-width: 100%;  */
      /* width:33.2% ; */
      margin: 0 auto;
      z-index: -1;
    }

    .container2 img {
      width: 100%;
      height: 300px;
    }

    form img {
      width: 30%;
    }

    .col-2 img {
      width: 60%;
      height: auto;
      display: block;
      margin-left: auto;
      margin-right: auto;
    }

    .tablink {
      background-color: #555;
      color: white;
      float: left;
      border: none;
      outline: none;
      cursor: pointer;
      padding: 14px 16px;
      margin-top: 1px;
      margin-left: 1px;
      font-size: 14px;
      width: 33%;
    }

    .tablink1 {
      overflow: hidden;
      background-color: #333;
    }

    .tablink1 a {
      float: left;
      color: #f2f2f2;
      text-align: center;
      padding: 14px 16px;
      text-decoration: none;
      font-size: 14px;
      width: 33.33%;
    }

    .tablink1 a:hover {
      background-color: #ddd;
      color: black;
    }

    .tablink1 a.active {
      background-color: #04AA6D;
      color: white;
    }

    nav .navbar .logo img {
      width: 100px;
      float: right;
      padding: 0.5em 0;
    }

    nav .navbar .fa-bars {
      font-size: 25px;
    }

    nav .navbar .fa-close {
      color: white;
    }

    nav .navbar .logo_name {
      color: white;
    }

    .swiper-slide img {
      width: 100%;
      height: 300px;

    }

    .swiper-container {
      margin-top: 20px;

    }

    .tablink2 a {
      float: left;
      color: #f2f2f2;
      text-align: center;
      padding: 14px 16px;
      text-decoration: none;
      font-size: 12px;
      width: 33%;
    }

    .swiper-pagination-bullet {
      width: 15px;
      height: 15px;
    }

    .tablink2 a {
      float: left;
      color: #f2f2f2;
      text-align: center;
      padding: 14px 16px;
      text-decoration: none;
      font-size: 14px;
      width: 33.33%;
    }

    .address {
      display: none;
    }

    .address1 {
      display: block;
      line-height: 1.6;
      text-align: center;
    }

    .swiper-pagination-bullet {
      width: 15px;
      height: 15px;
    }
  }


  @media (max-width:500px) {
    nav .navbar .nav-links {
      max-width: 100%;
    }

    nav .navbar .logo img {
      width: 100px;
      float: right;
      padding: 0 0;
    }

    nav .navbar .fa-bars {
      font-size: 25px;
    }

    nav .navbar .fa-close {
      color: white;
    }

    nav .navbar .logo_name {
      color: white;
    }

    .slideshow-container {
      margin-top: 20px;
    }

    .col-12 {
      margin-top: 30px;
    }

    .pos2 {
      margin-top: 50px;
    }

    .col-5 {
      font-size: 20px;
    }

    .swiper-slide img {
      width: 100%;
      height: 300px;

    }

    .tablink2 a {
      float: left;
      color: #f2f2f2;
      text-align: center;
      padding: 14px 16px;
      text-decoration: none;
      font-size: 14px;
      width: 33.33%;
    }

    .footer {
      background-color: white;
      color: black;
      text-align: center;
      font-size: 9px;
      padding: 15px;
      line-height: 1.6;
    }

    .footer img {
      width: 70%;
    }

    h4 {
      display: none;
    }

    h5 {
      display: block;
    }

    .contact {
      display: none;
    }

    .contact1 {
      display: block;
    }
  }