/* @import url('https://fonts.googleapis.com/css?family=Poppins:400,500,700'); */
@font-face {
  font-family: Poppins;
  src: url(/bootstrap-icons/fonts/Poppins-Regular.ttf);
}
*{
    font-family: "Poppins";
    margin:0px;
    padding:0px;
}

/* .navbar{
  height: 15vh;
}*/

#modal-cross-link{
  position: absolute;top: 6%;right: 6%;width: 45px;
}

html{
  overflow-x: hidden;
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
  
  /* .navbar .has-megamenu{position: static!important;}
  .navbar .megamenu{left:0; right:0; width:80%; margin-top:0;}
  .dropdown-menu.show {
    -webkit-animation: fadeIn 0.3s alternate;
    animation: fadeIn 0.3s alternate;
  }
  
  .nav-item.dropdown.dropdown-mega {
    position: static;
  }
  .nav-item.dropdown.dropdown-mega .dropdown-menu {
    width: 50%;
    top: auto;
    left: 25%;
    right:25%;
  }

.image-container img{
  width:10vw;
  height:10vw;
}
.megamenu_product_text{
  font-size: 1vw;
  width:100%;
  text-align: center;
}
.image-container a {
  text-decoration: none;
  color:#000;
} */
}	
/* ============ desktop view .end// ============ */

/* ============ mobile view ============ */
@media(max-width: 991px){
  /* .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse{
    overflow-y: auto;
      max-height: 90vh;
      margin-top:10px;
  } */
  
}

/* .navbar-nav > li{
  padding-left:1vw;
  padding-right:1vw;
} */

#active-link {
  color: #de2746 ;
}

/* #contact_round{
  border:1px solid red;
  border-radius: 50px;
  background-color: #de2746;
  color:#FFF;
  width:10vw;
  text-align: center;
}  */



/* desktop_view */
@media screen and (min-width: 991px) {
/* hide corporate connect */
.mobile_corporate_connect_whitespace1{
  display: none;
}
.mobile_corporate_connect_main{
  display: none;
}
.ipadhr_corporate_connect_whitespace1{
  display: none;
}
.ipadhr_corporate_connect_main{
  display: none;
}
.ipadlr_corporate_connect_whitespace1{
  display: none;
}
.ipadlr_corporate_connect_main{
  display: none;
}

/* hide corporate connect */

/* hide about us */
.mobile_aboutus_whitespace1{
  display:none;
}
.mobile_aboutus_section1{
  display:none;
}
.mobile_aboutus_section2{
  display:none;
}
.ipadhr_aboutus_whitespace1{
display:none;
}
.ipadhr_aboutus_section1{
display:none;
}
.ipadhr_aboutus_section2{
display:none;
}
.ipadlr_aboutus_whitespace1{
  display:none;
}
.ipadlr_aboutus_section1{
display:none;
}
.ipadlr_aboutus_section2{
display:none;
}
/* hide about us */
  
  .desktop_aboutus_whitespace1{
    width: 100%;
    height:10vh;
    background-color: #FFF;
  }
  .desktop_aboutus_section1{
    width:100%;
    background-color: #ffd7d1;
  }
  
  .desktop_about_section1_paragraph{
    padding-top: 3vh;
    font-size: 1.2vw;
    text-align: left;
  }
  .desktop_about_section1_column2 img{
    padding-top: 3vh;
    padding-left:5vw;
    width:100%;

  }
  .desktop_about_section1_column2 p {
    font-size: 0.9vw;
    margin-left:5vw;
    text-align: center;
    color:grey;
  }
  .desktop_corporate_connect_whitespace1{
    width: 100%;
    height:10vh;
    background-color: #FFF;
  }
  .desktop_corporate_connect_text1{
    font-size: 2.5vw;
  }
  .desktop_corporate_connect_text2{
    margin-top:-2vh;
    font-size: 1.2vw;
  }
  .desktop_corporate_connect_column_box{
    position:relative;
    margin-top: 2vh;
    width:100%;
    height:33vh;
    border-radius:10px;
    background-color: #ffd7d1;
  }
  .corporate_connect_textbox1{
    position:absolute;
    height:7vh;
    left:0px;
    width:100%;
    background-image: linear-gradient(to right,  rgba(222, 39, 70, 1) ,rgba(255,0,0,0));
  }
  .desktop_corporate_connect_column_text1{
    margin-top: 1vh;
    margin-left: 1vw;
    color:#FFF; 
    font-size: 1.5vw;
    
  }
  .corporate_connect_textbox2{
    position:absolute;
    left:0px;
    width:100%;
    top:10vh;
  }
  .desktop_corporate_connect_column_text2{
    width:98%;
    margin-top: 1vh;
    margin-left: 1vw;
    color:#000; 
    font-size: 1vw;
    
  }
  .desktop_corporate_connect_icon{
    position:relative;
    width:3%;
  }
  #header{
    display: none;
  }
  .navbar-nav > li{
    padding-left:1vw;
    padding-right:1vw;
  }
  
  #active-link {
    color: #de2746 ;
  }
  
  #contact_round{
    border:1px solid red;
    border-radius: 50px;
    background-color: #de2746;
    color:#FFF;
    width:10vw;
    text-align: center;
  }
  .navbar .has-megamenu{position: static!important;}
  .navbar .megamenu{left:0; right:0; width:80%; margin-top:0;}
  .dropdown-menu.show {
    -webkit-animation: fadeIn 0.3s alternate;
    animation: fadeIn 0.3s alternate;
  }
  
  .nav-item.dropdown.dropdown-mega {
    position: static;
  }
  .nav-item.dropdown.dropdown-mega .dropdown-menu {
    width: 50%;
    top: auto;
    left: 25%;
    right:25%;
  }
  .navbar-brand img{
    width:15vw;
  } 
.image-container img{
  width:10vw;
  height:10vw;
}
.megamenu_product_text{
  font-size: 1vw;
  width:100%;
  text-align: center;
}
.image-container a {
  text-decoration: none;
  color:#000;
}
  
  .collapse ul li a{
    font-size: 1.2vw;
  }
  

  .section1_mobile {
    display: none;
  }
  .section2_mobile{
    display: none;
  }
  .section3_mobile{
    display: none;
  }
  .section4_mobile{
    display: none;
  }
  .mobile_empty_white_space1{
    display: none;
  }
  .mobile_empty_white_space2{
    display: none;
  }
  .footer_mobile{
    display: none;
  }

  .section1_ipadhr {
    display: none;
  }
  .section2_ipadhr{
    display: none;
  }
  .section3_ipadhr{
    display: none;
  }
  .section4_ipadhr{
    display: none;
  }
  .ipadhr_empty_white_space1{
    display: none;
  }
  .ipadhr_empty_white_space2{
    display: none;
  }
  .footer_ipadhr{
    display: none;
  }

  /* hide ipad lowres */
  .section1_ipadlr {
    display: none;
  }
  .section2_ipadlr{
    display: none;
  }
  .section3_ipadlr{
    display: none;
  }
  .section4_ipadlr{
    display: none;
  }
  .footer_ipadlr{
    display: none;
  }
  .ipadlr_empty_white_space1{
    display: none;
  }
  .ipadlr_empty_white_space2{
    display: none;
  }
  /* hide ipad lowres*/

  
  .modal-body-desktop{
    position:relative;
  
  }
  .image_popup_desktop{
    position:absolute;
    top:-10%;
    left:0%;
  }
  
  .cross_desktop{
    position: absolute;
    right:-4%;
    top:5%;
  }
  .cross_desktop img{
    width:50%;
    height:50%;
  }

