*{
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
    font-family: Inter,sans-serif;
}
.brand{
    font-weight: 900;
    font-size: 34px;
    color: #ee2e24;
    padding-right: 70px;
    padding-left: 70px;
    padding-top: 5px;
    position: sticky;
    top: 0px;
}
.one a{
    text-decoration: none;
    color: black;
    font-weight: 600;
    font-size: 14px;
padding-left: 8px;

}
.one{
    padding-top: 13px;
    padding-bottom: 13px;
 padding-right: 30px;
 border-right: 1px solid #eee;
}
header{
    height: 60px;
    width: 100%;
    /* background-color: red; */
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 3%), 0 1px 2px 0 rgb(0 0 0 / 3%);

}
.two a{
    color: rgba(0,0,0,.54);
    font-size: 12px;
    font-weight: 300;
    cursor: pointer;
    padding-left: 30px;
}
.two{
    margin: 0px;
    margin-bottom: 0px;
    margin-top: -8px;
}
.one a:hover{
    color: black;
}
.two a:hover{
    color:  rgba(0,0,0,.54);
}
.drop{
    margin: 0px -25px;
    font-size: 14px;
    font-weight: 700;
    padding-top: 20px;
    border-right: 1px solid #eee;
    padding-right: 30px;
    padding-left: 35px;
}
.drop:hover{
    background-color: #eee;
}
.login{
    margin: 0px 4px;
    font-size: 14px;
    font-weight: 700;
    padding-top: 20px;
    padding: 20px 20px;
    position: sticky;
    top: 0px;
}
.login a{
    text-decoration: none;
    color: black;
}
.login a:hover{
    color: black;
}
.login:hover{
    background-color: #eee;
}
.head2{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    background-color: #f3f5f7;
    border-bottom: 1px solid rgba(0,0,0,.05);
    height: 38px;
    width: 100%;
    padding-right: 50px;
    padding-left: 50px;
    cursor: pointer;
}
.head2 small{
    padding: 9px 20px;
    font-weight: 400;
    color: rgba(0,0,0,.7);
    font-size: 13px;
}
.head2 small:hover{
    background-color: #fdf9f9e7;
}
 .head2 .true:hover{
    color: #ee2e24;
    background-color:  #f3f5f7;
 }
 .head2 small i{
      color: rgba(0,0,0,.7);
      transition: all ease 0.3s;
 }
 .head2 small i:hover{
transform: rotate(180deg);


 }

  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 160px;
    /* box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); */
    z-index: 1;
   top: 32px;
    height: 400px;
    width: 265px;
  
  }
  .dropdown-content a {
    color: black;
    padding: 5px 20px;
    text-decoration: none;
    display: block;
    font-size: 14px;
    text-align: start;
  }
  .dropdown-content a:hover {color: #ee2e24}
  .dropdown:hover .dropdown-content {
    display: block;
  }
  .pop{
    color: black;
    font-weight: 700;
    font-size: 13px;
    margin-top: 18px;
    /* margin-bottom: 15px; */
  }
.wrap2 svg{
    position: absolute;
    left: 700px;
    top: 28px;
}
.wrap1 svg{
    position: absolute;
    left: 200px;
    top: 8px;
}
.container1{
    background: linear-gradient(135.46deg,#d11450,#df293a);
    width: 100%;
    padding: 10px 0 32px;
    margin-bottom: 18px;
    position: relative;
    box-sizing: border-box;
    height:220px;
}
.over{
    color: #fff;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.5;
    margin: 16px 0;
    text-align: center;
    position: absolute;
    top: 100px;
    left: 213px;
}

form.example input[type=text] {
    position: absolute;
    left: 140px;
    top: 176px; 
    width: 33%;
    padding: 11px;
    border: 1px solid grey;
    border-radius: 2px;
    background-color: #fff;
    font-size: 14px;
  }
  .submit1{
    padding: 11px 10px ;
    border: none;
    border: 1px solid grey;
    position: absolute;
    left: 543px;
    width: 15%;
    top: 176px;
    font-size: 14px;
    font-weight: 500;
    background-color: #fff;
  }
  .submit2{
    padding: 11px 10px ;
    border: none;
    border: 1px solid grey;
    position: absolute;
    left: 725px;
    width: 15%;
    top: 176px;
    font-size: 14px;
    font-weight: 500;
    background-color: #fff;
  }
  .submit3{
    padding: 9px 10px ;
    border: none;
    border: 1px solid grey;
    position: absolute;
    left: 906px;
    width: 11%;
    top: 176px;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    background: #1ab64f;
  }
  .location{
    position: absolute;
    top: 242px;
    left: 140px;
    font-size: 15px;
    font-weight: 600;
    color: #fff; 
  }
  .location p {
    padding-right: 18px;
    padding-top: 10px;
  }
  .location button{
    border: 2px solid #fff;
    border-radius: 4px;
    font-weight: 700;
    color: #fff;
    font-size: 13px;
    background-color: transparent;
    padding: 8px;
    margin-right: 16px;
    cursor: pointer;
  }
  .location button:hover{
    background: linear-gradient(135.46deg,#911039,#8f032d);
  }
  .face .access{
    font-weight: 700;
    padding-left: 40px;
    font-size: 17px;
    padding-top: 6px;
  }
  .face .reach{
    padding-left: 40px;
    color: #575555e7;
    font-size: 15px;
    font-weight: 500;
  }
  .your{
    position: absolute;
    top: 803px;
    right: 535px;
    font-size: 12px;
    background-color: #fff;
  }
  .john{
    width: 55%;
    height: 47px;
    border:1px solid rgb(190, 189, 189);
    padding: 10px;
    border-radius: 5px;
  }
  .john2{
    border: none;
    background-color: #ee2e24;
    color: #fff;
    padding: 10px 35px;
    border-radius: 5px;
  }
  .fire{
    border:1px solid rgb(211, 211, 211);
    border-radius: 5px;
    padding: 18px 10px;
  }
  .map{
    background-color: #f3f5f7;
    padding: 40px 0px 30px  0;
    margin-top: 20px;
    height: px;
  }
  .map1{
    position: relative;
  }
  header{
    top: 0px;
    position: sticky;
    z-index: 1000000000;
    background-color: #fff;
  }
  .bold{
    font-size: 32px;
    font-weight: 600;
    /* padding-top: 4px; */
  }
  .bold1{
    font-size: 32px;
    font-weight: 600;
    /* padding-top: 4px; */
    padding-left: 30px;
    border-left: 1px solid #979797;
  }
  .count{
    font-size: 13px;
    color:  rgb(156, 153, 153);
    margin-top: -10px;
  }
  .slash{
    font-size: 73px;
    color:  rgb(156, 153, 153);
  }
  .line{
    display: block;
    margin: 20px 0;
    width: 30%;
    word-wrap: break-word;
  }
.point{
  display: inline-block;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  overflow: hidden;
  margin-right: 12px;
}
footer{
  background-color: rgb(109, 120, 125);
  height: 700px ;
  width: 100%;
}
.containerfoo{
display: flex;
align-items: center;
justify-content: space-evenly;
border-bottom: 1px solid #b9b5b5;
padding: 18px 0;
margin-bottom: 15px;
}
.l3{
  border: none;
  background-color: white;
  color: rgb(109, 120, 125);
  font-size: 11px;
  border-radius: 5px;
  padding: 10px 24px;
  font-weight: 600 ;
  margin-right: 60px;
}
.l3 i{
  font-size: 15px ;
  padding-right: 5px;
}
.containerfoo1 span{
  font-size: 35px;
  font-weight: 900;
  padding-right: 30px;
  padding-left: 50px;
}
.containerfoo1 p{
  font-weight: 600;
  font-size: 20px; 
  padding-top: 10px;
}
.containerfoo2 p{
  font-weight: 600;
  font-size: 20px; 
  padding-top: 4px;
  padding-right: 30px;
}
.off{
  font-size: 13px;
  padding-right: 50px;
  padding-bottom: 20px;
}
.outer{
  border-right: 1px solid  #b9b5b5;
}
.inner{
  padding-right: 70px;
}
.inner ul li {
  list-style: none;
  padding: 5px 10px;
}
.inner li a{
  text-decoration: none;
  font-size: 13px;
  color: #fff;
  font-weight: 500;
}
.inner li a:hover{
  text-decoration: underline;
}
.on1 button{
  border: none;
  background-color: black;
  color: #fff;
padding: 0px 30px;
margin-right: 10px;
border-radius: 6px;
border: 1px solid #999898;

}
.on1 button small{
  font-size: 10px;
}
.range ul {
  /* padding-top: 50px; */
  padding-right: 35px;
}
.range ul li {
  list-style: none;
  padding-top: 7px;
}
.range ul li a{
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}
.hot{
  margin: 30px  0px 0px 0px;
  font-size: 22px;
  font-weight: 700;
  padding-left: 30px;
  padding-bottom: 10px;
}
.range ul li a:hover{
  text-decoration: underline;
}
.symbol i:hover{
  color:  #beb9b9;
}
.symbol a{
  color: white;
}