/*@charset "utf-8";
/* CSS Document 
@import url(http://fonts.googleapis.com/css?family=Oswald:400,700,300);*/
img {
    border: none;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Oswald', sans-serif;
}
/*================================ Bootstrap CSS Overwrite Class Start ================================ */
.navbar-inverse .navbar-nav > li > a {
    color: #008CBA !important;
    font-weight: 600 !important;
}

.navbar-inverse {
    background: none !important;
    border: none !important;
    margin-bottom: 0 !important;
}

    .navbar-inverse .navbar-nav > li > a {
        /*color:#000 !important; */
        text-transform: uppercase;
        text-align: center;
    }

        .navbar-inverse .navbar-nav > li > a:hover,
        .navbar-inverse .navbar-nav > li > a:focus {
            color: #fff !important;
            /* background-color:#c1070b !important;*/
            background-color: #008CBA !important;
        }

    .navbar-inverse .navbar-nav > .active > a,
    .navbar-inverse .navbar-nav > .active > a:hover,
    .navbar-inverse .navbar-nav > .active > a:focus {
        color: #fff !important;
        /*background-color:#c1070b !important;*/
        background-color: #008CBA !important;
    }


.glyphicon {
    width: 100%;
    text-align: center;
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.form-control1, .searchbox1 {
    /*display: block;*/
    /*width:inherit !important;*/
    height: 40px !important;
    padding: 6px 12px;
    /* font-size: 15px !important; */
    line-height: 1.42857143;
    /* color:#000 !important;*/
    background: linear-gradient(to bottom, #FFFFFF 0%, #F2F2F2 100%) repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 );
    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, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.searchbox1 {
    padding: 6px 12px !important;
    height: 47px !important;
}



.form-control, .searchbox {
    display: block;
    /*width:inherit !important;*/
    /* height: 40px !important;*/
    padding: 6px 12px;
    /* font-size: 15px !important; */
    line-height: 1.42857143;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 );
    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, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.searchbox {
    /* padding:6px 12px !important; height:47px !important;*/
}

.newplan textarea {
    width: 100%;
    height: 140px !important;
    padding: 6px 12px;
    font-size: 15px !important;
    line-height: 1.42857143;
    color: #000 !important;
    background: linear-gradient(to bottom, #FFFFFF 0%, #F2F2F2 100%) repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 );
    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, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-group {
    margin-bottom: 15px;
    float: left;
    width: 100%;
}

.table > thead > tr > th {
    vertical-align: middle !important;
    border-bottom: 2px solid #ddd;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #fff !important;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: middle !important;
    border-top: 1px solid #ddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-radius: 4px !important;
    margin-right: 5px !important;
    background: linear-gradient(to bottom, #FFFFFF 0%, #e3e3e3 100%) repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 );
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-radius: 4px !important;
    margin-left: 5px !important;
    background: linear-gradient(to bottom, #FFFFFF 0%, #e3e3e3 100%) repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 );
}

.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 2px 9px !important;
    margin: 0 3px !important;
    border-radius: 4px !important;
    line-height: 1.42857143;
    color: #666666 !important;
    text-decoration: none;
    border: 1px solid #ddd;
}

    .pagination > li > a:hover,
    .pagination > li > span:hover,
    .pagination > li > a:focus,
    .pagination > li > span:focus {
        color: #666666 !important;
        background-color: #eee;
        border-color: #ddd;
    }

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 2;
    color: #fff !important;
    cursor: default;
    background-color: #83178c !important;
    border-color: #83178c !important;
}

.carousel-control.left {
    background: none !important;
    left: -10px;
}

.carousel-control.right {
    right: 17px !important;
    left: auto;
    background: none !important;
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 0 !important;
    line-height: 1.42857143;
    background-color: #fff;
    border: none !important;
    border-radius: 0 !important;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.carousel-control {
    position: absolute;
    top: 12px !important;
    bottom: 0;
    left: 0;
    width: 0 !important;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    filter: alpha(opacity=50);
    opacity: 1 !important;
}

.carousel-inner {
    position: relative;
    width: 97% !important;
    overflow: hidden;
    left: 15px;
}

.dropdown-menu > li > a {
    display: block;
    padding: 10px 20px !important;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 0 0 !important;
    margin: 2px 0 0;
    font-size: 14px;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc !important;
    border-top: none;
    border-radius: 0 !important;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.panel-group .panel + .panel {
    margin-top: 10px !important;
}
/*================================ Bootstrap CSS Overwrite Class End ================================ */

/*================================ Add By Designer New Class Start ================================ */
#header {
    width: 100%;
}

.topbg {
    width: 100%;
    background: url(../images/top-bg.png) repeat-x;
    min-height: 34px;
}

.menubg {
    min-height: 72px;
    width: 100%;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #dfdfdf 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dfdfdf));
    background: -webkit-linear-gradient(top, #ffffff 0%,#dfdfdf 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#dfdfdf 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#dfdfdf 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#dfdfdf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dfdfdf',GradientType=0 );
}

.topmenu {
    float: right;
}

.logo {
    padding: 0 !important;
    position: absolute;
    top: -25px;
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 21px !important;
}

.navbar-inverse .navbar-nav > li > a > i {
    font-size: 17px;
}

.navbar-inverse .navbar-nav > li {
    background: url(../images/menu-right-border.png) no-repeat right top;
}

    .navbar-inverse .navbar-nav > li:last-child {
        background: none;
    }

.pagetitle {
    width: 100%; /*height:42px;*/
    /* background:#650e6c;*/
    background: #337ab7;
}

    .pagetitle h1 {
        font-family: 'Oswald', sans-serif;
        font-weight: 400;
        font-size: 25px;
        color: #fff;
        text-transform: uppercase;
        margin: 30px 0 !important;
        text-align: center;
    }

    .pagetitle label {
        font-family: 'Oswald', sans-serif;
        /* font-weight: 400; */
        font-size: 20px;
        color: #fff;
        text-transform: uppercase;
        /* margin: 30px 0 !important; */
        /* text-align: center; */
        margin-top: 6px;
    }

.pagetitlemaster {
    font-family: 'Oswald', sans-serif;
    /* font-weight: 400; */
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    /* margin: 30px 0 !important; */
    /* text-align: center; */
    margin-top: 6px;
}

#content {
    width: 100%;
}

.newplan {
    width: 100%;
}

    .newplan h1 {
        font-family: 'Oswald', sans-serif;
        font-weight: 400;
        font-size: 25px;
        color: #fff;
        color: #333333;
        background: url(../images/title-bor-bottom.png) repeat-x bottom;
        margin: 25px 0;
        padding: 0 0 15px 0;
    }

    .newplan label {
        font-weight: normal;
        margin: 10px 0;
        font-size: 15px;
    }

.padding-lr {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.padding-lr1 {
    padding-left: 10px !important;
    padding-right: 0 !important;
}


.btn-submit {
    border: #5b0062 solid 1px;
    font-size: 12px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    border-radius: 4px;
    padding: 10px 30px;
    background: #85178e;
    background: -moz-linear-gradient(top, #85178e 0%, #6c0e73 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#85178e), color-stop(100%,#6c0e73));
    background: -webkit-linear-gradient(top, #85178e 0%,#6c0e73 100%);
    background: -o-linear-gradient(top, #85178e 0%,#6c0e73 100%);
    background: -ms-linear-gradient(top, #85178e 0%,#6c0e73 100%);
    background: linear-gradient(to bottom, #85178e 0%,#6c0e73 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#85178e', endColorstr='#6c0e73',GradientType=0 );
}

.btn-print {
    border: #5b0062 solid 1px;
    font-size: 20px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    border-radius: 4px;
    padding: 6px 35px;
    cursor: pointer;
    background: #85178e;
    background: -moz-linear-gradient(top, #85178e 0%, #6c0e73 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#85178e), color-stop(100%,#6c0e73));
    background: -webkit-linear-gradient(top, #85178e 0%,#6c0e73 100%);
    background: -o-linear-gradient(top, #85178e 0%,#6c0e73 100%);
    background: -ms-linear-gradient(top, #85178e 0%,#6c0e73 100%);
    background: linear-gradient(to bottom, #85178e 0%,#6c0e73 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#85178e', endColorstr='#6c0e73',GradientType=0 );
}

    .btn-print:hover {
        color: #fff;
        text-decoration: none;
    }

.btn-reset {
    border: #c1c1c1 solid 1px;
    font-size: 20px;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    border-radius: 4px;
    padding: 10px 30px;
    height: 51px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #bcbcbc 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#bcbcbc));
    background: -webkit-linear-gradient(top, #ffffff 0%,#bcbcbc 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#bcbcbc 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#bcbcbc 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#bcbcbc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bcbcbc',GradientType=0 );
}

.mainlisting {
    width: 100%;
}

.toptitle {
    width: 100%;
    background: #7e1586;
    float: left;
    color: #fff;
    padding: 5px 5px 5px 15px;
    border-radius: 5px 5px 0 0;
}

    .toptitle h1 {
        color: #fff;
        font-family: 'Oswald', sans-serif;
        font-weight: 400;
        font-size: 25px;
        margin: 10px 0;
        width: auto;
        float: left;
    }

.listinginner {
    width: 100%;
    float: left;
    border: #d9d9d9 solid 1px;
    border-top: none;
}
 .panel-default > .panel-heading
        {
               color: #fdfdfd;
    background-color: #708597;
    border-color: #ddd;
        }
.table thead {
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #333333;
    background: linear-gradient(to bottom, #FFFFFF 0%, #F2F2F2 100%) repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 );
}

    .table thead tr th, .table tbody tr td {
        border-right: #d9d9d9 solid 1px;
    }

        .table thead tr th:last-child, .table tbody tr td:last-child {
            border-right: none;
        }

.table tbody {
       font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    color: #282727;

}

    .table tbody tr:nth-child(2n-2) {
        background: #ffffff !important;
    }

.brands {
    width: 100%;
    border-top: #d9d9d9 solid 1px;
}

    .brands h1 {
        font-size: 26px;
        font-family: 'Oswald', sans-serif;
        font-weight: 400;
        color: #000;
    }

        .brands h1 cite {
            color: #83178c;
        }

.m-right {
    margin: 3px 0px !important;
    width: 20% !important;
}

.footer {
    width: 100%;
}

.fu1 {
    width: 100%;
    min-height: 215px;
    background: #bfbfbf;
    background: -moz-linear-gradient(top, #bfbfbf 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bfbfbf), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(top, #bfbfbf 0%,#ffffff 100%);
    background: -o-linear-gradient(top, #bfbfbf 0%,#ffffff 100%);
    background: -ms-linear-gradient(top, #bfbfbf 0%,#ffffff 100%);
    background: linear-gradient(to bottom, #bfbfbf 0%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfbfbf', endColorstr='#ffffff',GradientType=0 );
}

    .fu1 h2 {
        font-size: 18px;
        font-family: 'Oswald', sans-serif;
        font-weight: 300;
        color: #333333;
    }

    .fu1 ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .fu1 li {
        background: url(../images/fu-arrow.png) no-repeat 0 7px;
        padding: 0 0 0 13px;
    }

        .fu1 li a {
            font-size: 12px;
            color: #333333;
        }

.social li {
    background: none;
    padding: 0;
}

    .social li a {
        margin: 0 0 0 5px;
    }

.twitter {
    float: left;
    position: relative;
    width: 100%;
    padding: 10px;
    background: #bfbfbf;
    background: -moz-linear-gradient(top, #bfbfbf 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bfbfbf), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(top, #bfbfbf 0%,#ffffff 100%);
    background: -o-linear-gradient(top, #bfbfbf 0%,#ffffff 100%);
    background: -ms-linear-gradient(top, #bfbfbf 0%,#ffffff 100%);
    background: linear-gradient(to bottom, #bfbfbf 0%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfbfbf', endColorstr='#ffffff',GradientType=0 );
}

    .twitter span {
        float: left;
    }

    .twitter p {
        width: auto;
        float: left;
        margin: 4px 0 3px 10px !important;
        font-size: 13px;
    }

        .twitter p a {
            color: #d70b00;
        }

    .twitter > div {
        position: absolute;
        right: 30px;
        bottom: -3px;
    }

.address {
    background: url(../images/addres.png) no-repeat;
    padding: 0 0 0 30px;
}

.call {
    background: url(../images/call.png) no-repeat;
    padding: 0 0 0 30px;
}

.fax {
    background: url(../images/fax.png) no-repeat;
    padding: 0 0 0 30px;
}

.email {
    background: url(../images/email.png) no-repeat 0 4px;
    padding: 0 0 0 30px;
}

    .email a, .email a:hover {
        color: #83178c;
    }

.fu2 {
    min-height: 115px;
    background: #ececec;
    background: -moz-linear-gradient(top, #ececec 0%, #ffffff 20%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ececec), color-stop(20%,#ffffff));
    background: -webkit-linear-gradient(top, #ececec 0%,#ffffff 20%);
    background: -o-linear-gradient(top, #ececec 0%,#ffffff 20%);
    background: -ms-linear-gradient(top, #ececec 0%,#ffffff 20%);
    background: linear-gradient(to bottom, #ececec 0%,#ffffff 20%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ececec', endColorstr='#ffffff',GradientType=0 );
}

    .fu2 a, .fu2 a:hover {
        color: #333;
    }

.copyright {
    margin: 20px 0 0 0;
    text-align: right;
}

.fubanner {
    margin: 10px 0 10px 0;
}

.topbgmenu {
    float: right;
}

    .topbgmenu ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .topbgmenu li:last-child {
        background: none;
    }

    .topbgmenu li {
        float: left;
        padding: 7px 5px;
        background: url(../images/menu-right-border.png) no-repeat right top;
    }

        .topbgmenu li a, .topbgmenu li a:hover {
            padding: 0 5px;
            color: #000;
            text-decoration: none;
            font-size: 12px;
        }

        .topbgmenu li i {
            width: auto;
        }

.biglabel {
    margin: 0 !important;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 0 !important;
    background: none !important;
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.pro1 {
    width: 100%;
    float: left;
}

    .pro1 div {
        width: 100%;
        min-height: 200px;
        padding: 10px 0;
        float: left;
        border: 1px solid #d1d1d1;
    }

        .pro1 div h1 {
            text-align: center;
            font-size: 24px;
            font-family: 'Oswald', sans-serif;
            font-weight: 400;
            color: #83178c;
        }

        .pro1 div p {
            text-align: center;
            font-size: 13px;
            font-family: Arial, Helvetica, sans-serif;
        }

.gricon1 {
    float: left;
    background: url(../images/icon-1.png) no-repeat center 0;
    width: 100%;
    height: 87px;
}

.gricon2 {
    float: left;
    background: url(../images/icon-2.png) no-repeat center 0;
    width: 100%;
    height: 87px;
}

.gricon3 {
    float: left;
    background: url(../images/icon-3.png) no-repeat center 0;
    width: 100%;
    height: 87px;
}

.gricon4 {
    float: left;
    background: url(../images/icon-4.png) no-repeat center 0;
    width: 100%;
    height: 87px;
}

.gricon5 {
    float: left;
    background: url(../images/icon-5.png) no-repeat center 0;
    width: 100%;
    height: 87px;
}

.gricon6 {
    float: left;
    background: url(../images/icon-6.png) no-repeat center 0;
    width: 100%;
    height: 87px;
}

.gricon9 {
    float: left;
    background: url(../images/icon-9.png) no-repeat center 0;
    width: 100%;
    height: 87px;
}

.gricon7 {
    float: left;
    background: url(../images/icon-7.png) no-repeat center 0;
    width: 100%;
    height: 87px;
}


.product1 {
    width: 100%;
    float: left;
}

    .product1 a {
        width: 100%;
        height: 202px;
        float: left;
    }

        .product1 a h1 {
            text-align: center;
            font-size: 24px;
            font-family: 'Oswald', sans-serif;
            font-weight: 400;
        }

        .product1 a p {
            text-align: center;
            font-size: 13px;
            font-family: Arial, Helvetica, sans-serif;
        }

        .product1 a:hover {
            color: #fff;
            text-decoration: none;
        }

    .product1:hover {
        background: #6b0e72 !important;
        color: #fff;
    }

.icon1 {
    float: left;
    background: url(../images/icon-1.png) no-repeat center 0;
    width: 100%;
    height: 88px;
    left: 0;
    position: absolute;
}

    .icon1:hover {
        float: left;
        background: url(../images/icon-1.png) no-repeat center -88px;
        width: 100%;
        height: 88px;
    }

.icon2 {
    float: left;
    background: url(../images/icon-2.png) no-repeat center 0;
    width: 100%;
    height: 88px;
    position: absolute;
}

    .icon2:hover {
        float: left;
        background: url(../images/icon-2.png) no-repeat center -89px;
        width: 100%;
        height: 88px;
    }

.icon3 {
    float: left;
    background: url(../images/icon-3.png) no-repeat center 0;
    width: 100%;
    height: 88px;
    position: absolute;
}

    .icon3:hover {
        float: left;
        background: url(../images/icon-3.png) no-repeat center -89px;
        width: 100%;
        height: 88px;
    }

.icon4 {
    float: left;
    background: url(../images/icon-4.png) no-repeat center 0;
    width: 100%;
    height: 88px;
    position: absolute;
}

    .icon4:hover {
        float: left;
        background: url(../images/icon-4.png) no-repeat center -89px;
        width: 100%;
        height: 88px;
    }

.icon5 {
    float: left;
    background: url(../images/icon-5.png) no-repeat center 0;
    width: 100%;
    height: 88px;
    position: absolute;
}

    .icon5:hover {
        float: left;
        background: url(../images/icon-5.png) no-repeat center -89px;
        width: 100%;
        height: 88px;
    }

.icon6 {
    float: left;
    background: url(../images/icon-6.png) no-repeat center 0;
    width: 100%;
    height: 88px;
    position: absolute;
}

    .icon6:hover {
        float: left;
        background: url(../images/icon-6.png) no-repeat center -89px;
        width: 100%;
        height: 88px;
    }

.icon7 {
    float: left;
    background: url(../images/icon-7.png) no-repeat center 0;
    width: 100%;
    height: 88px;
    position: absolute;
}

    .icon7:hover {
        float: left;
        background: url(../images/icon-7.png) no-repeat center -89px;
        width: 100%;
        height: 88px;
    }

.list1 {
    width: 100%;
    background: url(../images/small-img1.png) no-repeat right 115px;
    padding-top: 20px;
    padding-bottom: 20px;
    min-height: 265px;
}

.list2 {
    width: 100%;
    background: url(../images/small-img2.png) no-repeat right 80px;
    padding-top: 20px;
    padding-bottom: 20px;
    min-height: 265px;
}

.list3 {
    width: 100%;
    background: url(../images/small-img3.png) no-repeat right 80px;
    padding-top: 20px;
    padding-bottom: 20px;
    min-height: 265px;
}

    .list1 h1, .list2 h1, .list3 h1 {
        font-family: 'Oswald', sans-serif;
        font-weight: 400;
        color: #333333;
        font-size: 25px;
        background: url(../images/title-bor-bottom.png) repeat-x bottom;
        padding: 0 0 10px 0;
        margin: 0 0 15px 0;
    }

        .list1 h1 cite, .list2 h1 cite, .list3 h1 cite {
            color: #6b0e72;
        }

    .list1 ul, .list2 ul, .list3 ul {
        margin: 0;
        padding: 0;
        list-style: none;
        min-height: 136px !important;
    }

.list1 li, .list2 li {
    background: url(../images/right-arrow.png) no-repeat left 5px;
    padding: 0 0 12px 30px;
}

.dotbg {
    border-top: #d1d1d1 solid 1px;
    background: url(../images/dot-bg.png) repeat;
}

.smallbtn {
    border-radius: 4px;
    color: #fff;
    padding: 3px 15px;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    margin: 15px 0 0 0;
    float: left;
    background: #85178d;
    background: -moz-linear-gradient(top, #85178d 0%, #6c0e73 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#85178d), color-stop(100%,#6c0e73));
    background: -webkit-linear-gradient(top, #85178d 0%,#6c0e73 100%);
    background: -o-linear-gradient(top, #85178d 0%,#6c0e73 100%);
    background: -ms-linear-gradient(top, #85178d 0%,#6c0e73 100%);
    background: linear-gradient(to bottom, #85178d 0%,#6c0e73 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#85178d', endColorstr='#6c0e73',GradientType=0 );
}

.borderimg {
    border: #cecece solid 5px;
    float: left;
    margin: 0 15px 15px 0;
}

.service-p-banner {
    /*background:url(../images/service-plans.jpg) no-repeat center center;*/ width: 100%;
    position: relative;
    text-align: center;
}

    .service-p-banner h1 {
        font-family: 'Oswald', sans-serif;
        font-weight: 400;
        font-size: 40px;
        color: #650e6c !important;
        text-transform: uppercase;
        margin: 62px 0 !important;
        text-align: center;
        z-index: 9;
        position: absolute;
        top: 0;
        width: 100%;
    }

    .service-p-banner h1, .featuresbanner h1, .servicesbanner h1 {
        font-family: 'Oswald', sans-serif;
        font-weight: 400;
        font-size: 40px;
        color: #fff;
        text-transform: uppercase;
        margin: 62px 0 !important;
        text-align: center;
        z-index: 9;
        position: absolute;
        top: 0;
        width: 100%;
    }

.callbanner {
    /*background:url(../images/call-cen.jpg) no-repeat center center;*/ width: 100%;
    text-align: center;
    position: relative;
}

    .callbanner h1, .featuresbanner h1, .servicesbanner h1 {
        font-family: 'Oswald', sans-serif;
        font-weight: 400;
        font-size: 40px;
        color: #fff;
        text-transform: uppercase;
        margin: 62px 0 !important;
        text-align: center;
        z-index: 9;
        position: absolute;
        top: 0;
        width: 100%;
    }

.networkbanner {
    /*background:url(../images/service-network2.jpg) no-repeat center center;*/ width: 100%;
    text-align: center;
    position: relative;
}

.bannerimg {
    display: inline !important;
}

.networkbanner h1, .featuresbanner h1, .servicesbanner h1 {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 40px;
    color: #fff;
    text-transform: uppercase;
    margin: 62px 0 !important;
    text-align: center;
    z-index: 9;
    position: absolute;
    top: 0;
    width: 100%;
}

.patnershipbanner {
    /*background:url(../images/partnerbanner.jpg) no-repeat center center;*/ width: 100%;
    text-align: center;
    position: relative;
}

    .patnershipbanner h1 {
        font-family: 'Oswald', sans-serif;
        font-weight: 400;
        font-size: 40px;
        color: #650e6c !important;
        text-transform: uppercase;
        margin: 62px 0 !important;
        text-align: center;
        z-index: 9;
        position: absolute;
        width: 100%;
        top: 0;
    }

    .patnershipbanner h1, .featuresbanner h1, .servicesbanner h1 {
        font-family: 'Oswald', sans-serif;
        font-weight: 400;
        font-size: 40px;
        color: #fff;
        text-transform: uppercase;
        margin: 62px 0 !important;
        text-align: center;
    }

.aboutbanner {
    /*background:url(../images/about-banner.jpg) no-repeat center center;*/ width: 100%;
    text-align: center;
    position: relative;
}

.featuresbanner {
    /*background:url(../images/featuresbanner.jpg) no-repeat center center;*/ width: 100%;
    position: relative;
    text-align: center;
}

.aboutbanner h1 {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 40px;
    color: #650e6c !important;
    text-transform: uppercase;
    margin: 62px 0 !important;
    text-align: center;
}


.featuresbanner h1 {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 40px;
    color: #650e6c !important;
    text-transform: uppercase;
    margin: 62px 0 !important;
    text-align: center;
}

.servicesbanner {
    background: url(../images/servicesbanner.png) no-repeat center center;
    width: 100%;
    height: 170px;
}

.greenbcolor {
    color: #00b050;
    font-weight: normal;
    font-size: 20px;
}

.redcolor {
    color: #ff0000;
    font-weight: normal;
    font-size: 20px;
}
/*================================ Add By Designer New Class End ================================ */

/*================================ Add By Designer Slider CSS Start ================================ */
.slider {
    width: 100%;
    text-align: center;
}

    .slider img {
        width: 100%;
    }

    .slider h1 {
        font-size: 45px;
        color: #a30e11;
        font-family: 'Oswald', sans-serif;
        font-weight: 400;
        margin: 0;
    }

        .slider h1 cite {
            font-size: 30px;
            color: #333;
        }

    .slider p {
        margin: 20px 0 0 0;
    }

    .slider dd {
        color: #000;
        text-shadow: none;
        margin: 10px 0;
        font-size: 18px;
    }

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding: 20px 20px 30px 20px !important;
    color: #fff;
    text-align: left !important;
    text-shadow: 0 1px 2px rgba(255, 255, 255,1) !important;
    background: rgba(255,255,255,0.82);
    width: 27%;
}

.carousel-caption {
    right: 20%;
    left: 53% !important;
    bottom: 45% !important;
    padding-bottom: 30px;
}

.redbtn {
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    text-shadow: none;
    padding: 10px 52px 10px 16px !important;
    border: #fff solid 2px;
    width: auto;
    background: #e50004;
    background: -moz-linear-gradient(top, #e50004 0%, #9a1012 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e50004), color-stop(100%,#9a1012));
    background: -webkit-linear-gradient(top, #e50004 0%,#9a1012 100%);
    background: -o-linear-gradient(top, #e50004 0%,#9a1012 100%);
    background: -ms-linear-gradient(top, #e50004 0%,#9a1012 100%);
    background: linear-gradient(to bottom, #e50004 0%,#9a1012 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e50004', endColorstr='#9a1012',GradientType=0 );
}

    .redbtn:hover {
        color: #fff;
        text-decoration: none;
    }

.icon {
    background: url(../images/slider-btn-img.png) no-repeat;
    width: 27px;
    height: 27px;
    position: absolute;
    margin: -2px 0 0 10px;
}

.carousel-indicators li {
    display: inline-block;
    width: 16px !important;
    height: 17px !important;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background: url(../images/slider-pagination.png) no-repeat !important;
    border: none !important;
    border-radius: 10px;
}

.carousel-indicators .active {
    width: 18px !important;
    height: 18px !important;
    margin: 0;
    background: url(../images/slider-pagination-active.png) no-repeat !important;
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    right: 0 !important;
    z-index: 15;
    width: 590px !important;
    padding-left: 0;
    margin-left: 0 !important;
    text-align: right !important;
    list-style: none;
}
/*================================ Add By Designer Slider End ================================ */

/*================================ Login Page Start ================================ */


.form-signin {
    padding: 15px;
    margin: 0 auto;
}

    .form-signin .form-signin-heading, .form-signin .checkbox {
        margin-bottom: 10px;
    }

    .form-signin .checkbox {
        font-weight: normal;
    }

    .form-signin .form-control {
        position: relative;
        font-size: 13px;
        height: auto;
        padding: 8px;
        box-sizing: border-box;
    }

    .form-signin input {
        width: 100%;
    }

    .form-signin .form-control:focus {
        z-index: 2;
    }

    .form-signin input[type="text"] {
        margin-bottom: -1px;
        borde-radius: 5px;
    }

    .form-signin input[type="password"] {
        margin-bottom: 10px;
        borde-radius: 5px;
    }

    .form-signin label {
        font-size: 15px;
        color: #0e0d0d;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: normal;
        margin-bottom: 0.1rem;
    }


.account-wall {
    margin-top: 20px;
    padding: 20px 0px 20px 0px;
    box-shadow: inset 0px 0px 6px 5px rgba(0, 0, 0, 0.3);
}

.signin {
    border: none;
    margin: 17px 0 0 0;
    background: linear-gradient(to bottom, #337ab7 0%,#337ab7 100%);
    color: white;
}

.login-title {
    color: #555;
    font-size: 18px;
    font-weight: 400;
    display: block;
}

.profile-img {
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.need-help {
    margin-top: 10px;
}

.new-account {
    display: block;
    margin-top: 10px;
}
/*================================ Login Page End ================================ */

/*================================ Add By Designer New [ media@screen ] Start ================================ */
@media (min-width: 240px) and (max-width: 568px) {
    .topmenu {
        float: none;
    }

    .navbar-brand {
        height: auto !important;
    }

    .navbar-inverse .navbar-toggle {
        background: #333 !important;
    }

    .logo {
        padding: 0 !important;
        position: absolute;
        top: 0;
        width: 100%;
        text-align: center;
    }

    .navbar-header {
        width: 100%;
        margin-top: 90px;
    }

    .table-responsive {
        width: 100%;
        margin-bottom: 0 !important;
        overflow-x: scroll;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: none !important;
    }

    .form-control {
        display: block;
        /*  width:100% !important;*/
        height: 40px !important;
        padding: 6px 12px;
        font-size: 15px !important;
        line-height: 1.42857143;
        color: #000 !important;
        background: linear-gradient(to bottom, #FFFFFF 0%, #F2F2F2 100%) repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 );
        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, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    }

    .form-group {
        margin-bottom: 15px;
        float: left;
        width: 100%;
    }

        .form-group select {
            display: block;
            width: 100% !important;
            height: 40px !important;
            padding: 10px 12px;
            font-size: 15px !important;
            line-height: 1.42857143;
            color: #000 !important;
            background: linear-gradient(to bottom, #FFFFFF 0%, #F2F2F2 100%) repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 );
            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, box-shadow ease-in-out .15s;
            transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        }

    .fu1 {
        margin-bottom: 15px;
    }

    .brands h1 {
        font-size: 26px;
        font-family: 'Oswald', sans-serif;
        font-weight: 400;
        color: #000;
        text-align: center;
    }

    .twitter {
        margin-bottom: 15px;
    }

        .twitter p {
            width: auto;
            float: left;
            margin: 4px 0 3px 10px !important;
            font-size: 13px;
        }

            .twitter p a {
                color: #d70b00;
            }

        .twitter > div {
            bottom: 0;
            float: right;
            position: relative;
            right: 0;
        }

    .copyright {
        margin: 20px 0 20px 0;
        text-align: right;
        float: left;
    }

    .fubanner {
        margin: 20px 0 0 0;
        float: left;
    }

        .fubanner img {
            width: 100%;
        }

    .newplan div {
        width: 100% !important;
    }

    .list1 {
        width: 100%;
        background: none;
        padding-top: 20px;
        padding-bottom: 20px;
        min-height: 265px;
        margin-bottom: 15px;
        float: left;
    }

    .list2 {
        width: 100%;
        background: none;
        padding-top: 20px;
        padding-bottom: 20px;
        min-height: 265px;
        margin-bottom: 15px;
        float:;
    }

    .list3 {
        width: 100%;
        background: none;
        padding-top: 20px;
        padding-bottom: 20px;
        min-height: 265px;
        margin-bottom: 15px;
        float: left;
    }

    .carousel-indicators {
        display: none;
    }

    .carousel-caption {
        display: block;
    }

    .slider img {
        width: 100%;
        min-height: 200px;
    }

    .patnershipbanner h1, .featuresbanner h1, .servicesbanner h1 {
        font-family: 'Oswald', sans-serif;
        font-weight: 400;
        font-size: 25px;
        color: #fff;
        text-transform: uppercase;
        margin: 62px 0 !important;
        text-align: center;
    }

    .carousel-caption {
        position: absolute;
        right: 15%;
        bottom: 20px;
        left: 15%;
        z-index: 10;
        padding: 20px 20px 30px 20px !important;
        color: #fff;
        text-align: left !important;
        text-shadow: 0 1px 2px rgba(255, 255, 255,1) !important;
        background: rgba(255,255,255,0.40);
        width: 96%;
    }

    .carousel-caption {
        right: 20%;
        left: 2% !important;
        bottom: 45% !important;
        padding-bottom: 30px;
    }

    .redbtn {
        color: #fff;
        font-family: 'Oswald', sans-serif;
        font-weight: 400;
        text-shadow: none;
        padding: 10px 52px 10px 16px !important;
        border: #fff solid 2px;
        width: auto;
        background: #e50004;
        background: -moz-linear-gradient(top, #e50004 0%, #9a1012 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e50004), color-stop(100%,#9a1012));
        background: -webkit-linear-gradient(top, #e50004 0%,#9a1012 100%);
        background: -o-linear-gradient(top, #e50004 0%,#9a1012 100%);
        background: -ms-linear-gradient(top, #e50004 0%,#9a1012 100%);
        background: linear-gradient(to bottom, #e50004 0%,#9a1012 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e50004', endColorstr='#9a1012',GradientType=0 );
    }

    .slider h1 {
        font-size: 20px;
        color: #a30e11;
        font-family: 'Oswald', sans-serif;
        font-weight: 400;
        margin: 0;
    }

        .slider h1 cite {
            font-size: 13px;
            color: #333;
        }

    .m-right {
        margin: 7px 0px !important;
        width: auto !important;
    }

    .networkbanner {
        /*background:url(../images/service-network2.jpg) no-repeat center center;*/ width: 100%;
        text-align: center;
        position: relative;
    }

        .networkbanner h1, .featuresbanner h1, .servicesbanner h1 {
            font-family: 'Oswald', sans-serif;
            font-weight: 400;
            font-size: 25px;
            color: #fff;
            text-transform: uppercase;
            margin: 20px 0 !important;
            text-align: center;
            z-index: 9;
            position: absolute;
            top: 0;
            width: 100%;
        }

    .service-p-banner {
        /*background:url(../images/service-plans.jpg) no-repeat center center;*/ width: 100%;
        position: relative;
        text-align: center;
    }

        .service-p-banner h1 {
            font-family: 'Oswald', sans-serif;
            font-weight: 400;
            font-size: 25px;
            color: #650e6c !important;
            text-transform: uppercase;
            margin: 20px 0 !important;
            text-align: center;
            z-index: 9;
            position: absolute;
            top: 0;
            width: 100%;
        }

    .patnershipbanner {
        /*background:url(../images/partnerbanner.jpg) no-repeat center center;*/ width: 100%;
        text-align: center;
        position: relative;
    }

        .patnershipbanner h1 {
            font-family: 'Oswald', sans-serif;
            font-weight: 400;
            font-size: 25px;
            color: #650e6c !important;
            text-transform: uppercase;
            margin: 20px 0 !important;
            text-align: center;
            z-index: 9;
            position: absolute;
            width: 100%;
            top: 0;
        }

    .callbanner {
        /*background:url(../images/call-cen.jpg) no-repeat center center;*/ width: 100%;
        text-align: center;
        position: relative;
    }

        .callbanner h1 {
            font-family: 'Oswald', sans-serif;
            font-weight: 400;
            font-size: 25px;
            color: #fff;
            text-transform: uppercase;
            margin: 20px 0 !important;
            text-align: center;
            z-index: 9;
            position: absolute;
            top: 0;
            width: 100%;
        }

    .featuresbanner {
        /*background:url(../images/featuresbanner.jpg) no-repeat center center;*/ width: 100%;
        position: relative;
        text-align: center;
    }

    .bannerimg {
        display: inline !important;
    }
}

@media (min-width: 569px) and (max-width: 767px) {
    .topmenu {
        float: none;
    }

    .navbar-inverse .navbar-toggle {
        background: #333 !important;
    }

    .logo {
        padding: 0 !important;
        position: absolute;
        top: -25px;
        width: 100%;
        text-align: center;
    }

    .navbar-header {
        width: 100%;
        margin-top: 90px;
    }

    .table-responsive {
        width: 100%;
        margin-bottom: 0 !important;
        overflow-x: scroll;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: none !important;
    }

    .form-control {
        display: block;
        width: 100% !important;
        height: 40px !important;
        padding: 6px 12px;
        font-size: 15px !important;
        line-height: 1.42857143;
        color: #000 !important;
        background: linear-gradient(to bottom, #FFFFFF 0%, #F2F2F2 100%) repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 );
        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, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    }

    .form-group {
        margin-bottom: 15px;
        float: left;
        width: 100%;
    }

        .form-group select {
            display: block;
            width: 100% !important;
            height: 40px !important;
            padding: 10px 12px;
            font-size: 15px !important;
            line-height: 1.42857143;
            color: #000 !important;
            background: linear-gradient(to bottom, #FFFFFF 0%, #F2F2F2 100%) repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 );
            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, box-shadow ease-in-out .15s;
            transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        }

    .fu1 {
        margin-bottom: 15px;
    }

    .brands h1 {
        font-size: 26px;
        font-family: 'Oswald', sans-serif;
        font-weight: 400;
        color: #000;
        text-align: center;
    }

    .twitter {
        margin-bottom: 15px;
    }

        .twitter p {
            width: auto;
            float: left;
            margin: 4px 0 3px 10px !important;
            font-size: 13px;
        }

            .twitter p a {
                color: #d70b00;
            }

        .twitter > div {
            bottom: 0;
            float: right;
            position: relative;
            right: 0;
        }

    .copyright {
        margin: 20px 0 20px 0;
        text-align: right;
        float: left;
    }

    .fubanner {
        margin: 20px 0 0 0;
        float: left;
    }

        .fubanner img {
            width: 100%;
        }

    .newplan div {
        width: 100% !important;
    }

    .carousel-indicators {
        display: none;
    }

    .carousel-caption {
        display: block;
    }

    .list1 {
        width: 100%;
        background: url(../images/small-img1.png) no-repeat right 115px;
        padding-top: 20px;
        padding-bottom: 20px;
        min-height: 265px;
        float: left;
        margin-bottom: 15px;
    }

    .list2 {
        width: 100%;
        background: url(../images/small-img2.png) no-repeat right 80px;
        padding-top: 20px;
        padding-bottom: 20px;
        min-height: 265px;
        float: left;
        margin-bottom: 15px;
    }

    .list3 {
        width: 100%;
        background: url(../images/small-img3.png) no-repeat right 80px;
        padding-top: 20px;
        padding-bottom: 20px;
        min-height: 265px;
        float: left;
        margin-bottom: 15px;
    }

    .slider img {
        width: 100%;
        min-height: 220px;
    }

    .carousel-caption {
        position: absolute;
        right: 15%;
        bottom: 20px;
        left: 15%;
        z-index: 10;
        padding: 20px 20px 30px 20px !important;
        color: #fff;
        text-align: left !important;
        text-shadow: 0 1px 2px rgba(255, 255, 255,1) !important;
        background: rgba(255,255,255,0.40);
        width: 96%;
    }

    .carousel-caption {
        right: 20%;
        left: 2% !important;
        bottom: 45% !important;
        padding-bottom: 30px;
    }

    .redbtn {
        color: #fff;
        font-family: 'Oswald', sans-serif;
        font-weight: 400;
        text-shadow: none;
        padding: 10px 52px 10px 16px !important;
        border: #fff solid 2px;
        width: auto;
        background: #e50004;
        background: -moz-linear-gradient(top, #e50004 0%, #9a1012 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e50004), color-stop(100%,#9a1012));
        background: -webkit-linear-gradient(top, #e50004 0%,#9a1012 100%);
        background: -o-linear-gradient(top, #e50004 0%,#9a1012 100%);
        background: -ms-linear-gradient(top, #e50004 0%,#9a1012 100%);
        background: linear-gradient(to bottom, #e50004 0%,#9a1012 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e50004', endColorstr='#9a1012',GradientType=0 );
    }

    .slider h1 {
        font-size: 30px;
        color: #a30e11;
        font-family: 'Oswald', sans-serif;
        font-weight: 400;
        margin: 0;
    }

        .slider h1 cite {
            font-size: 18px;
            color: #333;
        }

    .m-right {
        margin: 7px 0px !important;
        width: auto !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .logo1 {
        padding: 0 !important;
        position: relative;
        top: 0;
        width: 100%;
        text-align: center;
    }

    .navbar-brand {
        height: auto !important;
    }

    .topmenu1 {
        margin: 5px 0 0 0;
    }

        .topmenu1 a {
            padding: 10px 4px !important;
            font-size: 13px;
        }

    .table-responsive {
        width: 100%;
        margin-bottom: 0 !important;
        overflow-x: scroll;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: none !important;
    }

    .form-control {
        display: block;
        width: 100% !important;
        height: 40px !important;
        padding: 6px 12px;
        font-size: 15px !important;
        line-height: 1.42857143;
        color: #000 !important;
        background: linear-gradient(to bottom, #FFFFFF 0%, #F2F2F2 100%) repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 );
        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, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    }

    .form-group {
        margin-bottom: 15px;
        float: left;
        width: 100%;
    }

        .form-group select {
            display: block;
            width: 100% !important;
            height: 40px !important;
            padding: 10px 12px;
            font-size: 15px !important;
            line-height: 1.42857143;
            color: #000 !important;
            background: linear-gradient(to bottom, #FFFFFF 0%, #F2F2F2 100%) repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 );
            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, box-shadow ease-in-out .15s;
            transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        }

    .fu1 {
        margin-bottom: 15px;
    }

    .brands h1 {
        font-size: 26px;
        font-family: 'Oswald', sans-serif;
        font-weight: 400;
        color: #000;
        text-align: center;
    }

    .twitter {
        margin-bottom: 15px;
    }

        .twitter p {
            width: auto;
            float: left;
            margin: 4px 0 3px 10px !important;
            font-size: 13px;
        }

            .twitter p a {
                color: #d70b00;
            }

        .twitter > div {
            bottom: 0;
            float: right;
            position: relative;
            right: 0;
        }

    .copyright {
        margin: 20px 0 20px 0;
        text-align: right;
        float: left;
    }

    .fubanner {
        margin: 20px 0 0 0;
        float: left;
    }

        .fubanner img {
            width: 100%;
        }

    .newplan div {
        width: 100% !important;
    }

    .list1 {
        width: 100%;
        background: url(../images/small-img1.png) no-repeat right 115px;
        padding-top: 20px;
        padding-bottom: 20px;
        min-height: 265px;
        float: left;
        margin-bottom: 15px;
    }

    .list2 {
        width: 100%;
        background: url(../images/small-img2.png) no-repeat right 80px;
        padding-top: 20px;
        padding-bottom: 20px;
        min-height: 265px;
        float: left;
        margin-bottom: 15px;
    }

    .list3 {
        width: 100%;
        background: url(../images/small-img3.png) no-repeat right 80px;
        padding-top: 20px;
        padding-bottom: 20px;
        min-height: 265px;
        float: left;
        margin-bottom: 15px;
    }

    .slider h1 {
        font-size: 18px;
        color: #a30e11;
        font-family: 'Oswald', sans-serif;
        font-weight: 400;
        margin: 0;
    }

        .slider h1 cite {
            font-size: 18px;
            color: #333;
        }

    .slider dd {
        color: #000;
        text-shadow: none;
        margin: 10px 0;
        font-size: 15px;
    }

    .product1 {
        float: left !important;
        min-height: 230px !important;
        width: 100%;
    }

    .carousel-caption {
        right: 20%;
        left: 45% !important;
        bottom: 15% !important;
        padding-bottom: 30px;
    }

    .carousel-indicators {
        bottom: -5px !important;
        display: block;
        width: 34% !important;
        right: 0 !important;
    }

    .carousel-caption {
        position: absolute;
        right: 15%;
        bottom: 40px !important;
        right: 0 !important;
        z-index: 10;
        padding: 20px 20px 30px 20px !important;
        color: #fff;
        text-align: left !important;
        text-shadow: 0 1px 2px rgba(255, 255, 255,1) !important;
        background: rgba(255,255,255,0.82);
        width: 50%;
    }

    .m-right {
        margin: 7px 0px !important;
        width: auto !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .topmenu1 a {
        padding: 15px 7px !important;
    }

    .table-responsive {
        width: 100%;
        margin-bottom: 0 !important;
        overflow-x: scroll;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: none !important;
    }

    .form-control {
        display: block;
        /*width:100% !important;*/
        height: 40px !important;
        padding: 6px 12px;
        font-size: 15px !important;
        line-height: 1.42857143;
        color: #000 !important;
        background: linear-gradient(to bottom, #FFFFFF 0%, #F2F2F2 100%) repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 );
        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, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    }

    .form-group {
        margin-bottom: 15px;
        float: left;
        width: 100%;
    }

        .form-group select {
            display: block;
            /*width:100% !important;*/
            height: 40px !important;
            padding: 10px 12px;
            font-size: 15px !important;
            line-height: 1.42857143;
            color: #000 !important;
            background: linear-gradient(to bottom, #FFFFFF 0%, #F2F2F2 100%) repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 );
            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, box-shadow ease-in-out .15s;
            transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        }

    .fu1 {
        margin-bottom: 15px;
    }

    .m-right {
        margin: 6px 0px !important;
        width: 20% !important;
    }

    .brands h1 {
        font-size: 26px;
        font-family: 'Oswald', sans-serif;
        font-weight: 400;
        color: #000;
        text-align: center;
    }

    .twitter {
        margin-bottom: 15px;
    }

        .twitter p {
            width: 80%;
            float: left;
            margin: 4px 0 3px 10px !important;
            font-size: 13px;
        }

            .twitter p a {
                color: #d70b00;
            }

        .twitter > div {
            position: absolute;
            right: 30px;
            bottom: 0;
        }

    .copyright {
        margin: 20px 0 20px 0;
        text-align: right;
        float: left;
    }

    .fubanner {
        margin: 20px 0 0 0;
        float: left;
    }

        .fubanner img {
            width: 100%;
        }

    .carousel-caption {
        right: 20%;
        left: 45% !important;
        bottom: 15% !important;
        padding-bottom: 30px;
    }

    .carousel-indicators {
        bottom: -5px !important;
    }

    .carousel-caption {
        position: absolute;
        right: 15%;
        bottom: 40px !important;
        right: 0 !important;
        float: right !important;
        z-index: 10;
        padding: 20px 20px 30px 20px !important;
        color: #fff;
        text-align: left !important;
        text-shadow: 0 1px 2px rgba(255, 255, 255,1) !important;
        background: rgba(255,255,255,0.82);
        width: 50%;
    }

    .carousel-indicators {
        position: absolute;
        bottom: 10px;
        right: 0 !important;
        z-index: 15;
        width: 440px !important;
        padding-left: 0;
        margin-left: 0 !important;
        text-align: right !important;
        list-style: none;
    }

    .slider h1 {
        font-size: 28px;
        color: #a30e11;
        font-family: 'Oswald', sans-serif;
        font-weight: 400;
        margin: 0;
    }

        .slider h1 cite {
            font-size: 28px;
            color: #333;
        }

    .slider dd {
        color: #000;
        text-shadow: none;
        margin: 10px 0;
        font-size: 15px;
    }
}

@media (min-width: 1200px) and (max-width: 1920px) {
    .carousel-caption {
        right: 20%;
        left: inherit !important;
        bottom: 25% !important;
        padding-bottom: 30px;
    }

    .carousel-indicators {
        bottom: -5px !important;
    }

    .carousel-caption {
        float: right;
        position: inherit;
        right: 0 !important;
        bottom: 70px !important;
        left: inherit;
        z-index: 10;
        padding: 20px 20px 30px 20px !important;
        color: #fff;
        text-align: left !important;
        text-shadow: 0 1px 2px rgba(255, 255, 255,1) !important;
        background: rgba(255,255,255,0.82);
        width: 555px;
        height: 256px;
    }

    .carousel-indicators {
        position: absolute;
        bottom: 10px;
        right: 0 !important;
        z-index: 15;
        width: 590px !important;
        padding-left: 0;
        margin-left: 0 !important;
        text-align: right !important;
        list-style: none;
    }
}

/*================================ Add By Designer New [ media@screen ] End ================================ */
