﻿@charset "utf-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Lato:400,300,700,900);
@import url(https://fonts.googleapis.com/css?family=Exo+2:400,500,600,700,800,900,300,200,100);

body {
    font-family: 'Lato', sans-serif; /*padding-bottom:238px;*/
    background: #fdfdfd;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0px;
    padding: 0px;
}

.gap {
    height: 40px;
}

.gap-big {
    height: 80px;
}

@media (max-width: 990px) {
    body {
        padding-bottom: 200px;
    }

    .gap-for-table {
        height: 40px;
    }
}

@media (max-width: 900px) {
    body {
        padding-bottom: 200px;
    }
}

@media (max-width: 767px) {
    body {
        padding-bottom: 18px;
    }

    .for-img-center {
        text-align: center;
    }
}



#disclaimer {
    background-color: #2b0600;
    padding: 08px 0px;
    margin-bottom: 30px;
    width: 100%;
    z-index: 1; /*height:66px;*/
    box-shadow: 0px 1px 8px 1px #848484;
}

    #disclaimer h3 {
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
        color: #ffffff;
        letter-spacing: 1px;
        text-shadow: 1px 0px 1px #000000;
    }

#header-top {
    background: url(../images/body-bg.png);
    padding: 12px 0;
    margin-top: 0px;
}

#header-top-right {
    text-align: right;
}

#header-top h3 {
    color: #dd2005;
    font-size: 28px;
    text-shadow: 1px 1px 0 #ffffff;
    font-weight: 900;
}

#header-top h2 {
    color: #7fb728;
    font-size: 32px;
    text-shadow: 1px 1px 0 #ffffff;
    font-weight: 900;
}

.call-now-responsive {
    display: none;
}

.cartpage .hightrow {
    background-color: #fff;
    border-top: 1px solid #ccc;
    padding: 10px 0;
}

    .cartpage .hightrow strong i.fa {
        font-size: 18px;
        margin-right: 10px;
        line-height: 1;
        background-color: #7db425;
        color: #fff;
        padding: 10px;
        margin-left: -5px;
    }

.cartpage .mytable {
    display: table;
    width: 100%;
    margin-bottom: 20px;
}

    .cartpage .mytable .myrow.hr {
        font-weight: 700;
        text-transform: uppercase;
        border-bottom: 1px solid #ccc;
        border-top: 1px solid #ccc;
        background-color: #f6f6f6;
    }

    .cartpage .mytable .mycell.packagetype {
        width: 300px;
    }

    .cartpage .mytable .mycell {
        display: table-cell;
        vertical-align: middle;
        padding: 10px;
        font-weight: 600;
    }

        .cartpage .mytable .mycell.price {
            width: 300px;
        }

        .cartpage .mytable .mycell.delivery-details {
            width: 300px;
        }

        .cartpage .mytable .mycell.subtotal {
            width: 145px;
        }

    .cartpage .mytable .mycell {
        display: table-cell;
        vertical-align: middle;
        padding: 10px;
        font-weight: 600;
    }

    .cartpage .mytable .myrow.footer {
        font-weight: 700;
        font-size: 16px;
        border-bottom: 1px solid #ccc;
        border-top: 1px solid #ccc;
        background-color: #f6f6f6;
        text-align: right;
        padding: 15px;
    }

        .cartpage .mytable .myrow.footer span {
            font-size: 20px;
            color: #000;
        }

.cartpage .paymentmethod .radio {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #fff;
    background-color: #f6f6f6;
    font-size: 15px;
    text-shadow: 1px 1px 0 #fff;
    font-weight: 600;
    padding: 10px 30px;
    display: block;
}

    .cartpage .paymentmethod .radio label {
        display: block;
    }

    .cartpage .paymentmethod .radio small {
        font-weight: 400;
        font-size: 12px;
    }

.cartpage .hightrow {
    background-color: #fff;
    border-top: 1px solid #ccc;
    padding: 10px 0;
}

    .cartpage .hightrow strong {
        text-transform: uppercase;
    }

        .cartpage .hightrow strong i.fa {
            font-size: 18px;
            margin-right: 10px;
            line-height: 1;
            background-color: #7db425;
            color: #fff;
            padding: 10px;
            margin-left: -5px;
        }

.cartpage .hightarea {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #fff;
    background-color: #fff;
    margin-top: 20px;
}

.cartpage .mytable.nowidth {
    width: initial;
    margin: 0 auto;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #7fb728;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.btn-order-place {
    width: 180px;
    height: 49px;
    border-radius: 10px;
    border: 0px;
}


.call-now-responsive {
    display: none;
}

@media (max-width: 990px) {
    #logo {
        margin: 0 auto;
        text-align: center;
    }

    #header-top-right {
        text-align: center;
    }

    #header-top h3 {
        color: #dd2005;
        font-size: 26px;
        text-shadow: 1px 1px 0 #ffffff;
        font-weight: 900;
        padding: 20px 0px !important;
        line-height: 35px !important;
    }

    #header-top h2 {
        color: #7fb728;
        font-size: 30px;
        text-shadow: 1px 1px 0 #ffffff;
        font-weight: 900;
        padding-bottom: 20px;
    }
}

#menu { /*top:102px;*/
    background: url(../images/nav-bg.png);
    font-family: 'Exo 2', sans-serif;
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
    border: 0px;
    position: static;
    margin: 0px;
}

    #menu a {
        color: #fff;
    }

    #menu li.active a {
        background: #f0f70c;
        color: #000;
    }

    #menu a:hover {
        background: #f0f70c;
        color: #000;
    }
/*#menu.fixed {position: fixed; top:0px;}

@media (max-width: 990px)
{
	#logo, #header-top-right{text-align:center; padding:5px;}
	#menu{top:187px;}
}
*/
.navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
}

.navbar .navbar-collapse {
    text-align: center;
}

