@media screen and (max-width: 990px) {

    .header-row .nav-toggle-holder {
        display: block;
    }

    .header-nav {
        position: fixed;
        right: 0;
        top: 0;
        max-width: 280px;
        width: 0%;
        height: 100vh;
        background: #ec1b30;
        overflow: hidden;
        z-index: 999;
        transition: all 0.6s;
    }

    .nav-active {
        width: 100%;
        opacity: 1;
    }

    .header-nav ul {
        display: block;
        padding: 30px 0px;
    }

    .header-nav ul li:nth-last-child(1) {
        margin: 0;
        border: none;
    }

    .header-nav ul li {
        padding: 15px 20px;
        border-bottom: 1px solid #fbfbfb5c;
        transition: all 0.3s;
    }

    .header-nav ul li a {
        color: #fff;
    }

    .header-nav ul li:hover {
        background-color: #ef4455;
    }

    .header-nav ul li:hover a {
        color: #fff;
    }


    .header-logo {
        padding: 0;
    }

    .header-logo img {
        text-align: center;
    }

    /* responsive header */

    .hotel-cntnt {
        padding: 40px 20px;
    }

    .hotel-cntnt h1,
    .deals-cntnt h2,
    .faq-cntnt h2,
    .client-review-holder h2,
    .obligations-holder h2 {
        font-size: 40px;
        line-height: 42px;
    }

    .deals-cntnt {
        padding: 0px 20px 0px 30px;
    }

    .faq-cntnt .accordion-container .accordion-title {
        padding: 20px 20px 10px 0px;
    }

    .q-text h5 {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .q-text p {
        font-size: 14px;
    }

    .obligations-holder {
        max-width: 600px;
    }

    .clients-sec-cntnt {
        padding: 0px 20px 0px 20px;
    }



    /* CONTACT US PAGE Responsive 990 */

    .our-info-holder {
        grid-template-columns: repeat(2, 1fr);
    }

}



@media screen and (max-width: 768px) {
    .hotel-sec-row {
        grid-template-columns: repeat(1, 1fr);
    }
    .obligations-main{
        transform: translateY(190px);
    }
    .obligations-sec{
        margin-top: -190px;
    }
    .sonic-footer{
        padding-top: 260px;
    }

    .deals-sec {
        margin-top: 100px;
    }

    .our-info-sec {
        margin-top: 100px;
    }

    .contact-sec {
        padding: 60px 0 0 0;
    }

    .contact-sec h2 {
        font-size: 42px;
        line-height: 52px;
    }

    .deals-cntnt-holder,
    .faq-holder,
    .clients-sec-row {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .obligations-main {
        min-height: inherit;
        padding: 60px 30px;
    }

    .footer-row {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 60px;
    }

    .foot-info,
    .foot-col .foot-nav,
    .foot-col-3 .office-hrs {
        margin-top: 40px;
    }
}

@media screen and (max-width: 575px) {

    .our-info-holder {
        grid-template-columns: repeat(1, 1fr);
    }

    .header-logo img {
        max-width: 130px;
    }

    .call-btn {
        position: relative;
        background-color: transparent;
        padding: 0;
    }

    .call-btn .btn-text {
        position: absolute;
        background-color: #fff;
        color: #ec1b30;
        bottom: -55px;
        right: 0px;
        width: 110px;
        padding: 10px 20px;
        border-radius: 4px;
        box-shadow: 0px 4px 65px rgba(184, 184, 184, 0.45);
        border: 0.5px solid #F1F1F1;
        z-index: 9;
    }

    .contact-sec {
        padding: 40px 0 0 0;
    }

    .contact-sec h2 {
        font-size: 36px;
        line-height: 42px;
    }
    .c-form-holder{
        margin: 30px 0 0 0 ;
    }
    .c-form-holder .form-row{
        grid-template-columns: repeat(1, 1fr);
    }

    .btn-text::before {
        content: '';
        position: absolute;
        width: 15px;
        height: 15px;
        background-color: rgb(255, 255, 255);
        top: -1px;
        right: 15px;
        transform: skew(25deg, -41deg);
    }

    .hotel-sec {
        width: 100%;
    }

    .hotel-cntnt {
        padding: 100px 40px 140px 20px;
        transform: translateY(20px) translateX(-15px);
    }


    .hotel-cntnt h1 {
        font-size: 44px;
        max-width: 270px;
    }

    .hotel-cntnt p {
        font-size: 14px;
        line-height: 18px;
    }

    .hotel-cntnt a,
    .deals-cntnt a,
    .obligations-holder a {
        font-size: 12px;
        padding: 14px 29px;
    }


    .deals-sec {
        margin-top: 50px;
    }

    .deals-cntnt {
        order: 2;
    }

    .deals-cntnt h2 {
        font-size: 34px;
        line-height: 34px;
        max-width: 285px;
    }

    .deals-cntnt p {
        font-size: 14px;
        font-weight: 300;
        line-height: 18px;
    }

    .faq-sec {
        padding: 20px 0px 60px;
        background-color: #FBFBFB;
    }

    .faq-cntnt h2 {
        font-size: 34px;
        line-height: 34px;

    }

    .faq-cntnt .accordion-container .accordion-title {
        padding: 40px 30px 10px 0px;

    }

    .faq-cntnt .accordion-container h4.accordion-title {
        font-size: 14px;
        font-weight: 300;
        line-height: 18px;
    }

    .faq-cntnt .accordion-content p {
        font-size: 12px;
    }

    .faq-cntnt .accordion-container .accordion-title::before {
        top: 40px;
    }

    .faq-cntnt .accordion-content {
        padding-top: 10px;
    }

    .faq-cntnt .accordion-container .accordion-title,
    .faq-cntnt .accordion-container .accordion-title:hover,
    .faq-cntnt .accordion-container .accordion-title:active,
    .faq-cntnt .accordion-title.open {
        background-color: #FBFBFB;
    }

    .q-text h5 {
        font-size: 14px;
    }

    .q-text p {
        font-size: 12px;
    }

    .questions-sec .q-imgs img {
        max-width: 70px;
    }

    .clients-sec {
        margin-top: 30px;
    }

    .clients-sec-row {
        gap: 60px;
    }

    .clients-sec-cntnt {
        order: 2;
    }

    .client-review-holder h2 {
        font-size: 34px;
        line-height: 34px;
        max-width: 220px;
    }

    .client-review-holder p {
        font-weight: 300;
    }

    .deals-image img,
    .clients-sec-image img {
        transform: translateX(15px);
    }

    .faq-sec-img img {
        display: none;
    }

    .deals-cntnt,
    .faq-cntnt,
    .clients-sec-cntnt {
        padding: 0;
        padding-left: 15px;
    }

    .obligations-sec {
        padding: 0px;
        margin-top: -120px;
    }

    .obligations-sec .container {
        padding: 0;
    }

    .obligations-holder h2 {
        font-size: 34px;
        line-height: 38px;
        max-width: 260px;
        margin: 0 auto 15px;
    }

    .obligations-holder p {
        font-weight: 300;
    }


    .foot-copyright .foot-icons {
        display: block;
    }

    .foot-copyright p {
        font-size: 14px;
        font-weight: 400;
    }

    .foot-copyright .foot-icons {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 15px;
        margin-bottom: 30px;
    }

    .foot-icons li {
        background-color: #ffffff26;
        width: 40px;
        height: 40px;
        border-radius: 50%;
    }

    .foot-icons li a {
        line-height: 44px;
    }

    .footer-row {
        grid-template-columns: repeat(1, 1fr);
        gap: 40px;
    }

    .footer-row .foot-col .foot-nav,
    .footer-row .foot-col-3 .office-hrs {
        max-height: 0;
        overflow: hidden;
        margin: inherit;
        transition: all 0.3s ease-in-out;
    }

    .footer-row .foot-col .foot-nav.ft-nav-active,
    .footer-row .foot-col-3 .office-hrs.ft-nav-active {
        padding-top: 40px;
        max-height: 800px;
    }


    .foot-col h4,
    .foot-col-3 h4 {
        position: relative;
        color: #000;
        font-size: 18px;
    }

    .foot-col h4::after,
    .foot-col-3 h4::after {
        content: '+';
        position: absolute;
        right: 5px;
        top: 2px;
        font-weight: 400;
        font-size: 22px;
    }

    .foot-col h4.ft-nav-active::after,
    .foot-col-3 h4.ft-nav-active::after {
        content: "-";
    }





    /* CONTACT US PAGE Responsive 990 */

    .our-info-holder {
        grid-template-columns: repeat(1, 1fr);
    }

}