product-marginbody{
    margin: 0;
    padding: 0;
    font-family: 'aller';
    font-size: 14px;
    color: #000;
}
.clear{clear: both;}

/* Override class */

.row-margin-zero{
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.col-padding-zero{
padding-left: 0px !important;
    padding-right: 0px !important;
    /*float: right;*/
}


.header-bg{
    background-image: url('../../assets/images/home-banner.jpg');
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

.sec-header-bg{
    background-image: url('../../assets/images/sec-header-patch.png');
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 150px;
    background-position: right;
}


/* Menu css */
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #e63237 !important;
}
.navbar-inverse .navbar-toggle {
    border-color: #e63237 !important;
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: transparent !important;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: transparent !important;
}

.modity-logo-style {
    margin-top: 10%;
}
.modity-ul-style li {
 
    padding: 20px 0 20px;
    vertical-align: middle;
}

.modity-ul-style a:hover, a:focus, a:active {
    
    color: #999 !important; 
    text-decoration: none;
}

.modity-ul-style a {
    text-decoration: none;
    background-color: transparent !important;
    transition: color 0.1s, background-color 0.1s;
}
.act{
    background-color:#d90000;
    color:#fff;
  
}

.modity-ul-style a {
    position: relative;
    display: block;
    padding: 16px 0;
    margin: 0 12px;
    letter-spacing: 1px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 900;
    text-transform: uppercase;
    transition: color 0.1s,background-color 0.1s,padding 0.2s ease-in;
    color: #fb8801;
}
.modity-ul-style a::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 3px;
    left: 0;
    height: 3px;
    width: 100%;
    background-color: #fb8801;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: color 0.1s,transform 0.2s ease-out;
}
.modity-ul-style a:active::before {
    background-color: #fb8801;
}
.modity-ul-style a:hover:active::before, a:focus::before {
    transform-origin: left top;
    transform: scale(1, 1);
}

.navbar-inverse {
    background-color:transparent !important;
    border-color: transparent !important;
}

.navbar-inverse .navbar-nav>li>a {
    color: #000 !important;
}




/* ========= banner ==============*/

.carousel-control.left {
    background-image: none !important;
    background-image: none !important;
    background-image: none !important;
    background-image: none !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}
.carousel-control.right {
    right: 0;
    left: auto;
    background-image: none !important;
    background-image: none !important;
    background-image: none !important;
    background-image: none !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}

.arrow-left{
    left: 0px !important;
    background-color: #404040 !important; 
    border-radius: 50% !important;
    margin-top: 0px;
    padding-top: 4px;
    font-size: 20px !important;
}
.arrow-right{
    left: 120px;
    background-color: #404040 !important; 
    border-radius: 50% !important;
    margin-top: 0px;
    padding-top: 4px;
    font-size: 20px !important;

}
.patch-first-img-style{
    margin-top: 3%;
}


.banner-tagline{
    font-size: 60px;
    font-family: 'Marriott';
    /*font-weight: bold;*/
}

.content-banner{
    padding-left: 5%;
    margin-top: 15%;
}

.span-banner-style{
    color: #fb8801;
}

.hr-banner-style{
    width: 10%;
    border: 5px solid #fb8801;
    float: left;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.psg-banner-style{
    font-size: 19px;
    position: absolute;
    margin-top: 5%;
}
.banner-margin-style{
    margin-top: 5%;
}



/*====================  Our Product ===================*/

.section-tittle{
    margin-top: 57px;
    font-size: 36px;
    font-family: 'Marriott';
    /*font-weight: bold;*/
}

.section-hr{    
    width: 10%;
    border: 2px solid #fb8801;
    float: left;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}

.section-psg{
    font-size: 19px;
    position: absolute;
    margin-top: 15%;
}

.product-one-bk{
    background-image: url('../../assets/images/product-bk-one.png');
    width: 100%;
    height: 145px;
    background-repeat: no-repeat;
    background-position: center;
}

.product-two-bk{
    background-image: url('../../assets/images/product-bk-one.png');
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    width: 100%;
    height: 160px;
    background-repeat: no-repeat;
    background-position: center;
}

.product-three-bk{
    background-image: url('../../assets/images/product-bk-three.png');
    width: 100%;
    height: 185px;
    background-repeat: no-repeat;
    background-position: center;
}

.product-four-bk{
    background-image: url('../../assets/images/product-bk-four.png');
    width: 100%;
    height: 185px;
    background-repeat: no-repeat;
    background-position: center;
}

#h4pdtop{
    padding-top: 4%;
}

