



* {
    margin: 0;
    padding: 0;
}  
.mar2e{
    margin-right: 2em;
}
.m0 {
    margin: 0;
}
.f18 {
    font-size: 18px;
}
.pt10 {
    padding-top: 10px;
}
.f20 {
    font-size: 20px;
}
.fw700 {
    font-weight: 700;
}

.border-radius{border-radius: 6px}
.timings {
    display: inline-block;
    width: auto;
    vertical-align: top;
    text-align: center
}
.timings-text {display: inline-block;}
.center-div {
    display: table; margin: 1em auto 0
}
.align-center {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
}   
.model-para{
    text-align: center; 
    width: 90%; 
    margin: 0 auto;
}
.center{
    margin: 0 auto; 
    display: block; 
    border:2px solid #C59D5F; 
    margin-top: 30px;
}
.button {
    font-size: 1em;
    padding: 10px;
    color: #000;
    border: 2px solid #000;
    border-radius: 20px/50px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease-out;
  }
  .button:hover {
    background: #023564; 
    color:#fff;
  }
  
  .overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0; 
    z-index: 10000;
  } 
  .overlay:target {
    visibility: visible;
    opacity: 1;
  }
  
  
  .buffet-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 1000
  } 
  .buffet-overlay:target {
    visibility: visible !important;
    opacity: 1 !important;
  }
  .popup2{
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 60%; 
    position: relative;
    transition: all 0.5s ease-in-out;
  }
  #lunch-buffet .popup2 {
      transform: none !important;
    position: fixed !important;
    width: 100% !important;
    max-width: 70% !important;
    height: 80% !important;
    overflow-y: scroll !important;
    top: 10% !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 1002 !important;
    margin: auto !important;
    overflow-x: hidden !important;
    padding: 20px !important;
    background: #fff !important;
    transition: all 0.5s ease-in-out !important;
    border-radius: 5px !important;
  }
  #lunch-buffet .model-para {text-align: left !important}
  .popup2 h2 {
    margin-top: 0;
    color: #333;
  }
  .popup2 .close2 {
  
    position: sticky;
    top: 0px;
    float: right;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #000;
    opacity: 1 !important
  }
  .popup2 .content2 {
    max-height: 30%;
    overflow: auto;
  }

  
  @media screen and (max-width: 700px){
    .box{
      width: 70%;
    }
    
    .popup2{
        width: 98%;
        height: 300px; overflow-y: scroll;
      }
  }
.ban-cap {
    color: #C59D5F;
    line-height: 1.3em;
    font-weight: 400;
    margin-top: 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;padding-top: 10px
}
.ban-cap .span1 {
    opacity: 1;
}
.mob-btn {display: none;}
.thumbnail {border: none}
:target:before {
    content:"";
    display:block;
    height:100px; /* fixed header height*/
    margin:-100px 0 0; /* negative fixed header height */
    }
a:hover {
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
}
a {
    text-decoration: none;
}
ul {
    list-style: none;
}
.full_wrapper {
    margin: 0;
    padding: 0;
}
.col-sm-6 img {
    border-radius: 6px;
}
.fixed-part {
    height: 80px;
    margin-top: -80px;
    display: block;
    visibility: hidden;
}
.row_wrap {
    padding: 0;
    margin: 0 !important;
}
.site-container {
    max-width: 1225px !important;
    margin: auto !important;
    padding: 0 !important;
}
.clear-fix {
    max-width: 100%;
    margin: auto;
}
.page {
    border: 12px solid #fff;
}
.pf {
    position: fixed;
}

.des-none {display: none}
body h2 {
    font-family: Roboto,Helvetica,Arial,sans-serif;
    font-size: 40px;
    color: #C59D5F;
    text-align: center;
    margin: 0;
    line-height: 60px;
    text-transform: uppercase;
}
.banner-con .star {
    color: #C59D5F;
}
body {
    font-family: Roboto,Helvetica,Arial,sans-serif;
    font-size: 16px;
    line-height: 1.7;
}

.header {
    background: url("images/fire.gif") repeat;
    padding-bottom: 480px;
    position: relative;
    color: #fff;
    background-size:cover;
  background-position:left bottom;margin-top: 80px

}
.header1 {
    position: fixed;
    z-index: 1000;
    transition: color 0.3s cubic-bezier(0.86, 0, 0.07, 1), background-color 0.3s cubic-bezier(0.86, 0, 0.07, 1);
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    background-color: #fff !important;
    color: #000;
    box-shadow: 0 2px 6px 0 rgba(0,0,0,.12);
}

