/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
body {
    margin: 0;
    padding: 0;
    background: #f3f6f5 !important;
    /*font-family: 'Noto Sans', sans-serif;*/
    font-family: 'Varela Round', sans-serif;

}

body a {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
}

p,
label {
    margin: 0;
}

ul {
    margin: 0;
    padding: 0;
}

/*--popup--*/
.agileits {
    padding: 3em;
    width: 60%;
    margin: 0 auto;
    background: #000;
}

.agileinfo {
    text-align: center;
    margin-bottom: 2em;
}

.agileinfo h6 {
    font-size: 2em;
    color: #62BF43;
    font-family: 'Glegoo', serif;
    margin-bottom: 0.3em;
    font-weight: bold;
}

.agileinfo p {
    font-size: 0.9em;
    color: #999;
}

.latter-left {
    text-align: center;
    width: 60%;
    margin: 0 auto;
}

.w3agile-left input[type="text"] {
    border: 1px solid #999;
    outline: none;
    float: left;
    color: #999;
    font-size: 1em;
    width: 100%;
    padding: 9px 20px;
}

.w3agile-left input[type="submit"] {
    border: none;
    outline: none;
    color: #fff;
    font-size: 1em;
    background: #FC6914;
    padding: 9px 20px;
    width: 100%;
    margin-top: 1em;
}

.w3agile-left input[type="submit"]:hover {
    background: #62BF43;
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
}

button.close.close-w3 {
    top: -20px;
    position: absolute;
    right: -23px;
    font-size: 17px;
    background: #FC6914;
    opacity: 1;
    color: #fff;
    border-radius: 100px;
    width: 25px;
    height: 25px;
}

.modal-dialog.modal-lg.wthree-1 {
    position: absolute;
    bottom: 0px;
    right: 0;
}

/*----*/
img.img-head {
    position: absolute;
    top: 0;
}

.hyper {
    margin: auto;
    padding: 0 50px;
    display: inline-block;
    position: relative;
    text-decoration: none;
    color: black;
    width: auto;
    overflow: hidden;
    z-index: 2;
    transition: all .5s ease;
}

.hyper span {
    z-index: 2;
    position: relative;
}

.hyper:hover {
    color: white;
}

.hyper:hover:before {
    right: 95%;
    opacity: 1;
}

.hyper:hover:after {
    left: 5%;
    opacity: 1;
}

.hyper:before {
    opacity: 0;
    content: '';
    display: block;
    position: absolute;
    background: #E32051;
    width: 4px;
    height: 100%;
    top: 0;
    right: 100%;
    transition: all .6s ease;
}

.hyper:after {
    opacity: 0;
    content: '';
    display: block;
    position: absolute;
    background: #3b5998;
    width: 100%;
    height: 100%;
    top: 0;
    left: 100%;
    transition: all .5s ease;
}

.active a:before {
    opacity: 1;
    right: 95%;
}

.active1 a:before,
.active1 a:hover:before {
    opacity: 1;
    right: 97%;
}

.active1 a:after,
.active1 a:hover:after {
    left: 3%;
    opacity: 1;
}

/*-- header --*/
.header {
    text-align: center;
    margin-top: 2em;
}

.logo h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 3em;
    color: #000;
    display: inline-block;
    position: relative;
}

.logo h1 a {
    text-decoration: none;
    color: #000;
}

.logo h1 span {
    font-size: 12px;
    display: block;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-family: 'Noto Sans', sans-serif;
    padding-top: 4px;
}

.logo h1 b {
    font-size: 8px;
    background: #ED0612;
    font-weight: normal;
    padding: 3px;
    display: inline-block;
    position: absolute;
    top: 8px;
    left: -2px;
    color: #fff;
    line-height: 8px;
}

.head-t {
    margin: 1em 0;
}

.card li {
    display: inline-block;
}

.card li a {
    display: inline-block;
    color: #999;
    font-size: 0.9em;
    margin: 0 0.5em;
}

.card li a i {
    margin-right: 5px;
    color: #3b5998;
}

/*--social--*/
.social-top li {
    display: inline-block;
}

.icon {
    border-radius: 100px;
    cursor: pointer;
    display: inline-block;
    font-size: 0.9em;
    height: 35px;
    line-height: 37px;
    margin: 0 2px;
    position: relative;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 35px;
}

/* Circle */
.icon span {
    border-radius: 0;
    display: block;
    height: 0;
    left: 50%;
    margin: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 0;
}

.icon:hover span {
    width: 35px;
    height: 35px;
    border-radius: 100px;
    margin: -18px;
}

.twitter span {
    background-color: #4099ff;
}

.facebook span {
    background-color: #3B5998;
}

.pinterest span {
    background-color: #CB2028;
}

.dribbble span {
    background-color: #E04D84;
}

/* Icons */
.icon i {
    background: none;
    color: #000;
    height: 35px;
    left: 0;
    line-height: 35px;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 35px;
    z-index: 10;
}

.icon .fa-twitter {
    color: #4099ff;
}

.icon .fa-facebook {
    color: #3B5998;
}

.icon .fa-pinterest-p {
    color: #CB2028;
}

.icon .fa-dribbble {
    color: #E04D84;
}

.icon:hover .fa-facebook,
.icon:hover .fa-twitter,
.icon:hover .fa-pinterest-p,
.icon:hover .fa-dribbble {
    color: white;
}

/*--social--*/
/*--nav--*/
.navbar-nav {
    float: right;
    margin: 0;
    padding-top: 5px;
}

.nav>li {
    float: left;
    display: inline-block;
}

ul.multi-column-dropdown {
    text-align: left;
}

.multi-column-dropdown li a {
    display: block;
    clear: both;
    line-height: 1.428571429;
    color: #737373 !important;
    white-space: normal;
    font-size: 13px;
}

.multi-column-dropdown li a i {
    margin-right: 7px;
}

.multi-column-dropdown li {
    list-style-type: none;
    margin: 7px 0;
}

.multi-column-dropdown li a:hover {
    color: #000 !important;
}


.w3l {
    padding: 0;
}

.w3l img {
    margin-top: 2em;
}

nav.navbar.navbar-default {
    float: left;
    height: 44px;
}

.cart {
    float: right;
    cursor: pointer;
    margin-top: 11px;
    width: 9%;
}





/*--nav--*/
.multi-column-dropdown li a {
    color: #999 !important;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    background-color: #3b5998;
    color: #fff;
}

.nav>li>a {
    padding: 6px 20px !important;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border: none;
}

.navbar-default {
    background: none;
    border: none;
}

.navbar-collapse {
    padding: 0;
}

ul.multi-column-dropdown h6 {
    font-size: 1.5em;
    color: #000;
    margin: 0 0 1em;
    padding: 0.7em 0;
    border-bottom: 2px solid #62BF43;
    text-transform: capitalize;
    font-family: 'Glegoo', serif;
}

.dropdown-menu.multi {
    min-width: 745px;
    padding: 30px 30px;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background: none;
    border: none;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background-color: transparent;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #FFF;
    background-color: transparent;
}

.navbar-default .navbar-nav>li>a:focus {
    color: #fff;
}

.navbar {
    min-height: auto;
    margin-bottom: 0px;
    width: 100% !important;
}

.dropdown-menu {
    top: 98%;
    left: -85%;
}

.multi1 {
    left: -330%;
}

.row1 {
    padding-left: 0;
    padding-right: 7px;
}

.row2 {
    padding-right: 0;
    padding-left: 7px;
}

.row-top {
    margin-top: 1em;
}

.navbar-default .navbar-nav>.open>a:hover {
    color: #fff;
}

.navbar-default .navbar-nav>.open>a:focus {
    color: #999;
}

span.fa.fa-shopping-cart.my-cart-icon {
    position: absolute !important;
    font-size: 1.5em;
    color: #E32051;
}

.badge {
    display: inline-block;
    width: 18px;
    height: 18px;
    line-height: 19px;
    padding: 0;
    font-size: 10px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #3b5998;
    border-radius: 10px;
}

.multi1 {
    top: 98%;
    left: -129%;
}

.multi2 {
    top: 98%;
    left: -275%;
}

/*-- //header --*/
/*--banner--*/
.banner-info {
    margin: 8em 0;
    text-align: center;
}

.banner-info h3 {
    color: #fff;
    font-size: 3em;
    width: 80%;
    margin: 0 auto 1em;
}

.search-form {
    width: 55%;
    margin: 0 auto;
}

.search-form input[type='text'] {
    width: 93%;
    padding: 10px;
    outline: none;
    font-size: 1em;
    color: #fff;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.45);
}

.search-form input[type='submit'] {
    width: 40px;
    height: 41px;
    outline: none;
    border: 1px solid #fff;
    background: url(../images/can.png) no-repeat 6px 7px #3b5998;
    display: inline-block;
}