/* ---------------------------------------------------logo--------------------------------------------------- */




/* ---------------------------------------------------logo--------------------------------------------------- */



.section1_desktop{
  position:relative;

  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
.carouselExampleIndicators{
  width:100%;
  height:60vh;
}

.carousel .carousel-indicators{
  width:fit-content;
  margin-left: 0px;
  position: absolute;
  bottom:1%;
  left:5%;
}

.carousel .carousel-indicators button {
  margin-right: 15px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
}


#view_order_btn{
  width:12%;
  height:10%;
  font-size: 1.3vw;
  font-weight: 500;
  border-radius: 100px;
  position:absolute;
  bottom:22%;
  left:4.5%;
  border:3px solid white;
}
#view_order_btn:hover{
  width:12%;
  height:10%;
  font-size: 1.3vw;
  font-weight: 500;
  border-radius: 100px;
  position:absolute;
  bottom:22%;
  left:4.5%;
  background-color: #FFF;
}

#view_order_btn a{
  color:white;
}
#view_order_btn:hover a{
  color:#de2746;
}




/* Section 2 */

.section2_desktop{
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}

.main_image1{
  position:relative;
}

.main_image1 img{
  
  width:100%;
  height:100vh;
}




.section2_immerse_text{
  text-align: center;
  font-size: 2.6vw;
  font-weight: 400;
  color:black;
  margin-left: 0px;
  /* border:5px solid red; */
  position:absolute;
  top:22%; 
  left:22%;
}

#section2_image1,#section2_image2,#section2_image3,#section2_image4{
  transition: transform .2s;
  width: 35vh;
  height: 35vh;
}
#section2_image1:hover,#section2_image2:hover,#section2_image3:hover,#section2_image4:hover{
  
  width: 35vh;
  height: 35vh;
  transform: scale(1.1);
}



.section2_product_text{
  color:black;
  margin-top:10%;
  width: 16vw;
  text-align: center;
  font-size: 1.5vw;

}

#section2_image_row{
  position: absolute;
  top:34%;
  left:12%;
  right:12%;
}



/* section 2 */
.main_image2{
  position:relative;
}

.main_image2 img{
  background-size: cover;

  width:100%;
  height:85vh;
}
.section3_inthespotlight{
  text-align: center;
  font-size: 2.6vw;
  font-weight: 400;
  color:#FFF;

  /* border:5px solid red; */
  position:absolute;
  /* top:18%; 
  left:22%; */
  top: 3%;
  left:40%;
}
.section3_webring{
  text-align: center;
  font-size: 1.6vw;
  font-weight: 400;
  color:white;
  margin-left: 0px;
  /* border:5px solid red; */
  position:absolute;
  top:15%; 
  left:25%;
  right:25%;
  

}
.best_seller_icon{
  position:absolute;
  top:29%;
  left:30%;
  right:30%;

}
.best_seller_icon img{
  align-items: center;
  width:39.3vw;
  height:7vh;
}
.best_seller_text{
  width:15%;
  text-align: center;
  font-size: 1.3vw;
  top:30.5%;
  left:42%;
  right:42%;
  position:absolute;
}

#section3_image_row{
  position: absolute;
  top:44%;
  left:12%;
  right:12%;
}
#section3_image1,#section3_image2,#section3_image3,#section3_image4{
  width: 38vh;
  height: 38vh;
}

/* empty white space */

.desktop_empty_white_space1{
  width:100%;
  height:14vh;
  background-color: #FFF;
}

/* section 4 */
.section4_desktop{
  position: relative;
  background-image: url(/images/testimonial_desktop.png);
  background-size:cover;
  background-repeat: no-repeat;
  width:100%;
  height:90vh;
}
.section4_text_whatsaying{
  text-align: center;
  position:absolute;
  font-size: 2.5vw;
  top:7%;
  left:35%;
  right:35%;

  color:black;
}
.testimonials{
  position: absolute;
  left:20%;
  right:20%;
  top:22%;
}
.testimonials img{
  width:100%;
}

.carousel_items_desktop{
  position: relative;
}

.carousel-caption_desktop{
  position:absolute;
  top:28%;
}
.testimonials_username{
  color:#000;
  font-size: 2vw;

}
.testimonials_stars{
  max-width:30%;
}
.testimonials_text{
  font-size: 1.2vw;
  text-align: center;
  color:black;
  width:90%;
  margin-left: 5%;
  margin-right:5%;
  margin-top:2%;
}

.button_previous_desktop_testimonials button{
  margin-left:5vw;
}
.button_next_desktop_testimonials button{
  margin-right:5vw;
}
.desktop_empty_white_space2{
  width:100%;
  height:14vh;
  background-color: #FFF;
}

/* footer */
.footer_desktop{
  position: relative;
  width: 100%;
  height:66vh;
  background-color: #de2746;
}
.row1 ul li a{
  font-size: 1.3vw;
  color:white;
  text-decoration: none;;
}
/* .social_icons{
  position:absolute;
  left:22%;
  top:51%;
}
.social_icons img{
  width:35%;
} */

.social_media_images{
  width:15%;
  margin-left: 1vw;
}
.row1_ul{
  list-style-type: none;
}

.row1{
  position: absolute;
  top:9%;
  left:8%;
}

.row2{
  position: absolute;
  top:9%;
  left:40%;
}

.contact_text,.mobile_text,.email_text,.emailid1,.emailid2{
  color:#FFF;
}
.contact_text{
  font-size: 1.6vw;
  font-weight: bold;
}
.mobile_text{
  font-size: 1.3vw;
}
.email_text{
  font-size: 1.6vw;
  margin-top:1.3vh ;
  font-weight: bold;
}
.emailid1,.emailid2{
  font-size: 1.3vw;
}

.row3{
  position: absolute;
  top:9%;
  left:76%;
}
.address_text{
  color:#FFF;
  font-size: 1.6vw;
  font-weight: bold;
}
.address{
  color:#FFF;
  margin-top: 1.3vh;
  font-size: 1.3vw;
  width:70%;
}