.bg::before,
.con3::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.8;
    display: block;
    position: absolute;
}
.banner-con {
    position: absolute;
    top: 4em;
    left: 0;
    right: 0;
}
.menu {
    display: -webkit-inline-box;
    margin: 0;
    float: right;
}
.menu li {
    padding: 2em 10px;
    font-size: 16px;
    text-transform: uppercase;
   
}
.menu li a {color: #000;}

.logo-text {
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 1.55em 0;
}
.logo-text::after {
    border-bottom: 2px solid #000;
    content: " ";
    display: block;
    width: 36%;
}
.logo-name {
    color: #fff;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin: 0;
    font-weight: 700;
}
.banner-text {
    padding-top: 0em;
}
.short-text {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
.btns-div {
    margin: 2em 0;
}
.pixcode {
    position: relative;
}
.separator--line-flower .line {
    content: "";
    position: absolute;
    top: 61%;
    width: 42%;
    border: 1px solid #fff;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0.8;
}
.separator--line-flower .line--left {
    right: 52%;
}
.separator--line-flower .line--right {
    left: 52%;
}
.separator--line-flower .arrow--left {
    left: 0;
    border-left: 7px solid #fff;
    opacity: 1;
}
.separator--line-flower .arrow--left,
.separator--line-flower .arrow--right {
    content: "";
    position: absolute;
    top: 58%;
    width: 0;
    height: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.separator--line-flower .arrow--right {
    right: 0;
    border-right: 7px solid #fff;
    opacity: 1;
}
.btn {
    color: #000;
    background-color: #fff;
    width: 195px;
    font-size: 16px;
    text-transform: uppercase;
}
.btn:hover {
    background-color: #C59D5F;
}
.mr-2{margin-right: 2em}
 .daily{background-color: #C59D5F !important;}
.pt5 {
    padding-top: 7em;
}
.fab-text {margin: 1.5em 0 0;}
.pt3 {
    padding-top: 3em;
}
.mt5 {
    margin-top: 7em;
}
.pa {
    position: absolute;
    top: 14em;
    left: 0;
    right: 0;
}
.con3 {
    position: relative;
}
.pb2 {
    padding-bottom: 2em;
}
.bg {
    background: url("images/Interior/The_Indian_Harvest_Naperville_Restaurant_Dining.JPG") no-repeat;
    height: 450px;
    background-attachment: fixed;
    position: relative;
    background-size: cover;
}
.con3 {
    height: 600px;
    background: url("images/ihimg2.jpg") no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.bg-text {
    padding: 8.5em 0;
}
.footer {
    background-color: #121212;
}
.p3 {
    padding: 3em 0;
}
.foo-head {
    letter-spacing: 0.1em;
    font-weight: 400;
    color: #fff;
}
.foo-text {
    width: 65%;
    color: #fff;
    padding: 20px 0;
    font-weight: 300;
   
}
.foo-icon {
    font-size: 30px;
    color: #fff;
    padding-right: 16px;
}
.email {
    border: none;
    outline: none;
    padding: 10px;
    height: 38px;
    font-size: 13px;
    width: 50%;
}
.sub {
    position: absolute;
    top: 6px;
    right: 9.5em;
    border: none;
    background-color: transparent;

}
.foot-text .submit-plane{
position: absolute;
    font-size: 40px;
    color: #000;
   
    transform: rotate(-19deg);
    background: none;
    border: none;
   
    top: -16px;
    right: 10px;
   

}
form {
    position: relative;
}
button i {
    color: #000;
    font-size: 25px;
}
.copyright svg {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -96px;
    margin-top: -50px;
}
svg:not(:root) {
    overflow: hidden;
}
.btn-top {
    position: absolute;
    top: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.copyright {
    padding: 60px 0 48px;
    background-color: #252525;
    position: relative;
}
.foot {
    position: relative;
} 
.carousel-indicators{
    z-index: 0;
}

.top-svg {
    position: relative;
}
.top-svg svg {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -96px;
    margin-top: 129px;
}
.btn-down {
    position: absolute;
    top: 9em;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.btn1 {
    margin-right: 2em;
    background-color: #C59D5F;
}
/* No Touch devices */
.cd-nav-trigger {
    display: none;
}
.pb5 {padding-bottom: 5em}
#cd-vertical-nav {
    position: fixed;
    right: 40px;
    top: 57%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 100;
}
#cd-vertical-nav li {
    text-align: right;
}

#cd-vertical-nav a:after {
    content: "";
    display: table;
    clear: both;
}
#cd-vertical-nav a span {
    float: right;
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.6);
}
#cd-vertical-nav a:hover span {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
#cd-vertical-nav a:hover .cd-label {
    opacity: 1;
}
#cd-vertical-nav a.is-selected .cd-dot {
    background-color: #000 !important;
}
#cd-vertical-nav .cd-dot {
    position: relative;
    top: 8px;
    height: 1em;
    width: 1em;
    border-radius: 50%;
    background-color: #C59D5F;
    -webkit-transition: -webkit-transform 0.2s, background-color 0.5s;
    -moz-transition: -moz-transform 0.2s, background-color 0.5s;
    transition: transform 0.2s, background-color 0.5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