.search-form input[type='submit']:hover {
    background: url(../images/can.png) no-repeat 6px 7px #E32051;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

::-webkit-input-placeholder {
    color: #fff;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
}

:-ms-input-placeholder {
    color: #fff;
}

/*-- //to-top --*/
.spec {
    text-align: center;
    margin-bottom: 3em;
}

.spec h3 {
    font-size: 3em;
    color: #000;
    margin-bottom: 0.5em;
}

.ser-t {
    text-align: center;
    margin: 0 auto;
    width: 20%;
    position: relative;
}

.ser-t b {
    width: 100%;
    height: 2px;
    display: block;
    background: #E32051;
    margin-bottom: 3px;
}

.ser-t b.line {
    width: 80%;
    margin: 0 auto;
}

.ser-t span {
    width: 40px;
    height: 40px;
    display: block;
    background: #fff;
    position: absolute;
    top: -7px;
    left: 42%;
}

.ser-t span i {
    width: 20px;
    height: 20px;
    display: block;
    border: 2px solid #3b5998;
    -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
    -moz-transform: rotate(45deg) translate3d(0, 0, 0);
    -ms-transform: rotate(45deg) translate3d(0, 0, 0);
    -o-transform: rotate(45deg) translate3d(0, 0, 0);
    transform: rotate(45deg) translate3d(0, 0, 0);
    margin-left: 0.7em;
}

/*--content--*/
.content-top {
    padding: 4em 0 0;
}

.offer-w3agile {
    padding: 6em 0;
}

.wthree-of {
    margin-top: 5em;
}

.tab-head {
    margin: 1em 0 0;
}

.tabs li {
    display: inline-block;
}

ul.nav.tabs {
    text-align: center;
    margin-bottom: 4em;
}

.tabs li a {
    font-size: 1em;
    color: #8A8A8A;
    padding: 16px 17px !important;
    display: inline-block;
}

.tabs li.active {
    border-bottom: 2px solid #000
}

.nav>li>a:hover,
.nav>li>a:focus {
    /*background: none;*/
}

.tab-content-t {
    padding: 0em !important;
}


/*----*/
.mid-1 h6 {
    font-size: 1.2em;
}

.mid-1 h6 a {
    color: #000000;
    text-decoration: none;
}

.mid-1 h6 a:hover {
    color: #3b5998;
}

.mid-2 p {
    float: left;
    font-size: 0.9em;
    color: #B4B4B4;
}

.mid-2 p em {
    font-style: normal;
}

.mid-2 p label {
    text-decoration: line-through;
    font-weight: 400;
    margin-right: 6px;
}

.mid-2 {
    padding: 1em 0;
}

.mid-1 {
    padding: 3em 0 0;
}

.block {
    float: right;
}

.add {
    text-align: center;
}

.col-m {
    padding: 1em;
    border: 1px solid #B2B2B2;
}

.offer-img {
    position: relative;
    display: block;
}

.offer-img img {
    margin: 0 auto;
    width: 55%;
}

.offer {
    position: absolute;
    top: 0;
    right: -15px;
    border: 2px solid #ED0612;
    border-radius: 100px 0 0 100px;
    padding: 2px;
}

.offer p {
    background: #ED0612;
    border-radius: 100px 0px 0px 100px;
    text-align: center;
    line-height: 0em !important;
    font-size: 0.9em !important;
    padding: 7px;
}

.offer span {
    color: #fff;
    font-size: 11px;
    text-align: center;
    display: inline-block;
    font-weight: bold;
}

.modal-body {
    padding: 1em 1em 0em;
}

.modal-footer {
    margin-top: 0px;
}

div#my-cart-empty-message {
    margin: 0;
}

/*--cart--*/
.my-cart-b {
    background: none;
    text-decoration: none;
    color: #E32051;
    font-size: 1em;
    border: 2px solid #E32051;
    border-radius: 50px;
    padding: 0.5em 1em;
    outline: none;
}

a:focus {
    outline: thin dotted;
    outline: none;
    outline-offset: -2px;
}

/* Sweep To Bottom */
.my-cart-b {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.my-cart-b:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #E32051;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-radius: 50px;
    border: 2px solid #E32051;
}

.my-cart-b:hover,
.my-cart-b:focus,
.my-cart-b:active {
    color: white;
    background: none;
    border: 2px solid #E32051;
    outline: none !important;
}

.my-cart-b:hover:before,
.my-cart-b:focus:before,
.my-cart-b:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

/*--content--*/
/*--product--*/
.span-1 h3 {
    color: #000;
    font-size: 1.8em;
}

p.in-para {
    color: #B3B3B3;
    font-size: 0.9em;
    line-height: 2em;
    margin: 1em 0;
    border-bottom: 1px solid #f0f0f0;
    border-top: 1px solid #f0f0f0;
    padding: 1em 0;
}

.price_single {
    padding-bottom: 1em;
}

span.reducedfrom {
    color: #3b5998;
    font-size: 1.5em;
}

h4.quick {
    color: #000;
    font-size: 1.2em;
    text-transform: uppercase;
    margin-top: 1em;

}

p.quick_desc {
    color: #B3B3B3;
    font-size: 0.9em;
    line-height: 2em;
    margin: 1em 0 2em;
}

/* Shutter In Vertical */
.my-cart-btn1 {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    background-color: #3b5998;
    color: #fff;
    padding: 0.5em 1em;
    font-size: 1em;
    text-decoration: none;
    border: none;
}

.my-cart-btn1:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #E32051;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border: none;
}

.my-cart-btn1:hover,
.my-cart-btn1:focus,
.my-cart-btn1:active {
    color: white;
    text-decoration: none;
    border: none;
    background: #3b5998;
    border-radius: 0;
}

.my-cart-btn1:hover:before,
.my-cart-btn1:focus:before,
.my-cart-btn1:active:before {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    text-decoration: none;
}


ul.product-qty {
    padding: 0;
    list-style: none;
}

.product-qty span {
    color: #000;
    font-size: 1.2em;
    padding-bottom: 0.5em;
    display: block;
    text-transform: uppercase;

}

.product-qty select {
    border: 1px solid #eee;
    padding: 0.5em;
    font-size: 1em;
    outline: none;
}

.product-qty option {
    border: 1px solid #EEE;
}

.wish-list {
    padding: 15px 0;
    border-bottom: 1px solid #f0f0f0;
    border-top: 1px solid #f0f0f0;
}

.wish-list ul {
    padding: 0;
    list-style: none;
}

.wish-list li {
    display: inline-block;
    margin-right: 4%;
    width: 36%;
}

.wish-list li a i {
    margin-right: 4%;
}

.wish-list li a {
    color: #3b5998;
    font-size: 0.85em;
    text-decoration: underline;
}

.wish-list li a span {
    padding-right: 10px;
}

.wish-list li a:hover {
    text-decoration: none;
}

.size-top {
    margin: 2em 0;
}

/*----*/
.modal-dialog {
    width: 800px;
    margin: 30px auto;
}

.modal-spa {
    padding: 1em 1em 2.5em;
}

.modal-header {
    border-bottom: none;
}

.close {
    font-size: 31px;
}

/*--product--*/
/*--content-mid--*/

.col-md,
.col-md1,
.col-md2,
.col-md3 {
    position: relative;
}

.col-md1,
.col-md2,
.col-md3 {
    text-align: center;
}

.big-sale {
    position: absolute;
    top: 77px;
    left: 20%;
    border: 4px double #fff;
    text-align: center;
    transform: rotate(-45deg);
    width: 210px;
    height: 210px;
}

.big-sale1 {
    transform: rotate(45deg);
    margin: 3.5em 0 0;
}

.big-sale h3,
.big-sa h3,
.big-sale2 h3,
.big-sale3 h3 {
    color: #fff;
    font-size: 2em;
    margin-bottom: 0.3em;
}

.big-sa h3 {
    margin-bottom: 0.2em;
}

.big-sale h3 span,
.big-sa h3 span,
.big-sale2 h3 span,
.big-sale3 h3 span {
    color: #3b5998;
}

.big-sale p,
.big-sa p,
.big-sale2 p,
.big-sale3 p {
    color: #fff;
    font-size: 1em;
    line-height: 2em;
}

.big-sa h6 {
    color: #fff;
    font-size: 1em;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.big-sa {
    position: absolute;
    top: 0;
    width: 100%;
    margin-top: 9em;
}

.big-sale2,
.big-sale3 {
    position: absolute;
    top: 0;
    width: 100%;
    margin-top: 3em;
}

.col-md2 {
    margin-bottom: 30px;
}

.content-mid {
    padding: 6em 0;
}

/*--content-mid--*/
.product {
    padding: 8em 0 6em;
}

.pro-1 {
    margin-bottom: 2em;
}

/*--causel--*/
.carousel-indicators {
    position: absolute;
    bottom: -45px;
    left: 48%;
    z-index: 15;
    width: auto;
    padding-left: 0;
    margin: 0;
    text-align: center;
    list-style: none;
}


.carousel-indicators li {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 6px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #E32051;
    border: none;
    border-radius: 10px;
}

.carousel-indicators .active {
    background-color: #3b5998;
    margin: 0 6px;
}

/*-- //footer-top --*/
.footer-bottom {
    text-align: center;
    margin: 4em 0 0;
}

.footer-bottom h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 3.5em;
    display: inline-block;
    position: relative;
}

.footer-bottom h2 a {
    text-decoration: none;
    color: #fff;
}

.footer-bottom h2 span {
    font-size: 12px;
    display: block;
    letter-spacing: 5px;
    text-transform: uppercase;
    font-family: 'Noto Sans', sans-serif;
    padding-top: 6px;
}

.footer-bottom h2 b {
    font-size: 10px;
    background: #CC2127;
    font-weight: normal;
    padding: 3px;
    display: inline-block;
    line-height: 10px;
    position: absolute;
    top: 9px;
    left: -7px;
}

