        body {
            font-family: 'Dosis', sans-serif !important;
                overflow-x: hidden;
        }
        header h1{position: absolute;
            left: -500px;}
        /*navbar start*/

        .container #menu {
            margin-bottom: 50px;
            border-bottom: 5px solid #c13437;
            border-radius: 100px;
            padding-bottom: 25px;
        }

        .row img {
            width: 256px;
            padding-top: 16px;
        }

        .row .mymenu {
            margin-top: 45px;
        }

        .row .mymenu .navbar-default {
            background: none;
            border: none;
        }
        .row .mymenu .navbar-nav li a{font-size: 15px;font-weight: bold;}
        .row .mymenu .navbar-nav .active a,
        .row .mymenu .navbar-nav .active a:hover {
            background-color: #000;
            color: #fff;
        }

        .row .mymenu .navbar-nav li a:hover {
            color: #c13437;
            background: none;

        }

        @media (max-width: 1200px) {
            .row .mymenu .pull-right {
                float: none !important;
            }
        }
        /*navbar end*/
        /*banner after*/

        #bannerafter {
            margin-top: 50px;
        }

        #bannerafter a {
            color: #1a1a1a;
        }

        .container .col-sm-4 .card {
            /* Add shadows to create the "card" effect */
            box-shadow: 10px 4px 8px 0 rgba(0, 0, 0, 0.2);
            transition: 0.3s;
            background-color: #75a3a3;
        }
        /* On mouse-over, add a deeper shadow */

        .container .col-sm-4 .card:hover {
            box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
        }
        /* Add some padding inside the card container */

        .container .col-sm-4 .card .container {
            padding: 2px 16px;
        }

        .container .col-sm-4 .card img {
            height: 300px;
            width: 86%;
            margin-left: 20px;
        }

        .container .col-sm-4 .card .container #detail {
            font-size: 18px;
            text-align: center;
            margin-right: 810px;
        }
        .container .col-sm-4 .card .wrapper-head h2{font-size: 18px;}
        .container .col-sm-4 .card .container #sticks {
            margin-left: 95px;
        }

        .container .col-sm-4 .card .container #dhoopdetail {
            font-size: 18px;
            text-align: center;
            margin-right: 815px;
        }

        .container .col-sm-4 .card .container #dhoop {
            margin-left: 131px;
        }

        .container .col-sm-4 .card .container #attardetail {
            font-size: 18px;
            text-align: center;
            margin-right: 808px;
        }

        .container .col-sm-4 .card .container #attarheading {
            margin-left: 135px;
        }
        /*end of banner after*/
        /*aboutus start*/

        .aboutus {
            margin-top: 55px;
            background-image: url(images/1.jpg);
            background-size: cover;
            background-repeat: no-repeat;
            background-attachment: fixed;
            padding: 2%;
            line-height: 1.6;
        }

        .about_hr {
            border: 1px solid #fff;
            width: 39.5%;
            float: left;
        }

        .about_hr_left {
            margin-right: 30px;
            margin-left: 55px;
        }

        .about_hr_right {
            margin-left: 30px;
        }

        .about-line-header span {
            float: left;
            margin-top: 10px;
            font-size: 18px;
            color: white;
        }

        .about-para {
            text-align: center;
            padding-top: 33px;
            padding-left: 55px;
            padding-right: 35px;
            color: whitesmoke;
            font-size: 18px;
        }

        .col-sm-12 {
            width: 90% !important;
            margin-left: 55px;
        }
        /*aboutus end*/
        /*features start*/

        .container .col-sm-4 .logo {
            width: 200px;
            height: 200px;
            border-radius: 50%;
            margin: 2.499% auto;
            background-color: lightcyan;
        }

        .wrapper {
            margin-top: 15px;
        }

        .container .col-sm-4 .logo span {
            font-size: 75px;
            margin-left: auto;
            margin-right: auto;
            padding: 50px 0px 0px 60px;
        }

        .container .col-sm-4 .features {
            text-align: center;
            font-size: 18px;
        }
        /*features end*/
        /*strip container */

        #strip {
            background-color: #000;
            height: 40px;
            margin-top: 20px;
        }

        #strip p {
            text-align: center;
            color: #fff;
            padding-top: 5px;
            font-size: 20px;
        }
        /*strip container ends */
        /*footer start*/

        .jumbotron {
            padding-top: 15px !important;
            margin-top: 35px;
            background-color: #c13437 !important;
        }

        .jumbotron .col-sm-3 ul {
            list-style-type: none;
            margin-left: -40px;
            color: #fff;
        }

        .jumbotron #menu1 p a {
            font-size: 13px;
            color: #fff;
        }

        .jumbotron #menu1 p {
            text-align: center !important;
        }

        .jumbotron #copy p {
            text-align: center;
            font-size: 14px;
            margin-bottom: -20px !important;
            color: #fff;
        }
        /*footer end*/
        /*attar page*/

        .comingsoon h2 {
            text-align: center;
            color: darkgray;
            font-size: 40px;
        }

        .comingsoon img {
            height: 300px;
            margin-left: auto;
            margin-right: auto;
        }
        /*attar page end*/
        /* (inscense page) productdetail*/

        .productdetail .row {
            margin-top: 30px;
        }

        .productdetail a {
            width: 250px;
            height: 250px;
            text-align: center;
            padding: 6px 0;
            font-size: 12px;
            line-height: 1.42;
            border-radius: 150px;
            background-position: center;
            background-size: cover;
            transition: all 2s ease;
            box-shadow: 10px 10px 5px #aaaaaa;
        }

        .productdetail a:hover {
            transform: scale(1.1);
        }

        .productdetail p {
            margin-top: 30px;
            font-size: 40px;
        }
        /*(inscense page) productdetail end*/
        /*25gm*/

        #prod {
            margin-top: 40px;
        }

        .round-image {
            padding-top: 15px;
        }

        .round-image img {
            height: auto;
            border: 1px solid #c13437;
        }

        .prod-info p {
            margin-top: 10px;
            font-size: 18px;
        }

        .link {
            margin-left: 200px;
            margin-top: -47px;
        }

        .link .btn-success {
            color: #fff;
            background-color: #c13437;
            border-color: #c13437;
        }
        /*start of media query*/
        /*ipad*/
        /*
        @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
            .container .col-sm-4 .card .container #detail {
                margin-right: 540px !important;
            }
            .container .col-sm-4 .card .container #dhoopdetail {

                margin-right: 540px;
            }
            .container .col-sm-4 .card .container #attardetail {
                margin-right: 540px;
                padding-left: 20px;
            }
        }*/