#cd-vertical-nav .cd-label {
    position: relative;
    margin-right: 10px;
    padding: 0.2em 0.5em;
    color: #C59D5F;
    font-size: 13px;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s;
    opacity: 0;
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}

/* Touch devices */
.touch .cd-nav-trigger {
    display: block;
    z-index: 2;
    position: fixed;
    bottom: 30px;
    right: 5%;
    height: 44px;
    width: 44px;
    border-radius: 0.25em;
    background: rgba(255, 255, 255, 0.9);
}
.touch .cd-nav-trigger span {
    position: absolute;
    height: 4px;
    width: 4px;
    background-color: #3e3947;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.touch .cd-nav-trigger span::after,
.touch .cd-nav-trigger span::before {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    background-color: inherit;
    border-radius: inherit;
}
.touch .cd-nav-trigger span::before {
    top: -9px;
}
.touch .cd-nav-trigger span::after {
    bottom: -9px;
}

.touch #cd-vertical-nav {
    position: fixed;
    z-index: 1;
    right: 5%;
    bottom: 30px;
    width: 90%;
    max-width: 400px;
    max-height: 90%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    border-radius: 0.25em;
    background-color: rgba(255, 255, 255, 0.9);
}
.touch #cd-vertical-nav a {
    display: block;
    padding: 1em;
    border-bottom: 1px solid rgba(62, 57, 71, 0.1);
}
.touch #cd-vertical-nav a span:first-child {
    display: none;
}
.touch #cd-vertical-nav a.is-selected span:last-child {
    color: #d88683;
}
.touch #cd-vertical-nav.open {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.touch #cd-vertical-nav.open + .cd-nav-trigger {
    background-color: transparent;
}
.touch #cd-vertical-nav.open + .cd-nav-trigger span {
    background-color: rgba(62, 57, 71, 0);
}
.touch #cd-vertical-nav.open + .cd-nav-trigger span::after,
.touch #cd-vertical-nav.open + .cd-nav-trigger span::before {
    background-color: #3e3947;
    height: 3px;
    width: 20px;
    border-radius: 0;
    left: -8px;
}
.touch #cd-vertical-nav.open + .cd-nav-trigger span::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 1px;
}
.touch #cd-vertical-nav.open + .cd-nav-trigger span::after {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    bottom: 0;
}
.touch #cd-vertical-nav li:last-child a {
    border-bottom: none;
}

@media only screen and (min-width: 768px) {
    .touch #cd-vertical-nav,
    .touch .cd-nav-trigger {
        bottom: 40px;
    }
}



.mob-tooltiptext2 {width: 140px;
    opacity: 0;
    color: #5f6368;
    background-color: #fff;
    padding: 10px 10px;
    border-radius: 8px;
    font-weight: 500;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .4);
    right: 0px;
    top: 1px;
    transform: scale(.8);
    transition: opacity 0.3s cubic-bezier(.075, .82, .165, 1), transform 0.3s cubic-bezier(.075, .82, .165, 1);
    position: relative;
    z-index: 100;
    font-size: 16px;}
.mob-tooltiptext {
    width: 140px;
    opacity: 1;
    color: #5f6368;
    background-color: #fff;
    padding: 10px 10px;
    border-radius: 8px;
    font-weight: 500;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .4);
    right: 0px;
    top: 1px;
    transform: scale(.8);
    transition: opacity 0.3s cubic-bezier(.075, .82, .165, 1), transform 0.3s cubic-bezier(.075, .82, .165, 1);
    position: relative;
    z-index: 100;
    font-size: 16px;
}

