:root {
  --timing: ease;
}

.scrollBar1 {
  position: fixed;
  top: 15vh;
  height:3px;
  width: 0%;
  background:#49e;
  -webkit-transition: width 200ms var(--timing);
  transition: width 200ms var(--timing);
  text-align: right;
  color: #fff;
  z-index:999;
}
.scrollBar1 span {
  position: absolute;
  top: -23px;
  right: 15px;
  font-size: 0.7em;
  font-weight: 500;
  display: block;
  text-align: center;
}
.scrollBar1 span::after {
  content: "%";
  font-size: 0.8em;
  position: absolute;
  right: -15px;
  bottom: 4px;
  font-weight: 700;
  opacity: 0.4;
}
.HText {
    display: none;
    position: relative;
    top:100;
    width: 100%;
   z-index:99;
   font-size:24px;
   font-weight:600;
   padding-left: 15%;
}
#myInput {
  background-image: url('https://www.w3schools.com/css/searchicon.png');
  background-position: 10px 6px;
  background-repeat: no-repeat;
  max-width:250px;
  font-size: 16px;
  padding: 5px 5px 6px 40px;
  border: 1px solid #ddd;
  margin-bottom: 1px;
  z-index: 999;
  margin-left: 3%;
  border-radius: 3px;
}

#myUL {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#myUL li a {
  border: 1px solid #ddd;
  margin-top: -1px; /* Prevent double borders */
  background-color: #f6f6f6;
  padding: 12px;
  text-decoration: none;
  font-size: 18px;
  color: black;
  display: block
}

#myUL li a:hover:not(.header) {
  background-color: #eee;
}
/*
*,*::before*::after{
    padding: 0;
    margin: 0;
    border: 0;
    box-sizing: border-box;
}
html,body{
    height: 100%;
    font-family: 'Inter',Arial, Helvetica, sans-serif;
    line-height: 1.6;
}
.wrapper {

}

.container {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 10px;
}
*/
.MobileP{padding-top:50px;}
.header {
    position:fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 50;
}
.header::before{
    content: '';
    position: absolute;
    top: -1;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-color:#f9f9f9;*/
    z-index: 2;
    background-color: #fff;
   /* -webkit-box-shadow: 11px 10px 38px rgb(0 0 0 / 12%);
    box-shadow: 11px 10px 38px rgb(0 0 0 / 12%);*/
    -webkit-box-shadow: 11px 10px 30px rgb(0 0 0 / 5%);
    box-shadow: 11px 10px 30px rgb(0 0 0 / 5%);
    border-bottom: 1px solid #e6e6e6;
}

.header__menu {
    width: 100%;
}
.header__body {
    position: relative;
    /* z-index: 2; */
    display: flex;
    justify-content: normal;
    height: auto;
    align-items: center;
}
.header__logo{
   max-width:150px;
    z-index: 3;

}

.header__logo  img{
   max-width: 100%;
   display: block;
}
.header__burger{
    display: none;
}
.header__menu{ }

.header__list {
    display: flex;
    position: relative;
    z-index: 2;
    padding-left:5px;
    margin-left:5px;
}
.header__list li{
    list-style: none;
    margin-left:20px;
    text-align: center;
}
.header__link{
    color: #181818;
    text-transform: capitalize;
    font-size:16px;
    text-decoration: none;
    font-weight: 600;
}

@media(max-width: 767px){
input{z-index: 999;}
#myInput {max-width: 160px;margin-left: 1%;}
.MobileP{padding-top:50px;}
.scrollBar1 {
    position: fixed;
    top: 11vh;
    height: 3px;
    width: 0%;
  
}
.HText {
    display: none;
    position: relative;
    top:100;
    width: 100%;
   z-index:99;
   font-size:17px;
   font-weight:500;
   padding-left:2%;
   color:#fff;
}
.header {
    position:fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 50;
}
.header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: #1f2025;
     
}
.header__list li{
    list-style: none;
    margin-left:15px;
    text-align: left;
}
   .mdisplyN{display:none;}
   .header__body {
    position: relative;
    /* z-index: 2; */
    display: flex;
    justify-content: space-between;
    height: auto;
    align-items: center;
}
    body.lock {
        overflow: hidden;
    }

    .header__logo{
       padding:5px;
       max-width:120px;
       background-color: #fff;
    }
    
    .header__body {
        height: 50px;
    }
    .header__burger {
        display: block;
        position: relative;
        width: 30px;
        height: 20px;
        position: relative;
        z-index: 3;
    }
    .header__burger span {
        position: absolute;
        background-color: #fff;
        width: 100%;
        height: 2px;
        left: 0;
        top: 9px;
        transition: all 0.3s ease 0s;
    }
    .header__burger::before,
    .header__burger::after{
        content: '';
        background-color: #fff;
        position: absolute;
        width: 100%;
        height: 2px;
        left: 0;
        top: px;
        transition: all 0.3s ease 0s;
    }
    .header__burger::after{
        bottom: 0;
    }

    .header__burger.active::before {
        transform: rotate(45deg);
        top: 9px;
    }
    .header__burger.active::after {
        transform: rotate(-45deg);
        bottom: 9px;
    }
    .header__burger.active span {
        transform: scale(0);
    }
    .header__menu {
        position: fixed;
        top: -120%;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        transition: all 0.3s ease 0s;
        /*background-color: rgba(0, 0, 0, 0.95);*/
        background-color: rgb(236 236 236 / 95%);
        padding: 70px 10px 20px 10px;

     }

     .header__menu.active {
         top: 0;
     }

     .header__list{
         display: block;
         margin-left: 0%;
     padding-left: 2%;
     }

     .header__list li{
         margin:0px 0px 5px 0px;
         border-bottom: 1px solid #e2e2e2;
         padding:5px;
     }

     .header__link {
         font-size: 15px;
         font-weight:600;
     }
}

.content{
    padding: 100px 0px 0px 0px ;
}
.content__text {
    font-size: 16px;
    line-height: 25px;
}
.content__text p{
    margin: 0px 0px 20px 0px;
}
@media (max-width: 767px) {
    .content {
        padding: 70px 0px 0px 0px ;
    }
}