p.fo-para {
    font-size: 1em;
    line-height: 2em;
    color: #fff;
    padding: 1em 0 3em;
    width: 70%;
    margin: 0 auto;
}

.fo-grid1 p {
    font-size: 1em;
    line-height: 2em;
    color: #fff;
}

.fo-grid1 p a {
    text-decoration: none;
    color: #fff;
}

.fo-grid1 p a:hover {
    color: #3b5998;
}

.fo-grid1 p i {
    margin-right: 7px;
}

.social-fo li {
    list-style-type: none;
    display: inline-block;
    margin: 0 5px;
}

.social-fo li a {
    width: 35px;
    height: 35px;
    display: block;
    background: #3B5998;
    border-radius: 100px;
    color: #fff;
    line-height: 2.5em;
}

.social-fo li a:hover {
    transform: rotate(-360deg);
}

.social-fo li a.twi {
    background: #4099FF;
}

.social-fo li a.pin {
    background: #CD2830;
}

.social-fo li a.dri {
    background: #E35E90;
}

.address {
    margin-top: 2em;
}

/*-- //footer-top --*/
.footer {
    background: #1c2c3c;
    margin-top: 1rem;
    padding: 5em 0;
}

.footer-grid h3 {
    color: #fff;
    font-size: 1.7em;
    margin-bottom: 1em;
}

.footer-grid p {
    color: #ABABAB;
    line-height: 2.2em;
    font-size: 14px;
}

.footer-grid ul li {
    list-style-type: none;
    font-size: 14px;
    line-height: 2.2em;
    color: #ABABAB;

}

.footer-grid ul li a {

    color: #ABABAB;
}

.footer-grid ul li a:hover {
    color: #3b5998;
}

.copy-right p {
    color: #fff;
    font-size: 14px;
    text-align: center;
}

.copy-right p a {
    color: #fff;
}

.copy-right p a:hover {
    color: #E21737;
}

/*-- //footer --*/
/*--product--*/
.banner-top {
    text-align: center;
    width: 100%;
    height: 114px;
    display: block;
    background: url(../images/sh.jpg)no-repeat;
    padding: 3em 0;
    background-size: cover;
}

.banner-top h3 {
    font-size: 2.5em;
    color: #fff;
    float: left;
    font-weight: 700;
}

.banner-top h4 {
    font-size: 0.9em;
    color: #fff;
    margin-top: 1em;
    float: right;
}

.banner-top h4 a {
    color: #3b5998;
}

.banner-top h4 label {
    margin: 0 0.4em;
}

/*-- contact --*/
.contact {
    padding: 6em 0;
}

.contact-w3 {
    padding-top: 3em;
}

.contact-left h4 {
    font-size: 2em;
    color: #000;
    margin-bottom: 1em;
}

.contact-right iframe {
    width: 100%;
    height: 298px;
}

.contact-right img {
    margin-bottom: 2em;
}

.contact_left h4 {
    color: #E32051;
    font-size: 2em;
    margin-bottom: 0.7em;
}

.contact-left p {
    line-height: 2em;
    color: #999;
    font-size: 1em;
}

ul.contact-list li {
    display: inline-block;
    margin: 0 33px 0 0;
    font-size: 1em;
    color: #999;
}

ul.contact-list li a {
    color: #999;
    text-decoration: none;
}

ul.contact-list {
    margin: 1em 0 2em;
}

ul.contact-list li i {
    color: #ED0612;
    margin-right: 15px;
    top: 2px;
}

ul.resp-tabs-list,
p {
    margin: 0px;
    padding: 0px;
}

.resp-tabs-list li {
    font-weight: 600;
    font-size: 13px;
    display: inline-block;
    padding: 13px 15px;
    margin: 0 4px 0 0;
    list-style: none;
    cursor: pointer;
    float: left;
    width: 25%;
    text-align: center;
}

.resp-tabs-list li i {
    font-size: 1.8em;
    color: #3b5998;
    padding: 16px 0;
}

.resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    clear: left;
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}

.resp-tab-content {
    display: none;
    padding: 2em;
}

.resp-tab-active {
    border: 1px solid #c1c1c1;
    border-bottom: none;
    margin-bottom: -1px !important;
}

.resp-tab-active {
    border-bottom: none;
    background-color: #fff;
}

.resp-content-active,
.resp-accordion-active {
    display: block;
}

.resp-tab-content {
    border: 1px solid #c1c1c1;
}

h2.resp-accordion {
    font-size: 13px;
    border: 1px solid #c1c1c1;
    border-top: 0px solid #c1c1c1;
    margin: 0px;
    padding: 10px 15px;
}

h2.resp-tab-active {
    border-bottom: 0px solid #c1c1c1 !important;
    margin-bottom: 0px !important;
    padding: 10px 15px !important;
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue;
}

/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 30%;
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px 15px !important;
    margin: 0;
    cursor: pointer;
    float: none;
}

.resp-vtabs .resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    border: 1px solid #c1c1c1;
    float: left;
    width: 68%;
    min-height: 250px;
    border-radius: 4px;
    clear: none;
}

.resp-vtabs .resp-tab-content {
    border: none;
}

.resp-vtabs li.resp-tab-active {
    border: 1px solid #c1c1c1;
    border-right: none;
    background-color: #fff;
    position: relative;
    z-index: 1;
    margin-right: -1px !important;
    padding: 14px 15px 15px 14px !important;
}

.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #c1c1c1;
}

h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #9B9797;
}

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
    background: #DBDBDB !important;
}

.resp-easy-accordion h2.resp-accordion {
    display: block;
}

.resp-easy-accordion .resp-tab-content {
    border: 1px solid #c1c1c1;
}

.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1 !important;
}

.resp-jfit {
    width: 100%;
    margin: 0px;
}

.resp-tab-content-active {
    display: block;
}

h2.resp-accordion:first-child {
    border-top: 1px solid #c1c1c1 !important;
}

.contact-left input[type="text"],
.contact-left input[type="email"] {
    border: 1px solid #CECECE;
    width: 48.7%;
    margin: 0 2% 2% 0%;
    outline: none;
    font-size: 13px;
    color: #5b5b5b;
    padding: 10px 12px;
    -webkit-appearance: none;
    background: none;
    float: left;
}

.contact-left input[type="email"] {
    margin: 0 0% 2% 0%;
}

.contact-left textarea {
    border: 1px solid #CECECE;
    outline: none;
    font-size: 13px;
    color: #5b5b5b;
    padding: 10px 12px;
    width: 99%;
    resize: none;
    height: 180px;
    -webkit-appearance: none;
    background: none;
}

.contact-left input[type="submit"] {
    border: none;
    padding: 9px 0;
    width: 22%;
    margin-top: 0.5em;
    font-size: 1em;
    color: #fff;
    letter-spacing: 1px;
    outline: none;
    background: #E32051;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    -webkit-appearance: none;
}

.contact-left input[type="submit"]:hover {
    background: #3b5998;
}

.contact-left h5 {
    color: #E32051;
    font-size: 1.5em;
    margin-bottom: 0.7em;
}

.map-grid ul li {
    display: block;
    line-height: 2.2em;
    color: #999;
    font-size: 1em;
}

.map-grid ul li i {
    color: #ED0612;
    margin-right: 15px;
}

/*-- //contact --*/
/*--trypography--*/
.typrography {
    padding: 6em 0;
}

.mb-60 {
    padding-left: 0;
}

.mb-60 h4 {
    margin: 36px 0 38px;
    font-size: 24px;
}

.tab-content {
    padding: 15px;
    padding-top: 0px;
    /*padding-left: 0px; */
    padding-bottom: 0px;
    border-top: none;
}

.nav-tabs {
    border: none;
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
}

