@import url('../css/header_menu1.css');
@import url('../css/padding-margin.css');
@import url('../css/imagehover.css');
@import url('../css/media-quires.css');
html,
body{
     font-family: "Open Sans";
     overflow-x: hidden;    
}


a.back-to-top-new {
    background: url(../images/arrow.png) center 43% no-repeat;
    bottom: 20px;
    display: none;
    height: 30px;
    position: fixed;
    right: 20px;
    text-indent: -9999px;
    width: 30px;
    z-index: 999;
}
.carousel-indicators li {
    border-radius: 0;
}
/*       -------------- Banner Form  Part Css ---------------------     */ 
.parallax-container {
    position: relative;
    overflow: hidden;
    height: 100%;
    margin-left: -1px;
}
.parallax {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.parallax img {
    position: absolute;
    left: 50%;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transform: translateX(-50%);
}
/*.parllax-height{
    min-height: 300px;
}*/
@media screen and (min-width: 1024px) {
#banner_slider .carousel-caption {
  right: 82px;
  width: 42%;
  text-align: left;
  bottom: 60px;
  padding: 15px;
  left: auto;
  background: rgba(74, 121, 167, 0.8);
}
}
#banner_slider .carousel-caption {
  text-shadow: 0 0 0 rgba(0,0,0,.6);
}
#banner_slider h4 {
  font-size: 20px;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
}
#banner_slider ul {
  padding-left: 20px;
  font-size: 18px;
  line-height: 1.899;
}
#banner_slider .carousel-control i {
  font-size: 1.2em;
}
#banner_slider .carousel-control .fa-chevron-right, #banner_slider .carousel-control .icon-next {
  right: 50%;
  margin-right: -10px;
}
#banner_slider .carousel-control .fa-chevron-left, #banner_slider .carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px;
}
#banner_slider .carousel-control {
/*  bottom: 149px;
  top: auto;*/
      background-image: none !important;
    top: 44%;
    font-size: 26px;
}
/*=======================
FOOTER SECTION
=======================*/
.bg_admin_footer {
    background-color: #477618 !important;
}
.bg_footer{
    background-color: #000;
    color: #fff;
    font-size: 14px;
    padding:10px 0;
    padding-top: 15px !important;
}
.bg_footer a{
    color: #fff;
}
.footer_style h3 {
    font-family: 'Roboto', sans-serif;
    color: #ffff00;
}
.bg_overlay{
    background:rgba(0, 0, 0, 0.6);
}
.footer_style{
    color: #fff;
     font-size: 17px;
}
.footer_style h3{
    margin-bottom: 25px;
}
.footer_style a{
    color: #fff;
    font-size: 17px;
}
/*======SOCIAL LINKS ==============*/
/* footer social icons */
ul.social-network {
    list-style: none;
    display: inline;
    margin-left:0 !important;
    padding: 0;
}
ul.social-network li {
    display: inline;
    margin: 0 2px;
}


/* footer social icons */
.social-network a.icoRss:hover {
    background-color: #F56505;
}
.social-network a.icoFacebook:hover {
    background-color:#3B5998;
}
.social-network a.icoTwitter:hover {
    background-color:#33ccff;
}
.social-network a.icoGoogle:hover {
    background-color:#BD3518;
}
.social-network a.icoVimeo:hover {
    background-color:#0590B8;
}
.social-network a.icoLinkedin:hover {
    background-color:#007bb7;
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
    color:#fff;
}
a.socialIcon:hover, .socialHoverClass {
    color:#44BCDD;
}

.social-circle li a {
    display:inline-block;
    position:relative;
    margin:0 auto 0 auto;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    border-radius:50%;
    text-align:center;
    width: 35px;
    height: 35px;
    font-size:17px;
}
.social-circle li i {
    margin:0;
    line-height:36px;
    text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}
