@media (max-width:992px) {
    .text-field-main.d-flex.justify-content-center.align-item-cente {
    flex-direction: column;
}
.yvd-hero {
  background-color: #221d6e;
  padding-bottom: 70px;
  padding-top: 70px;
}
.g-heading-main {
    display: felx;
    justify-content: center;
    align-items: center;
    padding-bottom: 35px;
}
.navbar-toggler-icon {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    vertical-align: middle;
    background-image: var(--bs-navbar-toggler-icon-bg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
.nav-item{
  padding: 0px;
}
.nav-top-padding{
    padding-top: 15px;
}
.about-main{
  background-color: white;
  border-radius: 15px;
  padding: 70px 0px 70px 0px;
}
.about{
  background-color: #221d6e;
  padding-bottom: 70px;
}
    
}
@media (max-width:820px){
    a.navbar-brand {
    width: 613px;
}
}
@media (max-width:768px) {
  .yvd-heading-wrap{
    width: 430px;
  }
  .yvd-para-wrap {
    width: 432px;
    letter-spacing: 1.2px;
}
.input-field{
    width: 440px;
}
    a.navbar-brand {
        width: 200px;
    
}
.yvd-logo {
    width: 78%;
    height: 50%;
}
.row{
    gap: 30px;
}
.a-left-image-wrap img {
    width: 100%;
    height: 419px;
    border-radius: 15px;
    overflow: hidden;
    object-fit: cover;
}
    .container, .container-sm {
        max-width: 100%;
}
}

@media (max-width:470px) {
    .button-main {
    flex-direction: column;
}
.custom-select {
    position: relative;
    width: 100%;
}
.yvd-heading-wrap{
    width: 344px;
  }
  button.cssbuttons-io-button {
    text-align: center;
    display: flex;
    justify-content: center;
}
.input-field {
width: 100%;
}
    .yvd-para-wrap {
        width: 340px;
        letter-spacing: 1.2px;
    }
    .text-field-main.d-flex.justify-content-center.align-item-cente {
    width: 100%;
}
}