.nav-tabs>li>a {
    /*background: #f8f8f8;*/
    border: 1px solid #3b5998;
    margin-right: 3px;
    /*border: none;*/
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #555;
    padding: 12px 20px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.nav-tabs>li>a .fa {
    margin-right: 10px;
}

.nav-tabs>li.active>a {
    background-color: #3b5998;
    border: 1px solid #3b5998;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.nav-tabs>.active>a {
    background-color: #3b5998;
    border: 1px solid #3b5998;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #fff;
    background-color: #3b5998;
    border: 1px solid #3b5998;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.nav-tabs>li>a:hover,
.nav-tabs>li>a:focus {
    color: #fff;
    background-color: #3b5998;
    border: 1px solid #3b5998;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.nav-tabs>li>a i {
    font-size: 32px;
    margin-right: 20px;
    vertical-align: middle;
}

.tab-content p {
    line-height: 2.2em;
    font-size: 14px;
}

.grid_4 {
    background: #fff;
    padding: 0em 0em 0em 0em;
}

.grid_5 {
    background: #fff;
    padding: 1em 0 2em 0;
}

.table td,
.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 15px !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 {
    font-size: 0.8em;
    color: #222222;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    border-top: none !important;
}

.tab-content>.active {
    display: block;
    visibility: visible;
}

.label {
    font-weight: 300 !important;
}

.label {
    padding: 4px 6px;
    border: none;
    text-shadow: none;
}

h4.typ1 {
    margin-bottom: 15px;
}

h5.typ1 {
    margin-bottom: 15px;
}

.progress {
    height: 8px;
    box-shadow: none;
}

.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #eeeeee;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #ffffff;
    text-align: center;
    background-color: #03a9f4;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

.progress-bar {
    box-shadow: none;
}

.progress-bar-primary {
    background-color: #03a9f4;
}

.progress-bar-info {
    background-color: #00bcd4;
}

.progress-bar-success {
    background-color: #8bc34a;
}

.progress-bar-warning {
    background-color: #ffc107;
}

.progress-bar-danger {
    background-color: #e51c23;
}

.progress-bar-inverse {
    background-color: #757575;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    background-color: #3b5998 !important;
    border-color: #3b5998 !important;
}

.grid_3 p,
.page-header p {
    color: #888;
    font-size: 14px;
    line-height: 2em;
    margin: 1em 0 2em;
}

.bs-docs-example {
    margin: 1em 0;
}

section#tables p {
    margin-top: 1em;
}

.breadcrumb li {
    font-size: 0.85em;
}

.badge-primary {
    background-color: #03a9f4;
}

.badge-success {
    background-color: #8bc34a;
}

.badge-warning {
    background-color: #ffc107;
}

.badge-danger {
    background-color: #e51c23;
}

.tab-container .tab-content {
    border-radius: 0 2px 2px 2px;
    border: 1px solid #e0e0e0;
    padding: 16px;
    background-color: #ffffff;
}

.nav-tabs {
    margin-bottom: 1em;
}

.alert {
    font-size: 0.85em;
}

h1.t-button,
h2.t-button,
h3.t-button,
h4.t-button,
h5.t-button {
    line-height: 1.8em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.bars {
    margin-bottom: 0.8em;
    color: #3b5998;
    font-size: 2.5em;
}

li.list-group-item1 {
    line-height: 2.5em;
}

ol {
    margin-bottom: 44px;
}

.list-group {
    margin-bottom: 48px;
}

.input-group {
    margin-bottom: 20px;
}

.breadcrumb {
    background-color: transparent;
    padding: 0.75rem 0rem;
    margin-bottom: 0;
}

.breadcrumb li a {
    font-size: 16px;
    color: #777;
    font-weight: 100;
}

.breadcrumb>.active {
    color: #555;
    font-weight: 900;

    font-size: 16px;

}

.breadcrumb li a span {
    margin-right: 6px;
}

a#myTabDrop1 {
    background: #EAEAEA;
}

/*-- //typrography --*/
/*--product--*/
.kic h3 {
    font-size: 2.5em;
    color: #000;
    margin: 0em 0.4em 1em;
}

.kic-top1 h6 {
    font-size: 1.3em;
    color: #000;
    margin: 0.7em 0 0.3em;
}

.kic-top1 p {
    font-size: 1em;
    color: #000;
}

.kic-top {
    padding: 8em 0 0;
}

.agileinf {
    padding-top: 3em;
}

/*--product--*/
/*-- faq --*/
.faq-w3 {
    padding: 6em 0;
}

.panel-default {
    border-color: #FFF;
}

.panel-default>.panel-heading {
    color: #222;
    background-color: #FFFFFF;
    border-color: #FFF;
    text-transform: capitalize;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #FFF;
}

.panel-title {
    font-size: 1.5em;
    color: #5D5D5D;
}

.panel-title:hover {
    cursor: pointer;
}

.panel-title span {
    color: #ED0612;
}

.panel-body {
    padding-top: 0;
    padding-bottom: 0;
}

.panel-body p {
    color: #9A9A9A;
    font-size: 13.5px;
    /*margin-left: 17px;*/
    padding: 0px 15px 20px;
    line-height: 25px;
}

.panel-heading {
    padding: 20px 15px;
}

.panel-group .panel+.panel {
    margin-top: 0px;
}

.panel-group .panel {
    margin-bottom: 5px;
}

/*-- //faq --*/
/*-- terms-section-starts --*/
.terms h6 {
    font-size: 1.5em;
    color: #5D5D5D;
}

.terms h6 span {
    color: #ED0612;
}

.terms p {
    color: #999;
    font-size: 1em;
    line-height: 2em;
    margin-top: 15px;
    padding-left: 40px;
}

.terms ol li {
    color: #999;
    font-size: 0.9em;
    font-weight: 300;
    line-height: 26px;
    margin-top: 15px;
}

.terms {
    padding: 6em 0;
}

.terms-bottom {
    margin-top: 3em;
}

.ter-wthree {
    margin-bottom: 1em;
}

/*-- //terms-section-ends --*/
/*--login--*/
.login {
    padding: 6em 0;
}

.main-agileits {
    width: 30%;
    margin: 0em auto;
    box-shadow: 0px 0px 15px 0px #D6D6D6;
    -o-box-shadow: 0px 0px 15px 0px #D6D6D6;
    -moz-box-shadow: 0px 0px 15px 0px #D6D6D6;
    -webkit-box-shadow: 0px 0px 15px 0px #D6D6D6;
    padding: 3em;
}

.key input[type="text"],
.key input[type="password"] {
    width: 89%;
    padding: 10px 10px;
    font-size: 1em;
    border: none;
    border-bottom: none;
    outline: none;
    color: #999;
    float: left;
    background: none;
}

.key i {
    float: left;
    color: #999;
    font-size: 1.1em;
    padding: 13px;
}

.key {
    background: #fff;
    border: 1px solid #999;
    margin-bottom: 2em;
}

.form-w3agile h3 {
    color: #E32051;
    font-size: 2.5em;
    text-align: center;
    margin-bottom: 1.5em;
}

.form-w3agile input[type="submit"] {
    background: #fdb515;
    color: #FFFFFF;
    text-align: center;
    padding: 10px 0;
    border: none;
    font-size: 1em;
    outline: none;
    width: 32%;
    cursor: pointer;
    margin-bottom: 30px;
}

.form-w3agile input[type="submit"]:hover {
    background: #E32051;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.forg a {
    text-decoration: none;
    color: #E32051;
    font-size: 1em;
}

.forg a:hover {
    color: #fdb515;
}

.forg-left {
    float: left;
}

.forg-right {
    float: right;
}

.form1 input[type="submit"] {
    margin-bottom: 0;
}

/*--//login--*/
/*--checkout--*/
.check-out {
    padding: 6em 0;
}

table.table {
    width: 100%;
    border: 1px solid #D0D0D0;
}

td.t-data {
    border: 1px solid #D2D2D2;
    padding: 10px !important;
    color: #000;
    vertical-align: middle !important;
    font-size: 1em !important;
}

th.t-head {
    background: #F1F1F1;
    color: #FFFFFF;
    font-size: 1em !important;
    padding: 0.6em !important;
    border: 1px solid #D2D2D2 !important;
}

a.at-in {
    float: left;
}

a.at-in {
    border: 1px solid #DADADA;
    padding: 1em 0;
    margin-left: 11%;
}

.sed {
    float: right;
    width: 60%;
}

.check {
    width: 6%;
}

.sed h5 {
    color: #3b5998;
    font-size: 1.2em;
    margin-top: 3em;
}

.ring-in {
    position: relative;
    width: 45%;
}

.close1,
.close2,
.close3 {
    cursor: pointer;
    position: absolute;
    left: 3%;
    top: 52px;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}

.close1 i,
.close2 i,
.close3 i {
    color: #FFFFFF;
    font-size: 12px;
    width: 32px;
    height: 32px;
    border-radius: 100px;
    text-align: center;
    line-height: 2.7em;
    background: #EA0612;
}

.add-1 {
    text-decoration: none;
    color: #fff;
    padding: 7px 10px;
    width: auto;
    font-size: 1em;
    background: #E32051;
}

.add-1:hover {
    text-decoration: none;
    background: #3b5998;
    color: #fff;
}

/*--quantity-starts--*/
.quantity {
    margin: 1.5em 0;
    float: left;
}

.value-minus,
.value-plus {
    height: 40px;
    line-height: 24px;
    width: 40px;
    margin-right: 3px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    font-size: 18px;
    color: #fff;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    border: 1px solid #b2b2b2;
    vertical-align: bottom;
}

.quantity-select .entry.value-minus:before,
.quantity-select .entry.value-plus:before {
    content: "";
    width: 13px;
    height: 2px;
    background: #000;
    left: 50%;
    margin-left: -7px;
    top: 50%;
    margin-top: -0.5px;
    position: absolute;
}

.quantity-select .entry.value-plus:after {
    content: "";
    height: 13px;
    width: 2px;
    background: #000;
    left: 50%;
    margin-left: -1.4px;
    top: 50%;
    margin-top: -6.2px;
    position: absolute;
}

.value {
    cursor: default;
    width: 40px;
    height: 40px;
    padding: 8px 0px;
    color: #A9A9A9;
    line-height: 24px;
    border: 1px solid #E5E5E5;
    background-color: #E5E5E5;
    text-align: center;
    display: inline-block;
    margin-right: 3px;
}

.quantity-select .entry.value-minus:hover,
.quantity-select .entry.value-plus:hover {
    background: #E5E5E5;
}

.quantity-select .entry.value-minus {
    margin-left: 0;
}

span.span-1 {
    margin: 0 !important;
}

/*--quantity-end--*/
/*--wishlist--*/
/*--single--*/
.single-right h3 {
    color: #000;
    font-size: 1.8em;
    font-weight: 700;
}

p.in-pa {
    color: #999;
    font-size: 1em;
    line-height: 2em;
    margin: 1em 0;
    border-bottom: 1px solid #f0f0f0;
    padding: 1em 0;
}

.pr-single {
    padding-bottom: 1em;
}

.pr-single a {
    float: right;
    margin-top: 0.5em;
}

.reduced {
    color: #FC6914;
    font-size: 1em;
    margin-top: 1em;
}

.reduced del {
    margin-right: 2%;
    color: #62BF43;
    font-size: 0.9em;
}

.block-w3 {
    float: none;
}

.single {
    padding: 7em 0 0;
}

.con-sin {
    margin: 0;
}

.add-3 {
    margin-top: 0.5em;
    text-align: left;
}

.single-w3agile {
    border: 1px solid #DEDEDE;
    text-align: center;
    padding: 2em;
}

.single-w3agile img {
    margin: 0 auto;
}

/*--about--*/
.about {
    padding: 6em 0;
}

.about h2 {
    font-size: 3em;
    text-align: center;
    color: #000;
    margin-bottom: 1em;
}

.work h3 {
    font-size: 3em;
    text-align: center;
    color: #fff;
    margin-bottom: 1em;
}

.about-left p {
    font-size: 1em;
    color: #999;
    line-height: 2em;
    padding: 2em 0;
}

.third-sl {
    width: 100%;
    height: 350px;
}

/*--//about--*/
/*--work--*/
.work {
    background: #F2F3F3;
    padding: 6em 0;
}

.work-left {
    text-align: right;
    padding: 5em 5em 0 0;
}

.work-right {
    border-left: 1px solid #999;
    padding: 18em 0 2em 6em;
}

.work-info h5 {
    font-size: 1.3em;
    color: #000000;
    margin-bottom: .5em;
    display: inline-block;
}

.work-info p {
    font-size: 1em;
    color: #999;
    line-height: 2em;
}

.work-info span {
    font-size: 1.2em;
    color: #fff;
    background: #E32051;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
    width: 60px;
    height: 60px;
    display: block;
    text-align: center;
    line-height: 3.5em;
    position: absolute;
    top: 0;
    left: 32.2em;
}

.work-info {
    position: relative;
}

.work-w3,
.work-w31 {
    background: #fff;
    padding: 2em;
}

.work-left label,
.work-right label {
    width: 10px;
    height: 10px;
    background: #3b5998;
    border-radius: 100px;
    position: absolute;
    left: 40.4em;
    top: 12em;
    z-index: 9;
}

.work-right label {
    left: -0.4em;
    top: 25em;
}

span.last {
    bottom: 0;
    top: auto;
}

/*--about-end--*/
.advantages-left h3 {
    font-size: 2.5em;
    color: #000;
}

.advn-one {
    margin-top: 2em;
}

.ad-mian {
    margin-top: 3%;
}

.ad-left {
    width: 10%;
    float: left;
}

.ad-left p {
    color: #fff;
    background: #E32051;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    text-align: center;
    font-size: 1.5em;
    width: 50px;
    height: 50px;
    line-height: 2.5em;
}

.ad-right {
    width: 84%;
    float: right;
}

.ad-right h4,
.advn-two h4 {
    font-size: 1.4em;
}

.ad-right h4 a,
.advn-two h4 a {
    text-decoration: none;
    color: #3b5998;
}

.ad-right p {
    color: #7c7c7c;
    font-size: 1em;
    line-height: 1.9em;
    margin-top: 8px;
}

.advn-two ul {
    margin-top: 3%;
}

.advn-two ul li {
    list-style: none;
}

.advn-two p {
    color: #7c7c7c;
    font-size: 1em;
    line-height: 1.9em;
    margin-top: 8px;
}

.advn-two {
    margin-top: 2em;
}

.advn-two ul li a {
    color: #7c7c7c;
    font-size: 1em;
    text-decoration: none;
    margin: 0.8em 0;
    display: block;
}

.advn-two ul li a i {
    margin-right: 2%;
}

.advn-two ul li a:hover {
    color: #E32051;
}

.advantages {
    padding: 6em 0;
}

.spec-w3ls h3 {
    color: #000;
}

.spec-w3ls span {
    background: #F2F3F3;
}

/*--//work--*/
/*-- to-top --*/
#toTop {
    display: none;
    background-color: #003b95;
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 4px;
    BORDER: 2PX SOLID #FFF;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s,
        opacity .5s, visibility .5s;
    z-index: 1000;
}