#menu-bottom {
    background: #f0f70c;
    padding: 10px 0;
    position: relative; /*margin-top:50px;*/
}
    /*#menu-bottom .icon-rourd{background:#fff; -webkit-border-radius: 200px; border-radius: 200px; display:block; float:left; padding:20px;}
#menu-bottom .icon-rourd i{font-size: 30px; color: #000; position: absolute;}*/
    #menu-bottom .matter {
        color: #3b4e1f;
        font-family: 'Exo 2', sans-serif;
        font-size: 14px;
        font-weight: 600;
        line-height: 40px;
        text-transform: uppercase;
        padding-left: 10px;
    }


.btn-circle {
    width: 45px;
    height: 45px;
    text-align: center;
    padding: 6px 0;
    font-size: 24px;
    line-height: 1.428571429;
    border-radius: 100px;
}

#banner {
    border-bottom: 10px solid #7fb728;
    background: url(../images/bg.jpg) no-repeat top right /*fixed*/;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    background-color: #060;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 3px rgba(0,0,0,.5);
}

    #banner .first, #banner .two {
        padding: 0px;
        margin: 0px;
    }

    #banner .first {
        margin-top: 80px;
    }

    #banner .two {
        margin-bottom: 50px;
    }

#form {
    background: url(../images/yellow-bg.png);
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    padding: 10px;
}

    #form input[type=submit] {
        background: #7fb728;
        width: 100%;
        border: 0px;
    }

#banner .three {
    text-align: right;
    margin-bottom: 50px;
}

    #banner .three h2 {
        font-size: 30px;
        font-weight: 900;
        color: #7fb728;
    }

    #banner .three h3 {
        font-size: 20px;
        font-weight: 900;
        color: #f0f70c;
    }

    #banner .three h4 {
        font-size: 18px;
        font-weight: 900;
        color: #f0f70c;
    }

    #banner .three h5 {
        font-size: 16px;
        color: #ec2405;
        font-weight: bold;
    }

#banner .carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    display: inline-block;
}

@media (max-width: 990px) {
    #banner .three {
        text-align: center;
    }
}

#color-panel {
    background: url(../images/body-bg.png);
    padding: 80px 0;
}

    #color-panel h1 {
        font-size: 60px;
        color: #2e4055;
        font-weight: bold;
        line-height: 75px;
    }

    #color-panel .h1 {
        font-size: 60px;
        color: #2e4055;
        font-weight: bold;
        line-height: 75px;
    }

        #color-panel h1 strong {
            color: #c62005;
            font-weight: 900;
        }

    #color-panel h2 {
        font-size: 26px;
        color: #2f4156;
        font-weight: bold;
    }

    #color-panel h3 {
        font-size: 24px;
        color: #7fb728;
    }

        #color-panel h3 i.fa {
            font-size: 18px;
            padding: 0 1px;
        }

    #color-panel h5 {
        color: #0c1827;
        font-size: 16px;
        font-weight: bold;
    }

        #color-panel h5 strong {
            color: #c42005;
            font-weight: 900;
        }

ul.big-buttel, ul.big-buttel li {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

ul.big-buttel {
    color: #7fb728;
    font-size: 18px;
}

    ul.big-buttel li {
        margin-bottom: 35px;
        background: url(../images/check-bullet.png) top left no-repeat;
        padding-left: 50px;
    }

#panel {
    padding: 80px 0;
}

