.gbyus img{
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.header-logo img{
    width:120px;
}

.offcanvas__logo img{
    width: 80px;
}
/***CSS***/

.apply-now-bottom {
    font-size: 28px;
    bottom: -5px;
    width: 100%;
    text-align: center;
}

.apply-now-bottom a {
    box-shadow: 0px 0px 8px rgb(12 12 12 / 80%);
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
    padding: 10px 25px;
    font-weight: bold;
    width: auto;
    text-align: center;
    display: block;
    border-radius: 5px 5px 0 0;
   background-color: #e2a83b;
    margin: 0 auto;
    position: fixed;
    bottom: 0;
    left: calc(50% - 80px);
    z-index: 99;
}

/***End***/
@media (max-width: 990px){
    .header-logo img{
        width: 90px;
    }
}
@media(min-width:990px){
    .header-logo img {  
        margin-right: 15px;
      }
      .rdtre {
          box-shadow: 0 0 20px #00000029;
          padding: 40px 30px;
        }
}
.nice-select .list{
    background-color: #fff;
    width: 100%;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #fff;
  font-weight: 400;
}
.nice-select .option {
  border: 1px solid #e6e6e6;
}
.rdtre .form-control{
    margin-bottom: 20px;
    height: 47px;
    border: 1px solid #d4d4d4;
}
.rdtre textarea{
    height: 150px !important;
}
.rdtre .form-select{
    width: 100% !important;
  padding: 12px 10px 10px 10px !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  line-height: 1.5;
  color: #5e5e5e;
  margin-bottom: 20px;
  height: 47px;
  border: 1px solid #cacaca !important;
  background: #fff;
    background-color: rgb(255, 255, 255);
  border-radius: var(--bs-border-radius) !important;
}











