* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    overflow-x: hidden;

}
.navbar{
    /* background-color: #eff3f6; */
    background: rgba(242, 225, 241, 0.4);
    width: 100%;
    top: 0;
    z-index: 567;
  }
  @media(min-width:0px) and (max-width:991px) {
    .navbar{
      background-color: #eff3f6;
      width: 100%;
      top: 0;
      z-index: 567;
    }
  }
  .navbar .nav-item {
    padding: 5px 5px;
  }
  .navbar .nav-link {
    font-size: 20px;
    margin-left: 10px;
    color: #999;
    font-weight: bold;
  }
  .btn-login{
      background-color: #4846A6;
      color: #fff;
      font-weight: 600;
      /* border-top-right-radius: 15px;
      border-bottom-left-radius: 15px; */
      padding: 0.5rem 0.8rem;
      word-spacing: 4px;
      box-shadow: 5px 5px 10px #fff;
  }

  .btn-login:hover{
      color: #fff;
  }
  .fa-bars {
    color: #4846A6;
    font-size: 30px;
  }
.bg-banner {
    /*background-image: url('../assets/images/bg.jpg');*/
    /*width: 100%;*/
    /*height: 100vh; */
    /*background-size: cover;*/
    /*background-repeat: no-repeat;*/
    /*background-position: inherit;*/
    /*position: relative;*/
}


.bg-banner::before {
    position: absolute;
    content: '';
    background-image: linear-gradient(to right, rgba(41, 42, 43, 0.7), rgba(65, 66, 66, 0.7), rgba(105, 106, 107, 0.7), rgba(106, 116, 134, 0.7), rgba(141, 153, 173, 0.7));
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
a{
    text-decoration: none;
}
.btn-inquiry {
    background: #4846A6;
    box-shadow: none;
    padding: 1rem 2rem;
    color: #fff !important;
    outline: none;
    border: none;
    /* border-top-right-radius: 15px;
    border-bottom-left-radius: 15px; */
    /* width: 100%; */
    font-weight: bold;
    margin-bottom: 12px;
    word-spacing: 4px;
    box-shadow: 5px 5px 10px #fff;
}


h1 {
    font-family: 'Poppins', sans-serif, 'arial';
    font-weight: bold;
    font-size: 60px;
    color: #fff;
}

h3 {
    font-family: 'Poppins', sans-serif, 'arial';
    font-weight: bold;
    font-size: 70px;
    color: #fff;
    /* margin-top: 30px; */
}

h6 {
    font-family: 'Poppins', sans-serif, 'arial';
    font-weight: 600;
    font-size: 20px;
    color: #fff;
}

.form-control {
    /* width: 100%; */
    height: calc(1.5em + 1.3rem + 2px);
    padding: 0.65rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e2e5ec;
    border-radius: 4px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control:focus{
    box-shadow: none;
    border: 1px solid #4846A6;
}
label{
color: black;
margin-top: 20px;
margin-bottom: 20px;
font-weight:600;
}
.intl-tel-input {
    position: relative;
    display: inline-block;
    width: 100%;
}


.bg-caption{
  background: rgba(100, 100, 100, 0.4);
  padding: 20px;
  box-shadow: 0px 0px 50px #fff;
  /* border-top-right-radius: 40px;*/
  border-radius: 40px; 
/*max-width: 700px;*/
margin: 0 auto;
}
@media(min-width:0px) and (max-width:675px) {
  h1 {
    font-family: 'Poppins', sans-serif, 'arial';
    font-weight: 600;
    font-size: 45px;
    color: #fff;
}
}
.form {
    position: absolute;
    z-index:567;
    background: #fff;
    border-radius: 10px;
    width: 350px;
    margin: 0 auto 100px;
    padding: 45px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
  }
  
  .form input {
    outline: 0;
    background: #f2f2f2;
    width: 100%;
    border: 0;
    border-radius: 5px;
    margin: 0 0 15px;
    padding: 15px;
    box-sizing: border-box;
    font-size: 14px;
   
  }
  
  .form input:focus {
    background: #dbdbdb;
    border: 1px solid #4846A6;
  }
  
  .form button {
   
    text-transform: uppercase;
    outline: 0;
    background: #4846A6;
    width: 100%;
    border: 0;
    border-radius: 5px;
    padding: 15px;
    color: #FFFFFF;
    font-size: 14px;
    -webkit-transition: all 0.3 ease;
    transition: all 0.3 ease;
    cursor: pointer;
    font-weight: 20px;
    font-weight: bold;
  }
  
  .form button:active {
    background: #4846A6;
  }
  
  .form span {
    font-size: 30px;
    color: #4846A6;
    font-weight: bold;
  }
.fa-solid{
  float:right;
  margin-top: -35px;
  margin-right: -35px;
  font-size: 25px; 
  color: #fff; 
  cursor: pointer;
  height: 30px;
  width: 30px;
  align-items: center;
  display: flex;
  justify-content: center;
  border-radius: 50%;
  background-color: #4846A6;
}
.alert-danger{

    font-size:12px;
}
}