.h4pdtop{
    padding-top: 2%;
}

.product-front-one{
    position: absolute;
    left: 42%;
    margin-top: 9%;
}

.product-front-three{
    position: absolute;
    left: 42%;
    margin-top: 18%;
}

.product-front-four{
    position: absolute;
    left: 42%;
    margin-top: 17%;
}
.font-color-style{
    color: #fb8801;
}

.details-margin-style{
    margin-top: 10%;
        text-align: center;
}

.whataap-icon-style{
    margin-left: 6px;    
}

.view-btn-style{
    background-color: #53e6ff;
    color: #fff;
    padding: 4%;
    font-size: 12px;
    border-radius: 100px;
    border: 1px solid #53e6ff;
    outline: none !important;
    width:115px;
}

.view-btn-style:hover{
    background-color: #fff !important;
    color: #fb8801 !important;
    border: 1px solid #fb8801;
    outline: #fb8801 !important;
    font-weight: 600;
}

.product-thumb-style{
    position: relative;
    margin-top: 10%;
}
.whats-app-patch{
    background-image: url('../../assets/images/ice-cream-bowl.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 261px;
}
.whatsaap-tittle{
    font-size: 36px;
    font-family: 'Marriott';
    /*font-weight: bold;*/
    margin-top: 6%;
}

.phone-no-style{
    text-decoration: none !important;
    color: #000;
    font-size: 25px;
}
.phone-no-style:hover{
    color: #000;
}



.about-margin-style{
    margin-top: 10%; 
}

.butter-margin-style{
    margin-top: 100%;
}

.about-content-bk{
    background-color: #f3ecd8;
    color: #000;
    padding-top: 5%;
    padding-bottom: 5%;
    padding-left: 5%;
    padding-right: 5%;
}
.about-psg-style{
    text-align: justify;
}

.more-btn-style{
    background-color: #fff;
    color: #000;
    padding: 3%;
    font-size: 12px;
    border-radius: 100px;
    border: 1px solid #fff;
    outline: none !important; 
    width:115px;
}

.video-img-style{
    position: absolute;
    margin-left: -50%;
    margin-top: 50%;
    height: 200px;
}

/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}




.contact-content-style{
    background-color: #f3ecd8;
    position: relative;
    margin-top: 13%;
    padding: 30px 25px;
}


