/*Media Query Start*/

@media only screen and (min-width: 1366px) and (max-width: 1920px) {}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .menuSec ul li a {
        font-size: 9px;
    }
    ul.Book_Amy li a {
        display: flex;
    }
    ul.Book_Amy li a span {
        width: 180px;
        height: 50px;
    }
    ul.menuSec_btn {
        gap: 21px;
        background: #ffffff45;
        padding: 10px 20px;
        border-radius: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    ul.Book_Amy li a span {
        width: 122px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #bda0a0;
        border-radius: 53px;
    }
    ul.Book_Amy li img {
        height: auto;
        width: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #bda0a0;
        padding: 16px 13px;
        border-radius: 35px;
    }
    ul.menuSec_btn {
        gap: 12px;
        background: #ffffff45;
        padding: 11px 24px;
        border-radius: 51px;
    }
    .menuSec ul li a {
        position: relative;
        display: inline-block;
        text-decoration: none;
        color: #ffffff;
        padding: 0;
        font-size: 7px;
        font-family: 'Montserrat-Medium';
        text-transform: uppercase;
    }
    ul.Book_Amy li a {
        display: flex;
    }
    ul#menu {
        display: flex;
        justify-content: end;
        gap: 11%;
    }
    .banner_text h1 {
        font-size: 40px;
    }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
    ul.Book_Amy li a span {
        width: 122px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 53px;
    }
    ul.Book_Amy li img {
        height: auto;
        width: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #bda0a0;
        padding: 16px 13px;
        border-radius: 35px;
    }
    ul.menuSec_btn {
        gap: 12px;
        background: #ffffff45;
        padding: 11px 24px;
        border-radius: 51px;
    }
    ul.Book_Amy li a {
        display: flex;
    }
    ul#menu {
        display: flex;
        justify-content: end;
        gap: 11%;
    }
}

@media only screen and (min-width: 300px) and (max-width: 519px) {}


/*Media Query End*/