#subscribeBtn {
    display: none;
    BORDER: 2PX SOLID #FFF;
    background-color: #C72B32;
    width: 100px;
    height: 30px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 80px;
    transition: background-color .3s,
        opacity .5s, visibility .5s;
    z-index: 1000;
}

#toTop::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 1em;
    line-height: 30px;
    color: #fff;
}

#subscribeBtn::after {
    content: "SUBSCRIBE";
    font-weight: normal;
    font-style: normal;
    font-size: 0.8em;
    line-height: 30px;
    color: #fff;
}

#subscribeBtn:hover {
    cursor: pointer;
    background-color: #7767DD;
}

#toTop:hover {
    cursor: pointer;
    background-color: #333;
}

#toTop:active {
    background-color: #555;
}

#toTop.show {
    opacity: 1;
    visibility: visible;
}

/*--responsive--*/
@media(max-width:1440px) {
    .main-agileits {
        width: 35%;
    }
}

@media(max-width:1280px) {
    .main-agileits {
        width: 38%;
    }
}

@media(max-width:1080px) {
    .banner-info h3 {
        width: 95%;
    }

    .big-sale h3,
    .big-sa h3,
    .big-sale2 h3,
    .big-sale3 h3 {
        font-size: 2.7em;
    }

    .big-sale {
        top: 53px;
        left: 18%;
        width: 180px;
        height: 180px;
    }

    .big-sale1 {
        margin: 3em 0 0;
    }

    .search-form input[type='text'] {
        width: 92%;
    }

    .search-form {
        width: 60%;
        margin: 0 auto;
    }

    .main-agileits {
        width: 50%;
    }

    .about-left p {
        padding: 1em 0;
        font-size: 0.9em;
    }

    .work-info span {
        left: 26.2em;
    }

    .work-left label {
        left: 33.3em;
    }

    .big-sa {
        margin-top: 6em;
    }

    .big-sale2,
    .big-sale3 {
        margin-top: 2em;
    }

    .footer-grid h3 {
        font-size: 1.5em;
    }
}

@media(max-width:991px) {
    .modal-dialog {
        width: 720px;
    }

    .banner-info h3 {
        width: 99%;
        font-size: 2.5em;
    }

    .m-wthree {
        width: 50%;
        float: left;
        margin-bottom: 2em;
    }

    .pro-1 {
        width: 50%;
        float: left;
    }

    .footer-grid {
        float: left;
        width: 50%;
        margin-bottom: 2em;
    }

    .footer-bottom {
        text-align: center;
        margin: 0em 0 0;
    }

    p.fo-para {
        padding: 1em 0 2em;
    }

    .copy-right p {
        margin-top: 2em;
    }

    .footer {
        padding: 3em 0;
    }

    .product {
        padding: 6em 0 3em;
    }

    .ser-t {
        width: 30%;
    }

    .m-w3ls,
    .m-w3ls1 {
        margin: 0 auto;
        width: 53%;
    }

    .m-w3ls1 {
        margin: 2em auto;
    }

    .big-sale {
        top: 77px;
        left: 20%;
        width: 210px;
        height: 210px;
    }

    .content-mid {
        padding: 4em 0;
    }

    .nav>li>a {
        padding: 12px 17px !important;
    }

    .dropdown-menu.multi {
        min-width: 730px;
    }

    .search-form input[type='text'] {
        width: 89%;
    }

    .search-form {
        width: 70%;
    }

    .carousel-indicators {
        left: 46%;
    }

    .kic-top1 {
        text-align: center;
        margin: 0 0 2em;
    }

    .kic-top1:last-child {
        margin: 0 0 0em;
    }

    .kic-top1 img {
        margin: 0 auto;
    }

    .kic-top {
        padding: 6em 0 0;
    }

    .contact-right img {
        margin: 0 auto 2em;
    }

    .contact-left {
        margin-top: 2em;
    }

    .contact {
        padding: 4em 0;
    }

    .contact-w3 {
        padding-top: 0em;
    }

    .main-agileits {
        width: 65%;
    }

    .faq-w3 {
        padding: 4em 0 3em;
    }

    .terms {
        padding: 4em 0;
    }

    .about {
        padding: 4em 0;
    }

    .work-right {
        border-left: none;
        padding: 2em 0;
    }

    .work-left label,
    .work-right label {
        display: none;
    }

    .work-left {
        text-align: right;
        padding: 6em 0 0;
    }

    .work-info span {
        left: 20.2em;
    }

    span.last {
        bottom: -46px;
    }

    .work {
        padding: 4em 0 6em;
    }

    .advantages {
        padding: 4em 0;
    }

    .about-agi {
        margin-top: 2em;
    }

    .single-top {
        width: 50%;
    }

    .single-right {
        margin-top: 2em;
    }

    a.at-in {
        width: 27%;
    }

    .sed h5 {
        font-size: 1em;
    }

    .big-sa {
        margin-top: 9em;
    }

    .big-sale2,
    .big-sale3 {
        margin-top: 3em;
    }

    .check-out {
        padding: 3em 0;
    }

    .login {
        padding: 4em 0;
    }

    .offer-w3agile {
        padding: 4em 0;
    }

    .typrography {
        padding: 4em 0;
    }

    .single {
        padding: 4em 0 0;
    }
}