.mob-nav li:hover .mob-tooltiptext {
    opacity: 1;
}

.mob-nav2 li:hover .mob-tooltiptext2 {
    opacity: 1;
}

.mob-nav li, .mob-nav2 li {
    margin-bottom: 5px;
    display: flex;
}
.mob-float-nav {display: none}
.float-nav {
    position: fixed;
    bottom: 1em;
    right: 6em;
    z-index: 1000;
}
.mob-float-nav {
    position: fixed;
   
    right: 2em;
    z-index: 1000;
    top: 15px;
}
.menu-btn {
    background-color: #C59D5F;
    padding: 1em;
    border-radius: 50%;
    float: left;
    cursor: pointer;
    width: 45px;
    height: 45px;
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
}
.float-nav input[type="checkbox"], .mob-float-nav input[type="checkbox"] {
    visibility: hidden;
}
.menu-toggler:checked~.mob-nav, .menu-toggler2:checked~.mob-nav2 {
    display: block;
}
.mob-nav {
    display: none;
    position: absolute;
    bottom: 1em;
    right: 0;
}
 .mob-nav2 {
   display: none;
    position: absolute;
    right: 0;
}
.icon1 {
    background-image: url("images/home.png");
}
.icon2 {
    background-image: url("images/booked.png");
}
.icon3 {
    background-image: url("images/menu.png");
}
.icon4 {
    background-image: url("images/ecommerce.png");
}
.icon5 {
    background-image: url("images/gallery.png");
}
.icon6 {
    background-image: url("images/contact.png");
}
.icon7 {
    background-image: url("images/restaurant.png");
}
.icon8 {
    background-image: url("images/catering.png");
}
.icon9 {
    background-image: url("images/kid-and-baby.png");
}
.menu-icon {
    background-image: url("images/menu-icon.png") !important;
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
}
.menu-icon2 {
    background-image: url("images/close.png");
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom:-2.5em;
}
.mob-menu-icon {
    background-image: url("images/menu-icon.png");
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
}
.mob-menu-icon2 {
    background-image: url("images/close.png") !important;
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
}

.icon-call {
    background-image: url("images/call.png");
}

.carousel-control {top: 80%; color: #000; background-image: none !important; text-shadow: none; opacity: 1; font-size: 25px}
.carousel-control:focus, .carousel-control:hover {color: #000}
.carousel-indicators .active {background-color: #000}
.carousel-indicators li {background-color: #C59D5F;border: none}
.carousel-indicators {bottom: 0 !important;} 

/*@media(max-width:1920px){
    .popup, .popup2 {
        top: 17em;
        left: 0em;
    }
} 
@media(max-width:1536px){
    .popup, .popup2 {
        top: 10em;
    }
} 
@media(max-width:1440px){
    .popup, .popup2 {
        top: 5em; 
        left: -1em;
    }
}
@media(max-width:1280px){
    .popup, .popup2 {
        top: 8em; 
        left: -2em;
    }
}*/ 


.backgroundOverlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background: rgba(0, 0, 0, 0.7);
    opacity: .85;
    filter: alpha(opacity=85);
    -moz-opacity: .85;
    z-index: 1001;
    display: none;
}
/*   This is the Popup Window   */
.delayedPopupWindow {
    display: none;
    position: fixed;
    width: 100%;
    max-width: 70%;
    height:80%; 
    overflow-y: scroll;
    top: 10%;
    left: 0;
    right: 0;
    background-color: #f8f1e7;
    z-index: 1002;
    padding: 10px 20px;
    margin: auto;
    overflow-x: hidden;
}
#delayedPopup2, #delayedPopup3 {
    background-color: #fff !important;
    z-index: 1002;
    padding: 10px 20px;
    margin: auto;
    overflow-x: hidden;
    display: none;
    position: fixed;
    width: 100%;
    max-width: 70%;
    height:80%; 
    overflow-y: scroll;
    top: 10%;
    left: 0;
    right: 0;
}
/*   This is the closing button  */
#btnClose, #btnClose2, #btnClose3 {
        width: 2%;
    display: block;
    text-decoration: none;
    color: #000;
    font-size: 30px;
    position: sticky;
    float: right;
    top: 0;
    right: 0;
}
/*   This is the closing button hover state  */
#btnClose:hover, #btnClose2:hover, #btnClose3:hover {
    color: #c90c12;
}
/*   This is the description headline and paragraph for the form   */
#delayedPopup > div.formDescription {
    float: left;
    display: block;
    width: 100%;
    padding: 1% 3%;
    font-size: 18px;
    color: #666;
    clear: left;
}
#delayedPopup2 > div.formDescription {
    float: left;
    display: block;
    width: 100%;
    padding: 1% 3%;
    font-size: 18px;
    color: #666;
    clear: left;
}
/*   This is the styling for the form's headline   */
#delayedPopup > div.formDescription h2 {
    color: #444444;
    font-size: 36px;
    line-height: 40px;
}

