@media screen and (max-width : 991px) {
    /* Page - 1 Responsive */
    .main_page_1 {
        width: 100%;
        float: left;
        padding-bottom: 50px;
    }
    .head_page_1{
        width: 100%;
        float: left;
    }
    .head_brunch {
        width: 100%;
        float: left;
        background-color: #f8f8f869;
        padding-left: 25px;
    }
    .head_page_ul{
        width: 100%;
        float: left;
        margin-top: 20px;
    }
    .head_page_ul ul {
        width: 100%;
        float: left;
    }
    .main_page_1_mid {
        width: 100%;
        float: left;
    }
    .main_page_1_con {
        width: 100%;
        float: left;
        background-color: #d4d8d9;
        opacity: 0.8;
        border: none;
        height: auto;
        margin-bottom: 50px;
    }
    .main_page_1_con h1 {
        width: 100%;
        padding-top: 25px;
        float: left;
        text-align: center;
        font-family: Cookie-Regular;
        color: #2c3a42;
        font-size: 60px;
    }
    .main_page_1_con h2 {
        width: 100%;
        float: left;
        text-align: center;
        padding-bottom: 30px;
        color: #ad6c12;
        font-family: Raleway-SemiBold;
        text-transform: uppercase;
        font-size: 50px;
    }
    .page_1_btn {
        width: 100%;
        float: left;
        text-align: center;
        padding-bottom: 25px;
    }
    .page_1_btn button {
        width: 170px;
        height: 45px;
        padding-top: 8px;
        font-family: Raleway-SemiBold;
        background-color: #ffffff;
        color: #2c3a42;
        text-transform: uppercase;
        border: none;
        font-size: 22px;
    }


    /* Page - 2 Responsive */
    .main_page_2 {
        width: 100%;
        float: left;
    }
    .page_2_lft {
        width: 100%;
        float: left;
    }
    .page_2_lft h2 {
        font-family: Raleway-Bold;
        width: 100%;
        text-align: left;
        float: left;
        color: #f8f8f8;
        padding-top: 70px;
        padding-bottom: 30px;
    }
    .page_2_lft p {
        width: 100%;
        float: left;
        font-size: 15px;
        font-family: Raleway-Regular;
        color: #f8f8f8;
        padding-bottom: 20px;
    }
    .page_2_right {
        width: 100%;
        float: left;
        padding-top: 65px;
        margin-bottom: 40px;
    }
    .page_2_right img {
        width: 100%;
        float: left;
        height: auto;
    }

    /* Page - 3 Responsive */   
    .main_page_3 {
        width: 100%;
        float: left;
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .page_3_con {
        width: 100%;
        float: left;
    }
    .page_3_con h2 {
        width: 100%;
        float: left;
        padding-top: 10px;
        padding-bottom: 20px;
        color: #2c3a42;
        font-family: Raleway-Bold;
    }
    .page_3_con p {
        width: 100%;
        float: left;
        font-family: Raleway-Regular;
        color: #2a3b40;
        font-size: 16px;
    }


    /* Page - 4 Responsive */   
    .bg_page_4 {
        background-image: url(images/bg_page_4.webp);
        width: 100%;
        height: auto;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    .head_page_4 h1{
        width: 100%;
        float: left;
        padding-top: 25px;
        text-align: center;
        font-family: Cookie-Regular;
        color: #304751;
        font-size: 40px;
    }
    .head_page_4 h2 {
        font-family: Raleway-Bold;
        width: 100%;
        float: left;
        padding: 15px 0 0 0;
        text-align: center;
        text-transform: uppercase;
        font-size: 22px;
        color: #ad6c12;
    }
    
    .main_page_4 {
        width: 100%;
        float: left;
        padding-top: 35px;
        padding-bottom: 40px;
    }
    .page_4_items {
        width: 100%;
        float: left;
    }
    .page_4_items img {
        width: 100%;
        float: left;
        height: auto;
    }
    .con_page_4 {
        width: 100%;
        float: left;
        background-color: #d4d8d9;
        opacity: 0.8;
        padding: 0 0px 0 0px;
    }
    .con_page_4 h2 {
        width: 100%;
        float: left;
        text-align: center;
        font-family: Raleway-SemiBold;
        text-transform: uppercase;
        color: #ad6c12;
        font-size: 18px;
        padding-bottom: 25px;
    }
    .con_page_4 h2 {
        font-family: Raleway-Bold;
        width: 100%;
        float: left;
        padding: 15px 0 0 0;
        text-align: center;
        text-transform: uppercase;
        font-size: 18px;
        color: #ad6c12;
    }
    .page_4_items p {
        width: 100%;
        float: left;
        text-align: left;
        font-family: Raleway-Regular;
        color: #304751;
        padding: 10px 0 0px 20px;
        font-size: 14px;
    }
    .page_4_items h1 {
        width: 100%;
        float: left;
        font-family: Raleway-Bold;
        text-align: center;
        font-weight: bold;
        font-size: 22px;
        padding: 10px 0 10px 0;
    }


    /* Page - 5 Responsive */   
    .bg_5 {
        background-image: url(images/page_5_bg.webp);
        width: 100%;
        height: auto;
        float: left;
        background-size: cover;
        background-repeat: no-repeat;
        opacity: 0.8;
    }
    .bg_color_5 {
        width: 100%;
        float: left;
        background-color: #d4d8d9ba;
        height: auto;
    }
    .con_page_5 {
        width: 100%;
        float: left;
    }



    /* Page - 6 Responsive */  
    .bg_6 {
        background-image: url(images/bg_page_6.webp);
        width: 100%;
        padding-top: 180px;
        height: auto;
        float: left;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .bg_color_6 {
        background-color: #dadee0b3;
        width: 100%;
        float: left;
        padding-bottom: 70px;
    }
    .tikka_chick_page_6 {
        margin-top: 90px;
        width: 100%;
        float: left;
    }
    .tikka_chick_page_6 img {
        float: left;
        width: 100%;
        padding: 0 0 0 0;
    }
    .soup_page_6 {
        width: 100%;
        float: left;
        margin-top: 90px;
    }
    .soup_page_6 img{
        width: 100%;
        float: left;
        height: auto;
    }
    .papadums_page_6 {
        width: 100%;
        float: left;
        margin-top: 60px;
    }
    .papadums_page_6 img {
        float: left;
        height: auto;
        width: 100%;
        padding: 0;
    }
    .yellow_curry_page_6 {
        width: 100%;
        float: left;
        margin-top: 70px;
    }
    .yellow_curry_page_6 img{
        width: 100%;
        float: left;
        height: auto;
    }
    .chicken_curry_page_6 img {
        width: 100%;
        height: auto;
        float: left;
        padding: 0;
    }
    .meatballs_page_6 {
        width: 100%;
        float: left;
        margin-top: 70px;
    }
    .meatballs_page_6 img{
        width: 100%;
        float: left;
        height: auto;
    }



    /* Page - 8 Responsive */  
    .bg_page_8 {
        background-color: #2a3b40;
        width: 100%;
        float: left;
        height: auto;
    }
    .con_page_8 label {
        color: #d4d8d9;
        font-family: Raleway-Bold;
        margin-bottom: 45px;
        padding-left: 0px;
    }
    .page_8_btn {
        width: 98%;
        float: left;
        text-align: center;
    }

    /* Page - 10 Responsive */  
    .imgs_page_10 {
        width: 100%;
        float: left;
        background-color: #ffffff;
        margin-bottom: 60px;
    }
    .imgs_page_10 img{
        width: 100%;
        float: left;
        height: auto;
    }
    .imgs_page_10 h3 {
        width: 100%;
        float: left;
        font-family: Raleway-Bold;
        color: #555555;
        padding: 20px 0 20px 30px;
        font-size: 14px;
    }
    .imgs_page_10 h2 {
        width: 100%;
        float: left;
        font-family: Raleway-Bold;
        color: #555555;
        font-size: 13px;
        padding: 0px 0 25px 30px;
        text-align: left;
    }
    .imgs_page_10 p {
        width: 100%;
        float: left;
        font-family: Raleway-Regular;
        color: #555555;
        padding: 0 0 15px 30px;
    }
    .btn_page_10 {
        width: 100%;
        float: left;
        margin-left: 30px;
        text-align: left;
    }
    .imgs_page_10 button {
        width: 46%;
        text-align: left;
        height: 20px;
        font-family: Raleway-Bold;
        padding-bottom: 20px;
        padding-left: 0;
        text-transform: uppercase;
        border: none;
        background-color: #ffffff;
        border-bottom: 7px solid #ff992b;
        margin-bottom: 30px;
    }



    /* Page - 11 Responsive */  
    .main_page_11 ul li i {
        width: 45px;
        height: 35px;
        border-radius: 50%;
        padding-top: 22px;
        background-color: #ffffff;
        color: #2a3b40;
        line-height: 0px;
        font-size: 20px;
    }


    /* Page - 12 Responsive */  
    .page_12_con_lft p {
        width: 100%;
        font-size: 19px;
        float: left;
        font-family: Raleway-Regular;
    }
    .page_12_con_rght ul {
        width: 100%;
        float: left;
        list-style: none;
        padding-left: 10px;
        text-decoration: none;
    }
}


@media screen and (max-width : 767px){
    /* Page - 1 Responsive */      
    .head_brunch {
        width: 60%;
        float: left;
        background-color: #f8f8f869;
        padding-left: 25px;
    }
    .main_page_1_con {
        width: 100%;
        float: left;
        background-color: #d4d8d9;
        opacity: 0.8;
        border: none;
        height: auto;
        margin-bottom: 40px;
    }
    .main_page_1_con h1 {
        width: 100%;
        padding-top: 25px;
        float: left;
        text-align: center;
        font-family: Cookie-Regular;
        color: #2c3a42;
        font-size: 45px;
    }
    .main_page_1_con h2 {
        width: 100%;
        float: left;
        text-align: center;
        padding-bottom: 15px;
        color: #ad6c12;
        font-family: Raleway-SemiBold;
        text-transform: uppercase;
        font-size: 35px;
    }
    .page_1_btn {
        width: 100%;
        float: left;
        text-align: center;
        padding-bottom: 25px;
    }
    .page_1_btn button {
        width: 170px;
        height: 45px;
        font-family: Raleway-SemiBold;
        background-color: #ffffff;
        color: #2c3a42;
        text-transform: uppercase;
        border: none;
        font-size: 20px;
    }


    /* Page - 2 Responsive */   
    .page_2_lft h2 {
        font-family: Raleway-Bold;
        width: 100%;
        text-align: left;
        float: left;
        color: #f8f8f8;
        padding-top: 40px;
        padding-bottom: 20px;
    }
    .page_2_lft p {
        width: 100%;
        float: left;
        font-size: 15px;
        font-family: Raleway-Regular;
        color: #f8f8f8;
        padding-bottom: 30px;
    }
    .page_2_right {
        width: 100%;
        float: left;
        padding: 0;
    }



    /* Page - 3 Responsive */   
    .page_3_con {
        width: 100%;
        float: left;
        padding: 20px 0 20px 10px;
    }
    .page_3_con p {
        width: 100%;
        float: left;
        font-family: Raleway-Regular;
        color: #2a3b40;
        font-size: 17px;
        padding: 0;
    }



    /* Page - 4 Responsive */ 
    .con_page_4 {
        width: 100%;
        float: left;
        background-color: #d4d8d9;
        opacity: 0.8;
        padding: 0;
    }
    .head_page_4 h1{
        width: 100%;
        float: left;
        padding-top: 25px;
        text-align: center;
        font-family: Cookie-Regular;
        color: #304751;
        font-size: 40px;
    }
    .head_page_4 h2 {
        font-family: Raleway-Bold;
        width: 100%;
        float: left;
        padding: 15px 0 0 0;
        text-align: center;
        text-transform: uppercase;
        font-size: 22px;
        color: #ad6c12;
    }
    .page_4_con{
        width: 100%;
        float: left;
        padding-top: 30px;
    }
    .page_4_items {
        width: 100%;
        float: left;
    }
    .page_4_items img {
        width: 100%;
        float: left;
        height: auto;
        padding: 0;
        padding-bottom: 32px;
    }
    .w_50{
        width: 50%;
        float: left;
    }
    .page_4_con h2 {
        width: 100%;
        float: left;
        text-align: center;
        font-family: Raleway-SemiBold;
        text-transform: uppercase;
        color: #ad6c12;
        font-size: 18px;
        padding: 15px 0 10px 0;
    }
    .page_4_con p {
        width: 100%;
        float: left;
        text-align: left;
        font-family: Raleway-Regular;
        color: #304751;
        padding: 0 0 0 15px;
        font-size: 14px;
    }
    .page_4_con h1 {
        width: 100%;
        float: left;
        padding-top: 15px;
        text-align: center;
        font-family: Cookie-Regular;
        color: #304751;
        font-size: 30px;
    }



    /* Page - 5 Responsive */ 
    .con_page_5 {
        width: 100%;
        float: left;
    }
    .con_page_5 h1 {
        width: 100%;
        float: left;
        text-align: center;
        font-family: Raleway-Bold;
        color: #2a3b40;
        font-size: 28px;
        padding-top: 25px;
        padding-bottom: 25px;
        font-weight: bold;
    }
    .con_page_5 p {
        width: 100%;
        float: left;
        text-align: left;
        padding: 0 15px 0 35px;
        font-family: Raleway-Regular;
        color: #304751;
        font-weight: bold;
    }
    .page_5_awe {
        width: 100%;
        float: left;
        text-align: center;
        padding-bottom: 5px;
    }
    .con_page_5 ul {
        width: 100%;
        float: left;
        text-decoration: none;
        list-style: none;
        padding-bottom: 30px;
    }



    /* Page - 6 Responsive */ 
    .bg_6 {
        background-image: url(images/bg_page_6.webp);
        width: 100%;
        padding-top: 180px;
        height: auto;
        float: left;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .bg_color_6 {
        background-color: #dadee0b3;
        width: 100%;
        float: left;
        padding-bottom: 40px;
    }
    .main-page_6 {
        width: 100%;
        float: left;
    }
    .main-page_6 h1 {
        width: 100%;
        float: left;
        padding-top: 40px;
        text-align: center;
        font-family: Cookie-Regular;
        color: #304751;
        font-size: 45px;
    }
    .main-page_6 h2 {
        width: 100%;
        float: left;
        text-align: center;
        font-family: Raleway-SemiBold;
        color: #ad6c12;
        text-transform: uppercase;
        font-size: 32px;
        text-decoration: underline;
    }
    .tikka_chick_page_6 {
        margin-top: 35px;
        width: 100%;
        float: left;
    }
    .tikka_chick_page_6 img {
        float: left;
        width: 90px;
        height: 102px;
        margin-left: 40px;
        padding: 0 0 0 0;
        margin-top: 30px;
    }
    .tikka_chick_page_6 h2 {
        width: 100%;
        float: left;
        text-align: left;
        padding-top: 20px;
        padding-bottom: 10px;
        font-family: Raleway-SemiBold;
        color: #ad6c12;
        text-transform: uppercase;
        font-size: 18px;
        text-decoration: underline;
    }
    .tikka_chick_page_6 p {
        width: 100%;
        float: left;
        font-family: Raleway-Regular;
        font-size: 16px;
    }
    .soup_page_6 {
        width: 100%;
        float: left;
        margin-top: 20px;
    }
    .soup_page_6 img {
        width: 90px;
        float: left;
        height: auto;
        margin-left: 40px;
        margin-top: 30px;
    }
    .soup_page_6 h2 {
        width: 100%;
        float: left;
        text-align: left;
        padding-top: 20px;
        padding-bottom: 10px;
        font-family: Raleway-SemiBold;
        color: #ad6c12;
        text-transform: uppercase;
        font-size: 18px;
        text-decoration: underline;
    }
    .soup_page_6 p {
        width: 100%;
        float: left;
        font-family: Raleway-Regular;
        font-size: 16px;
    }
    .papadums_page_6 {
        width: 100%;
        float: left;
        margin-top: 20px;
    }
    .papadums_page_6 img {
        float: left;
        height: auto;
        margin-left: 40px;
        margin-top: 30px;
        width: 90px;
        padding: 0;
    }
    .papadums_page_6 h2 {
        width: 100%;
        float: left;
        text-align: left;
        font-family: Raleway-SemiBold;
        color: #ad6c12;
        text-transform: uppercase;
        font-size: 18px;
        text-decoration: underline;
        padding-top: 20px;
        padding-bottom: 10px;
    }
    .papadums_page_6 p {
        width: 100%;
        float: left;
        font-family: Raleway-Regular;
        font-size: 16px;
    }
    .yellow_curry_page_6 {
        width: 100%;
        float: left;
        margin-top: 20px;
    }
    .yellow_curry_page_6 img {
        width: 90px;
        float: left;
        margin-left: 40px;
        margin-top: 30px;
        height: auto;
    }
    .yellow_curry_page_6 h2 {
        width: 100%;
        float: left;
        text-align: left;
        font-family: Raleway-SemiBold;
        color: #ad6c12;
        text-transform: uppercase;
        font-size: 18px;
        text-decoration: underline;
        padding-top: 20px;
        padding-bottom: 10px;
    }
    .yellow_curry_page_6 p {
        width: 100%;
        float: left;
        font-family: Raleway-Regular;
        font-size: 16px;
    }
    .chicken_curry_page_6 {
        width: 100%;
        float: left;
        margin-top: 20px;
    }
    .chicken_curry_page_6 img {
        width: 90px;
        height: auto;
        float: left;
        margin-left: 40px;
        padding: 0;
        margin-top: 30px;
    }
    .chicken_curry_page_6 h2 {
        width: 100%;
        float: left;
        text-align: left;
        font-family: Raleway-SemiBold;
        color: #ad6c12;
        text-transform: uppercase;
        font-size: 18px;
        text-decoration: underline;
        padding-top: 20px;
        padding-bottom: 10px;
    }
    .chicken_curry_page_6 p {
        width: 100%;
        float: left;
        font-family: Raleway-Regular;
        font-size: 16px;
    }
    .meatballs_page_6 {
        width: 100%;
        float: left;
        margin-top: 20px;
    }
    .meatballs_page_6 img {
        width: 90px;
        float: left;
        height: auto;
        margin-left: 40px;
        margin-top: 30px;
    }
    .meatballs_page_6 h2 {
        width: 100%;
        float: left;
        text-align: left;
        font-family: Raleway-SemiBold;
        color: #ad6c12;
        text-transform: uppercase;
        font-size: 18px;
        text-decoration: underline;
        padding-top: 20px;
        padding-bottom: 10px;
    }
    .meatballs_page_6 p {
        width: 100%;
        float: left;
        font-family: Raleway-Regular;
        font-size: 16px;
    }



    /* Page - 8 Responsive */ 
    .main_page_8 {
        width: 100%;
        float: left;
    }
    .main_page_8 h1 {
        width: 100%;
        float: left;
        text-align: center;
        font-family: Cookie-Regular;
        color: #d4d8d9;
        font-size: 50px;
        padding-top: 15px;
        padding-bottom: 8px;
    }
    .con_page_8 label {
        width: 100%;
        float: left;
        color: #d4d8d9;
        font-family: Raleway-Bold;
        margin-bottom: 22px;
        padding-left: 50px;
    }
    .con_page_8 input {
        width: 250px;
        height: 35px;
        border: 2px solid #f8f8f8;
        background-color: #2a3b40;
        border-radius: 4px;
    }
    .page_8_btn {
        width: 100%;
        float: left;
        text-align: center;
        padding-top: 10px;
    }
    .page_8_btn button {
        width: 160px;
        height: 30px;
        border: 2px solid #d4d8d9;
        border-radius: 4px;
        margin-bottom: 30px;
        color: #d4d8d9;
        background-color: #304751;
        text-transform: uppercase;
        font-family: Raleway-Bold;
    }



    /* Page - 10 Responsive */
    .main_page_10 {
        width: 100%;
        float: left;
    }
    .main_page_10 h1 {
        width: 100%;
        float: left;
        text-align: center;
        color: #304751;
        font-family: Cookie-Regular;
        padding: 20px 0 0 0;
        font-size: 50px;
        font-weight: bold;
    } 
    .main_page_10 h2 {
        width: 100%;
        float: left;
        text-align: center;
        font-family: Raleway-SemiBold;
        color: #ad6c12;
        text-transform: uppercase;
        font-size: 25px;
        padding-bottom: 25px;
        text-decoration: underline;
    }
    .imgs_page_10 {
        width: 100%;
        float: left;
        background-color: #ffffff;
        margin-bottom: 60px;
    }
    .imgs_page_10 img {
        width: 100%;
        float: left;
        height: auto;
    }
    .imgs_page_10 h3 {
        width: 100%;
        text-align: center;
        float: left;
        font-family: Raleway-Bold;
        color: #555555;
        padding: 20px 0 10px 0px;
        font-size: 17px;
    }
    .main_page_10 h2 {
        width: 100%;
        float: left;
        text-align: center;
        font-family: Raleway-SemiBold;
        color: #ad6c12;
        text-transform: uppercase;
        font-size: 20px;
        padding-bottom: 10px;
        padding-left: 0;
        text-decoration: underline;
    }
    .imgs_page_10 p {
        width: 100%;
        float: left;
        text-align: center;
        font-size: 15px;
        font-family: Raleway-Regular;
        color: #555555;
        padding: 0 10px 15px 10px;
    }
    .btn_page_10{
        width: 100%;
        float: left;
        text-align: center;
        margin: 0;
    }
    .imgs_page_10 button {
        width: 30%;
        text-align: center;
        height: 20px;
        font-family: Raleway-Bold;
        padding-bottom: 20px;
        padding-left: 0;
        text-transform: uppercase;
        border: none;
        background-color: #ffffff;
        border-bottom: 7px solid #ff992b;
        margin: 0 0 30px 0px;
    }


    /* Page - 11 Responsive */
    .main_page_11 {
        width: 100%;
        float: left;
        text-align: center;
    }
    .main_page_11 i {
        color: white;
        font-size: 28px;
        padding: 25px 0 20px 0;
    }
    .main_page_11 p {
        width: 100%;
        font-size: 17px;
        padding-left: 20px;
        padding-right: 25px;
        text-align: left;
        float: left;
        color: #d4d8d9;
        font-family: Raleway-Regular;
    }
    .main_page_11 h2 {
        padding: 20px 0 20px 0;
        width: 100%;
        float: left;
        font-family: Raleway-Bold;
        color: #d4d8d9;
        font-size: 18px;
        font-weight: bold;
        text-decoration: underline;
    }
    .page_12_con_rght h3 {
        width: 75%;
        float: left;
        padding-left: 10px;
        padding-bottom: 20px;
        text-align: left;
        font-family: Raleway-Bold;
        color: #304751;
        text-transform: uppercase;
        font-size: 15px;
    }
    .main_page_11 ul {
        width: 100%;
        float: left;
        text-align: center;
        text-decoration: none;
        list-style: none;
    }
    .page_12_con_rght ul {
        width: 100%;
        float: left;
        list-style: none;
        padding-left: 10px;
        text-decoration: none;
    }
}