@media(max-width:767px) {
    .nav>li {
        float: none;
        display: block;
    }

    .navbar-collapse {
        background: #fff;
    }


    .navbar-toggle {
        position: relative;
        float: left;
        padding: 9px 10px;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        background-color: #3b5998;
        background-image: none;
        border: 1px solid #3b5998;
        border-radius: 0px;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #FFF;
    }

    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background-color: #3b5998;
    }

    nav.navbar.navbar-default {
        float: left;
        height: auto;
        width: 82%;
    }

    .navbar-collapse {
        max-height: none;
        background: #fff;
        overflow-x: hidden;
    }

    .dropdown-menu.multi {
        min-width: auto;
        padding: 0px;
        text-align: center;
    }

    ul.multi-column-dropdown {
        text-align: center;
    }

    .hyper:hover:before {
        right: 99.1%;
        opacity: 1;
    }

    .hyper:hover:after {
        left: 0.9%;
        opacity: 1;
    }

    .active a:before {
        opacity: 1;
        right: 99.1%;
    }

    .active a:after {
        left: 0.9%;
        opacity: 1;
    }

    .navbar-default .navbar-toggle {
        border-color: #3b5998;
    }

    .navbar-nav {
        margin: 0 0 0;
        background-color: #343a40;
        width: 100%;
        padding: 15px;
    }

    .navbar-collapse {
        border-color: #ffffff !important;
    }

    .w3l img {
        width: 50%;
        margin: 2em auto;
    }

    .nav-top {
        margin-bottom: 1em;
    }

    .tabs li {
        display: inline-block;
    }

    .m-w3ls,
    .m-w3ls1 {
        width: 64%;
    }

    .modal-dialog {
        width: 600px;
    }

    .spec h3 {
        font-size: 2.8em;
    }

    .search-form {
        width: 76%;
        margin: 0 auto;
    }

    .banner-info {
        margin: 5em 0;
    }

    .search-form {
        width: 76%;
    }

    .agileinf {
        padding-top: 0em;
    }

    .contact-w3 {
        padding-top: 0em;
    }

    .contact {
        padding: 3em 0;
    }

    .contact-right iframe {
        height: 180px;
    }

    ul.contact-list li {
        margin: 0 0px 7px 0;
        color: #999;
    }

    .login {
        padding: 4em 0;
    }

    .main-agileits {
        width: 78%;
    }

    .panel-title {
        font-size: 1.2em;
    }

    .terms {
        padding: 5em 0 3em;
    }

    .work-info span {
        left: 16.2em;
    }

    .single-top {
        width: 62%;
    }

    .product {
        padding: 5em 0 3em;
    }

    .close1,
    .close2,
    .close3 {
        left: 80%;
        top: 15px;
    }

    a.at-in {
        padding: 0.8em 0;
        margin-left: 0%;
    }

    .ring-in {
        width: 38%;
    }

    .sed {
        width: 65%;
    }

    .sed h5 {
        margin-top: 2em;
    }

    .value {
        width: 32px;
        height: 32px;
        line-height: 16px;
    }

    .value-minus,
    .value-plus {
        height: 32px;
        width: 32px;
    }

    .login {
        padding: 3em 0;
    }

    .spec {
        margin-bottom: 2em;
    }

    .typrography {
        padding: 3em 0;
    }

    .wthree-of {
        margin-top: 3em;
    }

    .offer-w3agile {
        padding: 3em 0;
    }

    .single {
        padding: 4em 0 0;
    }

    /*--typo--*/
    .bars {
        font-size: 2.2em;
    }
}

@media(max-width:600px) {
    .banner-info h3 {
        width: 100%;
        font-size: 2em;
    }

    .search-form {
        width: 93%;
    }

    .banner-info {
        margin: 4em 0;
    }

    .spec h3 {
        font-size: 2.5em;
    }

    .ser-t {
        width: 43%;
    }

    .tabs li a {
        padding: 16px 9px !important;
    }

    ul.nav.tabs {
        margin-bottom: 2em;
    }

    .mid-1 h6 {
        font-size: 1em;
    }

    .m-w3ls,
    .m-w3ls1 {
        width: 85%;
    }

    .offer-img img {
        width: 75%;
    }

    .product {
        padding: 4em 0 2em;
    }

    .footer-grid {
        width: 100%;
        margin-bottom: 1em;
    }

    .cart {
        width: 15%;
    }

    nav.navbar {
        width: 85%;
    }

    .spec h3 {
        font-size: 2.2em;
    }

    .ser-t {
        width: 47%;
    }

    .offer-w3agile {
        padding: 3em 0 2em;
    }

    .content-mid {
        padding: 2em 0;
    }

    p.fo-para {
        width: 95%;
    }

    .footer-bottom h2 b {
        font-size: 8px;
        padding: 2px;
        line-height: 9px;
        top: 8px;
        left: -6px;
    }

    .footer-bottom h2 span {
        letter-spacing: 3px;
    }

    .modal-dialog {
        width: 450px;
    }

    .kic h3 {
        font-size: 2.2em;
    }

    .ser-t span {
        left: 39%;
    }

    .span-1 {
        margin-top: 2em;
    }

    .carousel-indicators {
        left: 44%;
    }

    .main-agileits {
        width: 90%;
        padding: 2em;
    }

    .form-w3agile h3 {
        margin-bottom: 1em;
    }

    .key i {
        padding: 13px 13px 13px 10px;
    }

    .panel-heading {
        padding: 11px 0px;
    }

    .panel-title {
        font-size: 0.94em;
    }

    .faq-w3 {
        padding: 4em 0 2em;
    }

    .terms {
        padding: 5em 0 2em;
    }

    .work-info span {
        left: 11.2em;
    }

    .work {
        padding: 3em 0 5em;
    }

    .advantages {
        padding: 3em 0;
    }

    .about {
        padding: 3em 0;
    }

    .single-top {
        width: 85%;
    }

    a.at-in {
        padding: 0.5em 0;
        width: 37%;
    }

    .sed {
        width: 100%;
    }

    .sed h5 {
        margin-top: 1em;
    }

    .ring-in {
        width: 34%;
    }

    .add-1 {
        padding: 7px 4px;
        font-size: 0.9em;
    }

    .check-out {
        padding: 3em 0 2em;
    }

    .login {
        padding: 2em 0;
    }

    .table td,
    .table>tbody>tr>td,
    .table>tbody>tr>th,
    .table>tfoot>tr>td,
    .table>tfoot>tr>th,
    .table>thead>tr>td,
    .table>thead>tr>th {
        padding: 6px !important;
    }

    .advantages-left h3 {
        font-size: 2em;
    }

    .wthree-of {
        margin-top: 2em;
    }

    .bars {
        font-size: 1.8em;
    }

    .single {
        padding: 3em 0 0;
    }
}