.background1 {
    background: url(../images/bg-1.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    background-color: #060;
}

.background2 {
    background: url(../images/fresh_snow.png);
}

.background3 {
    background: url(../images/bg2.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    background-color: #060;
}

.background4 {
    background: url(../images/body-bg.png);
}

.background5 {
    background: url(../images/bg3.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    background-color: #060;
}

.button-green {
    -moz-box-shadow: 0px 5px 0px 0px #46632d;
    -webkit-box-shadow: 0px 5px 0px 0px #46632d;
    box-shadow: 0px 5px 0px 0px #46632d;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #89c403), color-stop(1, #77a809));
    background: -moz-linear-gradient(top, #89c403 5%, #77a809 100%);
    background: -webkit-linear-gradient(top, #89c403 5%, #77a809 100%);
    background: -o-linear-gradient(top, #89c403 5%, #77a809 100%);
    background: -ms-linear-gradient(top, #89c403 5%, #77a809 100%);
    background: linear-gradient(to bottom, #89c403 5%, #77a809 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#89c403', endColorstr='#77a809',GradientType=0);
    background-color: #89c403;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #74b807;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 0px;
    width: 100%;
    text-decoration: none;
    text-shadow: 0px 1px 0px #528009;
}

    .button-green:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77a809), color-stop(1, #89c403));
        background: -moz-linear-gradient(top, #77a809 5%, #89c403 100%);
        background: -webkit-linear-gradient(top, #77a809 5%, #89c403 100%);
        background: -o-linear-gradient(top, #77a809 5%, #89c403 100%);
        background: -ms-linear-gradient(top, #77a809 5%, #89c403 100%);
        background: linear-gradient(to bottom, #77a809 5%, #89c403 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#77a809', endColorstr='#89c403',GradientType=0);
        background-color: #77a809;
        color: #fff;
        text-decoration: none;
        -moz-box-shadow: 0px 1px 0px 0px #46632d;
        -webkit-box-shadow: 0px 1px 0px 0px #46632d;
        box-shadow: 0px 1px 0px 0px #46632d;
        color: #f0f70c;
    }

.price {
    padding: 0 10%;
    text-transform: uppercase;
}

.cut {
    font-size: 14px;
    color: #696d64;
    font-weight: 400;
    text-decoration: line-through;
}

.main {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
}

    .main:hover {
        color: #f0f70c;
    }

.newpanel h2 {
    font-size: 40px !important;
    color: #f0f70c;
    font-weight: 900 !important;
    text-shadow: 1px 1px 0 #ffffff !important;
}

.newpanel h3 {
    color: #000 !important;
    font-size: 36px !important;
    letter-spacing: 3px !important;
    font-weight: bold !important;
    text-transform: uppercase;
}

.newpanel h4 {
    color: #537B13 !important;
    font-size: 26px !important;
    font-weight: bold !important;
}

.newpanel .heading-bar {
    margin-bottom: 30px;
}

.product .top {
    background: url(../images/product-bg.png) top center no-repeat;
    background-size: contain;
    display: block;
    margin-bottom: 20px;
    margin: 0 auto;
}

    .product .top .img {
        height: 198px;
        text-align: center;
        padding-top: 0px;
    }

    .product .top .product-name {
        height: 94px;
        text-align: center;
        text-transform: uppercase;
        padding-top: 0px;
    }

        .product .top .product-name h3 {
            font-size: 18px;
            color: #f0f70c;
            font-weight: 900;
        }

        .product .top .product-name h4 {
            font-size: 16px;
            color: #f0f70c;
            font-weight: bold;
        }

.product p {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    text-align: justify;
    height: 85px;
}

@media (max-width: 990px) {
    .product p {
        height: inherit;
        padding: 10px 0;
    }
}

.box {
    border: 1px solid #fff;
    border-bottom: 5px solid #A8C034;
    padding: 30px 20px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background: url(../images/box-bg.jpg) top center no-repeat;
    color: #576168;
    text-align: center;
    text-shadow: 1px 1px 0 #EFF7AA;
}

box btn-circle {
    width: 110px;
    height: 110px;
    text-align: center;
    padding: 6px 0;
    font-size: 60px;
    line-height: 100px;
    border-radius: 200px;
    margin-bottom: 30px;
    color: #507a17;
    background: transparent;
    border: 0px;
}

.box .bigicon {
    font-size: 100px;
    line-height: 100px;
    color: #507a17;
    text-shadow: 1px 1px 0 #ffffff;
}

.box h4 {
    font-size: 22px;
    margin-bottom: 20px;
    color: #507a17;
}

.box h5 {
    font-size: 14px;
    height: 80px;
    color: #0c1827;
    font-weight: 700;
}

.black {
    color: #000 !important;
}

.for-heading1 {
    font-size: 40px;
    color: #000;
    font-weight: 900;
    text-shadow: 1px 1px 0 #ffffff;
    margin-bottom: 20px;
}

.for-heading2 {
    font-size: 26px;
    color: #2f4156;
    font-weight: bold;
    margin-bottom: 20px;
}

.for-li li {
    color: #537B13;
    font-size: 18px;
    margin-bottom: 15px;
}




.push_button {
    position: relative;
    text-align: center;
    color: #FFF;
    padding: 15px 10px;
    text-decoration: none;
    font-family: 'Oswald', Helvetica;
    display: block;
    margin: 30px;
    font-size: 30px;
    font-weight: 700;
}

    .push_button:before {
        background: #f0f0f0;
        background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#D0D0D0), to(#f0f0f0));
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .5) inset, 0 1px 0 #FFF;
        -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .5) inset, 0 1px 0 #FFF;
        box-shadow: 0 1px 2px rgba(0, 0, 0, .5) inset, 0 1px 0 #FFF;
        position: absolute;
        content: "";
        left: -6px;
        right: -6px;
        top: -6px;
        bottom: -10px;
        z-index: -1;
    }

    .push_button:active {
        -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset;
        top: 5px;
    }

        .push_button:active:before {
            top: -11px;
            bottom: -5px;
            content: "";
        }

.red {
    text-shadow: -1px -1px 0 #A84155;
    background: #D25068;
    border: 1px solid #D25068;
    background-image: -webkit-linear-gradient(top, #F66C7B, #D25068);
    background-image: -moz-linear-gradient(top, #F66C7B, #D25068);
    background-image: -ms-linear-gradient(top, #F66C7B, #D25068);
    background-image: -o-linear-gradient(top, #F66C7B, #D25068);
    background-image: linear-gradient(to bottom, #F66C7B, #D25068);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset, 0 4px 0 #AD4257, 0 4px 2px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset, 0 4px 0 #AD4257, 0 4px 2px rgba(0, 0, 0, .5);
    box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset, 0 4px 0 #AD4257, 0 4px 2px rgba(0, 0, 0, .5);
}

    .red:hover {
        background: #F66C7B;
        background-image: -webkit-linear-gradient(top, #D25068, #F66C7B);
        background-image: -moz-linear-gradient(top, #D25068, #F66C7B);
        background-image: -ms-linear-gradient(top, #D25068, #F66C7B);
        background-image: -o-linear-gradient(top, #D25068, #F66C7B);
        background-image: linear-gradient(top, #D25068, #F66C7B);
    }

.blue {
    text-shadow: -1px -1px 0 #2C7982;
    background: #3EACBA;
    border: 1px solid #379AA4;
    background-image: -webkit-linear-gradient(top, #48C6D4, #3EACBA);
    background-image: -moz-linear-gradient(top, #48C6D4, #3EACBA);
    background-image: -ms-linear-gradient(top, #48C6D4, #3EACBA);
    background-image: -o-linear-gradient(top, #48C6D4, #3EACBA);
    background-image: linear-gradient(top, #48C6D4, #3EACBA);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset, 0 4px 0 #338A94, 0 4px 2px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset, 0 4px 0 #338A94, 0 4px 2px rgba(0, 0, 0, .5);
    box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset, 0 4px 0 #338A94, 0 4px 2px rgba(0, 0, 0, .5);
}

    .blue:hover {
        background: #48C6D4;
        background-image: -webkit-linear-gradient(top, #3EACBA, #48C6D4);
        background-image: -moz-linear-gradient(top, #3EACBA, #48C6D4);
        background-image: -ms-linear-gradient(top, #3EACBA, #48C6D4);
        background-image: -o-linear-gradient(top, #3EACBA, #48C6D4);
        background-image: linear-gradient(top, #3EACBA, #48C6D4);
    }


.green {
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 -1px 0 rgba(70, 99, 45, .1) inset, 0 4px 0 #46632d, 0 4px 2px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 -1px 0 rgba(70, 99, 45, .1) inset, 0 4px 0 #46632d, 0 4px 2px rgba(0, 0, 0, .5);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 -1px 0 rgba(70, 99, 45, .1) inset, 0 4px 0 #46632d, 0 4px 2px rgba(0, 0, 0, .5) background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #89c403), color-stop(1, #77a809));
    background: -moz-linear-gradient(top, #89c403 5%, #77a809 100%);
    background: -webkit-linear-gradient(top, #89c403 5%, #77a809 100%);
    background: -o-linear-gradient(top, #89c403 5%, #77a809 100%);
    background: -ms-linear-gradient(top, #89c403 5%, #77a809 100%);
    background: linear-gradient(to bottom, #89c403 5%, #77a809 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#89c403', endColorstr='#77a809',GradientType=0);
    background-color: #89c403;
    text-shadow: -1px -1px 0 #46632D;
    border: 1px solid #89c403;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

    .green:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77a809), color-stop(1, #89c403));
        background: -moz-linear-gradient(top, #77a809 5%, #89c403 100%);
        background: -webkit-linear-gradient(top, #77a809 5%, #89c403 100%);
        background: -o-linear-gradient(top, #77a809 5%, #89c403 100%);
        background: -ms-linear-gradient(top, #77a809 5%, #89c403 100%);
        background: linear-gradient(to bottom, #77a809 5%, #89c403 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#77a809', endColorstr='#89c403',GradientType=0);
        background-color: #77a809;
        color: #fff;
        text-decoration: none;
    }

    .green:active {
        color: #fff;
    }

.bottomMenu,
.bottomMenutable,
.bottomMenuformobile {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 10;
}

    .bottomMenu .bottom-menu-matter,
    .bottomMenutable .bottom-menu-matter,
    .bottomMenuformobile .bottom-menu-matter {
        background: #f6f7f8;
        width: 100%;
        margin: 0 auto;
        display: block;
        padding: 0px;
    }

.bottomMenutable, .bottomMenuformobile {
    display: none;
}

.bottom-call {
    display: none;
}

@media (max-width: 990px) {
    .bottomMenu {
        display: none !important;
        position: static;
    }

    .bottomMenutable {
        display: block;
    }

        .bottomMenutable .container, .bottomMenuformobile .container {
            width: 100%;
            margin: 0px;
            padding: 0px;
        }

        .bottomMenutable .push_button, .bottomMenuformobile .push_button {
            margin: 20px 10px;
            font-size: 20px;
        }
}

@media (max-width: 767px) {
    .bottomMenu, .bottomMenutable {
        display: none !important;
        position: static;
    }

    .bottomMenuformobile {
        display:;
        position: fixed;
    }

        .bottomMenuformobile .push_button {
            font-size: 12px;
            padding: 10px;
        }

        .bottomMenuformobile img {
            width: 200px;
        }

    #menu-bottom .matter {
        font-size: 13px;
    }

    #header-top {
        padding: 30px 0px 12px 0;
        /*margin-top: 68px;*/
    }

    #disclaimer {
        /*height: 90px;*/
        margin-top: 54px;
    }

        #disclaimer h1 {
            font-size: 14px;
            padding: 0px 5px;
        }

    

    #tsc_pricingtable01 h3.for-heading1 {
        font-size: 25px;
    }

    .secret-delivery .bg {
        padding: 100px 10px;
    }

    #color-panel {
        padding-top: 20px !important;
    }

        #color-panel h1 {
            font-size: 48px !important;
        }

            #color-panel h1.black {
                font-size: 30px !important;
            }
        #color-panel .newpanel h1 {
            font-size: 27px !important;
            line-height: 45px !important;
            margin-top: 20px;
        }

    .call-now-responsive {
        background: #fff900;
        text-align: center;
        background-position: bottom;
        position: fixed;
        bottom: 0px;
        border-top: solid 1px #000000;
        padding: 10px 0px;
        z-index: 9;
        width: 100%;
        display: block;
    }

        .call-now-responsive h1 {
            font-size: 24px;
            color: #000000;
            font-weight: 900;
            display: inline-block;
        }

        .call-now-responsive a {
            color: #cc0000;
            padding: 10px 02px;
        }

    .bottom-call {
        text-align: center;
        background-position: bottom;
        position: fixed;
        bottom: 0px;
        z-index: 9;
        width: 100%;
        display: inline-block;
    }

    .bottom-call2 {
        background: #FF0004;
        color: #ffffff;
        font-size: 20px;
        text-align: center;
        padding: 10px 10px;
        display: inline-block;
        /*border-radius: 10px 10px 0px 0px;*/
        text-shadow: 0px 1px 2px #c50000;
        width: 100%;
    }

        .bottom-call2 a {
            font-size: 20px;
            background: #FF0004;
            color: #ffffff;
            text-transform: uppercase;
            font-weight: 700;
            display: inline-block;
            border-top: none;
            padding: 0px 8px 0px 5px;
        }
}

.white, .white li {
    color: #fff !important;
    text-shadow: 1px 1px 0 #000;
}

ul.big-buttel.white li {
    background: url(../images/check-bullet-for-white.png) left top no-repeat;
}

.white strong {
    color: #f0f70c;
    font-weight: 900;
}

h2.white {
    color: #f0f70c !important;
}
h2.white2 {
    color: #ffffff !important;
    text-shadow: 0px 0px 0 #ffffff ;
}
    h2.white2 strong {
        color: #f0f70c;
        font-weight: 900;
    }

.carousel-indicators .active {
    background: #71981A;
}

.content {
    margin-top: 20px;
}

.adjust1 {
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.adjust2 {
    margin: 0;
}

.carousel-indicators li {
    border: 1px solid #ccc;
}

.carousel-control {
    color: #71981A;
    width: 5%;
}

    .carousel-control:hover,
    .carousel-control:focus {
        color: #71981A;
    }

    .carousel-control.left, .carousel-control.right {
        background-image: none;
    }

.media-object {
    margin: auto;
    margin-top: 15%;
}


@media screen and (max-width: 768px) {
    .media-object {
        margin-top: 0;
    }
}

.tesimonial-text {
    font-size: 16px;
    text-align: center;
    padding: 10px;
}

.satisfied-clients {
    font-size: 14px;
    text-align: justify;
    background: #fff;
    padding: 20px;
    margin-top: 20px;
}

.img-sc {
    margin: 15px auto;
}

.clearfix {
    clear: both;
}

.secret-delivery {
    padding-bottom: 40px;
    margin-top: -80px;
    position: relative;
}

    .secret-delivery .sd-img {
        float: left;
    }

    .secret-delivery .bg {
        background: url(../images/secret-delivery-bg.png) 0px 41px repeat-x;
        color: #165f28;
        font-weight: 900;
        text-shadow: 1px 1px 0 #fff;
        font-size: 30px;
        height: 143px;
        padding-top: 60px;
        text-align: center;
    }

    .secret-delivery .col-xs-3 {
        margin: 0px;
        padding: 0px;
    }

@media (max-width: 1200px) {
    .secret-delivery {
        padding-bottom: 40px;
        margin-top: -60px;
        position: relative;
    }

        .secret-delivery .bg {
            padding: 40px;
        }
}

@media (max-width: 767px) {
    .secret-delivery .bg {
        font-size: 20px;
        padding-top: 50px;
    }
}

@media (max-width: 675px) {
    .secret-delivery .bg {
        padding: 100px 20px;
    }
}

hr.style12 {
    height: 6px;
    background: url(../images/hr-12.png) repeat-x 0 0;
    border: 0;
}

.box {
    border-radius: 3px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    padding: 10px 25px;
    display: block;
    margin-top: 60px;
}

.box-icon {
    background-color: #57a544;
    border-radius: 50%;
    display: table;
    height: 100px;
    margin: 0 auto;
    width: 100px;
    margin-top: -61px;
}

    .box-icon span {
        color: #fff;
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        text-shadow: 1px 1px 0px #28541E;
    }

.info h4 {
    font-size: 26px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.info > p {
    color: #222;
    font-size: 16px;
    padding-top: 10px;
    text-align: justify;
    height: 300px;
}

@media (max-width: 767px) {
    .info > p {
        height: inherit;
    }
}

.info > a {
    background-color: #03a9f4;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    color: #fff;
    transition: all 0.5s ease 0s;
}

    .info > a:hover {
        background-color: #0288d1;
        box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.12);
        color: #fff;
        transition: all 0.5s ease 0s;
    }

.footer {
    background: #46632d;
    padding: 20px 0;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

    .footer .tt {
        display: inline-block;
        padding: 0 10px;
        font-size: 12px;
    }

    .footer a {
        color: #fff;
        text-decoration: none;
        padding: 10px;
        line-height: 36px;
    }

        .footer a:hover, .footer a:active {
            color: #f0f70c;
            text-decoration: none;
        }

@media (max-width: 1200px) {
    .footer .tt {
        display: block;
        padding: 0px;
    }
}

.subscribe h2 {
    margin-bottom: 20px;
}

.free {
    text-transform: uppercase;
}

.input-group {
    margin: 20px auto;
    width: 100%;
}

input.btn.btn-lg,
input.btn.btn-lg:focus {
    outline: none;
    width: 60%;
    height: 60px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

button.btn, input[type=submit].btn {
    width: 40%;
    height: 60px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.promise {
    color: #999;
}


.subscribe-for-newsletter {
    position: absolute;
    margin-top: -120px;
    right: 10%;
}

.under-page {
    background: url(../images/body-bg.png);
    padding: 0px;
}

    .under-page h1 {
        font-size: 22px;
        text-transform: uppercase;
        font-weight: 900;
        color: #000;
        text-align: center;
        margin-bottom: 30px;
    }

        .under-page h1 span {
            background: url(../images/body-bg.png);
            padding: 10px;
            display: inline-block;
            position: relative;
            z-index: 1;
        }

        .under-page h1:before {
            content: "";
            position: absolute;
            border-top: 1px dotted #cacaca;
            top: 20px;
            width: 100%;
            left: 0px;
        }

    .under-page h3 {
        font-size: 19px;
        text-transform: uppercase;
        font-weight: 900;
        color: #000;
        text-align: center;
        margin-bottom: 30px;
        text-shadow: 1px 1px 0px #fff;
    }

    .under-page h4 {
        color: #666;
        text-shadow: 1px 1px 0px #fff;
    }

    .under-page .footer {
        margin-top: 50px;
    }

    .under-page .highlight-text {
        font-size: 15px;
        text-shadow: 1px 1px 0px #fff;
        line-height: 25px;
        font-weight: 400;
    }

    .under-page .jumbotron {
        margin-top: 20px;
        border-radius: 0px;
        background-color: #FCFCFC;
    }

.text-justify {
    text-align: justify;
}


.breadcrumb-me {
    border-bottom: 1px dotted #cacaca;
    border-top: 1px dotted #cacaca;
    font-size: 11px;
    color: #000;
    line-height: 27px;
    text-transform: uppercase;
    margin-bottom: 50px;
}

    .breadcrumb-me a, .breadcrumb-me a:active {
        color: #000;
        text-decoration: none;
        text-shadow: 1px 1px 0px #fff;
    }

        .breadcrumb-me a:hover {
            color: #000;
            text-decoration: underline;
        }

    .breadcrumb-me img {
        padding: 0 10px;
    }



/* Testimonials */
.testimonials blockquote {
    background: #f8f8f8 none repeat scroll 0 0;
    border: medium none;
    color: #666;
    display: block;
    font-size: 14px;
    line-height: 20px;
    padding: 15px;
    position: relative;
}

    .testimonials blockquote::before {
        width: 0;
        height: 0;
        right: 0;
        bottom: 0;
        content: " ";
        display: block;
        position: absolute;
        border-bottom: 20px solid #fff;
        border-right: 0 solid transparent;
        border-left: 15px solid transparent;
        border-left-style: inset; /*FF fixes*/
        border-bottom-style: inset; /*FF fixes*/
    }

    .testimonials blockquote::after {
        width: 0;
        height: 0;
        right: 0;
        bottom: 0;
        content: " ";
        display: block;
        position: absolute;
        border-style: solid;
        border-width: 20px 20px 0 0;
        border-color: #e63f0c transparent transparent transparent;
    }

.testimonials .carousel-info img {
    border: 1px solid #f5f5f5;
    border-radius: 150px !important;
    height: 75px;
    padding: 3px;
    width: 75px;
}

.testimonials .carousel-info {
    overflow: hidden;
}

    .testimonials .carousel-info img {
        margin-right: 15px;
    }

    .testimonials .carousel-info span {
        display: block;
    }

.testimonials span.testimonials-name {
    color: #e6400c;
    font-size: 16px;
    font-weight: 300;
    margin: 23px 0 7px;
}

.testimonials span.testimonials-post {
    color: #656565;
    font-size: 12px;
}

hr.style15 {
    border-top: 4px double #8c8b8b;
    text-align: center;
}

    hr.style15:after {
        content: '\002665';
        display: inline-block;
        position: relative;
        top: -15px;
        padding: 0 10px;
        background: #f0f0f0;
        color: #8c8b8b;
        font-size: 18px;
    }

.webinfo .glyphicon {
    font-size: 30px;
    color: #000;
    padding: 10px;
}

.webinfo p {
    font-size: 15px;
    color: #000;
    padding: 10px;
}

.first-box {
    padding: 10px;
    background: #9C0;
}

.second-box {
    padding: 10px;
    background: #39F;
}

.third-box {
    padding: 10px;
    background: #F66;
}

.fourth-box {
    padding: 10px;
    background: #6CC;
}


.offerpage .subscribe, .offerpage .style12 {
    display: none;
}

#offerpage input[type="text"] {
    width: 80%;
    padding: 30px;
    font-size: 24px;
    border-radius: 6px;
    border: none;
    color: #939393;
    font-weight: 500;
    background-color: #fffbf8;
    -webkit-box-shadow: 0 -2px 2px 0 rgba(199, 199, 199, 0.55), 0 1px 1px 0 #fff, 0 2px 2px 1px #fafafa, 0 2px 4px 0 #b2b2b2 inset, 0 -1px 1px 0 #f2f2f2 inset, 0 15px 15px 0 rgba(41, 41, 41, 0.09) inset;
    -moz-box-shadow: 0 -2px 2px 0 rgba(199, 199, 199, 0.55), 0 1px 1px 0 #fff, 0 2px 2px 1px #fafafa, 0 2px 4px 0 #b2b2b2 inset, 0 -1px 1px 0 #f2f2f2 inset, 0 15px 15px 0 rgba(41, 41, 41, 0.09) inset;
    box-shadow: 0 -2px 2px 0 rgba(199, 199, 199, 0.55), 0 1px 1px 0 #fff, 0 2px 2px 1px #fafafa, 0 2px 4px 0 #b2b2b2 inset, 0 -1px 1px 0 #f2f2f2 inset, 0 15px 15px 0 rgba(41, 41, 41, 0.09) inset;
}

    #offerpage input[type="text"]:focus {
        outline: 0;
    }

#offerpage .green {
    margin: 0 auto;
    float: none;
    margin-top: 50px;
}

@media (max-width: 360px) {
    #menu-bottom .matter {
        font-size: 13px;
    }

    .order-btn {
        margin-bottom: 10px;
    }
}

#only-one-month .first {
    margin-top: 20px;
}

#only-one-month .three h2 {
    font-size: 21px;
}

#only-one-month .three h3 {
    font-size: 17px;
}

.modal-dialog {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    position: absolute;
    margin: auto;
    height: 50%;
}

.modal-content {
    background: #f9f9f9 url(../images/geometry.png);
    border: 0px;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #222;
}

.modal-body {
    background: #fafafa url(../images/line-divider-fdaf8dde.png) center center no-repeat;
    padding: 50px;
}

.matter-lebel {
    font-size: 13px;
    color: #555;
    line-height: 22px;
    clear: both;
    margin-bottom: 20px;
}

    .matter-lebel strong {
        font-size: 15px;
        display: block;
        font-weight: 900;
        color: #5cb85c;
    }

.icons {
    font-size: 30px;
    float: left;
    margin-right: 10px;
    color: #5cb85c;
}

    .icons .fa {
        line-height: 44px;
    }

.modal-line {
    padding-left: 30px;
}

    .modal-line:hover {
        color: #5cb85c;
    }

@media (max-width:768px) {
    .modal-body {
        background: #fafafa;
        background-image: none;
    }

        .modal-body .col-sm-6:nth-child(2n+0) {
            margin-top: 40px;
        }

    .order-btn {
        margin-bottom: 10px;
        float: left;
    }
}


/*-----------Cart CSS Added-------*/
.shop-tracking-status .form-horizontal {
    margin-bottom: 50px
}

.shop-tracking-status .order-status {
    margin: 75px 0px;
    position: relative;
}

.shop-tracking-status .order-status-timeline {
    height: 12px;
    border: 1px solid #aaa;
    border-radius: 7px;
    background: #eee;
    box-shadow: 0px 0px 5px 0px #C2C2C2 inset
}

    .shop-tracking-status .order-status-timeline .order-status-timeline-completion {
        height: 8px;
        margin: 1px;
        border-radius: 7px;
        background: #cf7400;
        width: 0px
    }

        .shop-tracking-status .order-status-timeline .order-status-timeline-completion.c1 {
            width: 22%
        }

        .shop-tracking-status .order-status-timeline .order-status-timeline-completion.c2 {
            width: 46%
        }

        .shop-tracking-status .order-status-timeline .order-status-timeline-completion.c3 {
            width: 70%
        }

        .shop-tracking-status .order-status-timeline .order-status-timeline-completion.c4 {
            width: 100%
        }

.shop-tracking-status .image-order-status {
    border: 1px solid #ddd;
    padding: 7px;
    box-shadow: 0px 0px 10px 0px #999;
    background-color: #fdfdfd;
    position: absolute;
    margin-top: -35px
}

    .shop-tracking-status .image-order-status.disabled {
        filter: url("data:image/svg+xml;utf8,<svg%20xmlns='http://www.w3.org/2000/svg'><filter%20id='grayscale'><feColorMatrix%20type='matrix'%20values='0.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200%200%200%201%200'/></filter></svg>#grayscale");
        filter: grayscale(100%);
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        filter: gray;
    }

    .shop-tracking-status .image-order-status.active {
        box-shadow: 0px 0px 10px 0px #cf7400
    }

        .shop-tracking-status .image-order-status.active .status {
            color: #cf7400;
            text-shadow: 0px 0px 1px #777
        }

    .shop-tracking-status .image-order-status .icon {
        height: 40px;
        width: 40px;
        background-size: contain;
        background-position: no-repeat
    }

    .shop-tracking-status .image-order-status .status {
        position: absolute;
        text-shadow: 1px 1px #eee;
        color: #333;
        transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        width: 180px;
        top: -50px;
        left: 50px
    }

        .shop-tracking-status .image-order-status .status:before {
            font-family: FontAwesome;
            content: "\f053";
            padding-right: 5px
        }

.shop-tracking-status .image-order-status-new {
    left: 0
}

    .shop-tracking-status .image-order-status-new .icon {
        background-image: url(../images/icons/accepted.png);
    }

.shop-tracking-status .image-order-status-active {
    left: 22%
}

    .shop-tracking-status .image-order-status-active .icon {
        background-image: url(../images/icons/progress.png);
    }

.shop-tracking-status .image-order-status-intransit {
    left: 45%
}

    .shop-tracking-status .image-order-status-intransit .icon {
        background-image: url(../images/icons/shipped.png);
    }

.shop-tracking-status .image-order-status-delivered {
    left: 70%
}

    .shop-tracking-status .image-order-status-delivered .icon {
        background-image: url(../images/icons/delivered.png);
    }

    .shop-tracking-status .image-order-status-delivered .status {
        top: 85px;
        left: -180px;
        transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        text-align: right
    }

        .shop-tracking-status .image-order-status-delivered .status:before {
            display: none
        }

        .shop-tracking-status .image-order-status-delivered .status:after {
            font-family: FontAwesome;
            content: "\f054";
            padding-left: 5px;
            vertical-align: middle
        }

.shop-tracking-status .image-order-status-completed {
    right: 0px
}

    .shop-tracking-status .image-order-status-completed .icon {
        background-image: url(../images/icons/completed.png);
    }

    .shop-tracking-status .image-order-status-completed .status {
        top: 85px;
        left: -180px;
        transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        text-align: right
    }

        .shop-tracking-status .image-order-status-completed .status:before {
            display: none
        }

        .shop-tracking-status .image-order-status-completed .status:after {
            font-family: FontAwesome;
            content: "\f054";
            padding-left: 5px;
            vertical-align: middle
        }

.order-details-box {
    padding: 20px;
    margin-top: 40px;
    background-color: #fff;
}

    .order-details-box h3 {
        text-transform: capitalize;
        margin-bottom: 10px;
        border-bottom: 1px solid #ccc;
        padding-bottom: 10px;
    }

    .order-details-box .grand-total {
        font-family: 'Oswald', sans-serif;
        font-size: 22px;
        border-bottom: 2px solid #000;
    }

.green-button {
    border: 1px solid rgb(111, 205, 62);
    border-radius: 4px;
    background-color: rgb(99, 184, 54);
    box-shadow: 0px 0px 0px 1px rgba(99, 184, 54, 1);
    display: block;
    padding: 8px 40px;
    color: #fff;
    font-size: 20px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

    .green-button:hover {
        border: 1px solid rgb(111, 205, 62);
        background-color: rgb(73, 146, 35);
        box-shadow: 0px 0px 0px 1px rgb(73, 146, 35);
    }


.account-page {
    padding: 20px;
    background-color: #f3f3f3;
}

    .account-page .btn-breadcrumb {
        margin-bottom: 20px;
    }

    .account-page .orderdateil {
        padding-top: 20px;
        padding-bottom: 20px;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #ccc;
        background-color: #f9f9f9;
        margin-bottom: 10px;
    }

        .account-page .orderdateil.white {
            background-color: #fff;
            color: #333;
        }

        .account-page .orderdateil:hover {
            background-color: #fff;
        }

        .account-page .orderdateil:first-child {
            border-bottom: 0px;
        }

    .account-page .item-thumb {
        padding: 20px;
        width: 100%;
        border-radius: 6px;
        text-align: center;
        background-color: #fff;
    }

    .account-page .invoice {
        color: #d46b05;
    }

    .account-page .product-name {
        font-family: 'Oswald', sans-serif;
        font-size: 30px;
        font-weight: 600;
        color: #000;
    }

    .account-page .package-type {
        font-size: 16px;
        font-weight: 600;
        color: #999;
    }

    .account-page .order-date {
        font-size: 13px;
        font-weight: 600;
        color: #000;
        margin-top: 50px;
    }

    .account-page .order-total {
        font-family: 'Oswald', sans-serif;
        font-size: 30px;
        font-weight: 600;
        color: #000;
        text-align: right;
    }

    .account-page .order-heading {
        padding: 3px 8px;
        margin-bottom: 10px;
        font-size: 16px;
    }

.btn-button1 {
    -moz-box-shadow: inset 0px 1px 0px 0px #9acc85;
    -webkit-box-shadow: inset 0px 1px 0px 0px #9acc85;
    box-shadow: inset 0px 1px 0px 0px #9acc85;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #74ad5a), color-stop(1, #68a54b));
    background: -moz-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
    background: -webkit-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
    background: -o-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
    background: -ms-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
    background: linear-gradient(to bottom, #74ad5a 5%, #68a54b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#74ad5a', endColorstr='#68a54b',GradientType=0);
    background-color: #74ad5a;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #3b6e22;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    padding: 6px 12px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.6);
    text-decoration: none;
}

    .btn-button1:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #68a54b), color-stop(1, #74ad5a));
        background: -moz-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
        background: -webkit-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
        background: -o-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
        background: -ms-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
        background: linear-gradient(to bottom, #68a54b 5%, #74ad5a 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#68a54b', endColorstr='#74ad5a',GradientType=0);
        background-color: #68a54b;
        color: #fff;
    }



.track-order {
    position: fixed;
    right: 0px;
    top: 150px;
    z-index: 10;
}

.formcontrols .form-control:not(textarea) {
    height: 32px;
    line-height: 36px;
}

.save-deal {
    border-radius: 10px 10px 0 0;
    background-color: #7fb728;
    padding: 10px;
    margin-top: 20px;
    border-top: 3px solid #f0f70c;
    box-shadow: inset 0 0 5px #77a809;
    color: #ff0;
}

    .save-deal h2 {
        font-weight: 900;
        font-size: 33px;
    }

    .save-deal h3 {
        font-weight: 700;
    }

.discount {
    background-color: #243a04;
    padding: 10px;
    font-weight: 700;
    line-height: 1;
}

    .discount table td {
        padding: 0 5px;
        font-size: 40px;
        font-weight: 900;
    }

    .discount small {
        font-size: 20px;
        font-weight: 600;
    }

    .discount h1 {
        font-weight: 900;
        font-size: 80px;
        line-height: 1;
    }

.clock-bg {
    border-radius: 10px 10px 0px 0px;
    background-color: #000;
    color: #fff;
    margin-top: 20px;
    padding: 10px;
}

    .clock-bg table {
        margin-top: 10px;
    }

        .clock-bg table td {
            padding: 0px 8px;
            font-size: 32px;
            font-weight: 900;
        }

            .clock-bg table td.point {
                font-size: 11px;
                font-weight: 900;
                color: #999;
                text-transform: uppercase;
            }

.hindi-text-line {
    padding: 10px;
    background-color: #000;
}

    .hindi-text-line h2 {
        font-size: 26px;
        font-weight: 700;
    }

/*.img-thumbnail {border: 10px solid #7fb728 !important;opacity:.4;}
.check{border: 10px solid #7fb728 !important;opacity:1;}*/

/*==================order complete css=================*/
.form-back {
    background: #ffffff;
    padding: 20px;
    border-radius: 0 0 10px 10px;
}

    .form-back .update-head {
        border-bottom: 1px solid #7fb728;
        padding: 7px 0 0 0;
        margin-bottom: 16px;
    }

        .form-back .update-head h2 {
            background: #7fb728;
            color: #ffffff;
            font-size: 20px;
            text-transform: uppercase;
            padding: 10px;
            display: inline-block;
            border-radius: 6px 6px 0 0;
        }

.order-btn {
    border-radius: 10px;
    font-size: 18px;
    text-transform: uppercase;
    height: 50px;
    border: 0;
    padding: 0 28px;
}
/*==================order complete css=================*/


input[type='number'] {
    -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


#popup_content_wrap {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(0, 0, 0, 0.84);
    z-index: 9999999;
}

#popup_content {
    width: 15%;
    height: auto;
    padding: 20px;
    position: relative;
    top: 40%;
    background: #fb3d2f;
    margin: 0 auto;
    border-radius: 8px;
}
    #popup_content h1 {
        color: #ffffff;
        font-size: 18px;
        margin-top: 0px;
        margin-bottom: 20px;
    }

    #popup_content .btn {
        background: #fff7ba;
        border: none;
        color: #000000;
        box-shadow: 0 1px 4px #751a14;
        margin-bottom: 20px;
        width: 80%;
    }
    #popup_content p {
        color: #cccccc;
    }

.language-box {
    background: #ffffff;
    border-radius: 4px;
    padding: 8px 0px;
    border: 1px solid #dddddd;
    font-size: 15px;
}
    .language-box a {
        color: #6b6b6b;
        display: inline-block;
        padding: 0px 10px 0px 0px;
        outline: none;
    }
    .language-box .language-border .language-text {
        color: #909090;
        padding-bottom: 8px;
    }
    .language-box .active a {
        color: #7fb728;
        cursor: auto;
        outline: none;
    }


.im-page-preloader {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    background: rgba(0,0,0,0.5);
    z-index: 10000;
}

.loader-box-im1 {
    height: 107px;
    width: 107px;
}

.loader-im1 {
    position: relative !important;
    top: 0px;
    left: 0px;
    display: inline-block;    
    height: 107px;
    width: 107px;
    position: relative;
    text-align: center;
    -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    -o-transform: rotate(20eg);
    -webkit-animation: loader-im1 3s linear infinite;
    animation: loader-im1 3s linear infinite;
}


@media (max-width: 767px) {
    #popup_content {
        height: auto;
        padding: 20px;
        width: 90%;
    }
}