.direction_icon{
  width:12vw;
  margin-top:2vh;
}
.bottom_horizontal_line{
  position: absolute;
  border-color:#FFF;
  border:2px solid #FFF;
  width:96%;
  left:2%;
  right:2%;
  bottom: 20%;
}

.copyright_text{
  color:#FFF;
  position:absolute;
  bottom:10%;
  left:4.5%;
  font-size: 2.8vh;

}

.fssai{
  color:#FFF;
  position:absolute;
  bottom:10%;
  left:50%;
  font-size: 2.8vh;
}

.gst_no_desktop{
  color:#FFF;
  position:absolute;
  bottom:10%;
  left:80%;
  font-size: 2.8vh;
}
.design_by_desktop{
  color:#FFF;
  position:absolute;
  bottom:2%;
  width:40%;
  right:5%;
  text-align: right;
  font-size: 2vh;
}
.horizontal_line{
  width:96%;
  left:2%;
  right:2%;
  bottom: 24%;
  height:0.2vh;
  background-color: #FFF;
  position:absolute;
}
/* .products_snacks_white_space_1{
  height:20vh;
  background-color: #FFF;
  position:relative;

}
.products_snacks_white_space_1_snacks_text{
  position: absolute;
  font-size: 2.5vw;
  text-align: center;
  left:40%;
  right:40%;
  bottom:2%;
}

.products_snacks_main{
  width:100%;
  background-image: url(/images/mobile/pink_BG.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.products_snacks_image_row{
  width:80%;
  position:relative;
  margin-top: 5%;
  left:10%;
  right:10%;
  margin-bottom: 5%;
}
.products_snacks_column{
  width:25%;
}

.products_snacks_product_text{
  text-align: center;
  width:90%;
  font-size: 1.4vw;
}
.products_snacks_image{
  width:90%;
}  */


}

/* Media Query for Mobile Devices */
/* mobile_view */
@media (max-width: 480px) {
  #modal-cross-link {
    position: absolute;
    top: 10%;
    right: 8%;
    width: 24px;
  }
  .navbar{
    display: none;
  }
  .desktop_corporate_connect_whitespace1{
    display: none;
  }
  .desktop_corporate_connect_main{
    display: none;
  }
  .ipadhr_corporate_connect_whitespace1{
    display: none;
  }
  .ipadhr_corporate_connect_main{
    display: none;
  } 
  .ipadlr_corporate_connect_whitespace1{
    display: none;
  }
  .ipadlr_corporate_connect_main{
    display: none;
  }
  
  .desktop_aboutus_whitespace1{
    display:none;
}
.desktop_aboutus_section1{
    display:none;
}
.desktop_aboutus_section2{
    display:none;
}

