.sub-btn {
    right: 1px; /* Align the button near the right edge */
    top: 0; /* Align with the top of the input */
    height: 100%; /* Make the button match the height of the input */
    border-radius: inherit; /* Ensure it follows the input's rounded corners */
    /* Remove extra padding inside the button */
    line-height: normal; /* Reset default line height */
}

.input-group .form-control {
    padding-right: 70px; /* Add space for the button to avoid overlap */
}

/* .ms-5{
    margin-left: 600px;
} */
/* .footer-header{
    margin-left: 250px;
}
.input-group{
    left: 400px;
} */
.second {
    margin-left: 0px; /* Default for small screens */
}


.Meet{
    margin-left: 248px;
}
.social-icons{
    margin-left: 1rem;
    margin-right: 1rem;;
}
.bar-code{
    margin-left: 1rem;
}
.side-icon {
    right: 12px !important;
    bottom: 70px !important;
    height: 35px;
    width: 35px;
    background-color: #ffcc3e;
    bottom: 42px !important;
    padding: 8px;
    border-radius: 100%;
    color: white;
}

@media (min-width: 576px) { /* Small screens and above */
    .second {
        margin-left: 100px !important;
    }
}

@media (min-width: 768px) { /* Medium screens and above */
    .second {
        margin-left: 150px !important;
    }
}

@media (min-width: 992px) { /* Large screens and above */
    .second {
        margin-left: 250px !important;
    }
}

@media (max-width :768px){
    .download-second{
          margin-top: 8px;
    }
}
@media (max-width :425px){
    .download{
          margin-top: 8px;
    }
}
@media (width:425px) {
    .side-icon{
       margin-right: 16px;
       margin-bottom: 44px;
    }
}
@media (width:320px){
    .side-icon{
        margin-right: 5px;
        margin-bottom: 28px;
    }
}
@media (min-width:768px){
    .Prefereed{
        margin-left: 10px !important;
    }
}