.footer-bk{
    background-image: url('../../assets/images/footer-bk.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    margin-top: 77px;

}


.social-media{
    margin-top: 7%;
    position: relative;
    z-index: 999;
}

.social-icon-style{
    margin-left: 1%;
     margin-top: 20px;
}
.last-line-style{
    margin-top: 3%;
}


.com-anchore-style{
    text-decoration: none !important;
    color: #000 !important;
    font-weight: 600;
}
.com-anchore-style:hover{
    color: #000 !important;
}






  
  button {
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
  }
  

  .over-visible {
    overflow: visible;
  }
  

  .small-thumb-style{
      width: 50% !important;
  }
  .loading {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    background: white;
  }
  
  .container {
    padding: 20px 10px;
    margin: 0 auto;
  }
  
  .synch-carousels {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
  .synch-carousels > * {
    width: 100%;
  }
  
  .synch-carousels .right {
    order: -1;
  }
  
  .synch-carousels .left {
    overflow: hidden;
  }
  
  .synch-carousels .gallery {
    display: none;
  }
  
  .synch-carousels .slick-slide {
    outline: none;
  }
  
  .synch-carousels .slick-vertical .slick-slide {
    border: none;
  }
  
  .synch-carousels .gallery .slick-list {
    height: auto !important;
    margin: 0 -20px;
  }
  
  .synch-carousels .gallery .slick-slide {
    cursor: pointer;
  }
  
  .synch-carousels .gallery .slick-slide {
    margin: 0 20px;
  }
  
  .synch-carousels .nav-arrows {
    display: flex;
    position: absolute;
    bottom: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  
  .synch-carousels .nav-arrows svg {
    fill: white;
  }
  
  .synch-carousels .arrow-left {
    margin-right: 35px;
  }
  
  .synch-carousels .photos-counter {
    position: absolute;
    top: 10px;
    right: 0;
    padding: 0 20px;
    color: white;
    background: #292929;
  }
  
  @media screen and (min-width: 480px) {
    .synch-carousels .right {
      margin-bottom: 20px;
    }
  
    .synch-carousels .gallery {
      display: block;
    }
  }
  
  @media screen and (min-width: 1024px) {
    .synch-carousels .right {
      position: relative;
      width: calc(100% - 145px);
      margin-bottom: 0;
      order: 2;
    }
  
    .synch-carousels .left {
      width: 210px;
    }
  
    .synch-carousels .gallery .slick-slide {
      margin: 0 0 20px 0;
    }
  
    .synch-carousels .gallery .slick-list {
      margin: 0;
    }
  }








/*=================== product css ========================*/


.product-margin{
    margin-top: 5%;
    margin-bottom: 5%;
}


.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    /*color: #fb8801;*/
    color: #000;
    cursor: default;
    background-color:none;
    border:none;
    border-bottom-color: transparent;
}

#back-color{
    background: #77E2FC;
    border-radius: 0px;
}

.back-color{
    background: #77E2FC;
    border-radius: 0px;
}

.tabs-left, .tabs-right {
    border-bottom: none;
    padding-top: 2px;
  }

  .tabs-right {
    border-left: 1px solid #ddd;
  }
  .tabs-left>li, .tabs-right>li {
    float: none;
    margin-bottom: 2px;
  }
  .tabs-left>li {
    margin-right: -1px;
  }
  .tabs-right>li {
    margin-left: -1px;
  }
  .tabs-left>li.active>a,
  .tabs-left>li.active>a:hover,
  .tabs-left>li.active>a:focus {
    border-bottom-color: #ddd;
    border-right-color: transparent;
  }
  
  .tabs-right>li.active>a,
  .tabs-right>li.active>a:hover,
  .tabs-right>li.active>a:focus {
    border-bottom: 1px solid #ddd;
    border-left-color: transparent;
  }
  .tabs-left>li>a {
    border-radius: 4px 0 0 4px;
    margin-right: 0;
    display:block;
    color: #000;
  }
  .tabs-right>li>a {
    border-radius: 0 4px 4px 0;
    margin-right: 0;
  }
  .sideways {
    margin-top:50px;
    border: none;
    position: relative;
  }
  .sideways>li {
    height: 20px;
    width: 120px;
    margin-bottom: 100px;
  }
  .sideways>li>a {
    border-bottom: 1px solid #ddd;
    border-right-color: transparent;
    text-align: center;
    border-radius: 4px 4px 0px 0px;
  }
  .sideways>li.active>a,
  .sideways>li.active>a:hover,
  .sideways>li.active>a:focus {
    border-bottom-color: transparent;
    border-right-color: #ddd;
    border-left-color: #ddd;
  }
  .sideways.tabs-left {
    left: -50px;
  }
  .sideways.tabs-right {
    right: -50px;
  }
  .sideways.tabs-right>li {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .sideways.tabs-left>li {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }




  .product-resp-margin{
    margin-top: 10%;
}





#tetraimageid{
    margin-top: -8px;
}
#malai-paneerid{
    margin-top: 9px;
}
#matka-dahiid{
    margin-top: 8px;
}
#amra-khandid{
    margin-top: 7px;
}
#shri-khandid{
    margin-top: 7px;
}
#tofuid{
    margin-top: -4px;
}






  


/* media query */


@media (min-width: 768px){
    .hidden-md{
        display: none;
    }
 
}

