@media only screen and (max-width: 1200px) {

    /*-------------------------------Start Header-----------------------------*/

    header .navbar-nav>li:not(.home-link) {
        margin: 0 10px;
    }

    /*-------------------------------Start Header-----------------------------*/


    /*-------------------------------Start Home-----------------------------*/

    .home-slider .slider-content h2{
        font-size: 50px;
        line-height: 58px;
        letter-spacing: 5px;
    }
    .home-slider .slider-content{
        margin: 69px 0 0 39px;
    }

    /*-------------------------------End Home-------------------------------*/

    /*------------------------------Start Product Css--------------------------------*/

    .product-detail-area ul.nav li a{
        padding: 0 25px 12px 26px;
    }
    .pad-inner {
        padding: 0 0px;
    }

    /*------------------------------End Product Css----------------------------------*/

}
@media only screen and (max-width: 991px) {

    /*-------------------------------Start Header---------------------------*/
	
    .main-header .header-left{
        float: left;
        width: 50%;
    }
    .main-header .header-search{
        display: none;
        left: 0;
        right: 0;
        position: absolute;
        top: 0;
        padding: 0 40px;
        z-index: 100;
    }
    .search-button{
        width: 34px;
        height: 30px;
        padding: 0;
        border: 0;
        border-radius: 0;
        display: inline-block;
        position: relative;
        cursor: pointer;
        vertical-align: middle;
    }
    .search-button:before{
        content: '';
        background-image: url(../images/all_icons3.png);
        height: 100%;
        width: 100%;
        background-repeat: no-repeat;
        display: inline-block;
        left: 0px;
        position: absolute;
        top: 0;
        background-position: -773px 0;
    }
    .search-close-btn{
        width: 20px;
        height: 20px;
        margin: 0 0 0 auto;
        cursor: pointer;
        z-index: 10;
        display: block;
        position: relative;
    }
    .search-close-btn:before, .search-close-btn:after {
        content: '';
        background-image: url(../images/all_icons3.png);
        width: 100%;
        height: 100%;
        position: absolute;
        background-repeat: no-repeat;
        top: 0;
        left: 0;
    }
    .search-close-btn:before {
        background-position: -652px 0;
    }
    .search-close-btn:after {
        background-position: -605px 0;
        opacity: 0;
        top: 0;
        -webkit-transition: opacity .5s ease;
        -moz-transition: opacity .5s ease;
        -o-transition: opacity .5s ease;
        transition: opacity .5s ease;
    }
    .search-close-btn:hover:after {
        opacity: 1;
    }
    .header-search-area{
        text-align: right;
    }
    .main-header .header-right{
        padding: 42px 0 0 0;
        width: 50%;
    }
	.main-header.fixed .header-right{padding-top:15px;}
	.main-header.fixed > .container{
		padding-bottom:8px;
	}
    .header-logo div{
        padding: 30px 0 0 0;
        border-top: 7px solid #004b96;
    }
    header.main-header{
        margin: 0 0 8px 0;
    }
    .open-button{
        width: 30px;
        height: 17px;
        padding: 0;
        border: 0;
        border-radius: 0;
        display: inline-block;
        position: relative;
        cursor: pointer;
        vertical-align: middle;
        margin: 0 0 0 28px;
    }
    .open-button:before,.open-button:after{
        content: '';
        background-image: url(../images/all_icons3.png);
        height: 100%;
        width: 100%;
        background-repeat: no-repeat;
        display: inline-block;
        left: 0px;
        position: absolute;
        top: 0;
    }
    .open-button:before{
        background-position: -682px 0;
    }
    .open-button:after {
        opacity: 0;
        background-position: -722px 0;
        -webkit-transition: opacity .5s ease;
        -moz-transition: opacity .5s ease;
        -o-transition: opacity .5s ease;
        transition: opacity .5s ease;
    }
    .open-button:hover:after{
        opacity: 1;
    }
    .main-header > .container {
        padding: 0 40px 29px;
        background-image: url(../images/header-mob-bg.png);
        background-size: cover;
        background-position: right center;
    }
    .header-logo img {
        max-width: 148px;
    }
	header.fixed .header-logo img{height:39px;}
	body.fixed{padding-top:45px;}
    header .header-bottom{
        margin: 0;
        position: fixed;
        z-index: 10000;
        width: 50%;
        right: -50%;
        top: 0;
        background-color: #fff;
        height: 100%;
           overflow-x: visible;
        padding-top: 0;
        border-top: 0;
        box-shadow: none;
        -webkit-transition: right .5s ease;
        -moz-transition: right .5s ease;
        -o-transition: right .5s ease;
        transition: right .5s ease;
    }
    header .header-bottom.active{
        right: 0;
		padding-top:0;
    }
    header #nav-menu{
        display: block;
        border: 0;
        height: 100% !important;
        background: #ffffff;
        border-left: 1px solid #a2aaad;
    }
    .navbar-header{
        display: none;
    }
    header .header-bottom > .container{
        padding: 0;
        height: 100%;
		    overflow-y: auto;
    }
    .header-bottom .navbar{
        float: none;
        margin-bottom: 0;
        min-height: unset;
        border: 0;
        line-height: 0;
        height: 100%;
    }
    header .navbar-collapse .navbar-nav{
        margin: 0;
        padding: 116px 26px 30px;
        text-align: center;
        background-color: #ffffff;
    }
    header .navbar-nav>li{
        display: block;
    }
    header .navbar-nav>li.home-link a{
        margin: 0 auto;
    }
    header .navbar-nav>li.home-link{
        margin: 0 0 0px 0;
        padding: 0 0 35px 0;
    }
    header .navbar-nav>li:not(.home-link)>a {
        font-size: 13px;
        line-height: 15px;
        letter-spacing: 2.6px;
        padding: 22px 0px;
        margin: 0 0px;
        margin-bottom: 0;
    }
    header .navbar-nav>li:not(.home-link)>a:before{
        top: 0px;
    }
    header .navbar-nav>li.dropdown>a:after{
        width: 5px;
        height: 26px;
        left: -28.5px;
        right: unset;
        bottom: unset;
        top: 16px;
    }
    header .navbar-nav>li:not(.home-link)>a>span{
        padding: 0;
        display: inline-block;
        margin: 0;
    }
    header .navbar-nav>li:not(.home-link) {
        margin: 0 0px 0px 0;
        padding: 0 0 10px 0;
        display: block;
        text-align: center;
    }
    header .navbar-nav>li:last-child{
        border-top: 1px solid #dee2e5;
        margin-top: 25px;
        padding-top: 35px;
    }
    header .navbar-nav>li:last-child:before{
        display: none;
    }

    header .navbar-nav>li>.dropdown-menu,
    header .navbar-nav .open .dropdown-menu{
        display: block !important;
        border-radius: 0;
        -webkit-transform: unset;
        -moz-transform: unset;
        -o-transform: unset;
        transform: unset;
        position: fixed;
        right: -50%;
        left: unset;
        background-color: #f5f8fa;
        top: 0;
        width: 50%;
        z-index: -2;
        overflow-y: auto;
        height: 100%;
        padding: 113px 28px 60px 28px;
        -webkit-transition: right .5s ease;
        -moz-transition: right .5s ease;
        -o-transition: right .5s ease;
        transition: right .5s ease;
    }
    header .navbar-nav>li>.dropdown-menu li .container .row {
        margin: 0 0px;
    }
    header .header-bottom.active .navbar-nav .dropdown-menu{
        right: 0%;
    }
    header .header-bottom.active .navbar-nav>li.open>.dropdown-menu{
        right: 50%;
    }
    header .navbar-nav>li>.dropdown-menu li .container{
        padding: 0;
    }
    header .navbar-nav>li>.dropdown-menu .container{width:auto;}
	header .navbar-nav>li>.dropdown-menu>li>.container>ul>li{
        display: block;
        width: 100%;
        margin-bottom: 27px;
        padding: 0;
    }
    header .navbar-nav>li>.dropdown-menu li ul a{
        font-size: 12px;
        line-height: 13px;
        letter-spacing: 1.2px;
        padding: 0 0 11px 0;
        margin: 0 0 0px 0;
    }
    header .navbar-nav>li.open>a,header .navbar-nav>li>a:hover {
        color: #54616c;
    }
    .close-icon{
        width: 20px;
        height: 20px;
        margin: 0;
        cursor: pointer;
        z-index: 10;
        top: 44px;
        right: 39px;
        position: absolute;
    }
    .close-icon:before,.close-icon:after{
        content: '';
        background-image: url(../images/all_icons3.png);
        width: 100%;
        height: 100%;
        position: absolute;
        background-repeat: no-repeat;
        top: 0;
        left: 0;
    }
    .close-icon:before {
        background-position: -652px 0;
    }
    .close-icon:after{
        background-position: -605px 0;
        opacity: 0;
        top: 0;
        -webkit-transition: opacity .5s ease;
        -moz-transition: opacity .5s ease;

        -o-transition: opacity .5s ease;
        transition: opacity .5s ease;
    }
    .close-icon:hover:after{
        opacity: 1;
    }
    .main-header .hm-searchbox .search-head{
        opacity: 1;
        padding: 0 0 9px 0px;
        width: 10%;left: 9px;
    }
    .main-header .hm-searchbox input[type=text]{
        opacity: 1;
        width: 100%;    padding: 10px 35px 8px 55px;
    }
    .main-header .hm-search .hm-searchbox{
        text-align: left;
        padding: 31px 9px 0;width: 100% !important;
    float: none;    overflow: visible;
    }
    .hm-searchbox .hm-submit{
        right: 9px;bottom: 0;
    top: auto;
    }
    .main-header .hm-search{
        margin: 0;
        max-width: 100%;
        border: 1px solid #aeb6bd;
        border-top: 0;
        background-color: #ffffff;
        padding: 21px 18px 36px 18px;
    }
    .hm-searchbox .hm-search-result{
        width: 95%;
        left: 8px;
        border-top: 1px solid #d2d7db;
        top: 66px;;
    }
    .hm-searchbox .hm-search-result ul{
        padding: 15px 30px 30px 30px;
    }
    .hm-searchbox .hm-sproduct .hm-sproduct-content h4{
        font-size: 16px;
        line-height: 18px;
        letter-spacing: 0.8px;
        margin: 0 0 14px 0;
    }
    .hm-searchbox .hm-sproduct .hm-sproduct-content .hm-price-wrap .hm-currency-symbol{
        font-size: 12px;
        line-height: 12px;
        letter-spacing: 1.2px;
    }
    .hm-searchbox .hm-sproduct .hm-sproduct-content .hm-price-wrap span.hm-discount-price{
        font-size: 16px;
        line-height: 18px;
        letter-spacing: 0px;
    }
    .hm-searchbox .hm-search-result .lastli a{
        font-size: 14px;
        line-height: 14px;
        letter-spacing: 1.4px;
        padding: 11px 27px 10px 28px;
        border-radius: 5px;
    }
    /*-------------------------------End Header-----------------------------*/


    /*-------------------------------Start Footer-----------------------------*/

    .footer-address .left-tel-num a{
        font-size: 23px;
        line-height: 27px;
        letter-spacing: 2.3px;
    }
    .footer-address .left-tel-num {
        margin: 0 0 10px 0;
    }
    .footer-address .add-left {
        padding: 0 16px 15px 10px;
    }
    .add-right-parent {
        padding: 0 11px 0 19px;
    }
    .footer-logo a img {
        max-width: 250px;
    }
    .page-footer-inner .container{
        padding: 70px 15px 0px 15px;
    }


    /*-------------------------------End Footer-------------------------------*/


    /*------------------------------Start Product Css--------------------------------*/

    .HomeSlider .featuredPostSlider{
        padding-right: 0;
    }

    /*------------------------------End Product Css--------------------------------*/

}


