body {
    margin: 0;
    padding: 0;
    background: #e9e9e9;
    font-family: 'Didact Gothic';
}

@font-face {
    font-family: 'Didact Gothic';
    src: url('../fonts/DidactGothic-Regular.eot');
    src: url('../fonts/DidactGothic-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DidactGothic-Regular.woff') format('woff'),
        url('../fonts/DidactGothic-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.navbar-nav>li {
    cursor: pointer;
}

.dropdown-menu img {
    margin-right: 6px;
}

.alg_center {
    text-align: center;
}

.alg_rit {
    text-align: right;
}

.mrbt0 {
    margin-bottom: 0 !important;
}

.grey_color {
    color: #a8a8a8;
}

.text_ed {
    font-weight: bold;
    font-size: 14px;
}

.mrbtm {
    margin-bottom: 18px;
}

.lin_ht {
    line-height: 30px;
    text-transform: capitalize;
}

.lin_ht label {
    font-weight: 100 !important;
}

.header_sec {
    background: #fff;
}

.header_top {
    width: 100%;
    border-bottom: #d4d4d4 1px solid;
    padding: 5px 0;
}

.auto_width {
    width: auto !important;
    float: left;
}

.currency {
    padding: 0 10px 0 0 !important;
    border: none; //border-right:#3d3d3d 1px solid;border-radius:0;width:auto;}

    .dropdown-menu li {
        cursor: pointer;
    }

    .fl_left {
        width: auto;
        float: left;
    }

    .currency:hover {
        background: none !important;
    }

    .open>.currency:focus {
        background: none !important;
    }

    .lang {
        padding: 10px !important;
        border: none;
        border-radius: 0;
        width: 148px;
    }

    .lang:hover {
        background: none !important;
    }

    .open>.lang:focus {
        background: none !important;
    }

    .menu_set {
        background: none !important;
        border: none;
        min-height: auto !important;
        margin-bottom: 0 !important;
        float: right;
        clear: both;
        width: 100%;
    }

    .menu_set ul li a {
        padding: 0px 13px;
        font-size: 13px;
        text-transform: uppercase;
    }

    .navbar-default .navbar-nav>.active>a,
    .navbar-default .navbar-nav>.active>a:hover,
    .navbar-default .navbar-nav>.active>a:focus {
        background: #ff8840;
        border-radius: 8px;
        color: #fff;
    }

    .loader_box {
        width: 80px; //position:absolute;//margin-left:44%;//margin-top:21%;}

        .loader_bg {
            background: #fff;
            min-height: 500px;
            margin-top: 57px;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            justify-content: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            align-items: center;
        }

        .loader_bg2 {
            background: #fff;
            min-height: 500px;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            justify-content: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            align-items: center;
        }

        .logo {
            width: auto;
            color: #3d3d3d;
            font-size: 26px;
            font-weight: bold;
            cursor: pointer;
        }

        .cart {
            border: #dedede 1px solid;
            border-radius: 50px;
            padding: 5px;
            font-size: 13px;
            color: #3d3d3d;
            text-align: center;
            float: right;
            margin-top: 6px;
            cursor: pointer;
        }

        .cart_icon {
            margin-right: 10px;
            float: left;
            margin-left: 5px;
            cursor: pointer;
            width: 24px;
            height: 22px;
            background: url("../images/sprite.png") no-repeat 0 0;
        }

        .cart span {
            padding: 0 8px;
        }

        .phone {
            border: #dedede 1px solid;
            border-radius: 50px;
            padding: 5px 10px 5px 5px;
            font-size: 13px;
            color: #3d3d3d;
            text-align: center;
            float: right;
            margin-top: 6px;
        }

        .ph_icon {
            margin-right: 10px;
            float: left;
            width: 24px;
            height: 22px;
            background: url("../images/sprite.png") no-repeat -28px 0;
        }

        .phone div {

            //padding:0 8px;}
            .phone span {
                color: #f38e51;
                font-weight: bold;
            }

            .search_sec {
                width: 100%;
                background: rgba(250, 250, 250, 1);
                background: -moz-linear-gradient(top, rgba(250, 250, 250, 1) 0%, rgba(246, 246, 246, 1) 53%, rgba(254, 254, 254, 1) 100%);
                background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(250, 250, 250, 1)), color-stop(53%, rgba(246, 246, 246, 1)), color-stop(100%, rgba(254, 254, 254, 1)));
                background: -webkit-linear-gradient(top, rgba(250, 250, 250, 1) 0%, rgba(246, 246, 246, 1) 53%, rgba(254, 254, 254, 1) 100%);
                background: -o-linear-gradient(top, rgba(250, 250, 250, 1) 0%, rgba(246, 246, 246, 1) 53%, rgba(254, 254, 254, 1) 100%);
                background: -ms-linear-gradient(top, rgba(250, 250, 250, 1) 0%, rgba(246, 246, 246, 1) 53%, rgba(254, 254, 254, 1) 100%);
                background: linear-gradient(to bottom, rgba(250, 250, 250, 1) 0%, rgba(246, 246, 246, 1) 53%, rgba(254, 254, 254, 1) 100%);
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#fefefe', GradientType=0);
                padding: 11px 0;
            }

            .slide {
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -webkit-align-items: center;
                -ms-flex-align: center;
                justify-content: center;
                -webkit-box-pack: center;
                -webkit-justify-content: center;
                -ms-flex-pack: center;
                align-items: center;
            }

            .pr_size {
                width: 10%;
            }

            .loader_box2 {
                width: 51px !important;
            }

            .loader_box2 img {
                width: 100%;
            }

            .search {
                width: 100%;
                border-bottom: #f38e51 1px solid;
            }

            .search img {
                float: right;
                cursor: pointer;
            }

            .search i {
                font-size: 19px;
                color: #535353;
                float: right;
            }

            .in_search {
                width: 85%;
                border: none;
                color: #3d3d3d;
                font-size: 13px;
                background: none;
            }

            .content_sec {
                margin: 15px 0;
            }

            .banner_sec {
                margin: 15px 0 0 0;
            }

            .banner {
                width: 100%;
            }

            .banner img {
                width: 100%;
            }

            .banner_text {
                position: absolute;
                z-index: 364;
                top: 25%;
                width: 46%;
                left: 58%;
                color: #363636;
                font-size: 40px;
                text-transform: uppercase;
            }

            .slide_sec {
                width: 100%;
                background: #ff8840;
                height: 371px;
            }

            .pdr0 {
                padding-right: 0;
            }

            .secure {
                width: 100%;
                float: left;
            }

            .secure img {
                width: 100%;
            }

            .mrtb {
                margin: 15px 0 0 0;
            }

            .list_sec {
                width: 100%;
                padding: 15px;
                background: #fff;
            }

            .product_box {
                width: 33.3333333%;
                margin-bottom: 16px;
                position: relative;
                min-height: 330px;
                float: left;
            }

            .product_card {
                position: absolute;
                width: 100%;
                top: 0;
                bottom: 0;
                background: #fff;
                height: 100%;
                padding: 10px;
                text-decoration: none;
                color: #3d3d3d;
            }

            .product_card:hover {
                -webkit-box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.26);
                -moz-box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.26);
                box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.26);
                z-index: 9999;
            }

            .text_c {
                text-align: center;
                margin-top: 0;
            }

            .pd-0 {
                padding: 0;
            }

            .pd-right0 {
                padding-right: 0;
            }

            .pd-left0 {
                padding-left: 0;
            }

            .products {
                width: 100%;
            }

            .products ul {
                margin: 0;
                padding: 0;
            }

            .products ul li {
                list-style: none;
                width: 33.3333333%;
                margin-bottom: 16px;
                position: relative;
                min-height: 336px;
                float: left;
            }

            .pd_head {
                text-align: center;
                height: 39px;
                margin: 8px 0 10px 0;
                overflow: hidden;
            }

            .pd_img {
                width: 50%;
                margin: 0 auto;
            }

            .pd_img img {
                width: 100%;
            }

            .pd_text {
                text-align: center;
                height: 40px;
                overflow: hidden;
            }

            .footer_top {
                width: 100%;
                background: #fff;
                border-top: #d4d4d4 1px solid;
            }

            .sections {
                width: 100%;
            }

            .sections ul {
                margin: 0;
                padding: 0;
            }

            .sections ul li {
                padding: 28px 10px;
                border-left: #d4d4d4 1px solid;
                width: 33.3333%;
                list-style: none;
                float: left;
            }

            .section_icon {
                width: 39px;
                height: 32px;
                background: url("../images/sprite.png") no-repeat -54px 0;
                margin: 0 auto;
            }

            .section_icon1 {
                width: 39px;
                height: 32px;
                background: url("../images/sprite.png") no-repeat -101px 0;
                margin: 0 auto;
            }

            .section_icon2 {
                width: 39px;
                height: 32px;
                background: url("../images/sprite.png") no-repeat -140px 0;
                margin: 0 auto;
            }

            .bord-right {
                border-right: #dddddd 1px solid;
            }

            .footer-bottom {
                width: 100%;
                background: #ff8840;
                padding: 25px 0;
                color: #fff;
            }

            .footer-bottom img {
                margin-right: 15px;
            }

            .footer_menu {
                width: 100%;
            }

            .footer_menu ul {
                margin: 0;
                padding: 0
            }

            .footer_menu ul li {
                list-style: none;
                width: 50%;
                float: left;
                cursor: pointer;
            }

            .footer_menu ul li a {
                text-decoration: none;
                color: #fff;
            }

            .carousel-caption {
                top: 0 !important;
                bottom: inherit;
                padding: 0 !important;
                width: 100%;
                left: 0;
                right: 0;
            }

            .cr_text {
                line-height: 20px !important;
                font-size: 14px !important;
                padding: 10px;
                height: 80px;
                overflow: hidden;
                cursor: pointer;
            }

            .carousel-caption a {
                text-decoration: none;
                color: #fff;
            }

            .carousel-caption a:hover {
                text-decoration: none;
                color: #fff;
            }

            .price_btn {
                background: #3d3d3d;
                border-top-left-radius: 6px;
                border-bottom-left-radius: 6px;
                border-top-right-radius: 0;
                border-bottom-right-radius: 0;
                padding: 8px 15px;
                border: none;
                width: 45%;
                color: #fff;
            }

            .buy_btn {
                background: #3d3d3d;
                border-top-left-radius: 0;
                border-bottom-left-radius: 0;
                border-top-right-radius: 6px;
                border-bottom-right-radius: 6px;
                padding: 8px 15px;
                border: none;
                width: 45%;
                color: #fff;
            }

            .price_btn a {
                text-decoration: none;
                color: #fff;
            }

            .buy_btn a {
                text-decoration: none;
                color: #fff;
            }

            .carousel-indicators {
                bottom: 0px;
            }

            .carousel-caption img {
                width: 35% !important;
                cursor: pointer;
            }

            .carousel-caption h1 {
                cursor: pointer;
            }

            .carousel-control .glyphicon-chevron-left,
            .carousel-control .glyphicon-chevron-right {
                top: 42%;
            }

            .acc_panel {
                border-radius: 0 !important;
                border: none;
            }

            a .list-group-item:focus {
                background-color: #ff8840;
            }

            .list-group-item:first-child {
                border-radius: 0 !important;
            }

            .list-group-item-success {
                background: none;
            }

            .list-group-item {
                border: none;
            }

            button.list-group-item-success:focus {
                background: none;
            }

            a.list-group-item-success:hover,
            button.list-group-item-success:hover,
            a.list-group-item-success:focus,
            button.list-group-item-success:focus {
                color: #fff;
                background-color: #ff8840;
            }

            .list-group-item {
                padding: 10px 10px 10px 0;
                border-bottom: #eee 1px solid;
            }

            a.list-group-item-success.active {
                background-color: #ff8840 !important;
                border-bottom: #fff 1px solid;
            }

            a.list-group-item-success {
                color: #3d3d3d;
            }

            .list-group-item i {
                margin-left: 10px;
                margin-right: 10px;
            }

            .bg_grey {
                background: #ffd5ac;
                padding: 10px;
                color: #000 !important;
            }

            a.bg_grey:hover,
            button.bg_grey:hover,
            a.bg_grey:focus,
            button.bg_grey:focus {
                color: #555;
                text-decoration: none;
                background-color: #e6bc94;
            }

            a .bg_grey:hover,
            a .bg_grey:focus {
                background: #645252;
            }

            .navbar-toggle .icon-bar {
                background: #f38e51 !important;
            }

            .pdt_detail {
                width: 100%;
                background: #fff;
            }

            .pdt_top {
                margin-top: 57px;
            }

            .pdt_head {
                padding: 10px 0;
                border-bottom: #e4e4e4 1px solid;
            }

            .pdt_head h2 {
                text-align: center;
                margin: 0;
            }

            .pdt_head p {
                text-align: center;
                color: #6e6e6e;
                margin: 0;
            }

            .pdt_detail img {
                width: 127px;
                display: block;
                margin: 20px auto;
            }

            .pdt_content {
                text-align: center;
                padding: 0 10px;
                margin: 48px 0 25px 0;
            }

            .pdt_content2 {
                text-align: center;
                padding: 0 10px;
            }

            .price_sec h3 {
                text-align: center;
                margin-top: 43px;
            }

            .price_sec p {
                text-align: center;
                padding: 0 10px;
                font-size: 12px;
            }

            .price_sec span {
                color: #c95606;
            }

            .pills_sec {
                width: 100%;
                margin: 15px 0 0 0;
            }

            .bg_white {
                background: #fff;
            }

            .alter_tab li a {
                border-radius: 40px;
                padding: 8px 15px;
                margin: 0 10px 6px 0;
                border: none !important;
                background: #262626;
                color: #fff;
                cursor: pointer !important;
            }

            .alter_tab li.active a {
                background: #ff8840;
                color: #fff;
            }

            .alter_tab li:hover a {
                background: #ff8840;
                color: #fff;
            }

            .alter_tab li.active a:focus {
                background: #ff8840;
                color: #fff;
            }

            .alter_table th {
                background: #d29b67;
                color: #fff;
            }

            .alter_table tr:nth-child(even) {
                background: #f6e7d9;
            }

            .alter_table2 th {
                background: #8a8a8a;
                color: #fff;
            }

            .alter_table2 tr:nth-child(even) {
                background: #fbfbfb;
            }

            .reg_text {
                color: #878787;
                font-size: 13px;
            }

            .span_save {
                color: #00AA08;
                font-weight: bold;
            }

            .blk_button i {
                font-size: 0;
            }

            .blk_button {
                background: #262626;
                border: none;
                border-radius: 15px;
            }

            .blk_button:hover {
                background: #ff8840 !important;
            }

            .pdt_description {
                width: 100%;
                margin: 15px 0 0 0;
            }

            .pdt_bg_white {
                width: 100%;
                background: #fff;
                padding: 10px;
            }

            .btn_tab li a {
                background: #262626;
                color: #fff;
                cursor: pointer !important;
            }

            .btn_tab li:hover a {
                background: #ff8840;
                color: #fff; //border: 1px solid #262626;}

                .btn_tab li.active a {
                    background: #ff8840;
                    color: #fff;
                }

                .btn_tab>li.active>a:focus {
                    background: #1a1a1a;
                    color: #fff;
                }

                .cart_detail {
                    width: 100%;
                    margin: 15px 0 0 0;
                    background: #fff;
                }

                .cart_table th {
                    background: #d29b67;
                    color: #fff;
                }

                .cart_table img {
                    width: 60px;
                }

                .cart_table span {
                    cursor: pointer;
                }

                .cart_table span a {
                    color: #b35904;
                    text-decoration: none;
                    cursor: pointer;
                }

                .cart_table a i {
                    color: #c9191b;
                    font-size: 24px;
                    cursor: pointer;
                }

                .qu_text {
                    width: 65px;
                    padding: 4px;
                    border: #d4d4d4 1px solid;
                    text-align: center;
                }

                .qu_text_count {
                    width: 33px;
                    padding: 4px;
                    border: #d4d4d4 1px solid;
                    text-align: center;
                    margin-top: 3px;
                    float: left;
                    cursor: pointer;
                }

                .qu_text_count a {
                    text-decoration: none;
                    color: #333;
                }

                .coupon_box {
                    width: 100%;
                    padding: 15px;
                    background: #f2944a;
                    border-radius: 5px;
                    color: #fff;
                    font-size: 15px;
                    background: rgb(242, 147, 74);
                    background: -moz-linear-gradient(top, rgb(242, 147, 74) 0%, rgb(227, 120, 38) 100%);
                    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(242, 147, 74, 1)), color-stop(100%, rgba(227, 120, 38, 1)));
                    background: -webkit-linear-gradient(top, rgba(242, 147, 74, 1) 0%, rgba(227, 120, 38, 1) 100%);
                    background: -o-linear-gradient(top, rgba(242, 147, 74, 1) 0%, rgba(227, 120, 38, 1) 100%);
                    background: -ms-linear-gradient(top, rgba(242, 147, 74, 1) 0%, rgba(227, 120, 38, 1) 100%);
                    background: linear-gradient(to bottom, rgb(242, 147, 74) 0%, rgb(227, 120, 38) 100%);
                    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2934a', endColorstr='#e37826', GradientType=0);
                }

                .coupon_box2 {
                    width: 100%;
                    padding: 20px;
                    background: #d2aa7f;
                    min-height: 206px;
                    margin-top: 15px;
                }

                .dot_line {
                    color: #975718;
                    width: 100%;
                    padding: 5px;
                    border: #2d2917 1px dashed;
                    min-height: 164px;
                    display: -webkit-box;
                    display: -webkit-flex;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -webkit-align-items: center;
                    -ms-flex-align: center;
                    justify-content: center;
                    -webkit-box-pack: center;
                    -webkit-justify-content: center;
                    -ms-flex-pack: center;
                    align-items: center;
                }

                .dot_line2 {
                    color: #fff;
                    width: 100%;
                    padding: 5px;
                    border: #fff 1px dashed;
                    min-height: 164px;
                    display: -webkit-box;
                    display: -webkit-flex;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -webkit-align-items: center;
                    -ms-flex-align: center;
                    justify-content: center;
                    -webkit-box-pack: center;
                    -webkit-justify-content: center;
                    -ms-flex-pack: center;
                    align-items: center;
                }

                .code_p {
                    font-size: 16px;
                    color: #2d2917;
                    padding: 10px 0;
                    text-align: center;
                    font-weight: bold;
                }

                .code_box {
                    width: 100%;
                }

                .code_input {
                    width: 57%;
                    background: #fff;
                    border-radius: 5px;
                    padding: 2px 5px;
                    border: none;
                    color: #000;
                }

                .code_input_btn {
                    width: 41%;
                    border: none;
                    border-radius: 5px;
                    background: #ea6412;
                    color: #fff;
                    padding: 2px 0;
                }

                .code_input_btn a {
                    color: #fff;
                }

                .dropdown_box {
                    width: 100%;
                    padding: 8px;
                    border-radius: 3px;
                    border: none;
                }

                .mr_btm {
                    margin-bottom: 12px;
                }

                .check_head {
                    width: 90%;
                    border-bottom: #bcbcbc 1px solid;
                    float: left;
                }

                .secure_img {
                    float: right;
                    margin-top: 11px;
                }

                .check_sec {
                    width: 100%;
                    margin-bottom: 15px;
                    margin-top: 15px;
                    -webkit-box-shadow: 0px 0px 13px -1px rgba(0, 0, 0, 0.31);
                    -moz-box-shadow: 0px 0px 13px -1px rgba(0, 0, 0, 0.31);
                    box-shadow: 0px 0px 13px -1px rgba(0, 0, 0, 0.31);
                    background: #fff;
                    float: left;
                    padding-bottom: 10px;
                }

                .check_sec h4 {
                    width: 100%;
                    padding: 10px 15px;
                    background: #d29b67;
                    margin-top: 0;
                }

                .check_sec span {
                    color: red;
                }

                .bill_text {
                    width: 100%;
                    padding: 4px 10px;
                    border: #c5c5c5 1px solid;
                    border-radius: 3px;
                }

                .bill_opt {
                    width: 100%;
                    padding: 4px 10px;
                    border: #c5c5c5 1px solid;
                    border-radius: 3px;
                    height: 30px;
                    text-transform: capitalize;
                }

                .pay_box {
                    width: 96%;
                    margin: 10px;
                    border-radius: 4px;
                    background: #efe2d2;
                    padding: 10px;
                }

                .exp_mn {
                    width: 49%;
                    padding: 4px 10px;
                    border: #c5c5c5 1px solid;
                    border-radius: 3px;
                    height: 30px;
                    float: left;
                }

                .exp_year {
                    width: 49%;
                    padding: 4px 10px;
                    border: #c5c5c5 1px solid;
                    border-radius: 3px;
                    height: 30px;
                    float: right;
                }

                .rush_btn {

                    //width:172px;margin:0 auto;background:#ff8840;color:#fff;font-size:17px;text-transform:uppercase;display:block;padding:10px 20px;border-radius:5px;border:0;}
                    .track_sec {
                        width: 100%;
                        margin-bottom: 15px;
                        margin-top: 15px;
                        -webkit-box-shadow: 0px 0px 13px -1px rgba(0, 0, 0, 0.31);
                        -moz-box-shadow: 0px 0px 13px -1px rgba(0, 0, 0, 0.31);
                        box-shadow: 0px 0px 13px -1px rgba(0, 0, 0, 0.31);
                        background: #fff;
                        float: left;
                        padding: 20px;
                    }

                    .track_img {
                        display: block;
                        width: 256px;
                        margin: 0 auto 15px auto;
                    }

                    .track_sec th {
                        background: #d29b67;
                        color: #fff;
                    }

                    .vr_line {
                        width: 46px;
                        display: block;
                        margin: 0 auto;
                    }

                    .hr_line {
                        display: none;
                    }

                    .comn_button {
                        width: 100%;
                        padding: 13px 0;
                        color: #fff;
                        background: #2f3131;
                        border-radius: 4px;
                        border: none;
                        text-transform: uppercase;
                        margin-bottom: 10px;
                    }

                    .comn_button a {
                        text-decoration: none;
                        color: #fff;
                    }

                    .comn_button:hover {
                        color: #fff;
                        background: #ff8840;
                    }

                    .comn_button2 {
                        width: 100%;
                        padding: 13px 0;
                        color: #fff;
                        background: #ff8840;
                        border-radius: 4px;
                        border: none;
                        text-transform: uppercase;
                        margin-bottom: 10px;
                    }

                    .comn_button2 a {
                        text-decoration: none;
                        color: #fff;
                    }

                    .ch_btm {
                        padding-bottom: 10px;
                        padding-top: 10px;
                        border-bottom: #e9e9e9 1px solid;
                    }

                    .row.ch_btm:last-child {
                        background: #efe2d2;
                    }

                    .bord_rit {
                        border-right: #d4d4d4 1px solid;
                    }

                    .call_icon {
                        width: 100%;
                        float: left;
                        margin-top: 10%;
                    }

                    .call_icon img {
                        display: block;
                        margin: 0 auto;
                        width: 117px;
                    }

                    .phone_cust {
                        text-align: center;
                        font-size: 20px;
                        color: #333;
                        margin-top: 20px;
                        border: #eee 1px solid;
                        border-radius: 6px;
                        padding: 10px; //border-top:#3d3d3d 2px solid;width:75%;margin:20px auto 0 auto;//background:rgba(255,255,255,1);//background:-moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(250,250,250,1) 100%);//background:-webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(250,250,250,1)));//background:-webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(250,250,250,1) 100%);//background:-o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(250,250,250,1) 100%);//background:-ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(250,250,250,1) 100%);//background:linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(250,250,250,1) 100%);//filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fafafa', GradientType=0);}

                        .call_bg {
                            width: 100%;
                            padding-bottom20px;
                            -webkit-border-bottom-right-radius: 5px;
                            -webkit-border-bottom-left-radius: 5px;
                            -moz-border-radius-bottomright: 5px;
                            -moz-border-radius-bottomleft: 5px;
                            border-bottom-right-radius: 5px;
                            border-bottom-left-radius: 5px;
                            float: left;
                        }

                        .phone_text {
                            font-weight: bold;
                            color: #ff8840;
                        }

                        .contact_head {
                            margin: 0 0 20px 0;
                        }

                        .contact_head img {
                            margin-right: 10px;
                            float: left;
                        }

                        .coupon_hide {
                            width: 100%;
                            font-size: 20px;
                            font-weight: bold;
                            text-align: center; //color:#34bd30;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;color:#44311d}

                            .admin_wid {
                                width: 100%;
                            }

                            .ad_menu {
                                background: #fff;
                                width: 100%;
                            }

                            .ad_menu li {
                                width: 100%;
                            }

                            .ad_menu li a {
                                border-bottom: #d7d7d7 1px solid;
                                color: #515151;
                                text-transform: uppercase;
                            }

                            .compose h2 {
                                color: #23282e; //background:#D95459;//text-align:center;//padding:10px;border-radius:4px;-webkit-border-radius:4px;-o-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;margin:0 0 15px 0;font-size:28px;}

                                .ad_content {
                                    background: #fff;
                                    margin-bottom: 0em; //min-height:392px;border:1px solid transparent;border-color:#ebeff6;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05);width:100%;float:left;}

                                    .clndr-controls {
                                        position: relative;
                                        color: #FFF;
                                        font-size: 17px;
                                        font-weight: 400;
                                        text-transform: uppercase;
                                        padding: 11px 20px; //text-align:center;background-color:#1ABC9C;border-top-left-radius:4px;-webkit-border-top-left-radius:4px;-o-border-top-left-radius:4px;-ms-border-top-left-radius:4px;-moz-border-top-left-radius:4px;border-top-right-radius:4px;-webkit-border-top-right-radius:4px;-o-border-top-right-radius:4px;-ms-border-top-right-radius:4px;-moz-border-top-right-radius:4px;margin-bottom:15px;}

                                        .alert-info {
                                            color: #31708f;
                                            background-color: #8dd4f8;
                                            border-color: #bce8f1;
                                        }

                                        .alert {
                                            padding: 15px;
                                            margin-bottom: 20px;
                                            border: 1px solid transparent;
                                            border-radius: 4px;
                                        }

                                        .form-control1 {
                                            border: 1px solid #e0e0e0;
                                            padding: 5px 8px;
                                            color: #616161;
                                            width: 100%;
                                            font-size: 0.85em;
                                            font-weight: 300;
                                            height: 40px;
                                            -webkit-appearance: none;
                                            outline: none;
                                            font-family: 'Muli-Regular';
                                            background: none;
                                            box-shadow: none !important;
                                        }

                                        .form-control2 {
                                            display: block;
                                            width: 50%;
                                            float: right;
                                            height: 34px;
                                            padding: 6px 12px;
                                            font-size: 14px;
                                            line-height: 1.42857143;
                                            color: #555;
                                            background-color: #fff;
                                            background-image: none;
                                            border: 1px solid #ccc;
                                            border-radius: 4px;
                                            -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
                                            box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
                                            -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
                                            -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
                                            transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
                                        }

                                        .horz_line {
                                            width: 100%;
                                            height: 1px;
                                            margin: 15px 0;
                                            background: #d8d8d8;
                                        }

                                        .content-top-1 {
                                            min-height: 260px;
                                            background-color: #fff;
                                            padding: 1.8em;
                                            margin-bottom: 1em;
                                            border: 1px solid #ebeff6;
                                            border-radius: 4px;
                                            -webkit-border-radius: 4px;
                                            -o-border-radius: 4px;
                                            -moz-border-radius: 4px;
                                            -ms-border-radius: 4px;
                                            -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
                                            box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
                                        }

                                        .content-top-1 h3 {
                                            text-align: center;
                                            margin-top: 0;
                                            color: #0baeb2;
                                            margin-bottom: 20px;
                                        }

                                        .d_icon {
                                            display: flex;
                                            justify-content: center;
                                        }

                                        .list_box {
                                            width: 100%; //text-align:center;font-size:65px;color:#3f3f3f;font-weight:bold;line-height:73px;}

                                            .sub_text {
                                                font-size: 18px;
                                                color: #b1b1b1;
                                            }

                                            .list_box2 {
                                                width: 100%;
                                                text-align: center;
                                                font-size: 135px;
                                                color: #3f3f3f;
                                                font-weight: bold;
                                                line-height: 125px;
                                            }

                                            .list_box3 {
                                                width: 100%;
                                                text-align: center;
                                                font-size: 135px;
                                                color: #3f3f3f;
                                                font-weight: bold;
                                                line-height: 125px;
                                            }

                                            .cl_yellow {
                                                color: #d2ae2f !important;
                                            }

                                            .cl_blue {
                                                color: #2a80b9 !important;
                                            }

                                            .cl_green {
                                                color: #7eb919 !important;
                                            }

                                            .cl_red {
                                                color: #d4778c !important;
                                            }

                                            .cl_yellow_lit {
                                                color: #f0c94a !important;
                                            }

                                            .summary {
                                                padding: 3px;
                                                text-align: right;
                                            }

                                            .modal-body img {
                                                width: 100%;
                                            }

                                            .sort-link {
                                                color: #fcfcfc;
                                                text-decoration: underline;
                                            }

                                            .tool_set {
                                                float: right;
                                                display: block;
                                                margin: 0 0 0 5px;
                                            }

                                            .test_link a {
                                                text-decoration: none !important;
                                            }

                                            .error_msg {
                                                color: #e40101;
                                                font-size: 13px;
                                                padding-left: 15px;
                                                text-transform: capitalize;
                                            }

                                            .error_msg_3 {
                                                color: #fff;
                                                font-size: 14px;
                                                padding-left: 15px;
                                                background: #c93030;
                                                padding: 7px 15px;
                                                border-radius: 4px;
                                                margin-top: 6px;
                                                text-transform: capitalize;
                                            }

                                            .error_msg2 {
                                                color: #e40101;
                                                font-size: 13px;
                                                text-transform: capitalize;
                                            }

                                            .ch_btm span {
                                                color: #e02626;
                                            }

                                            .dropdown-menu li i {
                                                margin: 0 10px;
                                                padding: 8px 0;
                                            }

                                            .agree_text {
                                                text-align: center;
                                                margin-bottom: 10px;
                                            }

                                            .succ_box {
                                                text-align: center;
                                                padding: 10px;
                                                background: #70c563;
                                                color: #fff;
                                                border-radius: 25px;
                                                text-transform: capitalize;
                                            }

                                            .h_lineht {
                                                min-height: 68px;
                                            }

                                            .nav-tabs>li.active>a,
                                            .nav-tabs>li.active>a:hover,
                                            .nav-tabs>li.active>a:focus {
                                                color: #fff;
                                                background: #ff8840;
                                                border: 1px solid #ddd;
                                            }

                                            .dropdown span {
                                                margin-right: 5px;
                                            }

                                            .error_msg_4 {
                                                color: #fff;
                                                font-size: 14px;
                                                padding-left: 15px;
                                                background: #6bc0ab;
                                                padding: 7px 15px;
                                                border-radius: 7px;
                                                margin-top: 6px;
                                                text-transform: capitalize;
                                            }

                                            .error_msg_5 {
                                                color: #fff;
                                                font-size: 14px;
                                                padding-left: 15px;
                                                background: #e0984e;
                                                padding: 7px 15px;
                                                border-radius: 7px;
                                                margin-top: 6px;
                                                margin-bottom: 15px;
                                                text-transform: capitalize;
                                            }

                                            .thank_icon {
                                                width: 100%;
                                                margin-bottom: 15px;
                                            }

                                            .thank_icon img {
                                                display: block;
                                                margin: 0 auto;
                                                width: 91px;
                                            }

                                            .nav-side-menu {
                                                overflow: auto;
                                                font-family: verdana;
                                                font-size: 12px;
                                                font-weight: 200;
                                                background-color: #2e353d;
                                                position: fixed;
                                                top: 0px;
                                                width: 21.5%;
                                                height: 100%;
                                                color: #e1ffff;
                                            }

                                            .nav-side-menu .brand {
                                                background-color: #23282e;
                                                line-height: 50px;
                                                display: block;
                                                text-align: center;
                                                font-size: 31px;
                                            }

                                            .nav-side-menu .toggle-btn {
                                                display: none;
                                            }

                                            .nav-side-menu ul,
                                            .nav-side-menu li {
                                                list-style: none;
                                                padding: 0px;
                                                margin: 0px;
                                                line-height: 35px;
                                                cursor: pointer;
                                            }

                                            .nav-side-menu ul:not(collapsed) .arrow:before,
                                            .nav-side-menu li:not(collapsed) .arrow:before {
                                                font-family: FontAwesome;
                                                content: "\f078";
                                                display: inline-block;
                                                padding-left: 10px;
                                                padding-right: 10px;
                                                vertical-align: middle;
                                                float: right;
                                            }

                                            .nav-side-menu ul .active,
                                            .nav-side-menu li .active {
                                                border-left: 3px solid #d19b3d;
                                                background-color: #4f5b69;
                                            }

                                            .nav-side-menu ul .sub-menu li.active,
                                            .nav-side-menu li .sub-menu li.active {
                                                color: #d19b3d;
                                            }

                                            .nav-side-menu ul .sub-menu li.active a,
                                            .nav-side-menu li .sub-menu li.active a {
                                                color: #d19b3d;
                                            }

                                            .nav-side-menu ul .sub-menu li,
                                            .nav-side-menu li .sub-menu li {
                                                background-color: #181c20;
                                                border: none;
                                                line-height: 28px;
                                                border-bottom: 1px solid #23282e;
                                                margin-left: 0px;
                                            }

                                            .nav-side-menu ul .sub-menu li:hover,
                                            .nav-side-menu li .sub-menu li:hover {
                                                background-color: #020203;
                                            }

                                            .nav-side-menu ul .sub-menu li:before,
                                            .nav-side-menu li .sub-menu li:before {
                                                font-family: FontAwesome;
                                                content: "\f105";
                                                display: inline-block;
                                                padding-left: 10px;
                                                padding-right: 10px;
                                                vertical-align: middle;
                                            }

                                            .nav-side-menu li {
                                                padding-left: 0px;
                                                border-left: 3px solid #2e353d;
                                                border-bottom: 1px solid #23282e;
                                            }

                                            .nav-side-menu li a {
                                                text-decoration: none;
                                                color: #e1ffff;
                                            }

                                            .nav-side-menu li a i {
                                                padding-left: 10px;
                                                width: 20px;
                                                padding-right: 20px;
                                            }

                                            .nav-side-menu li:hover {
                                                border-left: 3px solid #d19b3d;
                                                background-color: #4f5b69;
                                                -webkit-transition: all 1s ease;
                                                -moz-transition: all 1s ease;
                                                -o-transition: all 1s ease;
                                                -ms-transition: all 1s ease;
                                                transition: all 1s ease;
                                            }

                                            .carousel {
                                                height: 380px;
                                            }

                                            .carousel-caption {
                                                z-index: 10;
                                            }

                                            .carousel .item {
                                                height: 380px;
                                                background-color: none;
                                            }

                                            .carousel-inner>.item>img {
                                                position: absolute;
                                                top: 0;
                                                left: 0;
                                                min-width: 100%;
                                                height: 380px;
                                            }

                                            .carousel-control.left {
                                                background: none;
                                                cursor: pointer;
                                            }

                                            .carousel-control.right {
                                                background: none;
                                                cursor: pointer;
                                            }

                                            .featurette-divider {
                                                margin: 80px 0;
                                            }

                                            .featurette-heading {
                                                font-weight: 300;
                                                line-height: 1;
                                                letter-spacing: -1px;
                                            }

                                            .lang_set {

                                                //padding: 5px 10px 10px 10px;border-radius: 3px;border: #e1e5ea 1px solid;margin-top: 5px;//width: 163px;margin-right: 10px;}
                                                .red_alert {
                                                    color: red;
                                                }

                                                .log_box {
                                                    border-radius: 4px;
                                                    background: #fff;
                                                    padding: 20px;
                                                    float: left;
                                                    width: 100%;
                                                }

                                                .log_text {
                                                    border-radius: 4px;
                                                    border: #6b6b6be6 1px solid;
                                                    padding: 6px 10px;
                                                    width: 100%;
                                                    margin-bottom: 15px;
                                                }

                                                .top-ht {
                                                    margin-top: 18%;
                                                }

                                                .succ-msg {
                                                    background: #bc981a !important;
                                                    border-radius: 10px;
                                                    padding: 8px 8px 3px 8px !important;
                                                    color: #fff;
                                                    text-transform: capitalize;
                                                }

                                                .mr-let-rit {
                                                    margin: 0 15px 15px 15px;
                                                }

                                                .alink {
                                                    text-decoration: none;
                                                    color: #fff;
                                                }

                                                .alink:hover {
                                                    text-decoration: none;
                                                    color: #fff !important;
                                                }

                                                .alink:focus {
                                                    text-decoration: none;
                                                    color: #fff !important;
                                                }

                                                .i_icon {
                                                    margin-right: 10px;
                                                    margin-left: 10px;
                                                }

                                                .w-left {
                                                    width: 100%;
                                                    margin-top: 10px;
                                                }

                                                .log-out {
                                                    padding: 15px 5px 15px 5px !important;
                                                    width: auto !important;
                                                    color: #337ab7;
                                                    font-size: 14px;
                                                }

                                                .greencolor {
                                                    color: #009b07;
                                                    text-transform: none;
                                                }

                                                .table>thead>tr>th {
                                                    text-transform: capitalize;
                                                }

                                                .table>tbody>tr>td {
                                                    text-transform: capitalize;
                                                }

                                                .open>.dropdown-toggle.btn-default {
                                                    color: #337ab7;
                                                }

                                                .dropdown-toggle.btn-default:hover {
                                                    color: #337ab7;
                                                }

                                                .dropdown-menu li a {
                                                    color: #337ab7;
                                                }

                                                .tooltip {
                                                    word-break: break-all;
                                                }

                                                .cust_h3 {
                                                    color: #5e96c6;
                                                    border-bottom: #c6c6c6 1px solid;
                                                    padding-bottom: 10px;
                                                }

                                                .tool_box {
                                                    position: relative;
                                                    float: left;
                                                }

                                                .tool_text {
                                                    position: absolute;
                                                    right: 0;
                                                    top: 30px;
                                                    width: 200px;
                                                    z-index: 9999;
                                                    background: #000;
                                                    border-radius: 8px;
                                                    color: #fff;
                                                    padding: 6px;
                                                }

                                                .modal-body {
                                                    padding: 0px !important;
                                                }