.ipadhr_aboutus_whitespace1{
  display:none;
}
.ipadhr_aboutus_section1{
  display:none;
}
.ipadhr_aboutus_section2{
  display:none;
}
.ipadlr_aboutus_whitespace1{
  display:none;
}
.ipadlr_aboutus_section1{
display:none;
}
.ipadlr_aboutus_section2{
display:none;
}
.mobile_corporate_connect_whitespace1{
  width: 100%;
  height:12vh;
  background-color: #FFF;
}
.mobile_corporate_connect_text1{
  font-size: 4.5vw;
}
.mobile_corporate_connect_text2{
  margin-top:-2vh;
  font-size: 2.5vw;
}
.mobile_corporate_connect_column_box{
  position:relative;
  margin-bottom: 2vh;
  width:94%;
  left:3%;
  right:3%;
  height:29vh;
  border-radius:10px;
  background-color: #ffd7d1;
}
.corporate_connect_textbox1{
  position:absolute;
  height:5vh;
  left:0px;
  width:100%;
  background-image: linear-gradient(to right,  rgba(222, 39, 70, 1) ,rgba(255,0,0,0));
}
.mobile_corporate_connect_column_text1{
  margin-top: 1vh;
  margin-left: 1vw;
  color:#FFF; 
  font-size: 3.5vw;
  
}
.corporate_connect_textbox2{
  position:absolute;
  left:0px;
  width:100%;
  top:5vh;
}
.mobile_corporate_connect_column_text2{
  width:98%;
  margin-top: 1vh;
  margin-left: 1vw;
  color:#000; 
  font-size: 2.5vw;
  
}
.mobile_corporate_connect_icon{
  position:relative;
  width:8%;
}
  .section1_desktop {
    display: none;
  }
  .section2_desktop{
    display: none;
  }
  .section3_desktop{
    display: none;
  }
  .section4_desktop{
    display: none;
  }
  .footer_desktop{
    display: none;
  }
  .empty_white_space1{
    display: none;
  }
  .empty_white_space2{
    display: none;
  }


  .section1_ipadhr {
    display: none;
  }
  .section2_ipadhr{
    display: none;
  }
  .section3_ipadhr{
    display: none;
  }
  .section4_ipadhr{
    display: none;
  }
  .ipadhr_empty_white_space1{
    display: none;
  }
  .ipadhr_empty_white_space2{
    display: none;
  }
  .footer_ipadhr{
    display: none;
  }

  /* hide ipad lowres */
  .section1_ipadlr {
    display: none;
  }
  .section2_ipadlr{
    display: none;
  }
  .section3_ipadlr{
    display: none;
  }
  .section4_ipadlr{
    display: none;
  }
  .footer_ipadlr{
    display: none;
  }
  .ipadlr_empty_white_space1{
    display: none;
  }
  .ipadlr_empty_white_space2{
    display: none;
  }
  /* hide ipad lowres*/
  .mobile_aboutus_whitespace1{
    width: 100%;
    height:10vh;
    background-color: #FFF;
  }
  .mobile_aboutus_section1{
    width:100%;
    background-color: #ffd7d1;
  }
  
  .mobile_about_section1_paragraph{
    padding-top: 3vh;
    font-size: 3.5vw;
    text-align: left;
  }
  .mobile_about_section1_column2 img{
    padding-top: 3vh;
    padding-left:5vw;
    width:95%;
  }
  .mobile_about_section1_column2 p {
    width:95%;
    font-size: 3.5vw;
    padding-left:5vw;
    text-align: center;
    color:grey;
  }


  #popup_banner_delayed_mobile{
    margin-left:10%;
    margin-right: 10%;
    margin-top:10%;
  }
  .modal-body-mobile{
    position:relative;
  
  }
  .image_popup_mobile{
    position:absolute;
  }
  .image_popup_mobile img{
    width:80%;
    height:80%;
  }
  
  .cross_mobile{
    position: absolute;
    right:15%;

  }
  .cross_mobile img{
    width:50%;
    height:50%;
  }


  .section1_mobile{

    position:relative;
  
    padding: 0 0 0 0;
    margin: 0 0 0 0;
  }
  .carouselExampleIndicators{
    width:100%;
    height:100vh;
  }
  
  .carousel .carousel-indicators{
    width:fit-content;
    margin-left: 0px;
    position: absolute;
    bottom:1%;
    left:5.5%;
  }
  
  .carousel .carousel-indicators button {
    margin-right: 12px;
    width: 9px;
    height: 9px;
    border-radius: 100%;
  }
  
  
  #view_order_btn{

    font-weight: 500;
    border-radius: 100px;
    position:absolute;
    bottom:15%;
    left:4.5%;
    border:3px solid white;
  }

  
  #view_order_btn:hover{
    font-weight: 500;
    border-radius: 100px;
    position:absolute;
    bottom:15%;
    left:4.5%;
    background-color: #FFF;
  }
  
  #view_order_btn a{
    color:white;
  }
  #view_order_btn:hover a{
    color:#de2746;
  }
  /* section2 */
  .section2_mobile{
    position:relative;

  }
  .main_image1 img{
    width:100%;
    height:45vh;
  }

  .section2_immerse_text{
    text-align: center;
    font-size: 4.2vw;
    font-weight: 400;
    color:black;
    margin-left: 0px;
    position:absolute;
    top:17%; 
    left:22%;
    right:22%;
  }




  #carouselExampleControls_mobile1{
    position:absolute;
    top:35%;
    width:80%;
    left:10%;
    right:10%;
  }

  .section2_mobile_product_text{
    color:black;
    margin-top:10%;
    text-align: center;
    font-size: 3vw; 
  }

  
  .mobile_main_image2{
    position:relative;
  }
  
  .mobile_main_image2 img{
    background-size: cover;
  
    width:100%;
    height:40vh;
  }
  .section3_mobile_inthespotlight{
    text-align: center;
    font-size: 5vw;
    font-weight: 400;
    color:#FFF;

    /* border:5px solid red; */
    position:absolute;
    /* top:18%; 
    left:22%; */
    top: 5%;
    left:20%;
    right:20%;
  }
  .section3_mobile_webring{
    text-align: center;
    font-size: 3vw;
    font-weight: 400;
    color:white;
    margin-left: 0px;
    /* border:5px solid red; */
    position:absolute;
    top:16%; 
    left:10%;
    right:10%;
    
  
  }
  .mobile_best_seller_icon{
    position:absolute;
    top:30%;
    left:20%;
    right:20%;
  
  }
  .mobile_best_seller_icon img{
    align-items: center;
    width:60vw;
    height:3vh;
  }
  .mobile_best_seller_text{
    z-index: 100;
    width:30%;
    text-align: center;
    font-size: 2.5vw;
    top:31.8%;
    left:35%;
    right:35%;
    position:absolute;
  }
  
  #carouselExampleControls_mobile2{
    position:absolute;
    top:44%;
    width:80%;
    left:10%;
    right:10%;
  }
  .button_previous_mobile_section2 button{
    margin-bottom:5vw;
    
  }
  .button_next_mobile_section2 button{
    margin-bottom:5vw;
    
  }
 
  .button_previous2{
    position:absolute;
    top:24vh;
    left:5%;
  }
  .button_next2{
    position:absolute;
    top:24vh;
    right:5%;
  }
  .mobile_empty_white_space1{
    width:100%;
    height:6.5vh;
    background-color: #FFF;
  }

   .section4_mobile{
    position:relative;
    background-image: url(/images/mobile/pink_BG.jpg);
    width:100%;
    height:50vh;
    background-size:contain;
  }
  .section4_text_whatsaying_mobile{
    position:absolute;
    top:5%;
    width:80%;
    left:10%;
    right:10%;
    text-align: center;
    font-size: 5vw;
    font-weight: 400;
    color:black;
  }
  #carouselExampleCaptions_mob{
    position:absolute;
    width:70%;
    height:70%;
    left:15%;
    right:15%;
    bottom:10%;
  }
  .button_previous3_mobile{
    position:absolute;
    top:50%;
    left:8%;
  }
  .button_next3_mobile{
    position:absolute;
    top:50%;
    right:8%;
  }

  .mobile_testimonials_carousel-inner  .mobile_testimonials_carousel-item {
    position:relative;
  }

  /* .mobile_testimonials_carousel-item .mobile_testimonials_text-area{
    position:absolute;
    top:30%;
  } */
  .mobile_testimonials_carousel-item .mobile_testimonials_carousel-caption{
    position:absolute;
    top:20%;
    color:#000;

    width:90%;
    left:5%;
    right:5%;
  }
  .testimonials_username_mobile{
    color:#000;
    font-size: 3.5vw;
  
  }
  .testimonials_stars_mobile{
    margin-top:-2vh;
    max-width:45%;
  }
  .testimonials_text_mobile{

    font-size: 2.5vw;
    text-align: center;
    color:black;
    width:90%;
    margin-left: 5%;
    margin-right: 5%;

    margin-top:2%;
  }
  
  .mobile_empty_white_space2{
    width:100%;
    height:6.5vh;
    background-color: #FFF;
  }

  /* ----------------------------------------------------------footer---------------------------------------------------------- */


  .footer_mobile{
    position: relative;
    width: 100%;
    height:50vh;
    background-color: #de2746;
  }
  .row1_mobile ul li a{
    font-size: 2.5vw;
    color:white;
    text-decoration: none;
  }

  .row1_mobile ul li{
    height:5vw;
  }
  
  
  .social_media_images_mobile{
    width:12%;
    margin-left: 1vw;
  }
  .row1_ul_mobile{
    list-style-type: none;
  }
  
  .row1_mobile{

    position: absolute;
    width:50%;
    top:1%;
    left:0.1%;
  }
  
  .row2_mobile{

    position: absolute;
    width:50%;
    top:3%;
    right:1%;
  }
  
  .contact_text_mobile,.mobile_text_mobile,.email_text_mobile,.emailid1_mobile,.emailid2_mobile{
    color:#FFF;
  }
  .contact_text_mobile{
    font-size: 3vw;
    font-weight: bold;
  }
  .mobile_text_mobile{
    font-size: 2.5vw;
  }
  .email_text_mobile{
    font-size: 3vw;

    font-weight: bold;
  }
  .emailid1_mobile,.emailid2_mobile{
    font-size: 2.5vw;
  }
  
  .row3_mobile{

    position: absolute;
    top:50%;
    left:8%;
  }
  .address_text_mobile{
    color:#FFF;
    font-size: 3vw;
    font-weight: bold;
  }
  .address_mobile{

    color:#FFF;
    font-size: 2.5vw;
    width:70%;
  }
  
  .direction_icon_mobile{
    width:25vw;
    margin-top:1vh;
  }
  
  .horizontal_line_mobile{
    position: absolute;
    border-color:#FFF;
    border:0.1px solid #FFF;

    width:96%;
    left:2%;
    right:2%;
    bottom: 20%;
  }
  
  .copyright_text_mobile{
    color:#FFF;
    width:100%;
    text-align: left;
    position:absolute;
    bottom:2%;
    left:5%;
    font-size: 0.8vh;
  
  }
   
  .fssai_mobile{
    color:#FFF;
    position:absolute;
    bottom:13%;
    width:40%;
    left:10%;
    text-align: left;
    font-size: 1.2vh;
  }
  
  .gst_no_mobile{
    color:#FFF;
    position:absolute;
    bottom:13%;
    width:40%;
    right:10%;
    text-align: right;
    font-size: 1.2vh;
  }

  .design_by_mobile{
    color:#FFF;
    position:absolute;
    bottom:2%;
    width:40%;
    right:5%;
    text-align: right;
    font-size: 0.8vh;
  }
  
  
  
  
 
  /* ----------------------------------------------------------footer---------------------------------------------------------- */

}