.popup-img{
    width: 90%;
    display: block;
    margin: 0 auto;
    padding: 30px 0;
}

.in-col1{margin-left: 118px;}
.in-col2{padding-top: 15px;}



#delayedPopup2::-webkit-scrollbar-track {
    border: 1px solid #C59D5F;
    background-color: #fff;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    border-radius: 0px;
}

#delayedPopup2::-webkit-scrollbar {
    width: 10px;
}

#delayedPopup2::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #C59D5F;
    border: 1px solid #fff;
    height: 1px;
}

/*five-tags*/

.delayedPopupWindow a{width: 130px;}

/*five-tags*/

@media(min-width: 1280px) and (max-width: 1440px){
    .in-col1 {
    margin-left: 0;
}
.mr-r{margin-left: 35px;}
.mr-r1{margin-left: 26px;}
.mr-r2{margin-left: -41px;}
.delayedPopupWindow a{width: 115px;}
}

@media (min-width:768px) and (max-width: 1199px) { 
    /*.popup, .popup2 {
        top: 20em;
        left: 0;
    }*/
    .p3 {
        padding: 3em 0 9em;
    }
    .page {
        border: none;
    } 
    
    .ml10{margin-left: 10px;}
    .ml13{margin-left: 13px;}
    .ml145{margin-left: 145px;}
    
    
} 
@media (max-width:1024px) and (min-width:990px){.delayedPopupWindow{height:40%}}


/*@media(max-width:768px){
    .popup, .popup2 {
        top: 4em; 
        left: 0em;
    } 
    .popup{
        width: 90%;
    }
}*/

@media (min-width:768px) and (max-width: 1023px) {   
    .delayedPopupWindow{max-width: 90%; height: 52%;} 
    .sub { right: 6.5em;}
    .header {background-position: center;}
    .p3 {
        padding: 3em 0 10em;
    }
    .logo-text {
        margin: 1.55em auto;
        display: table;
    }
    .menu {
        display: none;
    }
      .in-col1 {
    margin-left: 0;
}}
@media only screen and (max-width:768px)
{.in-col2{margin-left:-62px;}.in-col1{margin-left:-32px;}


.mr-r{margin-left: 35px;}
.mr-r1{margin-left: 26px;}
/*.formDescription a{width: 150px;}*/
}
@media (max-width: 767px) {
    .f20 {
        font-size: 18px;
    }
    #lunch-buffet .popup2 {
        max-width: 90% !important;
    }
    #lunch-buffet p {
        text-align: left;
    }
    .in-col1 {
    margin-left: 0;
}
    .align-center {display: block !important;}
    .alignment {text-align: left}
    #cd-vertical-nav{display: none;}
} 
@media(max-width: 640px){
    .mar2e{
        margin: 0px;
    }
    .btn1{
        margin: 0px 5px;
    }
}
@media (min-width:576px) and (max-width: 767px) {
    .des-btn {display: none}
    .mob-btn {display: inline-block}
    .media-object {
        display: block;
        margin: 0 auto;
    }
    .carousel-control {display: none;}
    #section1 .col-sm-6 img, #section5 .col-sm-6 img {
        margin: 1em auto;
    }.des-none {
        display: block;
    }.mob-none {
        display: none;
    }
     .header {background-position: center;}
    .float-nav {display: none;}
    .mob-float-nav{display: block}
    
    .logo-text {
        margin: 1.2em auto;
        font-size: 23px;
        display: table;
    }
    .menu {
        display: none;
    }
    .page {
        border: none;
    }
    .foo-text {
        width: 100%;
        padding: 20px 1em;text-align: left;
    }
}
@media(max-width:425px){
    .delayedPopupWindow{
            max-width: 90%; 
    }
    #delayedPopup > div.formDescription {padding:0 0 40px 0;}

}
@media(max-width: 414px){
    .mar2e{
        margin-bottom: 10px;
        margin-right: 0px;
    }
    .mar5p{
        margin-right: 5px !important;
     }
}
@media(max-width: 411px){
    .mar5p{
        margin-right: 5px !important;
     }
}

