.form-control:focus,.form-control,.has-error .form-control:focus,.has-error .form-control,.has-success .form-control,.has-success .form-control:focus{  box-shadow: none;  }

.red{  color: red;}
.orange{color: #fa8b15;}
.gray{  color: #777;}
.mtop10,.mt-10{  margin-top: 10px;  }
.mtop15,.mt-15{  margin-top: 15px;  }
.mtop20,.mt-20{  margin-top: 20px;  }
.mtop30,.mt-30{ margin-top: 30px;  }
.mtop40,.mt-40{  margin-top: 40px;  }
.mtop50,.mt-50{  margin-top: 50px;  }
.mbottom10,.mb-10{  margin-bottom: 10px;  }
.mbottom15,.mb-15{  margin-bottom: 15px;  }
.mbottom20,.mb-20{  margin-bottom: 20px;  }
.mbottom30,.mb-30{  margin-bottom: 30px;  }
.mbottom40,.mb-40{  margin-bottom: 40px;  }
.mbottom50,.mb-50{  margin-bottom: 50px;  }


.show-center,.ServiceShowPic {font-size:0.95em;text-align:center;line-height:1.7em !important;color:#666666;}
.show-center img,.ServiceShowPic img {margin:auto;}
.show-left,.ServiceShowleftPic {margin-right:15px;text-align:center;color:#666666;display:inline-block;}
.show-right,.ServiceShowrightPic {margin-left:15px;text-align:center;color:#666666;display:inline-block;}
.show-center,.show-left,.show-right,
.ServiceShowPic,.ServiceShowrightPic,.ServiceShowleftPic
{font-size:0.95em;text-align:center;line-height:1.7em !important;}
.show-center img,.show-left img,.show-right img,
.ServiceShowPic img,.ServiceShowrightPic img,.ServiceShowleftPic img
{display:block;max-width:100%;height:auto;margin-bottom:15px;margin-left:auto;margin-right:auto;}



.Reference,.reference{  font-size: 0.95em;  color: #666666;  }
.Reference p,.reference p{  margin-bottom: 10px;  }
.Reference ol,.reference ol{  margin-bottom: 15px;  padding-left: 15px;  }

@media only screen and (min-width:992px) {
    .ServiceShowrightPic,.show-right{
        float: right;
    }
    .ServiceShowleftPic,.show-left{
        float: left;
    }
}



.service-box ul,.service-box ol,.product-box ul,.product-box ol{
    margin-bottom: 20px;
}
.service-box ul ul,.product-box ul ul{
    margin-bottom: 10px;
}
table{
    width: 100%;
    border: 1px solid #ddd;
    margin-bottom: 25px;
}
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: 10px 8px;
    line-height: 1.428571429;
    border-top: 1px solid #ddd;
    vertical-align: middle;
}
.service-table tr:first-child,.service-tr{
    background: #82ab28;
    color: #fff;
}
.service-table tr:first-child a,.service-tr a,.service-table tr:first-child a:hover,.service-tr a:hover{
    color: #fff;
}
.service-table tr:first-child a:hover,.service-tr a:hover{
    text-decoration: underline;
}


/*---------------services end ---------------*/

.control-form input[type=radio], .control-form input[type=checkbox] {
    margin: 7px 0 0 0;
    line-height: normal;

}


@media (min-width: 992px){
    .col-md-9.service-box{
        padding-left: 50px;
    }
}
.index-one{
    position: relative;
}



@media (min-width: 1400px) {
    .one-box{
        left: 50%;
    }
}
@media (min-width: 992px) and (max-width: 1400px) {
    .one-box{
        left: 35%;
    }
}
@media (min-width: 992px){
    .one-box{
        position: absolute;
        right: 0;
        top: -150px;
        background-color: #fff;
        padding: 60px 260px 20px 60px;
        z-index: 2;
        border-radius: 30px 180px 0 0;
    }
    .one-box img{
        position: absolute;
        right: 0;
        top: -100px;
    }
}
@media (max-width: 992px){
    .one-box img{
        position: absolute;
        right: 0;
        top: -80px;
        width: 35%;
        height: auto;
    }
    .one-box{
        padding: 100px 20px 20px 20px;
    }
}


.index-title{
    color: #152c2c;
    margin: 65px 0 55px 0;
    font-size: 2.8rem;
    position: relative;
}
.index-title a{
    color: #152c2c;
}
.index-two .index-title{
    margin: 85px 0 55px 0;
}
@media (min-width: 992px) {
    .index-title{
        font-family: 'Montserrat';
    }
}
.index-title span{
    color: #fff;
}
.index-two .index-title span{
    color: #82ab28;
}
.index-two .index-title:before{
    background: none;

}
.index-title:before{
    content: '';
    display: inline-block;
    width: 70px;
    height: 5px;
    background: #e66417;
    border-radius: 5px;
    position: absolute;
    top: -20px;
}

.index-two{
    background: #fff;
    padding-top: 20px;
}
@media (min-width: 992px) {
    .index-product .col-md-2{
        width: 20%;
    }
}
.index-product{
    padding-top: 30px;
}
.index-product a{
    display: block;;
    margin: 40px 0;
    text-align: center;
}
.index-product a>span{
    font-size: 70px;
    display: inline-block;
    margin-bottom: 20px;
    width: 90px;
    height: 90px;
    line-height: 90px;
    border-radius: 100px;
    background: #f2f2f2;
    color: #82ab28;
}
.index-product a:hover>span{
    background: #54c7db;
    color: #fff;
}
.index-product a:hover h4{
    color: #54c7db;
}
.index-product a h4{
    font-weight: normal;
    font-size: 1.6rem;
    color: #666;
}
.view-more{
    color: #de662f;
    text-decoration: underline;
}
.view-more:hover{
    color: #de662f;
    text-decoration: none;
}

.index-three{
    background-image: url(../images/index-three-bg.jpg);
    background-image: -webkit-image-set( url(../images/index-three-bg.webp) 1x,url(../images/index-three-bg.webp) 2x,url(../images/index-three-bg-xs.webp) 3x );
    background-image: image-set( url(../images/index-three-bg.webp) 1x,url(../images/index-three-bg.webp) 2x,url(../images/index-three-bg-xs.webp) 3x );
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
}
@media (min-width: 992px) {
    .index-three{
        padding: 70px 0;
    }
    .index-three p{
        font-size: 1.3em;
    }
    .index-three .row{
        display: flex;
    }
    .index-three div[class*='col-md']{
        display: flex;
        align-items: center;
    }
    .index-three .col-md-2{
        justify-content: right;
    }
}
@media (max-width: 992px){
    .index-three{
        padding: 50px 0 70px 0;
    }
    .index-three .index-title{
        margin-bottom: 25px;
    }
}
.index-contact{
    display: inline-block;
    padding: 12px 36px;
    background: #de662f;
    color: #fff;
    border-radius: 30px;
}
.index-contact:hover,.index-contact:focus{
    background: #82ab28;
    color: #fff;
}

.index-four{
    background-color: #f1f2f2;
}

.four-list{
    color: #47512B;
}
.four-list:hover{
    background: #e6eadc;
    color: #47512B;
}
@media (min-width: 992px) and (max-width:1920px ){
    .index-four .container,.index-five .container,.index-seven .container{
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 0;
    }
}
@media (min-width: 992px) {
    .index-four .row,.index-five .row,.index-seven .row{
        margin: 0;
    }
    .index-four .col-md-4,.index-five .col-md-6{
        padding: 0;
    }
    .four-list{
        display: flex;
        padding: 80px 20px;
    }
    .four-list>div{
        padding-left: 25px;
    }
}
@media (max-width: 992px) {
    .four-list{
        display: block;
        padding: 20px;
    }
}
.four-list img{
    margin-bottom: 20px;
}

@media (min-width: 992px) {
    .index-five .row,.index-five div[class*="col-md"]{
        display: flex;
        flex-wrap: wrap;
    }
}

.index-five a{
    display: block;
    color: #fff;
    height: 100%;
}
.index-five .row .col-md-6:nth-child(2) a{
    background: #82ab28;
}
.index-five h3{
    font-size: 2.2rem;
}
.five-pic{
    height: 62vh;
    max-height: 400px;
}
.five-pic-1{
    background-image: url(../images/index-five-1.jpg);
    background-image: -webkit-image-set( url(../images/index-five-1.webp) 1x,url(../images/index-five-1.webp) 2x,url(../images/index-five-1.webp) 3x );
    background-image: image-set( url(../images/index-five-1.webp) 1x,url(../images/index-five-1.webp) 2x,url(../images/index-five-1.webp) 3x );
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.five-pic-2{
    background-image: url(../images/index-five-2.jpg);
    background-image: -webkit-image-set( url(../images/index-five-2.webp) 1x,url(../images/index-five-2.webp) 2x,url(../images/index-five-2.webp) 3x );
    background-image: image-set( url(../images/index-five-2.webp) 1x,url(../images/index-five-2.webp) 2x,url(../images/index-five-2.webp) 3x );
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.five-box-1{
    background: #e17543;
    padding: 50px 10%;
    min-height: 240px;
    position: relative;
}
.five-box-1:before{
    content: '';
    display: block;
    width: 100%;
    height: 40px;
    background: rgba(210,103,56,.9);
    position: absolute;
    top: -40px;
    left: 0;
}
.five-box-2{
    background: #82ab28;
    padding: 50px 10%;
    min-height: 240px;
    position: relative;
}
.five-box-2:before{
    content: '';
    display: block;
    width: 100%;
    height: 40px;
    background: rgba(130,171,40,.9);
    position: absolute;
    top: -40px;
    left: 0;
}
.index-six{
    background-image: linear-gradient(to right, #49bfd9 , #89bbd4);
    padding: 70px 0 50px 0;
    color: #fff;
}
.index-six .index-title{
    margin: 45px 0 55px 0;
}
.index-seven{
    background: #fff;
}
.seven-a{
    display: block;
    border-radius: 20px;
    background: #fff;
    position: relative;
    z-index: 2;
    color: #47512B;
    transition: all ease .4s;
}
.seven-a:hover .view-more{
    color: #fff;
}
.seven-bg{
    background-image: url(../images/index-seven-1.jpg);
    background-image: -webkit-image-set( url(../images/index-seven-1.webp) 1x,url(../images/index-seven-1.webp) 2x,url(../images/index-seven-1.webp) 3x );
    background-image: image-set( url(../images/index-seven-1.webp) 1x,url(../images/index-seven-1.webp) 2x,url(../images/index-seven-1.webp) 3x );
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
@media (min-width: 992px) {
    .seven-a h2{
        font-family: 'Montserrat', sans-serif;
    }
    .seven-a{
        padding: 40px 120px 40px 0;
        margin: 95px -60px 0 0;
    }
    .seven-a:hover,.seven-a:focus{
        color: #fff;
        background: linear-gradient(to right, #a8b752, #82ab28, #809f39);
        margin: 95px -120px 0 0;
        padding: 40px 120px 40px 60px;
    }
    .seven-pic{
        background: #E8EDDA;
        padding: 50px 0;
    }
    .seven-a:after{
        content: '\e947';
        font-family: 'icomoon';
        font-size: 150px;
        position: absolute;
        right: -20px;
        top: 130px;
        color: #eaeaea;
    }
    .seven-bg{
        margin-left: -70px;
        width: 100%;
        height: 400px;
    }
}
@media (max-width: 992px){
    .index-seven{
        padding-top: 40px;
    }
    .seven-a:hover,.seven-a:focus{
        color: #82ab28;
    }
    .seven-bg{
        height: 200px;
    }
}


/*foot*/
.foot-box{
    color: #152c2c;;
    padding: 50px 0 20px 0;
    background: #fff;
}
.foot-box h3{
    font-size: 1.8rem;
}
.foot-box a{
    color: #152c2c;
}
.foot-box a:hover,.foot-box a:focus{
    color: #82ab28;
}
.foot-box ul{
    list-style: none;
    padding-left: 0;
}
.foot-box .share-box{
    margin-bottom: 30px;
}
.foot-box .share-box a{
    font-size: 16px;
    color: #fff;
}
.foot-copy{
    font-size: .9em;
}
.foot-copy div[class*='col-md']{
    margin-bottom: 20px;
}
.backtop{
    position: fixed;
    right: 5px;
    bottom: 50px;
    cursor: pointer;
    color: #999;
    z-index: 20;
    background:none;
    text-align: center;
    width: 50px;
    height: 50px;
    font-weight: bold;
    line-height: 50px;
    border: 2px solid #999;
    border-radius: 50px;
    font-size: 22px;
}
@media (min-width: 992px) {
    .foot-box .row{
        display: flex;
        justify-content: space-between;
    }
    .foot-box .row:before,.foot-box .row:after{
        display: none;
    }
    .foot-logo{
        text-align: right;
    }
}
/*foot*/

.side-title{
    background: #82ab28;
    color: #fff;
    padding: 10px 5px;
    font-weight: normal;
    margin-bottom: 0;
}
.side-title a,.side-title a:hover,.side-title a:focus{
    color: #fff;
}

ul.navMenu{
    padding-top: 15px;
    padding-left: 0;
    background: #f2f2f2;
}
.navMenu> li {display: block; margin: 0 0 10px 0;padding-bottom:10px;border-bottom: 1px solid #ddd;  position: relative; padding-left: 5px;line-height: 1em}
.navMenu>li.open>ul.sub-menu{display: block;}
.navMenu>li.open>ul.sub-menu>li.open>ul.sub-menu{display: block;}
.navMenu>li>a {display: inline-block;overflow: hidden;color:#203552;transition: all .3s; position: relative; text-decoration: none;  padding:0;  width: 87%;line-height: 1.56em;font-weight: bold;}
.navMenu>li>a:hover{color: #e68124;}
.arrow:before {cursor: pointer;content: "\e94f";float: right;padding:0 8px;display: inline;font-family: "icomoon";color: #617590;}
.arrow.open:before {cursor: pointer; float: right;padding:0 8px; display: inline; font-family: "icomoon";content: "\e944";color: #617590; }
.navMenu> li>span.arrow:before{
    padding:4px 8px;
}
.navMenu>li>a:before{
    position: absolute;
    top: 5px;
    left: 0;
    font-family: "icomoon";
    font-weight: 900;
    color: #666;
}
.navMenu>li>ul.sub-menu{
    margin-top: 10px;
}

.navMenu>li>ul.sub-menu>li>ul.sub-menu{
    margin: 7px 0;
}
.navMenu>li>ul.sub-menu, .navMenu>li>ul.sub-menu>li>ul.sub-menu {
    list-style: none;
    padding: 0;
    display: none;
}

.navMenu>li>ul.sub-menu>li>ul.sub-menu>li>a:hover{
    color: #e68124;
}
.navMenu>li>ul.sub-menu>li>ul.sub-menu>li>a:before{
    color: #333;
}
.navMenu>li ul.sub-menu li{
    margin-bottom: 7px;
}
.navMenu>li ul.sub-menu>li>a{
    display: inline-block;
    line-height: 1.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    width: 85%;
    color: #2a394e;
}
.navMenu>li>ul.sub-menu>li>a:hover{
    color: #e68124;
}
.navMenu>li>ul.sub-menu>li>a:before{
    top: 3px;
    position: absolute;
    left: 0;
    color: #e68124;
}
.navMenu>li>ul.sub-menu .sub-menu li>a {
    display: inline-block;
    padding-left: 15px;
    line-height: 1.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    width: 85%;
    color: #048ca9;
}
.navMenu>li>ul.sub-menu .sub-menu .sub-menu{
    list-style: none;
    font-size: .95em;
    padding: 5px 0 0 0;
    display: none;
    margin-top: 0;
}

.navMenu>li>ul.sub-menu .sub-menu .sub-menu li>a{
    color: #555;
    padding-left: 15px;
}
.navMenu>li>ul.sub-menu .sub-menu .sub-menu li>a:before{
    content: '';
}
.navMenu>li>ul.sub-menu .sub-menu li>a:before{
    content: ' ';
    font-size: .8em;
    top: 0;
    position: absolute;
    left: 0;
    color: #ddd;
}
.navMenu>li>ul.sub-menu .sub-menu .sub-menu .sub-menu {
    padding: 8px;
    margin-bottom: 0;
    background: #eeeeee;
}

.service-bg{
    box-shadow: 0 0 15px #ddd;
    padding: 30px 20px;
    margin: 30px 0;
    background: #fff;
    min-height: 90vh;
}
.bread-box a{
    color: #777;
}
.breadcrumb>li.active{
    color: #777;
}
.bread-box .breadcrumb{
    background: none;
    margin: 0;
    padding: 0;
    color: #777;
}
.bread-box .breadcrumb>li{
    margin-bottom: 6px;
}
.bread-box .breadcrumb>li+li:before{
    color: #999;
    padding: 0 5px;
    font-size: .9em;
}

.title-name{
    font-size: 3.2rem;
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: 10px;
    color: #163354;
}
.service-list{
    margin-bottom: 20px;
}
.service-list a{
    display: block;
    margin-bottom: 20px;
    height: 110px;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}
.services-pic{
    position: relative;
    height:100%;
}
.services-pic img{
    position: absolute;
    top: 50%;
    left: 50%;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}

.service-list .col-md-4:nth-child(1) a,.service-list .col-md-4:nth-child(2) a{
    height: 240px;
}
.service-list h3{
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    color: #fff;
    z-index: 2;
    margin: 0;
    font-size: 1.7rem;
}

.identify-box{
    position: relative;
}
.identify-box .check-fa {
    position: absolute;
    top: 15px;
    right: 170px;
    font-size: 22px;
    color: #048ca9;
}

.identify-box img{
    position: absolute;
    top:5px;
    right:5px;
    height:40px;
    cursor:pointer;
    border: none;
    width: 120px;
}
.inquiry-part label>span{
    color: #e68124;
}

.form-control{
    background: #fff;
    border: 1px solid #ddd;
    color: #222;
    font-size: 1.6rem;
    height: 50px;
}

.input-group .input-group-addon:hover{
    cursor: pointer;
}
.form-control:hover,.form-control:focus{
    border: 1px solid #999;
    outline: none;
}
.form-control::-webkit-input-placeholder {
    color: #888;
    font-size: 1.5rem;
}
.form-control:-moz-placeholder {
    color: #888;
    font-size: 1.5rem;
}
.form-control::-moz-placeholder {
    color: #888;
    font-size: 1.5rem;
}
.form-control:-ms-input-placeholder {
    color: #888; !important;
    font-size: 1.5rem;
}
.form-control::-ms-input-placeholder {
    color: #888;
    font-size: 1.5rem;
}
.form-control::placeholder {
    color: #888;
    font-size: 1.5rem;
}
.side-inquiry .form-control{
    background: #f7f7f7;
}
.side-inquiry{
    background: #f2f2f2;
}
.side-inquiry .inquiry-part{
    padding: 35px 10px 15px 10px;
    margin: 0;
}
.side-inquiry .form-group{
    margin-bottom: 20px;
}
.side-inquiry div[class*='col-md'].form-group{
    width: 100%;
}

.side-one{
    display: block;
    background: url(../images/side-contact.jpg) no-repeat center;
    background-size: cover;
    height: 200px;
    margin: 50px 0;
    text-align: center;
    padding-top: 30px;
}
.side-one:hover>span,.side-one:focus>span{
    background: #82ab28;
}
.side-one span{
    display: inline-block;
    padding: 10px 30px;
    background: #37aea3;
    color: #fff;
    border-radius: 5px;
}
.pro-detail div[class*="col-md"]{
    margin-bottom: 22px;
    word-wrap: break-word;
}
.detail-info{
    border-top: 1px solid #82ab28;
    padding: 10px 5px;
    background: #f4f4f4;
    color: #82ab28;
    margin-top: 15px;
}
.contact-box{
    background: #82ab28;
    color: #fff;
    padding: 20px;
    margin-right: -20px;
}
.contact-box ul{
    list-style: none;
    padding: 0;
}
.contact-box a,.contact-box a:hover,.contact-box a:focus{
    color: #fff;
}

.contact-inquiry .inquiry-part{
    background: #fff;
    padding: 30px 0;
    margin: 0;
}
.inquiry-part{
    margin: 10px 0 20px 0;
}
.inquiry-title{
    margin-top: 40px;
    font-size: 2rem;
    margin-bottom: 30px;
}

.inquiry-submit{
    border: none;
    padding: 10px 20px;
    font-weight: bold;
    background: #82ab28;
    color: #fff;
    border-radius: 6px;
}

.inquiry-submit:hover,.inquiry-submit:focus{
    background: #e68124;
}

@media (min-width: 992px) {
    .product-list{
        display: flex;
        flex-wrap: wrap;
    }
    .product-list div[class*="col-md"]{
        display: flex;
    }
}
.product-list .list-one{
    border: 1px solid #ddd;
    width: 100%;
    text-align: center;
    position: relative;
    margin-bottom: 20px;
    margin-left: 2px;
}
.product-list h4{
    margin: 0;
    padding:10px;
    border-top: 1px solid #ddd;
    font-size: 1.6rem;
    font-weight: normal;
    display: flex;
    height: calc(100% - 120px);
    align-items: center;
    justify-content: center;
    word-break: break-word;
    width: 100%;
    color: #222;
}
.product-list h4:hover{
    color: #82ab28;
}
.list-structure{
    height: 120px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 10px;
}
.list-structure img{
    max-height: 100%;
    max-width: 100%;
}
.list-one:hover .list-top{
    opacity: 1;
}
.list-top{
    position: absolute;
    top: 0;
    left: 0;
    height: 120px;
    right: 0;
    z-index: 2;
    background: rgba(0,0,0,.1);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all ease .4s;
}
.list-top a{
    display: inline-block;
    padding: 8px 5px;
    width: 50%;
    color: #fff;
}
.list-inquiry{
    margin-right: 10px;
    background: #82ab28;
}
.list-inquiry:hover{
    background: #37aea3;
}
.list-more{
    display: flex;
    height: 100%;
    flex-wrap: wrap;
    width: 100%;
}


.product-page{
    text-align: right;
    margin: 50px 0;
}
.pagination>li>a, .pagination>li>span{
    margin-right: 10px;
    border-radius: 20px;
    min-width: 40px;
    height: 40px;
    text-align: center;
    color: #82ab28;
    line-height: 36px;
    display: inline-block;
    float: none;
    position: static;
    padding: 0 12px;
}

.pagination>li>a:hover{
    background: #82ab28;
    color: #fff;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus{
    background: #82ab28;
    border: 1px solid #82ab28;
}
.pagination>li:first-child>a, .pagination>li:first-child>span,.pagination>li:last-child>a, .pagination>li:last-child>span{
    border-radius: 20px;
}



.successinfo {
    line-height: 30px;
    color: #888888;
    padding-right: 20px;
    padding-bottom: 20px;
    margin-top: 50px;
}
.successinfo .iconarea .iconunit{text-align:center;display:block; width:40px;height:40px; border-radius:40px; background-color:#82ab28;color:#ffffff;line-height:40px;font-weight: bolder;font-size:22px; position:relative;z-index:9;}
.successinfo .tit{font-size:24px;font-weight:bold;color:#82ab28; display:block;}
.successinfo .iconarea .iconunit img{top:10px;left:5px;position:absolute; z-index:10;}



.basket-table,.cart{
    border: none;
}
.basket-table>tbody>tr>td {
    background: #fff;
    border-bottom: 12px solid #f8fafa;
    padding: 10px;
}
.cart>thead>tr>th, .cart>tbody>tr>td {
    background: #fff;
    border-bottom: 12px solid #f8fafa;
    vertical-align: middle;
}

.info-title {
    margin: 10px 0;
}
.info-input {
    margin-bottom: 15px;
}
.info-box {
    margin-bottom: 30px;
}
.info-title-one {
    padding: 15px;
    margin-bottom: 20px;
    background: #e9f4f2;
    line-height: 1.2em;
    font-weight: bold;
    font-size: 17px;
}
.info-title-two {
    padding: 15px;
    background: #f4f5f5;
    color: #3895b8;
    font-weight: normal;
}
.info-title-two p,.info-title-two h4{
    margin-bottom: 10px;
}

.info-title-two label{
    cursor: pointer;
}

.pull-right {
    float: right !important;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.input-group .input-group-addon:first-child,.input-group .input-group-addon:last-child{
    height: 30px;
    padding: 5px 10px;
    font-size: 14px;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell;
    line-height: 1;
}
.input-group .input-group-addon:first-child{
    border-radius: 3px 0 0 3px;
    border-right: none;
}

.input-group .input-group-addon:last-child{
    border-radius: 0 3px 3px 0;
    border-left: none;
}
.input-group-sm>.form-control{
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0;
    border: 1px solid #ccc;
}


#QC-Offline a {
    display: block;
    margin-top: 15px;
    padding: 8px 10px;
    background: #e4edf5;
    border-radius: 5px;
    text-align: center;
    position: relative;
    font-weight: bold;
    transition: all ease .4s;
    border: 1px solid transparent;
}

#QC-Offline a:hover,#QC-Offline a:focus {
    border: 1px solid #a9c3db;
    background: none;
    color: #428bca;
    cursor: pointer;
}

#QC-Offline a:before {
    content: "\e948";
    font-family: 'icomoon';
    font-weight: normal;
    font-size: 1.2em;
    vertical-align: middle;
    margin-right: 5px;
}

.search-list {
    margin-bottom: 25px;
}

@media(min-width: 992px) {
    .search-list {
        grid-gap: 4px;
        margin-bottom: 25px;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
    }
}
@media(max-width: 992px){
    .search-list a{
        margin-bottom: 10px;
    }
}
.search-list a,.search-list span {
    display: block;
    align-content: center;
    padding: 5px 10px;
    background: linear-gradient(to right, #edf6f7, #f9f9f9);
    transition: all ease .4s;
    min-height: 50px;
    line-height: 1.4em;
    font-weight: bold;
}

.search-list a:hover {
    transform: scale(1.03);
    background: linear-gradient(to right, rgba(248, 227, 201, 0.9), rgba(229, 246, 228, 0.5));
}