/* Media Query for Tablets Ipads portrait mode */
@media (min-width: 768px) and (max-width: 991px){

  #modal-cross-link {
    position: absolute;
    top: 8%;
    right: 6%;
    width: 32px;
  }
.mobile_aboutus_whitespace1{
  display:none;
}
.mobile_aboutus_section1{
    display:none;
}

.mobile_aboutus_section2{
    display:none;
}
.desktop_aboutus_whitespace1{
  display:none;
}
.desktop_aboutus_section1{
  display:none;
}
.desktop_aboutus_section2{
  display:none;
}
.ipadlr_aboutus_whitespace1{
  display:none;
}
.ipadlr_aboutus_section1{
  display:none;
}
.ipadlr_aboutus_section2{
  display:none;
}
.desktop_corporate_connect_whitespace1{
  display: none;
}
.desktop_corporate_connect_main{
  display: none;
}
.mobile_corporate_connect_whitespace1{
  display: none;
}
.mobile_corporate_connect_main{
  display: none;
} 
.ipadlr_corporate_connect_whitespace1{
  display: none;
}
.ipadlr_corporate_connect_main{
  display: none;
}
.ipadhr_aboutus_whitespace1{
  width: 100%;
  height:5vh;
  background-color: #FFF;
}
.ipadhr_aboutus_section1{
  width:100%;
  background-color: #ffd7d1;
}

.ipadhr_about_section1_paragraph{
  padding-top: 3vh;
  font-size: 1.2vw;
  text-align: left;
}
.ipadhr_about_section1_column2 img{
  padding-top: 3vh;
  padding-left:5vw;
  width:100%;

}
.ipadhr_about_section1_column2 p {
  font-size: 1.2vw;
  margin-left:5vw;
  text-align: center;
  color:grey;
}
.ipadhr_aboutus_lastpara{
  font-size: 1.2vw;
}
.ipadhr_corporate_connect_whitespace1{
    width: 100%;
    height:5vh;
    background-color: #FFF;
  }
  .ipadhr_corporate_connect_text1{
    font-size: 3.5vw;
  }
  .ipadhr_corporate_connect_text2{
    margin-top:-1vh;
    font-size: 1.8vw;
  }
  .ipadhr_corporate_connect_column_box{
    position:relative;
    margin-top: 2vh;
    width:100%;
    height:28vh;
    border-radius:10px;
    background-color: #ffd7d1;
  }
  .corporate_connect_textbox1{
    position:absolute;
    height:5vh;
    left:0px;
    width:100%;
    background-image: linear-gradient(to right,  rgba(222, 39, 70, 1) ,rgba(255,0,0,0));
  }
  .ipadhr_corporate_connect_column_text1{
    margin-top: 1vh;
    margin-left: 1vw;
    color:#FFF; 
    font-size: 2.8vw;
    
  }
  .corporate_connect_textbox2{
    position:absolute;
    left:0px;
    width:100%;
    top:7vh;
  }
  .ipadhr_corporate_connect_column_text2{
    width:98%;
    margin-top: 1vh;
    margin-left: 1vw;
    color:#000; 
    font-size: 1.8vw;
    
  }
  #header{
    display: none;
  }
  
  .navbar-nav > li{
    padding-left:1vw;
    padding-right:1vw;
  }
  
  #active-link {
    color: #de2746 ;
  }
  
  #contact_round{
    border:1px solid red;
    border-radius: 50px;
    background-color: #de2746;
    color:#FFF;
    width:10vw;
    text-align: center;
  }
  .navbar .has-megamenu{position: static!important;}
  .navbar .megamenu{left:0; right:0; width:80%; margin-top:0;}
  .dropdown-menu.show {
    -webkit-animation: fadeIn 0.3s alternate;
    animation: fadeIn 0.3s alternate;
  }
  
  .nav-item.dropdown.dropdown-mega {
    position: static;
  }
  .nav-item.dropdown.dropdown-mega .dropdown-menu {
    width: 50%;
    top: auto;
    left: 25%;
    right:25%;
  }
  .navbar-brand img{
    width:15vw;
  } 
