#main-navbar li i {
  font-size: 16px;
}
.navbar-collapse ul li i {
  /* color: #d7d7d7; */
  color: #c7c7c7;
}

.navigation li {
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.infoDiv i {
  margin-right: 7px;
  font-size: medium;
}

.infoDiv a {
  color: white;
}
.color-light li i {
  color: #e1e1e1;
}
.font-bold {
  /* font-weight: bold; */
  color: white;
}

/* custom model css  */

#parentContact {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: white;
  z-index: 1000;
  display: none;
  opacity: 0;
  transform: translateY(-100%);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
#hide-contact {
  float: right;
}
#hide-contact i {
  font-size: 30px;
  color: white;
  cursor: pointer;
}
.navbar-collapse {
  display: flex;
  align-items: center;
}
.navbar-collapse .outer-box {
  margin-left: 25px;
  margin-top: 10px;
}
.social-column {
  margin-top: 35px;
}
.justify-between {
  justify-content: space-between;
}

.content-boxclient {
  display: flex;
  align-items: center;
}
.content-boxclient .image-box {
  width: 200px;
  background-color: #f3f3f3;
  text-align: center;
  margin-right: 17px;
  border-radius: 20px;
  padding: 20px 20px 13px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 2px solid #f3f3f3;
}
#terms-page ul li {
  list-style-type: disc;
}
.contact-list li a {
  font-size: 20px;
  font-weight: 500;
  margin-left: 10px;
}
.inner-iframe-div iframe {
  width: 100%;
  height: 80vh;
}

.about-section-four .sec-title-v4 form .input-area a {
  width: 259px;
  height: 60px;
  border-radius: 50px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
  margin-left: 14px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid transparent;
  z-index: 9;
}

.about-section-four .sec-title-v4 form .input-area a:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: -webkit-gradient(linear, right top, left top, from(var(--theme-color3)), color-stop(var(--theme-color3)), to(var(--theme-color4)));
  background: linear-gradient(to left, var(--theme-color3), var(--theme-color3), var(--theme-color4));
  height: 100%;
  border-radius: 30px;
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.inner-iframe-div iframe::-webkit-scrollbar {
  display: none;
}


/* @media screen  and (width< 800px) and (width> 1280px) {
  .contact-img-1{
    display: none;
  }
} */


/* @media (width> 800px) { 
  #hide-contact .contactImg{
    bottom: 134px;
  left: 4%;
  position: absolute;
  width: 404px;
  border: 101px solid white;
  } 
 } */

/* @media (min-width: 992px) {
  #hide-contact .contact-img-1{
    bottom: 134px;
  left: 4%;
  position: absolute;
  width: 494px;
  border: 1px solid white;
  } 
} */