@media only screen and (max-width: 767px) {

    /*-------------------------------Start Common CSS-------------------------*/

    h1 {
        font-size: 26px;
        line-height: 30px;
        letter-spacing: 2.6px;
    }
    h2{
        font-size: 23px;
        line-height: 25px;
        letter-spacing: 2.3px;
    }
    h4{
        font-size: 19px;
        line-height: 22px;
        letter-spacing: 0.9px;
    }

    /*-------------------------------End Common CSS-------------------------*/


    


    /*--------------------------------Start Footer-----------------------------*/

    .page-footer .container{
        padding: 47px 0px 0;
    }
    .page-footer .footer-top{
        text-align: center;
        padding: 0 40px;
    }
    .footer-address{
        float: none;
        border-bottom: 1px solid #808b95;
        padding: 0 40px 53px;
    }
    .footer-address .add-left{
        float: none;
        text-align: center;
        padding: 0 0px 33px 0px;
    }
    .footer-address .left-tel-num a{
        font-size: 42px;
        line-height: 58px;
        letter-spacing: 4.2px;
    }
    .footer-address .left-email a{
        font-size: 20px;
        line-height: 28px;
        letter-spacing: 2px;
    }
    .add-right-parent{
        border-left: 0;
        border-top: 1px solid #808b95;
        float: none;
        text-align: center;
        padding: 34px 0 0 0;
    }
    .footer-address .add-right *{
        font-size: 20px;
        line-height: 28px;
        letter-spacing: 2px;
    }
    .footer-link{
        float: none;
        margin: 0;
        text-align: center;
        width: 100%;
        padding: 55px 30px 30px 30px;
    }
    .footer-link a{
        font-size: 20px;
        line-height: 28px;
        letter-spacing: 2px;
        padding: 0 0 0 14px;
        margin: 0 0 11px -9px;
    }
    .footer-link a:before{
        height: 22px;
        width: 3px;
        top: 3px;
    }
    .page-footer .footer-address address {
        margin-bottom: 14px;
    }
    .footer-address .add-right .c-cvr {
        margin-top: 14px;
    }
    .page-footer .footer-bottom{
        margin: 20px 0 0px 0;
        padding: 30px 0 0px 0px;
    }
    .page-footer-inner .container:before{
        left: 0;
        right: 0;
        display: block;
        margin: 0 auto;
        background-image: url(../images/mob_blue_pattern.png);
        top: -80px;
        height: 79px;
    }
    .footer-logo a img{
        max-width: 100%;
    }
    .footer-address .left-tel-num {
        margin: 0 0 8px 0;
    }
    .footer-social {
        margin: 3px 0px 0 0px;
    }
    .footer-social div a {
        width: 60px;
        height: 60px;
    }
    .footer-social div a.f-phone:before {
        background-position: -901px 0;
        height: 24px;
        width: 25px;
    }
    .footer-social div a.f-mail:before {
        background-position: -948px 0;
        height: 17px;
        width: 24px;
    }
    .footer-social div a.f-geo:before {
        background-position: -989px 0;
        height: 25px;
        width: 19px;
    }
    .footer-social div a.f-linkedin:before {
        background-position: -1025px 0;
        height: 24px;
        width: 24px;
    }
    .footer-social div a.f-fb:before {
        background-position: -1077px 0;
        height: 24px;
        width: 24px;
    }
    .page-footer-inner{
        background-image: none;
    }
    .page-footer{
        border-top: 26px solid #ffffff;
    }

    /*---------------------------------End Footer-------------------------------*/


    /*-------------------------------Start Home-------------------------------*/


    .page-width{
        padding: 0 40px;
    }
    .home-slider {
        margin-bottom: 11px;
    }
    .home-top-content{
        padding: 12px 0 7px 0;
        margin: 0 auto 50px auto;
    }
    .home-slider .carousel-inner>.item{
        min-height: 492px;
    }
    .home-slider .carousel-control{
        display: none;
    }
    .mobimage {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-position: bottom right;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .home-slider .slider-content {
        margin: 34px 0 0 0;
        text-align: center;
    }
    .home-slider .slider-content h2{
        font-size: 37px;
        line-height: 40px;
        letter-spacing: 3.7px;
        margin: 12px 0 10px 0;
    }
    .home-slider .slider-content .small-txt {
        font-size: 12px;
        line-height: 14px;
        letter-spacing: 1.2px;
        margin: 0 0 0 0;
    }
    .home-slider .slider-logo {
        margin: 0 0 0 0;
    }
    .home-slider .slider-logo img{
        max-width: 64px;
    }
    .home-slider .slider-button{
        position: absolute;
        bottom: 20px;
        margin: 0;
        left: 0;
        right: 0;
        text-align: center;
        padding: 0 20px;
    }
    .home-slider .slider-button a{
        font-size: 22px;
        line-height: 24px;
        letter-spacing: 2.2px;
        padding: 25px 43px 28px 36px;
    }
    .home-slider .carousel-inner>.item .container {
        padding: 0 15px 120px;
    }
    .home-slider .slider-button a:before{
        width: 7px;
        height: 33px;
        left: -3.5px;
    }
    .home-slider .slider-button a i.arrow-icon{
        margin: 3px 0 0 16px;
    }
    .home-top-content h1 {
        margin: 24px 0 26px 0;
        font-size: 30px;
        line-height: 42px;
        letter-spacing: 3px;
    }
    .home-cols-area .col-sm-4{
        margin: 0 0 43px 0;
    }
    .home-cols-area .col-sm-4:last-child{
        margin: 0;
    }
    .home-cols-area .home-cols-area-img{
        height: 200px;
    }
    .marquee-area h2{
        font-size: 24px;
        line-height: 30px;
        letter-spacing: 2.4px;
        padding: 0 40px;
        margin: 0 auto 22px;
    }
    .marquee-area h2:after{
        margin: 25px auto 0;
    }
    .marquee-area{
        padding: 57px 0 86px 0;
        margin: 37px 0 0 0;
    }
    /*-------------------------------End Home-------------------------------*/



    /*-------------------------------Start About-------------------------------*/

    .image-area>div:before{
        height: 50px;
    }
    .image-area>div:after{
        background-repeat: no-repeat;
        background-position: right;
        background-size: contain;
        width: 116px;
        height: 80px;
    }
    .columnizer-area .column{
        width: 100% !important;
        float: none !important;
    }
    .columnizer-area{
        padding-bottom: 22px;
        margin: 27px 0px 0 0px;
    }
    .columnizer-area .column {
        padding: 0px 0px;
    }
    .page-width:not(.news-sidebar-wrapper) h2{
        padding: 0 0 15px 0;
        margin-bottom: 20px;
    }
    .width-790{
        margin: 45px auto 45px;
    }
    .about-table{
        margin: 30px 0 0 0;
        padding: 30px 0 30px 0;
    }
    .about-table h2{
        font-size: 23px;
        line-height: 25px;
        letter-spacing: 2.3px;
        padding: 0 0 15px 0;
        margin-bottom: 20px;
    }
    .page-width:not(.news-sidebar-wrapper) h2{
        font-size: 23px;
        line-height: 25px;
        letter-spacing: 2.3px;
    }
    .abt-users-area .module-image {
        padding-top: 15px;
        min-height: 200px;
    }
    .abt-users-area .module-image img{
        max-height: 180px;
    }
    .abt-profiles .module-inner .content h4 {
        margin: 5px 0 5px 0;
    }
    .abt-profiles .module-inner .content{
        padding: 5px 5px 5px 5px;
    }
    .abt-users-area{
        margin: 50px auto 50px;
    }

    /*-------------------------------End About-------------------------------*/


    /*------------------------------Start Product Css--------------------------------*/

   


    .product-detail-area .tab-content .tab-pane {
        display: block;
    }
    .product-detail-area .nav-tabs {
        display: none;
    }
    .product-detail-area .panel-title a {
        display: block;
        text-decoration: none;
    }
    .product-detail-area .panel {
        margin: 0;
        box-shadow: none;
        border-radius: 0;
        margin-top: 0;
        border-color: #698096;
		margin-bottom: 20px;
		border: 0;
    }
   
   

    .width-980{
        padding: 0 40px;
    }
    .product-contact-button{
        margin: 25px 0 20px 0;
    }
    .product-detail-area{
        margin: 0;
        padding: 30px 0 70px;
    }
    .pad-inner{
        margin-top: 0;
    }
    .product-detail-area .panel .panel-heading{
        background-color: #698096;
        border-color: #ffffff;
        color: #ffffff;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
    .product-detail-area .tab-content {
        margin: 0px 0 0 0;
    }

    /*------------------------------End Product Css--------------------------------*/

    /*------------------------------Start simple-product Css--------------------------------*/
    .simple-product .home-slider{
        position: relative;
    }
    .simple-product .home-slider .carousel-control.left{
        left: 0;
    }
    .simple-product .home-slider .carousel-control.right{
        right: 0;
    }
    .simple-product .width-790{
        margin: 45px auto;
    }
    .simple-product .home-slider .carousel-control{
        height: 30px;
        width: 30px;
    }
    .simple-product .home-slider .carousel-control .glyphicon-chevron-left:before{
         background-position: -4030px 0; 
    }
    .simple-product .home-slider .carousel-control .glyphicon-chevron-left:after{
        
        background-position: -4000px 0;
    }
    .simple-product .home-slider .carousel-control .glyphicon-chevron-right:before{
        background-position: -4090px 0;
    }
    .simple-product .home-slider .carousel-control .glyphicon-chevron-right:after{
        background-position: -4060px 0;
    }
     /*------------------------------Start simple-product Css--------------------------------*/


    /*------------------------------Start Category Css--------------------------------*/

    .sidebar-area{
        width: 100%;
        float: none;
        border: 0;
    }
    .sidebar-col:first-child .sidebar-col-heading:first-child:before,
    .sidebar-col:first-child .sidebar-col-heading:first-child>div:after{
        display: none;
    }
    .sidebar-col-heading{
        cursor: pointer;
        padding: 0 0 8px 0;
    }
    .sidebar-col-content{
        display: none;
    }
    .sidebar-col-heading div {
           border-bottom: 1px solid #d2d7db;
    border-left: 0;
    }
    .sidebar-col {
        margin: 0 0 15px 0;
    }
    .category-product-area{
        float: none;
        width: 100%;
        padding: 0;
        margin: 30px 0 0 0;
    }
    .abt-profiles .col-sm-4{
        border-right: 0;
    }
    h1.headline-area{
        margin: 15px auto 10px auto;
        padding: 0 0px;
    }
    .breadcrumb-headline-box .page-width{
        padding: 15px 30px 33px;
        position: relative;
    }
    .category-product-col-area .product-cat-col .module-image img{
        max-width: 130px;
        max-height: 180px;
    }
    .abt-profiles .module-inner .content{
        border-bottom: 0;
        border-left: 0;
        border-right: 0;
    }
    .abt-profiles .module-inner{
        border-bottom:1px solid #d2d7db;
    }
    .abt-profiles .product-cat-col .module-image{
        padding: 10px 0 10px 0;    padding-bottom: 102%;
    }
    .category-text-width h2{
        padding: 0 0 15px 0;
        margin-bottom: 20px;
    }
    .category-product-col-area{
        margin-top: 45px;
    }
    .category-product-area .col-sm-4 {
        margin: 0 0 20px 0;
    }
    .abt-profiles .product-cat-col .module-inner .content h4{
        margin: 5px 0 4px 0;
    }
    .abt-profiles .product-cat-col .module-inner .content {
        padding: 10px 5px 10px 5px;
    }
    .pagination-wrap{
        margin: 13px auto 60px auto;
    }

    /*------------------------------End Category Css----------------------------------*/


    /*------------------------------Start Support Css----------------------------------*/

    .image-area {
        padding: 0 0 10px 0;
        margin: 25px 0 25px 0;
    }
    .page-button a{
        font-size: 13px;
        line-height: 13px;
        letter-spacing: 1px;
        padding: 12px 10px 10px 10px;
    }
    .width-790 h2:not(:first-child) {
        margin-top: 35px;
    }
    .page-divider {
        padding: 50px 0 6px;
    }
    .support-links-area h2{
        padding: 0 0 15px 0;
        margin-bottom: 20px;
    }
    .support-cols a{
     
       width: calc(50% - 16px);
		width: -moz-calc(50% - 16px);
		/* WebKit */
		width: -webkit-calc(50% - 16px);
		/* Opera */
		width: -o-calc(50% - 16px);
        font-size: 16px;
        line-height: 18px;
        letter-spacing: 1px;
        padding: 16px 10px 16px 10px;
    }
    .support-links-area {
        padding: 50px 0 70px 0;
        margin-top: 50px;
    }

    /*------------------------------End Support Css------------------------------------*/


    /*------------------------------Start News Css------------------------------------*/

    .news-sidebar-wrapper {
        margin-top: 50px;
    }
    .news-wrapper-area {
        float: none;
        width: 100%;
        padding: 0 0 0 0px;
        margin: 30px 0 0 0;
    }
    .news-title-date .news-title{
        width: 100%;
        display: block;
        letter-spacing: 1px;
    }
    .news-title-date .news-date{
        width: 100%;
        text-align: left;
        margin: 10px 0 0 0;
        display: block;
        padding: 0;
    }
    .news-title-date{
        margin: 0 0 15px 0;
    }
    .news-content {
        padding: 0 0px;
    }
    .news-wrapper {
        padding: 0 0 20px 0;
        margin: 0px 0 30px 0;
    }
    .headline-breadcrumb{
        padding: 15px 0 0 0;
    }

    /*------------------------------End News Css--------------------------------------*/
}
@media only screen and (max-width: 500px) {
	.page-width:not(.news-sidebar-wrapper) h2{
		font-size:20px;	
	}
}
@media only screen and (max-width: 370px) {
	.page-template-wincan .page-width:not(.news-sidebar-wrapper) h2{
		font-size:17px;	
	}
}
@media only screen and (max-width: 400px) {
	
	.hm-searchbox .hm-search-result ul {
    	padding: 15px;
	}
    /*-------------------------------Start Header CSS-------------------------*/

    .main-header > .container {
        padding: 0 20px 29px;
    }
    header .navbar-collapse .navbar-nav{
        padding: 100px 10px 30px;
    }
    header .navbar-nav>li>.dropdown-menu, header .navbar-nav .open .dropdown-menu{
        padding: 113px 15px 60px 15px;
    }
    .main-header .header-search{
        padding: 0 10px;
    }

    /*-------------------------------Start Header CSS-------------------------*/

    /*-------------------------------Start Footer CSS-------------------------*/

    .footer-address{
        padding: 0 20px 53px;
    }
    .footer-address .left-tel-num a {
        font-size: 32px;
        line-height: 48px;
        letter-spacing: 3.2px;
    }
    .footer-link{
        padding: 55px 20px 30px 20px;
    }

    /*-------------------------------Start Footer CSS-------------------------*/

    /*-------------------------------Start Home CSS-------------------------*/

    .home-slider .slider-button a{
        padding: 15px 22px 18px 16px;
    }
    .marquee-area h2{
        padding: 0 20px;
    }
    .page-width {
        padding: 0 15px;
    }
    .home-slider .carousel-indicators li.active,
    .home-slider .carousel-indicators li{
        width: 45px;
    }

    /*-------------------------------End Home CSS-------------------------*/

    /*-------------------------------Start Product CSS-------------------------*/

    .width-980 {
        padding: 0 20px;
    }
    .product-detail-area .panel-body{
        padding: 8px;
    }

    /*-------------------------------Start Product CSS-------------------------*/
}




@media (min-width: 768px) {
    .product-detail-area .panel-heading {
        display: none;
    }
    .product-detail-area .panel {
        border: none;
        box-shadow: none;
    }
    .product-detail-area .panel-collapse {
        height: auto;
    }
    .product-detail-area .panel-collapse.collapse {
        display: block;
    }
}