@media (min-width:320px) and (max-width: 575px) {
    .respmar{    margin: auto auto 16px auto !important;}
    .timings-text {text-align: center;
    }
    .model-para {text-align: left}
    #lunch-buffet .model-para {text-align: left !important}
    .timings{display: block}
    .btns-div {
        margin-top: 1em;
    }
    .mr-2 {margin-right: 0em;margin-bottom: 10px;}
    .row{margin: auto;}
    #cd-vertical-nav{    right: 29px;}
    /*.popup .close, .popup2 .close2 {
    float: left !important;
    left: 15px !important;
    top: 11px !important;
}
    .popup {
    top: 0em;    left:0;right: 0}
    .popup2 {
        top: -6em;    left:0;right: 0;overflow-y: scroll;
        height: 400px;}*/
    .ban-cap {font-size: 22px;}
        .ban-cap .span1, .ban-cap .span2, .ban-cap .span3 {padding-right: 0}
    .des-btn {display: none}
    .mob-btn {display: inline-block}
    .media-object {
        display: block;
        margin: 0 auto;
    }
    .carousel-control {display: none;}
    .mt5 {
        margin-top: 2em;
    }
    .pt5 {
        padding-top: 3em;
    }
  #section1 .col-sm-6 img, #section5 .col-sm-6 img  {
        margin: 1em auto;}
    #section3 {
        padding-top: 2em !important;
    }
    .mptb {padding: 2em 0;}
    .des-none {display: block}
     .header {background-position: center;}
    .float-nav {display: none;}
.mob-float-nav{display: block}
        .logo-text {
        font-size: 23px;
        display: table;
    }
    .menu {
        display: none;
    }
    .page {
        border: none;
    }
    .foo-text {
        width: 100%;
        padding: 20px 1em; text-align: left;
    }
    .top-svg svg {margin-top: 79px;}
    .float-nav {right: 3em;}
    .banner-text {
        padding-top: 0em;
    }
    .separator--line-flower .line {display: none}
    body h2 {font-size: 30px;}
    h1 {
        font-size: 25px;
    }
    .separator--line-flower .line {top: 47%;}
    .header {padding-bottom: 600px;}
    .btn-down {top: 6em;}
    .mob-none {display: none}
    .pb2 {padding: 0 5px 2em 5px;}
    .mt {margin-top: 0em}
    .sub {right: 4.5em;}
    .p3 {
        padding: 3em 0 7em 0;
    }
    .copyright p { padding: 0 10px;}
    .banner-con .btn1 {
        margin-right: 0em;margin-bottom: 10px}
        .email {width: 80%;
        }
        .btn1{
            margin-right: 0em;margin-bottom: 10px;display: block;}
    
}
@media (max-width: 399px) {
    .btns-div {
        margin-top: 0.5em;
    }
    .btn1 {
        margin-right: 0em;margin-bottom: 10px;    display: block;
    }
}
@media(max-width: 384px){
    .mar2e{
        margin-bottom: 13px;
    }
}
@media(max-width:375px){
   /* .popup {
    top: 0em !important;
    left: 0px !important; 
    margin-top: 10em;
}*/
.mar2e{
        margin: 15px 0px;
        display: block;
    }
}
@media (max-width: 360px) {
    /*.popup .close, .popup2 .close2 {    float: left !important;
    left: 15px !important;top: 11px !important;
     }*/

    .btn1 {
        margin-right: 5px !important;
    }
    h1 {
        font-size: 22px !important;
    }
    .top-svg svg {
        margin-top: 84px;
    }
}
@media (max-width: 320px) {
    .header {
        padding-bottom: 610px;
    }
   /* .popup {
    top: 0em !important;left: 0px !important;margin-top: 8em;}*/
    .mob-float-nav { top: 26px;}
   .logo-text{    width: 220px;}
    
    .sub {
        right: 3.5em;
    }
    .top-svg svg {
        margin-top: 32px !important;
    }
    .btn1 {
        margin-right: 0em;
        margin-bottom: 1em;
    }
    .btn-down {
        top: 3.5em;
    }
    .logo-text {width: 85%}

}