.image-container img{
  width:10vw;
  height:10vw;
}
.megamenu_product_text{
  font-size: 0.8vw;
  width:10vw;
  text-align: center;
}
.image-container a {
  text-decoration: none;
  color:#000;
}
  
  .collapse ul li a{
    font-size: 1.2vw;
  }
  /* hide mobile */
  .section1_mobile {
    display: none;
  }
  .section2_mobile{
    display: none;
  }
  .section3_mobile{
    display: none;
  }
  .section4_mobile{
    display: none;
  }
  .footer_mobile{
    display: none;
  }
  .mobile_empty_white_space1{
    display: none;
  }
  .mobile_empty_white_space2{
    display: none;
  }
  /* hide mobile */

  /* hide desktop */
  .section1_desktop {
    display: none;
  }
  .section2_desktop{
    display: none;
  }
  .section3_desktop{
    display: none;
  }
  .section4_desktop{
    display: none;
  }
  .footer_desktop{
    display: none;
  }
  .empty_white_space1{
    display: none;
  }
  .empty_white_space2{
    display: none;
  }
  /* hide desktop */

  /* hide ipad lowres */
  .section1_ipadlr {
    display: none;
  }
  .section2_ipadlr{
    display: none;
  }
  .section3_ipadlr{
    display: none;
  }
  .section4_ipadlr{
    display: none;
  }
  .footer_ipadlr{
    display: none;
  }
  .ipadlr_empty_white_space1{
    display: none;
  }
  .ipadlr_empty_white_space2{
    display: none;
  }
  /* hide ipad lowres*/
  .modal-body-ipadhr{
    position:relative;
  
  }
  .image_popup_ipadhr{
    position:absolute;
  
   
  }
  .image_popup_ipadhr img{
    width:100%;
    height:100%;
  }
  
  .cross_ipadhr{
    position: absolute;
    right:-8%;

  }
  .cross_ipadhr img{
    width:40%;
    height:40%;
  }

  .section1_ipadhr{
    position:relative;
    width:100%;
    height:25vh;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
  }
  #carouselExampleIndicators_ipadhr{
    width:100%;

    
  }
  
  .carousel .carousel-indicators{
    width:fit-content;
    margin-left: 0px;
    position: absolute;
    bottom:2%;
    left:5.5%;
  }
  
  .carousel .carousel-indicators button {
    margin-right: 12px;
    width: 9px;
    height: 9px;
    border-radius: 100%;
  }
  
  
  #view_order_btn_ipadhr{
    color:#FFF;
    width:15%;
    height:10%;
    font-size: 1.4vw;
    font-weight: 500;
    border-radius: 100px;
    position:absolute;
    text-align: center;
    bottom:20%;
    left:4.5%;
  }
  #view_order_btn_ipadhr a{
    color:white;
  }
  
  
  /* Section 2 */
  
  .section2_ipadhr{
    width:100%;
    height:40vh;
    position:relative;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
  }
  
  
  
  .main_image1_ipadhr img{
    width:100%;
    height:45vh;
  }
  
  
  .section2_immerse_text_ipadhr{
    text-align: center;
    font-size: 2.5vw;
    font-weight: 400;
    color:black;
    margin-left: 0px;
    position:absolute;
    width:32%;
    top:22%; 
    left:34%;
    right: 34%;

  }
  
  #section2_image1_ipadhr,#section2_image2_ipadhr,#section2_image3_ipadhr,#section2_image4_ipadhr{
    width: 20vw;
    height: 20vw;
  }
  
  
  
  .section2_product_text_ipadhr{
    color:black;
    margin-top:5%;
    width: 16vw;
    text-align: center;
    font-size: 1.5vw;
  
  }
  
  #section2_image_row_ipadhr{
    position: absolute;
    top:40%;
    left:5%;
    right:5%;
  }
  
  
  
  /* section 2 */
  .main_image2_ipadhr{
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    position:relative;
    width:100%;
    height:40vh;
  }
  
  .main_image2_ipadhr img{
    background-size: cover;
  
    width:100%;
    height:40vh;
  }
  .section3_inthespotlight_ipadhr{
    text-align: center;
    font-size: 2.6vw;
    font-weight: 400;
    color:#FFF;
  
    /* border:5px solid red; */
    position:absolute;
    left:22%; 
    top: 5%;
    width:50%;
    right:22%;
  }
  .section3_webring_ipadhr{
    text-align: center;
    font-size: 2vw;
    font-weight: 400;
    color:white;
    margin-left: 0px;
    /* border:5px solid red; */
    position:absolute;
    top:15%; 
    left:25%;
    right:25%;
    
  
  }
  .best_seller_icon_ipadhr{
    position:absolute;
    top:29%;
    left:30%;
    right:30%;
  
  }
  .best_seller_icon_ipadhr img{
    align-items: center;
    width:39.3vw;
    height:3vh;
  }
  .best_seller_text_ipadhr{
    width:20%;
    text-align: center;
    font-size: 1.7vw;
    top:30.5%;
    left:40%;
    right:40%;
    position:absolute;
  }
  
  #section3_image_row_ipadhr{
    position: absolute;
    top:45%;
    left:5%;
    right:5%;
  }
  #section3_image1_ipadhr,#section3_image2_ipadhr,#section3_image3_ipadhr,#section3_image4_ipadhr{
    width: 15vh;
    height: 15vh;
  }
  
  /* empty white space */
  
  .ipadhr_empty_white_space1{
    width:100%;
    height:5vh;
    background-color: #FFF;

  }
  
  /* section 4 */
  .section4_ipadhr{
    position: relative;
    background-image: url(/images/testimonial_desktop.png);
    background-size:cover;
    background-repeat: no-repeat;
    width:100%;
    height:35vh;
  }
  .section4_text_whatsaying{
    text-align: center;
    position:absolute;
    font-size: 2.5vw;
    top:7%;
    left:35%; 
    right:35%;
  
    color:black;
  }
  .testimonials{
    position: absolute;
    left:15%;
    right:15%;
    top:22%;
  }
  .testimonials img{
    width:100%;
  }
  
  .carousel_items_ipadhr{
    position: relative;
  }
  
  .carousel-caption_ipadhr{
    position:absolute;
    top:28%;
  }
  .testimonials_username{
    color:#000;
    font-size: 2vw;
  
  }
  .testimonials_stars{
    max-width:30%;
  }
  .testimonials_text{
    font-size: 1.2vw;
    text-align: center;
    color:black;
    width:90%;
    margin-left: 5%;
    margin-right:5%;
    margin-top:2%;
  }
  
  .button_previous_ipadhr_testimonials button{
    margin-left:5vw;
  }
  .button_next_ipadhr_testimonials button{
    margin-right:5vw;
  }
  .ipadhr_empty_white_space2{
    width:100%;
    height:5vh;
    background-color: #FFF;
  }
  

  .footer_ipadhr{
    border:1px solid red;
    position: relative;
    width: 100%;
    height:30vh;
    background-color: #de2746;
  }
  .row1_ipadhr ul li a{
    font-size: 1.3vw;
    color:white;
    text-decoration: none;;
  }
  
  .social_media_images_ipadhr{
    width:15%;
    margin-left: 1vw;
  }
  .row1_ul_ipadhr{
    list-style-type: none;
  }
  
  .row1_ipadhr{
    position: absolute;
    top:9%;
    left:8%;
  }
  
  .row2_ipadhr{
    position: absolute;
    top:9%;
    left:40%;
  }
  
  .contact_text_ipadhr,.mobile_text_ipadhr,.email_text_ipadhr,.emailid1_ipadhr,.emailid2_ipadhr{
    color:#FFF;
  }
  .contact_text_ipadhr{
    font-size: 1.6vw;
    font-weight: bold;
  }
  .mobile_text_ipadhr{
    font-size: 1.3vw;
  }
  .email_text_ipadhr{
    font-size: 1.6vw;
    margin-top:1.3vh ;
    font-weight: bold;
  }
  .emailid1_ipadhr,.emailid2_ipadhr{
    font-size: 1.3vw;
  }
  
  .row3_ipadhr{
    position: absolute;
    top:9%;
    left:76%;
  }
  .address_text_ipadhr{
    color:#FFF;
    font-size: 1.6vw;
    font-weight: bold;
  }
  .address_ipadhr{
    color:#FFF;
    margin-top: 0.5vh;
    font-size: 1.3vw;
    width:70%;
  }
  
  .direction_icon_ipadhr{
    width:12vw;
    margin-top:1vh;
  }
  .bottom_horizontal_line_ipadhr{
    position: absolute;
    border-color:#FFF;
    border:2px solid #FFF;
    width:96%;
    left:2%;
    right:2%;
    bottom: 20%;
  }
  
  .copyright_text_ipadhr{
    color:#FFF;
    position:absolute;
    bottom:2%;
    left:5%;
    font-size: 1vh;
  
  }
  
  .fssai_ipadhr{
    width:40%;
    left:5%;
    text-align: center;
    color:#FFF;
    position:absolute;
    bottom:10%;
    font-size: 1.5vh;
  }
  
  .gst_no_ipadhr{
    width:40%;
    text-align: center;
    color:#FFF;
    position:absolute;
    bottom:10%;
    right:5%;
    font-size: 1.5vh;
  }
  .design_by_ipadhr{
    color:#FFF;
    position:absolute;
    bottom:2%;
    width:40%;
    right:5%;
    text-align: right;
    font-size: 1vh;
  }
  .horizontal_line_ipadhr{
    width:96%;
    left:2%;
    right:2%;
    bottom: 24%;
    height:0.2vh;
    background-color: #FFF;
    position:absolute;
  }
}