.amazon{
    width: 40% !important;
    padding: 15px;
    margin-left: 22px;
}
.flipkart{
    width: 40% !important; 
    padding: 15px;
}
        
        /* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 200px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

        @media screen and (min-width: 300px) and (max-width: 768px) {
            .container #menu {
                margin-bottom: -32px;
                border-bottom: none;
            }
            #menu img {
                width: 200px;
            }
            .row .mymenu {
                margin-top: 0px;
            }

            .navbar-toggle {
                margin-top: -52px !important;
                margin-right: 1px !important;
            }
            .navbar {

                margin-bottom: -96px;
            }

            .container .col-sm-4 .card .container #sticks {
                margin-left: 0;
                text-align: center;
            }

            .container .col-sm-4 .card .container #detail {
                margin-right: 0;
            }

            .container .col-sm-4 {
                margin-bottom: 10px;
            }

            .container .col-sm-4 .card .container #dhoop {
                margin-left: 0;
                text-align: center;
            }

            .container .col-sm-4 .card .container #dhoopdetail {
                margin-right: 0;
            }

            .container .col-sm-4 .card .container #attardetail {
                margin-right: 0;
            }

            .container .col-sm-4 .card .container #attarheading {
                margin-left: 0;
                text-align: center;
            }

            .about_hr_left {
                margin-right: 0;
                margin-left: -4px;
            }

            .about_hr_right {
                margin-left: 6px;
            }

            .about_hr {
                border: 1px solid #fff;
                width: 34.5%;
                float: left;
            }

            .about-para {
                text-align: center;
                padding-top: 0;
                padding-left: 0;
                padding-right: 0;
                color: whitesmoke;
                font-size: 14px;
            }

            .about-line-header span {
                font-size: 14px;
                margin-left: 5px;
            }

            .col-sm-12 {
                margin-left: 14px;
            }

            #strip {
                height: 65px;
            }
            /*inscense stick page*/
            .productdetail .col-sm-3 {
                margin-left: 55px;
            }

            .productdetail a {
                width: 200px;
                height: 200px;
            }
            .container .row .col-sm-3 {
                margin-left: 80px;
                padding-bottom: 15px;
            }
            /*inscense stick page end*/
            /*25gm start*/
            /*25gm end*/
            .amazon{
                padding: 5px;
                margin-left: 12px;
            }
            .flipkart{
                padding: 5px;
            }
        }

        @media screen and (min-width: 500px) and (max-width: 768px) {
            .col-sm-12 {
                margin-left: 35px;
            }

            .about_hr_left {
                margin-right: 0;
                margin-left: 50px;
            }

            .about-para {
                text-align: center;
                padding-top: 0;
                padding-left: 55px;
                padding-right: 80px;
            }
        }

        @media screen and (width: 768px) {
            .row .mymenu {
                margin-top: 54px;
            }
           
        }

        @media screen and (min-width: 768px) and (max-width: 1200px) {
            .row img {
                width: 200px;
                margin-top: 25px;
            }
            #menu .col-sm-6 {
                width: auto;
            }

            .col-sm-12 {
                width: 100%;
                margin-left: 35px;
            }

            .about_hr_left {
                margin-right: 15px;
                margin-left: 15px;
            }

            .about_hr_right {
                margin-left: 15px;
            }

            .container .col-sm-4 .card .container #sticks {
                margin-left: 0;
                text-align: center;
                margin-right: 75%;
            }

            .container .col-sm-4 .card .container #detail {
                font-size: 18px;
                text-align: center;
                margin-right: 545px;
            }

            .container .col-sm-4 .card .container #dhoop {
                text-align: center;
                margin-right: 75%;
                margin-left: 0;
            }

            .container .col-sm-4 .card .container #dhoopdetail {
                font-size: 18px;
                text-align: center;
                margin-right: 545px;
            }

            .container .col-sm-4 .card .container #attarheading {
                text-align: center;
                margin-right: 75%;
                margin-left: 0;
            }

            .container .col-sm-4 .card .container #attardetail {
                font-size: 18px;
                text-align: center;
                margin-right: 545px;
                padding-left: 20px;
            }
             .link {
                margin-left:110px;
            }
        }

        @media screen and (min-width: 992px) and (max-width: 1200px) {
            .container .col-sm-4 .card .container #detail {
                font-size: 18px;
                text-align: center;
                margin-right: 700px;
            }

            .container .col-sm-4 .card .container #dhoopdetail {
                font-size: 18px;
                text-align: center;
                margin-right: 700px;
            }

            .container .col-sm-4 .card .container #attardetail {
                font-size: 18px;
                text-align: center;
                margin-right: 700px;
                padding-left: 39px;
            }
        }
        /*end of media query*/