.social-circle i {
    color: #fff;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

.social-circle a {
 background-color: #D0451B;   
}




/*=======================
CAROSEL SECTION
=======================*/
.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .item, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
    opacity: 0;
}
.carousel-fade .carousel-inner .active, .carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-inner .next, .carousel-fade .carousel-inner .prev, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
    z-index: 2;
}
.carousel-control .fa-angle-right, .carousel-control .fa-angle-left {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}
.carousel-control .fa-angle-left {
    left: 50%;
    width: 38px;
    height: 38px;
    margin-top: -15px;
    font-size: 30px;
    color: #fff;
    border: 3px solid #ffffff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 53px;
}
.carousel-control .fa-angle-right {
    right: 50%;
    width: 38px;
    height: 38px;
    margin-top: -15px;
    font-size: 30px;
    color: #fff;
    border: 3px solid #ffffff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 53px;
}
.main-banner .carousel-control {
    opacity: 1;
    filter: alpha(opacity=100);
}
/*====================
ABOUT INDEX SECTION
====================*/
.index_about p{
 font-size: 17px;
 text-align: center;
 margin: 1% 10%;
}
.bg-about{
    background-color: #45426d;
}
.heading{
    font-size: 2.5em;
    text-align: center;
    font-family: 'Patua One', cursive;
    margin-bottom: 25px;
    margin-top: 0;
}
.white_text{
    color: #fff;
}
/*====================
PRODUCTS SECTION
====================*/
.product-item {
    position: relative;
}
.product-item img {
    width: 100%;
}
.product-hover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 2.7rem;
    color: #999;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.hover-border {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.hover-border div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.hover-border div::before {
    position: absolute;
    content: "";
    background: #cee002;
    height: 2px;
    width: 100%;
    left: 0;
    top: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.hover-border::after {
    position: absolute;
    content: "";
    background: #cee002;
    width: 2px;
    height: 100%;
    right: 0;
    bottom: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: 0.2s 0.2s;
    -o-transition: 0.2s 0.2s;
    transition: 0.2s 0.2s;
}
.hover-border div::after {
    position: absolute;
    content: "";
    background: #cee002;
    width: 100%;
    height: 2px;
    right: 0;
    bottom: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: 0.2s 0.4s;
    -o-transition: 0.2s 0.4s;
    transition: 0.2s 0.4s;
}
.hover-border::before {
    position: absolute;
    content: "";
    background: #cee002;
    width: 2px;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: 0.2s 0.8s;
    -o-transition: 0.2s 0.8s;
    transition: 0.2s 0.8s;
}
.product-hover .content {
    opacity: 0;
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.product-hover .time {
    margin-bottom: 0.6rem;
}
.product-title {
    font-size: 1.95rem;
    line-height: 1.25;
    letter-spacing: 0;
    margin: 0;
    -webkit-transform: translateX(-2rem);
    -ms-transform: translateX(-2rem);
    -o-transform: translateX(-2rem);
    transform: translateX(-2rem);
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}
.product-description {
    opacity: 0;
    margin-bottom: 0;
    line-height: 1.71;
    margin-top: 10%;
    -webkit-transform: translateY(-2rem);
    -ms-transform: translateY(-2rem);
    -o-transform: translateY(-2rem);
    transform: translateY(-2rem);
    -webkit-transition: 0.5s 0.3s ease;
    -o-transition: 0.5s 0.3s ease;
    transition: 0.5s 0.3s ease;
}
.product-hover .read-more {
    position: absolute;
    opacity: 0;
    bottom: 2.7rem;
}
.read-more {
    font-weight: 600;
}
.product-item:hover .product-hover {
    background-color: #fff;
}
.product-item:hover .hover-border::before, .product-item:hover .hover-border::after, .product-item:hover .hover-border div::before, .product-item:hover .hover-border div::after {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.product-item:hover .product-hover .content {
    opacity: 1;
}
.product-item:hover .product-hover .product-title, .product-item:hover .product-hover .product-description {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.product-item:hover .product-hover .read-more {
    opacity: 1;
}
/*=============
TESTIMONIALS SECTION
=============*/
.testimonials p {
    color: #fff;
    font-size: 18px;
    line-height: 1.5;
}
.testimonials h6 {
 color: #fff;
}
.testimonials h5 {
  font-weight: bold;
  font-size: 18px;
  color: #fff;
}
.testimonials img {
  padding: 15px 0;
}
.testimonials_block .heading1 h2{
    color: #fff;
}

/* --------- Purchase-Progress-Area-Start---------- */
.bg-gray {
    background-color: #f7f7f7;
}
.single-purchase{
    margin-top:30px;
}
.process_list h3{
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 20px;
    letter-spacing: 1.2px;   
}
.process_list p {
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 0;
}
/*===============
RECIPE SECTION
===============*/
/*===================
CONTACT US
===================*/
.contact_details  h4{
margin-top: 0;
    font-size: 17px;
    font-weight: bold;
}
.contact_details p{
    font-size: 16px;
    color: #000;
    margin-bottom: 0;
    line-height: 1.5;
    word-wrap: break-word;
}
.contact_details a{
    color: #000;
}
.border_top{
     border-top: 1px solid #ddd;
     padding-bottom: 25px;
     padding-top: 25px;
}
.border_bottom{
    border-bottom: 1px solid #ddd;
}
.contact_heading{
 position: relative;
}
.contact_heading h3{
    padding-bottom: 10px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 40px;
    font-family: 'Patua One', cursive;
}
.contact_heading h3:after  {
  content:""; 
  border-bottom: 1px solid #000;
  position: absolute; 
  bottom: 0; 
  left: 0; 
  height: 50%; 
  width: 100px;
}
.form_custom .form-control{
     border-radius: 0;
    min-height: 40px;
}
.btn_submit{
    padding: 8px 27px;
    border-radius: 0;
    font-size: 17px;
    font-weight: 500;
}


/*===================
POPULAR PRODUCTS
===================*/
.popular_products{
    background: #F4F4F4;
    text-shadow: none;
    font-family: 'Lato', sans-serif;
}
.static-slider-text h2 {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.static-slider-text h1 {
    font-size: 28px;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.static-slider-text p {
    color: #333333;
    font-size: 17px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 0;
}
a.shopnow {
    background: #c2a773 none repeat scroll 0 0;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    font-weight: 900;
    line-height: 40px;
    margin-top: 15px;
    padding: 0 20px;
    text-transform: uppercase;
}
.lightslider_dot .lSSlideOuter .lSPager.lSpg > li a{
    background: #869791 none repeat scroll 0 0;
    height: 12px !important;
    width: 12px !important;
}

.para_style ul li,
.para_style p{
font-size: 17px;
text-align: justify;
}
.top_shadow{
    -webkit-box-shadow: 0 0px 26px -9px rgba(0,0,0,0.75);
    -moz-box-shadow: 0 0px 26px -9px rgba(0,0,0,0.75);
    box-shadow: 0 0px 26px -9px rgba(0,0,0,0.75);
    position: relative;
}

.ul_list ul {
    list-style: none;
    word-wrap: break-word;
    font-size: 16px;
    color: #0f0f0f;
    font-weight: 500;
}
.ul_list ul li {
    line-height: 1.8;
    min-height: 34px;
    font-size: 18px;
    padding-left: 35px;
}
.ul_list ul li a{
    color: #000;
}
.ul_list ul li:before {
    position: absolute;
    width: 20px;
    height: 10px;
    left: 26px;
    content: "\f101";
    font-family: FontAwesome;
    color: #000;
    font-size: 1.1em;
}

.heading3 {
    color: #414141;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-family: 'Patua One', cursive;
}
.heading3::after {
    content: '';
    display: inherit;
    width: 36%;
    margin-top: 8px;
    border-top: 4px solid #484250;
}
.img_rotate{
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    position: absolute;
    bottom: 0;
    right: 0;
}
.pad-15{
    padding-right: 15px;
    padding-bottom: 25px;
}
.box_gallery img{
    border: 1px solid #ddd;
    padding: 10px 5px;
    min-height: 300px;
    max-height: 300px;
    width: 100%;
}
.bg_Recipes{
    background-color: rgba(177, 183, 104, 0.9);
}
.min-hght{
    min-height: 600px;
}
/*=============================
TABS CSS
=============================*/
.tabbable-panel {
  border:1px solid #eee;
  /*padding: 10px;*/
}

/* Default mode */
.tabbable-line > .nav-tabs {
    border: none;
    margin: 0px;
    background: #f1e0e0;
    color: #000;
}
.tabbable-line > .nav-tabs > li {
  margin-right: 2px;
}
.tabbable-line > .nav-tabs > li > a {
  border: 0;
  margin-right: 0;
  color: #737373;
}
.tabbable-line > .nav-tabs > li > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
  border-bottom: 4px solid #393185;
}
.tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
  border: 0;
  background: none !important;
  color: #333333;
}
.tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
  margin-top: 0px;
}
.tabbable-line > .nav-tabs > li.active {
  border-bottom: 4px solid #393185;
  position: relative;
}
.tabbable-line > .nav-tabs > li.active > a {
  border: 0;
  color: #333333;
}
.tabbable-line > .nav-tabs > li.active > a > i {
  color: #404040;
}
.tabbable-line > .tab-content {
  margin-top: -3px;
  background-color: #fff;
  border: 0;
  border-top: 1px solid #eee;
  padding: 15px 0;
}
.portlet .tabbable-line > .tab-content {
  padding-bottom: 0;
}

.tabs_custom .ul_list ul li:before{
    left: 45px;
}
.tabs_custom .ul_list ul li{
    padding-left: 0;
}
.tabs_custom .tab-content{
padding: 15px;
}
/*================================
START ABOUT US PAGE
================================*/
.about_content p{
    font-size: 17px;
    text-align: center;
}
.about_content_left p{
     font-size: 17px;   
}
.about_founders .contact-us li i{
    padding-right: 10px;
}
.about_founders .contact-us li{
       font-size: 17px;
    color: #999;
    text-align: justify;
    font-weight: 400;
    font-family: "Lato",sans-serif;
    /* margin-bottom: 20px; */
}
.about_founders{
    border:1px solid #ddd;
    margin-bottom: 20px;
}
.info{
    margin-bottom: 20px;
}
.info h4{
     margin: 0;
    margin-bottom: 5px;
}
.bg-lightwhite {
    background-color: #f4f6f8;
}
.section-space80 p {
    font-size: 15px;
    line-height: 1.5;
    /* text-align: justify; */
    letter-spacing: 1px;
}
.section-space80 h3 {
    margin: 0px 0px 10px 0px;
    color: #3c4d6b;
    font-size: 23px;
    font-weight: 500;
}
.bg-boxshadow {
    -webkit-box-shadow: 0px 4px 16px 3px rgba(213, 221, 234, .5);
    -moz-box-shadow: 0px 4px 16px 3px rgba(213, 221, 234, .5);
    box-shadow: 0px 4px 16px 3px rgba(213, 221, 234, .5);
}
.mb20 {
    margin-bottom: 20px;
}
.section-space80 {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #e0e0e0;
}
.nopadding {
    padding: 0px;
}
.btn-outline {
    border: 2px solid #dee4ee;
    color: #9aa9c3;
    background-color: transparent;
    padding: 17px 28px;
}
.section-space80 i {
    color: #15549a;
    font-size: 68px;
}
.bg-boxshadow {
    -webkit-box-shadow: 0px 4px 16px 3px rgba(213, 221, 234, .5);
    -moz-box-shadow: 0px 4px 16px 3px rgba(213, 221, 234, .5);
    box-shadow: 0px 4px 16px 3px rgba(213, 221, 234, .5);
}
.outline {
    border: 1px solid #dee4ee;
}
.bg-white {
    background-color: #fff;
}
.number-block {
    text-align: center;
}
.pinside60 {
    padding: 60px;
}
.img-custom{
    width: 100%;
    height: 200px;
    margin-bottom: 10px;

}

.founder_name h4{
    font-weight: bold;
}
.section-founder {
    background: rgb(244, 244, 244);
    padding-top: 5px;
}
.founder-speach>p {
    color: #7f888a;
    font-size: 19px;
    padding: 100px 0 0;
    line-height: 30px;
    font-style: italic;
}
.meta {
    margin-top: 50px;
    overflow: hidden;
}
.corner-icon i {
    padding: 15px;
    color: #0eaced;
    border: 1px solid #0eaced;
    border-radius: 100%;
    left: -10px;
    top: 10px;
}
.corner-icon1 i {
    padding: 7px 15px;
    color: #0eaced;
    border-radius: 100%;
    left: -10px;
    top: 10px;
}
.concall, .recent h5 {
    border-bottom: 1px solid #ccc;
}
.consub, .formcontact .form-control, .test-form input {
    border-radius: 0;
}
.cover p {
    margin-left: 500px;
    color: #a6aaab;
    top: -10px;
}
.conadd h3, .conadd h4, .conadd h5 {
    color: #000;
}
.bg-gray1{
         background: rgb(247, 231, 231);
}
/*===================
END ABOUT US SECTION CSS
===================*/


/*===================
START portfolio SECTION CSS
===================*/
.portfolio .btn-default{
    border-radius: 0;
    background-color: #D87728;
    border-color: #D87728;
    color: #fff;
    padding: 9px 18px;
    margin-bottom: 15px;
    font-size: 15px;
}
.portfolio .btn-default.active, 
.portfolio .btn-default.focus, 
.portfolio .btn-default:active, 
.portfolio .btn-default:focus, 
.portfolio .btn-default:hover, 
.portfolio .open>.dropdown-toggle.btn-default{
  background-color:#333;
  color:#fff;
  border-color:#333;
  border-radius:0;
  outline: 0 auto -webkit-focus-ring-color;
}

.portfolio .fancybox img {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    background-color: #fff;
    padding: 7px;
}
.mt--65{
    margin-top: -65px;
}
.min-hght-products{
    min-height: 650px;
}
/*===================
END portfolio SECTION CSS
===================*/

.top_shadow {
    -webkit-box-shadow: 0 0px 26px -9px rgba(0,0,0,0.75);
    -moz-box-shadow: 0 0px 26px -9px rgba(0,0,0,0.75);
    box-shadow: 0 0px 26px -9px rgba(0,0,0,0.75);
}
.admin-datatable{
    min-height: 70vh;
}
.login-page { 
    background: url("../images/banners/4.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.login-box, .register-box { 
    padding: 20px 10px;
    background: #fff;
    margin-top: 50%;
    opacity: 0.9;
}
.admin-style .middleBar .vertical-align img{
        max-height: 95px;
    padding: 5px 0;
}
.admin-style .middleBar{
    padding-top: 0px !important;
}

.admin-style .middleBar .nav>li {
    position: relative;
    display: inline-block;
}
.max-90{
    max-height: 130px;
}
.form-bg{
    background: url("../images/bgs/1.png");
    padding: 20px 15px;
}
.form-border{
       border: 4px #fff dotted;
    padding: 20px 30px;
    color: #fff;
}
.error{
    color: red;
 }
.form-border .alert {
    padding: 5px 15px;
    margin-bottom: 10px;
    margin-top: 10px;
    border: 1px solid transparent;
    border-radius: 4px;
}

#termsCondtions{
    cursor: pointer;
}
#termsCondtions:hover{ 
    text-decoration: underline;
}
.box-image img {
    border-radius: 10px;
    border: 1px #ddd solid;
    padding: 5px;
}
.fixed-luckydip{
    position: fixed;
    bottom: 50px;
    right: 0;
}
.fixed-luckydip img{
    max-height: 135px;
}
.box{
border: 1px solid #ddd;
    padding: 15px; 
} 
.box .heading {
    margin-bottom: 10px;
    text-align: left;
    font-size: 2em;
}
.box p{
    font-size: 16px;
}
#termsCondtionsContent  li{
    font-size: 16px;
    line-height: 1.8;
}
.number_ol li {
    font-size: 18px;
    line-height: 1.8;
}
.number_ol {
    display: block;
    list-style: none;
    overflow: hidden;
    padding-left: 0px;
    counter-reset: numList;
}
@media(max-width: 768px){
  .number_ol li {
    width: 100% !important;
  }
}
.number_ol li {
    width: 100%;
    margin-right: 44px;
    float: left;
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}
.number_ol li:before {
    counter-increment: numList;
    content: counter(numList);
    float: left;
    position: absolute;
    left: -10px;
    font: bold 15px sans-serif;
    text-align: center;
    margin-bottom: 15px;
    color: #fff;
    line-height: 30px;
    width: 30px;
    height: 30px;
    background: #ad9f9f;
    -moz-border-radius: 999px;
    border-radius: 999px;
}
.lucky-image{
    padding-top: 20px; 
    padding-bottom: 20px;
}
@media(min-width: 1366px){
    .lucky-image{ 
        min-height: 840px; 
    }
}

table.dataTable tbody td, 
table.dataTable tbody th { 
    word-break: break-all;
}