
.footer_heading{
  font-family: "Helvetica_Roman" !important;
  color: rgba(255, 255, 255, 0.6) !important;
  font-size: 13px !important;
}

.footer_sub_links{
  font-family: "Helvetica_Roman" !important;
  color: #FFFFFF99 !important;
  font-size: 10px !important;
  text-transform: uppercase;
}

.footer {
  width: 100%;
  background-color: #1B1C1C;
  /* padding-top: 19px; */
  padding-bottom: 20px;
  height: auto;
}

.footer .container {
  /* width: 90%; */
  margin: 0 auto;
}

.footer h5 {
  color: #BABABA;
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 25px;
}

.footer_inside p {
  color: #FFFFFF99;
  font-size: 10px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 1px;
  opacity: 0.8;
}
.footer_inside img {
  width: 80px;
}

.add {
  font-family: "Helvetica_Roman" !important;
  font-size: 8px !important;
  color: #FFFFFF99 !important;
  line-height: 20px !important;
  /* padding-top: 18px; */
  white-space: pre;
  text-transform: uppercase;
}

.footer_inside {
  /* width: 16.66%; */
  float: left;
  margin-top: 60px;
  margin-bottom: 80px;
}
.footersubmenu{
  display: flex;
  justify-content: end;
  padding-right: 100px;
  gap: 50px;
  padding-bottom: 30px;
  align-items: center;
  
}

.footericon{
  color: white;
  display: flex;
  justify-content: end;
  gap: 6px;
  margin-top: 8px;
}
.footericon div{
  height: 20px;
  padding: 10px;
  width: 23px;
  align-items: center;
  justify-content: center;
  display: flex;
  border-radius: 50%;
}
.footericon img{
  width: 20px;
  height: 21px;
}
.footerw5{
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.footerline{
  height: 60px;
  width: 1px;
  background-color: aliceblue;
}
.footermain{
  padding: 0 68px 0px 68px !important;
  margin: 0 !important;
}
.popupfooter {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  overflow: auto;
}

.popup-footer-content {
  width: 55vw;
  background: #000;
  color: #FFF;
  padding: 20px;
  border-radius: 8px;
  position: relative;
  font-family: SF_regular;
  overflow: auto;
  padding: 4vh 3vw;
}
.popup-footer-content .disclaimerheading{
  padding-bottom: 10px;
  text-align: justify;
  padding: 6px 0;
  letter-spacing: 1px;
  font-size: 10px;
  line-height: 10px;
}
.popupfooter.hidden {
  display: none;
}

.popupfooter .closebtn {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 1.5rem;
  cursor: pointer;
  color: #FFF;
}
.footerdisclaimermain{
  display: flex;
  gap: 2vw;
}
.footerdisclaimerpart1{
  width: 50%;
  padding: 0 0 0 1vw;
}
.footerdisclaimerpart2{
  width: 50%;
  padding: 0 1vw 0 0;
}
.footerdisclaimermain .footerdisclaimerpera{
  text-align: justify;
  padding: 6px 0;
  letter-spacing: 1px;
  font-size: 10px;
  line-height: 10px;
}
@media screen and (max-width: 1440px) {
  /* .footer .container {
    width: 98%;
  } */
  .footer p {
    font-size: 10px;

  }
  /* .footer_inside {
    width: 15%;
  } */
  .w20 {
    width: 20% !important;
  }
  .w12 {
    width: 10% !important;
  }
  /* .footer_inside {
    width: 18%;
  } */
  .footer h5 {
    color: #BABABA;
    font-size: 14px;
    padding-bottom: 15px;
    font-weight: 400;
    text-transform: uppercase;
  }
}
@media screen and (max-width: 1366px){
  .footer_inside{
    margin-top: 50px;
  }
}
@media screen and (max-width: 1200px) {
  .w5 {
    width: 20% !important;
  }
  .w12 {
    width: 9% !important;
  }
  /* .footer_inside {
    width: 17.5%;
  } */
  .footer_inside {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .popup-footer-content{
    width: 95vw;
  }
}
@media screen and (max-width: 1024px) {
  .footer_inside {
    /* width: 50%; */
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .footer h5 {
    color: #BABABA;
    font-size: 11px;
    padding-bottom: 0px;
  }
  .footer p {
    font-size: 8px;
    line-height: 25px;
  }
  /* .footer_inside {
    width: 33.33% !important;
  } */
  .footer{
    padding: 30px;
  }
  .footer_inside button{
    padding: 33px 45px;
  }
  .footermain{
    padding: 0 !important;
  }
  .footerdropdown{
    padding: 0px;
  }
  .subfootermenu{
    padding: 0;
  }
}

@media screen and (max-width: 900px) {
  /* .footer_inside {
    width: 100% !important;
  } */
  .footer_inside {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .footer h5 {
    font-size: 15px;
    /* font-weight: 500; */
  }
  /* .footer .container {
    width: 96%;
  } */
  .footer_inside button{
    padding: 20px 30px;
  }
  
}/*# sourceMappingURL=footer.css.map */
@media screen and (max-width: 768px){
  .footersubmenu{
  display: flex;
  flex-direction: column;
   text-align: center;
   padding-right: 0;
   padding-top: 20px;
  }
  .footer_insidebutton{
    text-align: center;
  }
  .footer p{
    color:#ffffff99 !important;
  }
  .footerline{
    width: 100px;
    height: 1px;
    margin: -20px 0;
  }
  .footer h5 {
    font-size: 9px;
  }
  .footer p {
    font-size: 8px;
  }
  .footerw5{
    width: 100%;
  }
  .footer{
    padding: 20px;
  }
  .footerdisclaimermain{
    flex-direction: column;
  }
  .footerdisclaimerpart1{
    width: 100%;
  }
  .footerdisclaimerpart2{
    width: 100%;
  }
  .popup-footer-content{
    top: 20vh;
  }
}
@media screen and (max-width: 720px){
  .footericon{
    gap: 3px;
  }
  .footericon div {
    height: 15px;
    width: 20px;
  }
  .footericon img {
    height: 19px;
    width: 18px;
  }
}
@media screen and (max-width: 500px){
  .popup-footer-content{
    top: 30vh;
  }
  .footericon{
    justify-content: start;
  }
  .footer_heading{
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 420px){
  .footericon{
    /* justify-content: center; */
  }
  .popup-footer-content{
    top: 45vh;
  }
}