@media(max-width:414px) {
    .cart {
        width: 27%;
    }

    nav.navbar.navbar-default {
        width: 73%;
    }

    .m-wthree {
        width: 50%;
        float: left;
        margin-bottom: 1em;
        padding: 0 3px;
    }

    .mid-1 {
        padding: 2em 0 0;
    }

    .col-m {
        padding: 0.5em;
    }

    .mid-1 h6 {
        font-size: 0.85em;
    }

    .mid-2 p {
        float: none;
    }

    .block {
        float: none;
    }

    .my-cart-b {
        font-size: 0.9em;
        padding: 0.3em 1em;
    }

    .m-w3ls,
    .m-w3ls1 {
        width: 100%;
    }

    .big-sale {
        top: 39px;
        left: 15.1%;
        width: 184px;
        height: 184px;
    }

    .big-sale h3,
    .big-sa h3,
    .big-sale2 h3,
    .big-sale3 h3 {
        font-size: 2.2em;
    }

    .pro-1 {
        padding: 0 5px;
    }

    .banner-info {
        margin: 2em 0;
    }

    img.img-head {
        width: 19%;
    }

    .logo h1 {
        font-size: 2.2em;
    }

    .logo h1 span {
        font-size: 11px;
        letter-spacing: 1px;
    }

    .logo h1 b {
        font-size: 7px;
        padding: 2px;
        top: 6px;
        left: -8px;
        line-height: 6.5px;
    }

    .card li a {
        font-size: 0.85em;
        margin: 0 0.3em;
    }

    .banner-info h3 {
        font-size: 1.4em;
    }

    .search-form input[type='submit'] {
        width: 35px;
        height: 35px;
        background: url(../images/can.png) no-repeat 4px 3px #3b5998;
    }

    .search-form input[type='text'] {
        width: 85%;
        padding: 7px 10px;
        font-size: 0.9em;
    }

    .search-form {
        width: 95%;
    }

    .spec h3 {
        font-size: 1.7em;
    }

    .ser-t {
        width: 64%;
    }

    .ser-t span i {
        width: 18px;
        height: 18px;
    }

    .ser-t span {
        width: 36px;
        height: 36px;
        left: 38%;
    }

    .ser-t {
        width: 64%;
    }

    .tabs li a {
        padding: 8px 9px !important;
        font-size: 0.9em;
    }

    .offer {
        right: -8px;
    }

    .container {
        padding-right: 5px;
        padding-left: 5px;
    }

    .product {
        padding: 3em 0 0em;
    }

    .footer-bottom h2 {
        font-size: 2.5em;
    }

    .footer-bottom h2 span {
        letter-spacing: 2px;
        font-size: 11px;
    }

    .footer-bottom h2 b {
        font-size: 7px;
        padding: 2px;
        line-height: 7px;
        top: 7px;
        left: -7px;
    }

    .footer-grid h3 {
        font-size: 1.5em;
        margin-bottom: 0.5em;
    }

    .pro-1 {
        margin-bottom: 1em;
    }

    .big-sale p,
    .big-sa p,
    .big-sale2 p,
    .big-sale3 p {
        font-size: 0.9em;
        line-height: 1.7em;
    }

    .big-sale2,
    .big-sale3 {
        margin-top: 2.5em;
    }

    .kic h3 {
        font-size: 1.8em;
    }

    .kic-top {
        padding: 4em 0 0;
    }

    .carousel-indicators li {

        margin: 0 3px;
    }

    .carousel-indicators {
        left: 41%;
        bottom: -26px;
    }

    .resp-tab-content {
        padding: 1em;
    }

    .contact-left input[type="text"],
    .contact-left input[type="email"] {
        width: 100%;
        margin: 0 0% 5% 0%;
    }

    .contact-left input[type="submit"] {
        width: 33%;
        font-size: 0.9em;
    }

    .contact {
        padding: 3em 0 2em;
    }

    .main-agileits {
        width: 90%;
        padding: 1em;
    }

    .key input[type="text"],
    .key input[type="password"] {
        width: 84%;
        padding: 8px 10px;
    }

    .key i {
        padding: 10px 0px 10px 10px;
    }

    .form-w3agile input[type="submit"] {
        padding: 7px 0;
        margin-bottom: 25px;
    }

    .login {
        padding: 2em 0;
    }

    .form-w3agile h3 {
        margin-bottom: 0.8em;
    }

    .panel-title {
        line-height: 1.8em;
    }

    .panel-heading {
        padding: 6px 0px;
    }

    .faq-w3 {
        padding: 3em 0 1em;
    }

    .spec {
        margin-bottom: 2em;
    }

    .terms h6 {
        font-size: 1.2em;
    }

    .terms p {
        font-size: 0.9em;
        margin-top: 10px;
        padding-left: 18px;
    }

    ol {
        margin-bottom: 17px;
    }

    .terms {
        padding: 4em 0 2em;
    }

    .work-info span {
        left: 7em;
    }

    .banner-top h3 {
        font-size: 1.7em;
    }

    .banner-top h4 {
        margin-top: 0.5em;
    }

    .banner-top {
        height: 76px;
        padding: 2em 0.5em;
    }

    .check-out {
        padding: 2em 0 1em;
    }

    th.t-head {
        font-size: 0.7em !important;
    }

    td.t-data {
        font-size: 0.8em !important;
    }

    .ring-in {
        width: 27%;
    }

    .t-w3l {
        width: 30%;
    }

    a.at-in {
        width: 75%;
    }

    .close1 i,
    .close2 i,
    .close3 i {
        width: 20px;
        height: 20px;
        line-height: 1.7em;
    }

    .close1,
    .close2,
    .close3 {
        left: 73%;
        top: 6px;
    }

    .work-w3,
    .work-w31 {
        padding: 1.5em;
    }

    .advantages-left h3 {
        font-size: 1.8em;
    }

    .ad-left p {
        font-size: 1.2em;
        width: 43px;
        height: 43px;
        line-height: 2.5em;
    }

    .ad-right {
        width: 80%;
    }

    .ad-left {
        width: 17%;
    }

    .ad-right h4,
    .advn-two h4 {
        font-size: 1.1em;
        line-height: 1.6em;
    }

    .advn-two {
        margin-top: 1em;
    }

    .contact-left h4 {
        font-size: 1.7em;
        margin-bottom: 0.5em;
    }

    .contact-left {
        margin-top: 1em;
    }

    .single-top {
        width: 100%;
    }

    .single-w3agile {
        padding: 1em;
    }

    .wthree-of {
        margin-top: 1em;
    }

    .offer-w3agile {
        padding: 2em 0;
    }

    .single {
        padding: 2em 0 0;
    }

    .modal-dialog {
        width: 290px;
    }

    input.my-product-quantity {
        width: 40px !important;
    }

    .big-sa {
        margin-top: 5em;
    }

    /*--typo--*/
    .bars {
        font-size: 1.5em;
    }

    h1.t-button {
        font-size: 25px;
    }

    h2.t-button {
        font-size: 22px;
    }

    h3.t-button {
        font-size: 20px;
    }

    h4.t-button {
        font-size: 18px;
    }

    h5.t-button {
        font-size: 15px;
    }

    .pagination-lg>li>a,
    .pagination-lg>li>span {
        padding: 10px 11px;
        font-size: 18px;
    }

    .grid_3 p,
    .page-header p {
        font-size: 13px;
    }
}



.boxshaowitem {
    background-color: #fff;
    -webkit-box-shadow: 1px 0px 5px 3px rgba(23, 16, 51, 0.4);
    -moz-box-shadow: 1px 0px 5px 3px rgba(23, 16, 51, 0.4);
    box-shadow: 1px 0px 5px 3px rgba(23, 16, 51, 0.4);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    color: #444;
    padding: 10px;
    margin: 0 0 20px;
}


.timBoot {
    margin-bottom: 0px;
}

.time {
    margin-top: 15px;
}

.boxshaowitem a {
    display: contents;
    color: unset;
    text-decoration: unset;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}


.exAlert {
    display: inline;
    background-color: #ffb6b6;
    padding: 3px 12px;
    border-radius: 11px;
    margin-left: 10px;
}

.img-fluid2 {
    max-width: 100%;
    /* height: auto; */
    min-width: 175px;
    min-height: 150px;
    max-height: 200px;
}

.imgZoom:hover {
    transform: scale(1.2);
    /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.comImg {
    width: 50px;
    margin: 0 5px
}


.filter_section_catshowMobile {
    display: none;
}

.filter_section_catshowdesk {
    display: block;
}

.viewsmobile {
    display: none !important
}


.item-table tbody tr td ul {
    padding: revert-layer;
}


.img-fluid {
    max-width: 100%;
    height: auto;
    min-height: 150px;
}





@media(max-width:1600px) {
    .views {
        display: none
    }

    .viewsmobile {
        display: block !important
    }
}

@media(max-width:1300px) {
    .start {
        font-size: 13px !important;
        text-align: center;
    }

    .start b {
        display: block;
    }

    .expire {
        font-size: 13px !important;
        text-align: center;
    }

    .expire b {
        display: block;
    }
}


@media(max-width:767px) {
    .img-fluid {
        max-width: 100%;
        height: auto;
        min-height: 142px;
    }





    .exAlert {
        display: block;
        margin-left: 0;
        text-align: center;
    }

    p {
        font-size: 10px;
    }

    h5 {
        font-size: 12px;
    }

    hr {
        margin-top: 0.05rem;
        margin-bottom: 0.05rem;
    }

    .comImg {
        width: 50px;
        margin: 0 0px
    }

    .timBoot {
        font-size: 14px;
        margin-bottom: 5px;
        margin-top: 5px;

    }

    .time {
        margin-top: 10px;
    }

    .time div {
        padding: 5px;
    }

    .timeshow {
        font-size: 13px;
        width: 100%;
        text-align: center;
    }

    .timeshow i {
        font-size: 16px
    }

    #item-col {
        border-right: none;
    }

    .counter {
        text-align: center;
        font-size: 13px;
        color: #707676;
        background-color: #eee;
        padding: 5px 10px;
        border-radius: 10px;
        float: left;
        width: 100%;

    }

    #myCarousel2 {
        margin-top: 2rem;
    }

    .search_input {
        width: 17em !important;
    }

    .search_btn {
        width: 6em !important;
    }

    #filter_section_price {
        display: none;
    }

    #filter_section_loc {
        display: none;
    }

    #filter_section_cat {
        display: none;
    }

    .filter_section_catshowMobile {
        display: block;
    }

    .filter_section_catshowdesk {
        display: none !important;
    }

    .mpr {
        padding: 0;
    }

    .itempage {
        padding: 0;
    }

}

#myCarousel2 {
    margin-top: 2.7rem;
}

.mainDiv {
    margin-top: -1.75rem;
}


.select2-selection__rendered {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;

}

.select2-selection--multiple .select2-selection__rendered {
    border: 0px solid #ced4da;

}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 32px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: unset;
}

.select2-container--default .select2-selection--single {
    background-color: unset;
    border: unset;
    border-radius: unset;
}

a:hover,
a:focus {
    text-decoration: none;
}

.s:hover,
.s:focus {
    color: white;
}

.itemhover {
    padding: 15px;
    cursor: pointer;
}

.itemhover:hover {
    box-shadow: 0 0 8px 0 #d4ded9;
    transition: all 0.3s ease-in-out;
    border-radius: 4px;
}

body {
    background-image: url('<?= base_url() ?>images/pattern.png');
}

.ad_button {
    background: #003b95;
    color: #fff !important;
    font-weight: 800;
}

.cont_pad {
    padding-top: 60px;
}

.top_banner {
    width: 100%;
    margin: 15px 0px;
}

.main_div {
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 3px 3px 8px #ccc;
    padding: 15px;
}