@media (max-width: 767px){
   

    .arrow-right{
        left: 0px;
        background-color: #404040 !important; 
        border-radius: 50% !important;
        margin-top: 0px;
        padding-top: 4px;
        font-size: 20px !important;
    
    }
    .banner-tagline{
        font-size: 15px;
        font-family: 'Marriott';
        /*font-weight: bold;*/
    }
    .product-resp-margin{
        margin-top: 50%;
    }
    .whats-app-patch{
        background-image: none;
        background-repeat: no-repeat;
        background-size: cover;
        height: 261px;
    }
    .product-thumb-style{
        position: relative;
        margin-top: 16%;
    }
    .video-img-style{
        position: relative;
        margin-left: 0px;
        margin-top: 0px;
        width: 100%;
    }
    .section-tittle {
    font-size: 28px;
    font-family: 'Marriott';
    /*font-weight: bold;*/
    }
    .whatsaap-tittle {
    font-size: 30px;
    font-family: 'Marriott';
    /*font-weight: bold;*/
    margin-top: 6%;
    }
    .modity-ul-style li {
    padding: 0px 0 20px;
    vertical-align: middle;
   }
   
}

@media screen and (min-width: 768px){
    .hidden-md{
        display: none;
    }
    
}
@media screen and (min-width: 320px) and (max-width:359px){
    .modity-logo-style{
        margin-top : 0%;
        height: 70px;
    }

    .modity-ul-style li {
        padding: 0px 0 1px;
        vertical-align: middle;
    }
       
    /* .banner-margin-style{
        height: 150px;
        padding: 20px 10px;
    } */
    #mycarousel .carousel-inner{
        height: 150px !important;
        margin-top: -10%;
        text-align: center;
    }
    .responsive-height img{
        height: 170px !important;
        width: 100% !important;
        padding-left: 20%;
        object-fit: contain;
    }
    .hidden-md{
        text-align: center;
        margin-left: -5% !important;
    }
    .section-psg{
        font-size: 15px;
    }
    #banner-patch-one{
        height: 30px;
        width: 50px;
    }
    .section-tittle{
        
        padding: 0 10px;
    }
    .section-hr{
        margin: 0 15px;
    }
    #ourproductid{
        margin-top: 10%;
        margin-left: -4%;
    }
    .glyphicon-chevron-left{
        font-size: 15px !important;
        padding: 2px 2px !important;
        margin-left: 4px !important;
        margin-right: -20px !important;
        margin-top: 40% !important;
    }
    .glyphicon-chevron-right{
        font-size: 15px !important;
        padding: 2px 2px !important;
        margin-right: -25%;
        width: 19px;
        margin-top: 40% !important;
    }
    .details-margin-style{
        margin-top: -30%;
    }
    #aboutid{
        margin-top: -25%;
     }
    #contactid{
        margin-top: 5%;
    }
    #ourclientsid{
        margin-top: 5%; 
    }
    .view-btn-style{
        padding: 2%;
        margin-bottom: 7%;
    }
    .banner-tagline{
        padding-left: 4%;
        padding-top: 5%;
        font-size: 18px;
        letter-spacing: 1px;       
    }
    .animated img{
        margin-right: 10%;
    }
    .whats-app-patch{
        padding-top: 20px;
    }
    .whats-app-patch h2{
        font-size: 20px;
    }
    .video-img-style{
        height: 150px;
    }
    .social-icon-style{
        height: 16px;
        width: 15px;
    }
     #fbicon{
         height: 16px;
        width: 13px;
    }
    #twicon{
        height: 15px;
        width: 14px;
    }
    #instaid{
       
        height: 15px;
        width: 15px;
    }
    #margin-top-slider{
        padding-top: 20%;
    }
    #textleft{
        text-align: left;
        margin-left: -17px;
    }
    .last-line-style p{
        font-size: 12px;
    }
    #tetraimageid{
        margin-top:0px !important;
    }
    #malai-paneerid{
        margin-top: 0px !important;
    }
    #matka-dahiid{
        margin-top: 0px !important;
    }
    #amra-khandid{
        margin-top: 0px !important;
    }
    #shri-khandid{
        margin-top: 0px !important;
    }
    #tofuid{
        margin-top: 0px !important;
    }
    .cont-height{
    height: 100% !important;
   
    }

}
  
  
  @media screen and (min-width: 360px) and (max-width:420px){
    .modity-logo-style{
        margin-top : 0%;
        height: 70px;
       }
    .modity-ul-style li {
        padding: 0px 0 1px;
        vertical-align: middle;
    }
    #mycarousel .carousel-inner{
        height: 150px !important;
        text-align: center;
        margin-top: -10%;
    }
    .responsive-height img{
        height: 170px !important;
        width: 100% !important;
        /* padding-left: 20%; */
        object-fit: contain;
    }
    .hidden-md{
        text-align: center;
        margin-left: -10% !important;
    }
    .section-psg{
        font-size: 15px;
    }
    #banner-patch-one{
        height: 30px;
        width: 50px;
    }
    .section-tittle{
        
        padding: 0 15px;
    }
    .section-hr{
        margin: 0 10px;
    }
    #ourproductid{
        margin-top: 10%;
        margin-left: -4%;
    }
    .glyphicon-chevron-left{
        font-size: 15px !important;
        padding: 2px 2px !important;
        margin-left: 4px !important;
        margin-right: -20px !important;
        margin-top: 40% !important;
    }
    .glyphicon-chevron-right{
        font-size: 15px !important;
        padding: 2px 2px !important;
        margin-right: -25%;
        width: 19px;
        margin-top: 40% !important;
    }
   .details-margin-style{
       margin-top: -30%;
   }
   #aboutid{
        margin-top: -25%;
    }

    #ourclientsid{
        margin-top: 5%; 

    }
    #contactid{
        margin-top: 5%; 
    }
    .view-btn-style{
        padding: 2%;
        margin-bottom: 7%;
    }
    .banner-tagline{
        padding-left: 4%;
        padding-top: 5%;
        font-size: 18px;
        letter-spacing: 1px;
    }
    .animated img{
        margin-right: 10%;
    }
    .whats-app-patch{
        padding-top: 20px;
    }
    .whats-app-patch h2{
        font-size: 20px;
    }
    .video-img-style{
        height: 150px;
    }
    .social-icon-style{
        height: 16px;
        width: 15px;
    }
    #fbicon{
         height: 16px;
        width: 13px;
    }
    #twicon{
        height: 15px;
        width: 14px;
    }
    #instaid{
     
        height: 15px;
        width: 15px;
    }
    #margin-top-slider{
        margin-top: 20%;
    }
    #textleft{
        text-align: left;
        margin-left: -17px;
    }
    .last-line-style p{
        font-size: 12px;
    }

    #tetraimageid{
        margin-top:0px !important;
    }
    #malai-paneerid{
        margin-top: 0px !important;
    }
    #matka-dahiid{
        margin-top: 0px !important;
    }
    #amra-khandid{
        margin-top: 0px !important;
    }
    #shri-khandid{
        margin-top: 0px !important;
    }
    #tofuid{
        margin-top: 0px !important;
    }
  
}
  
  @media screen and (min-width: 421px) and (max-width:621px){

    
}
  
  
  @media screen and (min-width: 767px) and (max-width:821px) {
      
    .arrow-right{
        left: 0px;
        background-color: #404040 !important; 
        border-radius: 50% !important;
        margin-top: 0px;
        padding-top: 4px;
        font-size: 20px !important;
    
    }
    .banner-tagline{
        font-size: 15px;
        font-family: 'Marriott';
        font-weight: bold;
    }
    .product-resp-margin{
        margin-top: 50%;
    }
    .whats-app-patch{
        background-image: none;
        background-repeat: no-repeat;
        background-size: cover;
        height: 261px;
    }
    .product-thumb-style{
        position: relative;
        margin-top: 16%;
    }
    .video-img-style{
        position: relative;
        margin-left: 0px;
        margin-top: 0px;
        width: 100%;
    }
    .section-tittle {
    font-size: 28px;
    font-family: 'Marriott';
    /*font-weight: bold;*/
    }
    .whatsaap-tittle {
    font-size: 30px;
    font-family: 'Marriott';
    font-weight: bold;
    margin-top: 6%;
    }
    .modity-ul-style li {
    padding: 0px 0 20px;
    vertical-align: middle;
   }
   .cont-height{
    height: 100% !important;
   
    }
    
  
}
  
  @media screen and (min-width: 822px) and (max-width:1025px) {
      
    .arrow-right{
        left: 0px;
        background-color: #404040 !important; 
        border-radius: 50% !important;
        margin-top: 0px;
        padding-top: 4px;
        font-size: 20px !important;
    
    }
    .banner-tagline{
        font-size: 15px;
        font-family: 'Marriott';
        /*font-weight: bold;*/
    }
    .product-resp-margin{
        margin-top: 50%;
    }
    .whats-app-patch{
        background-image: none;
        background-repeat: no-repeat;
        background-size: cover;
        height: 261px;
    }
    .product-thumb-style{
        position: relative;
        margin-top: 16%;
    }
    .video-img-style{
        position: relative;
        margin-left: 0px;
        margin-top: 0px;
        width: 100%;
    }
    .section-tittle {
    font-size: 28px;
    font-family: 'Marriott';
    /*font-weight: bold;*/
    }
    .whatsaap-tittle {
    font-size: 30px;
    font-family: 'Marriott';
    /*font-weight: bold;*/
    margin-top: 6%;
    }
    .modity-ul-style li {
    padding: 0px 0 20px;
    vertical-align: middle;
   }
   
}
  
  @media screen and (min-width: 1026px) and (max-width:1270px) {
    
    
}
  
  @media screen and (min-width: 1280px) and (max-width:1319px) {
    
    
}
  
  @media screen and (min-width: 1330px) and (max-width:1399px) {
    
}
  
  
  @media screen and (min-width: 1400px) and (max-width:1599px) {
    
    
}
  
  @media screen and (min-width: 1600px) and (max-width:1800px) {
    
}

