@media (max-width:992px) {
    .amount_box{
        min-width: 350px;
    }
    .common_section {
        padding: 4rem 0rem;
    }
    #menu {
        position: absolute;
        left: 0;
        top: 48px;
        background: #221e21;
        color: white;
        width: 100%;
        z-index: -4;
        height: auto;
        border-radius: 10px 10px 0px 0px;
        padding: 42px 10px 20px;
        font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
        line-height: 100px;
        text-align: center;
        margin: auto;
        display: none;
    }
    header .inner_header {
        z-index: 5;
        position: relative;
    }
    header .menu ul li {
        display: block;
        margin-left: 0px;
        margin-bottom: 27px;
    }
    header .menu ul li a {
        display: block;
        text-decoration: none;
        font-family: Poppins;
        font-weight: 500;
        font-size: 17px;
        line-height: normal;
        color: #c8c6c5;
    }
}

@media (max-width:768px) {
    .common_section {
        padding: 3rem 0rem;
    }
}
@media (max-width:552px) {
    .logo img {
        height: 35px;
    }
    header .inner_header {
        border-radius: .8rem;
    }
    .common_btn {
        padding: 1.1rem 2rem;
    }
    .section_title {
        font-size: clamp(20px, 4.5vw, 54px);
    }
}
@media (max-width:480px) {
    .common_btn {
        padding: .8rem 1.5rem !important;
        height: fit-content;
    }
    .logo img {
        height: 29px;
    }
}