@media (min-width: 481px) and (max-width: 767px) {
  .navbar{
    display: none;
  }
  .section1_mobile {
    display: none;
  }
  .section2_mobile{
    display: none;
  }
  .section3_mobile{
    display: none;
  }
  .section4_mobile{
    display: none;
  }
  .footer_mobile{
    display: none;
  }
  .mobile_empty_white_space1{
    display: none;
  }
  .mobile_empty_white_space2{
    display: none;
  }
  .section1_desktop {
    display: none;
  }
  .section2_desktop{
    display: none;
  }
  .section3_desktop{
    display: none;
  }
  .section4_desktop{
    display: none;
  }
  .footer_desktop{
    display: none;
  }
  .empty_white_space1{
    display: none;
  }
  .empty_white_space2{
    display: none;
  }
  .section1_ipadhr {
    display: none;
  }
  .section2_ipadhr{
    display: none;
  }
  .section3_ipadhr{
    display: none;
  }
  .section4_ipadhr{
    display: none;
  }
  .ipadhr_empty_white_space1{
    display: none;
  }
  .ipadhr_empty_white_space2{
    display: none;
  }
  .footer_ipadhr{
    display: none;
  }
  .desktop_aboutus_whitespace1{
    display:none;
  }
  .desktop_aboutus_section1{
      display:none;
  }
  .desktop_aboutus_section2{
      display:none;
  }
  .mobile_aboutus_whitespace1{
    display:none;
  }
  .mobile_aboutus_section1{
  display:none;
  }
  .mobile_aboutus_section2{
  display:none;
  }

  .ipadhr_aboutus_whitespace1{
    display:none;
  }
  .ipadhr_aboutus_section1{
    display:none;
  }
  .ipadhr_aboutus_section2{
    display:none;
  }
  .desktop_corporate_connect_whitespace1{
    display: none;
  }
  .desktop_corporate_connect_main{
    display: none;
  }
  .mobile_corporate_connect_whitespace1{
    display: none;
  }
  .mobile_corporate_connect_main{
    display: none;
  }
  .ipadhr_corporate_connect_whitespace1{
    display: none;
  }
  .ipadhr_corporate_connect_main{
    display: none;
  } 
  

  .ipadlr_aboutus_whitespace1{
    width: 100%;
    height:10vh;
    background-color: #FFF;
  }
  .ipadlr_aboutus_section1{
    width:100%;
    background-color: #ffd7d1;
  }
  
  .ipadlr_about_section1_paragraph{
    padding-top: 3vh;
    font-size: 3.5vw;
    text-align: left;
  }
  .ipadlr_about_section1_column2 img{
    padding-top: 3vh;
    padding-left:5vw;
    width:95%;
  }
  .ipadlr_about_section1_column2 p {
    width:95%;
    font-size: 3.5vw;
    padding-left:5vw;
    text-align: center;
    color:grey;
  }
  
  .ipadlr_corporate_connect_whitespace1{
    width: 100%;
    height:12vh;
    background-color: #FFF;
  }
  .ipadlr_corporate_connect_text1{
    font-size: 4vw;
  }
  .ipadlr_corporate_connect_text2{
    margin-top:-2vh;
    font-size: 2.2vw;
  }
  .ipadlr_corporate_connect_column_box{
    position:relative;
    margin-bottom: 2vh;
    width:94%;
    left:3%;
    right:3%;
    height:28vh;
    border-radius:10px;
    background-color: #ffd7d1;
  }
  .corporate_connect_textbox1{
    position:absolute;
    height:5vh;
    left:0px;
    width:100%;
    background-image: linear-gradient(to right,  rgba(222, 39, 70, 1) ,rgba(255,0,0,0));
  }
  .ipadlr_corporate_connect_column_text1{
    margin-top: 1vh;
    margin-left: 1vw;
    color:#FFF; 
    font-size: 3vw;
    
  }
  .corporate_connect_textbox2{
    position:absolute;
    left:0px;
    width:100%;
    top:5vh;
  }
  .ipadlr_corporate_connect_column_text2{
    width:98%;
    margin-top: 1vh;
    margin-left: 1vw;
    color:#000; 
    font-size: 2.1vw;
    
  }


  #popup_banner_delayed_ipadlr{
    margin-left:10%;
    margin-right: 10%;
    margin-top:10%;
  }
  .modal-body-ipadlr{
    position:relative;
  
  }
  .image_popup_ipadlr{
    position:absolute;
  }
  .image_popup_ipadlr img{
    width:80%;
    height:80%;
  }
  
  .cross_ipadlr{
    position: absolute;
    right:20%;

  }
  .cross_ipadlr img{
    width:50%;
    height:50%;
  }

  .section1_ipadlr{

    position:relative;
  
    padding: 0 0 0 0;
    margin: 0 0 0 0;
  }
  .carouselExampleIndicators{
    width:100%;
    height:100vh;
  }
  
  .carousel .carousel-indicators{
    width:fit-content;
    margin-left: 0px;
    position: absolute;
    bottom:1%;
    left:5.5%;
  }
  
  .carousel .carousel-indicators button {
    margin-right: 12px;
    width: 9px;
    height: 9px;
    border-radius: 100%;
  }
  
  
  #view_order_btn_ipadlr{

    font-weight: 500;
    border-radius: 100px;
    position:absolute;
    bottom:15%;
    left:4.5%;
    border:3px solid white;
  }

  #view_order_btn_ipadlr a{
    color:#FFF;
  }
  /* section2 */
  .section2_ipadlr{
    position:relative;

  }
  .main_image1_ipadlr img{
    width:100%;
    height:75vh;
  }

  .section2_immerse_text_ipadlr{
    text-align: center;
    font-size: 4.2vw;
    font-weight: 400;
    color:black;
    margin-left: 0px;
    position:absolute;
    top:17%; 
    left:22%;
    right:22%;
  }




  #carouselExampleControls_ipadlr1{
    position:absolute;
    top:35%;
    width:80%;
    left:10%;
    right:10%;
  }

  .section2_ipadlr_product_text{
    color:black;
    margin-top:10%;
    text-align: center;
    font-size: 3vw; 
  }

  
  .ipadlr_main_image2{
    position:relative;
  }
  
  .ipadlr_main_image2 img{
    background-size: cover;
  
    width:100%;
    height:60vh;
  }
  .section3_ipadlr_inthespotlight{
    text-align: center;
    font-size: 5vw;
    font-weight: 400;
    color:#FFF;

    /* border:5px solid red; */
    position:absolute;
    /* top:18%; 
    left:22%; */
    top: 5%;
    left:20%;
    right:20%;
  }
  .section3_ipadlr_webring{
    text-align: center;
    font-size: 3vw;
    font-weight: 400;
    color:white;
    margin-left: 0px;
    /* border:5px solid red; */
    position:absolute;
    top:16%; 
    left:10%;
    right:10%;
    
  
  }
  .ipadlr_best_seller_icon{
    position:absolute;
    top:30%;
    left:20%;
    right:20%;
  
  }
  .ipadlr_best_seller_icon img{
    align-items: center;
    width:60vw;
    height:5vh;
  }
  .button_previous2_ipadlr{
    position:absolute;
    top:65%;
    left:5%;
  }
  .button_next2_ipadlr{
    position:absolute;
    top:65%;
    right:5%;
  }
  .ipadlr_best_seller_text{
    width:30%;
    text-align: center;
    font-size: 2.5vw;
    top:32%;
    left:35%;
    right:35%;
    position:absolute;
  }
  
  #carouselExampleControls_ipadlr2{
    position:absolute;
    top:44%;
    width:80%;
    left:10%;
    right:10%;
  }
  .button_previous_ipadlr_section2 button{
    margin-bottom:5vw;
    
  }
  .button_next_ipadlr_section2 button{
    margin-bottom:5vw;
    
  }
 
  
  .ipadlr_empty_white_space1{
    width:100%;
    height:6.5vh;
    background-color: #FFF;
  }

   .section4_ipadlr{
    position:relative;
    background-image: url(/images/mobile/pink_BG.jpg);
    width:100%;
    height:65vh;
    background-size:contain;
  }
  .section4_text_whatsaying_ipadlr{
    position:absolute;
    top:5%;
    width:80%;
    left:10%;
    right:10%;
    text-align: center;
    font-size: 5vw;
    font-weight: 400;
    color:black;
  }
  #carouselExampleCaptions_ipadlr{
    position:absolute;
    width:70%;
    height:70%;
    left:15%;
    right:15%;
    bottom:10%;
  }
  .button_previous3_ipadlr{
    position:absolute;
    top:55%;
    left:8%;
  }
  .button_next3_ipadlr{
    position:absolute;
    top:55%;
    right:8%;
  }
  

  .ipadlr_testimonials_carousel-inner  .ipadlr_testimonials_carousel-item {
    position:relative;
  }

  /* .ipadlr_testimonials_carousel-item .ipadlr_testimonials_text-area{
    position:absolute;
    top:30%;
  } */
  .ipadlr_testimonials_carousel-item .ipadlr_testimonials_carousel-caption{
    position:absolute;
    top:20%;
    color:#000;

    width:90%;
    left:5%;
    right:5%;
  }
  .testimonials_username_ipadlr{
    color:#000;
    font-size: 3.5vw;
  
  }
  .testimonials_stars_ipadlr{
    margin-top:-2vh;
    max-width:45%;
  }
  .testimonials_text_ipadlr{

    font-size: 2.5vw;
    text-align: center;
    color:black;
    width:90%;
    margin-left: 5%;
    margin-right: 5%;

    margin-top:2%;
  }
  
  .ipadlr_empty_white_space2{
    width:100%;
    height:6.5vh;
    background-color: #FFF;
  }

  /* ----------------------------------------------------------footer---------------------------------------------------------- */


  .footer_ipadlr{
    position: relative;
    width: 100%;
    height:60vh;
    background-color: #de2746;
  }
  .row1_ipadlr ul li a{
    font-size: 2.5vw;
    color:white;
    text-decoration: none;
  }

  .row1_ipadlr ul li{
    height:5vw;
  }
  
  
  .social_media_images_ipadlr{
    width:12%;
    margin-left: 1vw;
  }
  .row1_ul_ipadlr{
    list-style-type: none;
  }
  
  .row1_ipadlr{

    position: absolute;
    width:50%;
    top:1%;
    left:0.1%;
  }
  
  .row2_ipadlr{

    position: absolute;
    width:50%;
    top:3%;
    right:1%;
  }
  
  .contact_text_ipadlr,.mobile_text_ipadlr,.email_text_ipadlr,.emailid1_ipadlr,.emailid2_ipadlr{
    color:#FFF;
  }
  .contact_text_ipadlr{
    font-size: 3vw;
    font-weight: bold;
  }
  .mobile_text_ipadlr{
    font-size: 2.5vw;
  }
  .email_text_ipadlr{
    font-size: 3vw;

    font-weight: bold;
  }
  .emailid1_ipadlr,.emailid2_ipadlr{
    font-size: 2.5vw;
  }
  
  .row3_ipadlr{

    position: absolute;
    top:50%;
    left:6%;
  }
  .address_text_ipadlr{
    color:#FFF;
    font-size: 3vw;
    font-weight: bold;
  }
  .address_ipadlr{

    color:#FFF;
    font-size: 2.5vw;
    width:70%;
  }
  
  .direction_icon_ipadlr{
    width:25vw;
    margin-top:1vh;
  }
  
  .horizontal_line_ipadlr{
    position: absolute;
    border-color:#FFF;
    border:0.1px solid #FFF;

    width:96%;
    left:2%;
    right:2%;
    bottom: 20%;
  }
  
  .copyright_text_ipadlr{
    color:#FFF;
    width:100%;
    text-align: left;
    position:absolute;
    bottom:2%;
    left:5%;
    font-size: 1.5vh;
  
  }
   
  .fssai_ipadlr{
    color:#FFF;
    position:absolute;
    bottom:13%;
    width:40%;
    left:10%;
    text-align: left;
    font-size: 1.8vh;
  }
  
  .gst_no_ipadlr{
    color:#FFF;
    position:absolute;
    bottom:13%;
    width:40%;
    right:10%;
    text-align: right;
    font-size: 1.8vh;
  }

  .design_by_ipadlr{
    color:#FFF;
    position:absolute;
    bottom:2%;
    width:40%;
    right:5%;
    text-align: right;
    font-size: 1.5vh;
  }
}