.search_input {
    width: 79%;
    display: inline;
}

.search_btn {
    background: #003b95;
    color: #fff;
    font-weight: 800;
    width: 20%;
}

.search_btn2 {
    background: #003b95;
    color: #fff;
    font-weight: 800;
}

.seperate_line {
    height: 1px;
    background: #ccc;
    width: 100%;
    margin: 15px 0px;
}

.p_b_10 {
    padding-bottom: 10px;
}

.cursor_pointer {
    cursor: pointer;
}

.filter_p {
    padding-bottom: 0px !important;
    color: #707676 !important;
}

.border_right {
    border-right: 1px solid #ccc;
}

/* 
#clear_filter {
    cursor: pointer;
    text-align: center;
    color: #ED0612
} */

.navbar-nav li {
    padding: 0 1rem;
	text-align: center;
}

.navbar-nav li a,
.navbar-nav li a span {
    color: #fff;
}

.mt-r5 {
    margin-top: -5px;
}

.nav-m {
    display: none
}



@media(max-width:767px) {

    .navbar-dark .navbar-toggler,
    .navbar-dark .navbar-toggler {
        color: #fff;
        border-color: transparent;
    }

    button:focus {
        outline: 0;
        outline: 0;
    }


    #navbarCollapse {
        overflow-y: scroll !important;
        max-height: 90vh !important;
    }

    .nav-m {
        display: inline-block;
    }

    #myCarousel2 {
        margin-top: 2.7rem;
    }

    .navbar-nav li {
        padding: 0 1rem 1rem;
    }
}

#search-container {
    position: relative;
    z-index: 1000;
    background-color: #eee;
}

.form-control.sticky {
    position: fixed;
    top: 0;
    margin-top: 50px;
    padding: 0.5rem 2rem;
    left: 0;
}

#search-container2 .sticky2 {
    position: fixed;
    top: 0;
    margin-top: 65px;
    padding: 0.5rem 2rem;
    left: 0;
    z-index: 10;
}

.pronames {
    font-size: 1.25rem;
}

@media screen and (max-width: 992px) {
    .pronames {
        font-size: 17px;
    }
}


@media (max-width: 767px) {
    .pronames {
        font-size: 13px;
    }
}

:root {
    --star-size: 60px;
    --star-color: #ccc;
    --star-background: #fc0;
}

.Stars {
    --percent: calc(var(--rating) / 5 * 100%);
    display: inline-block;
    font-size: var(--star-size);
    font-family: Times;
    /* make sure ★ appears correctly */
    line-height: 0rem;
    position: relative;
    box-sizing: border-box;
}

.Stars::before {
    content: '★★★★★';
    letter-spacing: 3px;
    background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 25px;
    position: relative;
    box-sizing: border-box;
}







.product-details {
    padding-top: 0px;
    padding-bottom: 10px;
}

.product-details-slider {
    /*right:5px;*/
    margin-bottom: 20px;
}

.product-details-slider .item {
    /*right:5px;*/
    height: 500px;
    background: gray;
    margin-bottom: 20px;
}

.product-details-thumb {
    margin-left: 0px;
    margin-bottom: 20px;
}

.product-details-thumb .thumb {
    margin-right: 20px;
    background: gray;
    height: 100px;
    cursor: pointer;
    position: relative;
}

.product-details-thumb .thumb::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgb(0, 0, 0);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.product-details-thumb .thumb.active::after {
    opacity: 0.33;
}

/*.product-details-thumb .item img {
	height: 116px
	
}*/

.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    outline: none;
    height: 100px;
    /*background-color: rgba(103, 103, 103, 0.7);*/
}

.owl-nav .owl-prev.disabled,
.owl-nav .owl-next.disabled {
    opacity: 0.33;
    cursor: default;
    /*display: none;*/
}

.owl-nav button svg {
    width: 33px;
    height: 33px;
}

.owl-nav button.owl-prev {
    /*button "<" position*/
    left: -13px;
}

.owl-nav button.owl-next {
    /*button ">" position, relative position is:(position of button "<")-20*/
    right: -12px;
}

.owl-nav button span {
    font-size: 33px;
}

#testimonials{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width:100%;
}
.testimonial-heading{
    letter-spacing: 1px;
    margin: 30px 0px;
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
 
.testimonial-heading span{
    font-size: 1.3rem;
    color: #252525;
    margin-bottom: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.testimonial-box-container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width:100%;
}
.testimonial-box{
    width:100%;
    box-shadow: 2px 2px 30px rgba(0,0,0,0.1);
    background-color: #ffffff;
    padding: 20px;
    /* margin: 15px; */
    cursor: pointer;
}
.profile-img{
    width:50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}
.profile-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.profile{
    display: flex;
    align-items: center;
}
.name-user{
    display: flex;
    flex-direction: column;
}
.name-user strong{
    color: #3d3d3d;
    font-size: 1.1rem;
    letter-spacing: 0.5px;
}
.name-user span{
    color: #979797;
    font-size: 0.8rem;
}
.reviews{
    color: #f9d71c;
}
.box-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.client-comment p{
    font-size: 0.9rem;
    color: #4b4b4b;
}
.testimonial-box:hover{
    transform: translateY(-10px);
    transition: all ease 0.3s;
}
 
@media(max-width:1060px){
    .testimonial-box{
        width:45%;
        padding: 10px;
    }
}
@media(max-width:790px){
    .testimonial-box{
        width:100%;
    }
    .testimonial-heading h1{
        font-size: 1.4rem;
    }
}
@media(max-width:340px){
    .box-top{
        flex-wrap: wrap;
        margin-bottom: 10px;
    }
    .reviews{
        margin-top: 10px;
    }
}
::selection{
    color: #ffffff;
    background-color: #252525;
}




.reviews-container {
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 0.3);
	padding: 20px;
}

.review {
	border: 1px solid transparent;
	border-radius: 5px;
	color: #777;
	display: flex;
	font-size: 12px;
	align-items: center;
	padding: 10px;
	margin: 5px 0;
}

.review:hover {
	border: 1px solid #ddd;
	box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 0.7);
}

.progress {
	background-color: rgba(100, 100, 100, 0.2);
	border-radius: 5px;
	position: relative;
	margin: 0 10px;
	height: 10px;
	width: 100%;
}

.progress-done {
	background: linear-gradient(to left, rgb(242, 112, 156), rgb(255, 148, 114));
	box-shadow: 0 3px 3px -5px rgb(242, 112, 156), 0 2px 5px rgb(242, 112, 156);
	border-radius: 5px;
	height: 10px;
	width: 0;
	transition: width 1s ease 0.3s;
}

.percent {
	color: #333;
}

/* SOCIAL PANEL CSS */
.social-panel-container {
	position: fixed;
	right: 0;
	bottom: 80px;
	transform: translateX(100%);
	transition: transform 0.4s ease-in-out;
}

.social-panel-container.visible {
	transform: translateX(-10px);
}

.social-panel {	
	background-color: #fff;
	border-radius: 16px;
	box-shadow: 0 16px 31px -17px rgba(0,31,97,0.6);
	border: 5px solid #001F61;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-family: 'Muli';
	position: relative;
	height: 169px;	
	width: 370px;
	max-width: calc(100% - 10px);
}

.social-panel button.close-btn {
	border: 0;
	color: #97A5CE;
	cursor: pointer;
	font-size: 20px;
	position: absolute;
	top: 5px;
	right: 5px;
}

.social-panel button.close-btn:focus {
	outline: none;
}

.social-panel p {
	background-color: #001F61;
	border-radius: 0 0 10px 10px;
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	padding: 2px 17px 6px;
	position: absolute;
	top: 0;
	left: 50%;
	margin: 0;
	transform: translateX(-50%);
	text-align: center;
	width: 235px;
}

.social-panel p i {
	margin: 0 5px;
}

.social-panel p a {
	color: #FF7500;
	text-decoration: none;
}

.social-panel h4 {
	margin: 20px 0;
	color: #97A5CE;	
	font-family: 'Muli';	
	font-size: 14px;	
	line-height: 18px;
	text-transform: uppercase;
}

.social-panel ul {
	display: flex;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.social-panel ul li {
	margin: 0 10px;
}

.social-panel ul li a {
	border: 1px solid #DCE1F2;
	border-radius: 50%;
	color: #001F61;
	font-size: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	width: 50px;
	text-decoration: none;
}

.social-panel ul li a:hover {
	border-color: #FF6A00;
	box-shadow: 0 9px 12px -9px #FF6A00;
}

.floating-btn {
	border-radius: 26.5px;
	background-color: #001F61;
	border: 1px solid #001F61;
	box-shadow: 0 16px 22px -17px #03153B;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	line-height: 20px;
	padding: 12px 20px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 999;
}

.floating-btn:hover {
	background-color: #ffffff;
	color: #001F61;
}

.floating-btn:focus {
	outline: none;
}

.floating-text {
	background-color: #001F61;
	border-radius: 10px 10px 0 0;
	color: #fff;
	font-family: 'Muli';
	padding: 7px 15px;
	position: fixed;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	z-index: 998;
}

.floating-text a {
	color: #FF7500;
	text-decoration: none;
}

@media screen and (max-width: 480px) {

	.social-panel-container.visible {
		transform: translateX(0px);
	}
	
	.floating-btn {
		right: 10px;
	}
}