.cont-height{
height: 500px;
   }
/* Dairy Products*/

#myTabContent p{
    padding: 0% 1%;
}

#slim-image{
    margin-top: -3%;
}

#curd-tub-image{
    margin-top: -12px;
}

#chaass-bott-image{
    margin-top: -7%;
}

#mango-shrik-image{
     margin-top: -3px;
}



#back-image-frozen{
 background-image: url('../../assets/images/home-banner.jpg');
    height: 600px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    
}
/*.caret-pos-f{*/
/*   margin-left: 42%;*/
/*}*/
/*.caret-pos{*/
/*   margin-left: 45%;*/
/*}*/

 


/* Styles for the back to top button */

#scroll {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:40px;
    height:40px;
    background-color:#fb8801;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
#scroll:hover {
    background-color:#53e6ff;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}
   
   /*dropdown menu*/
   .dropdown-menu>li>a {
    display: block;
    padding: 6px 15px !important;
    clear: both;
    font-weight: 900 !important;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    
}
.dropdown-submenu{
    position:relative;
    .dropdown-submenu>.dropdown-menu{
    top:0;
    left:100%;
    margin-top:-6px;
    margin-left:-1px;
    -webkit-border-radius:0 6px 6px 6px;
    -moz-border-radius:0 6px 6px 6px;
    border-radius:0 6px 6px 6px;
}
.dropdown-submenu>a:after{
    display:block;
    content:" ";
    float:right;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 0 5px 5px;
    border-left-color:#cccccc;
    margin-top:5px;
    margin-right:-10px;
}
.dropdown-submenu:hover>a:after{
    border-left-color:#555;
}
.dropdown-submenu.pull-left{
    float:none;
}
.dropdown-submenu.pull-left>.dropdown-menu{
    left:-100%;
    margin-left:10px;
    -webkit-border-radius:6px 0 6px 6px;
    -moz-border-radius:6px 0 6px 6px;
    border-radius:6px 0 6px 6px;
}
.modify-dropdown{
    min-width: 300px !important;
}
.dropdown-menu>li>a:hover{
    background-color: #32ab97;
    color: #fff;
}

