/*=========start===========*/


/*=========end===========*/
.rightbar ul{margin-left:18px;}
.rightbar ul>li {list-style-type:initial;}
.rightbar div img{padding-bottom:10px;}

.alertbx, .loader, .loaderbox {
    position: fixed
}

input, textarea {
    outline: 0
}

.main_menu, .side-menu li, .sub_menu, li, ul {
    list-style-type: none
}
.fs13 {
    font-size: 13px;
}
.fred {
    color: red;
}
.chk_aadhar {
    width: 18px;
    height: 18px;
}
.div-border {
    border: 1px solid #CCC;
    background-color: #f0f8ff;
    padding: 20px;
    margin: 0 auto
}

.page-title {
    font-size: 20px;
    font-family: Montserrat-Regular;
    margin-bottom: 10px;
    border-bottom: 1px solid #CCC;
    color: #333
}

.require {
    color: red
}

.has-error input {
    border-color: #b94a48;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

.has-error .control-label, .has-error .help-block {
    color: #b94a48
}

.loaderbox {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(119,165,175,.27);
    z-index: 2
}

.loader {
    top: 46%;
    left: 47%;
    margin: auto;
    font-size: 10px;
    text-indent: -9999em;
    border-top: 7px solid #88D7E8;
    border-right: 7px solid #88D7E8;
    border-bottom: 7px solid #88D7E8;
    border-left: 7px solid #00ACDC;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear
}

    .loader, .loader:after {
        border-radius: 50%;
        width: 40px;
        height: 40px
    }

.alertbx {
    top: 15px;
    left: 35%;
    z-index: 99999;
    text-align: center
}

.altbx button.close {
    float: initial;
    color: red
}

.fleft {
    float: left
}

.fright {
    float: right
}

.iclear {
    overflow: hidden;
    zoom: 1
}

.lblbox {
    font-size: 18px;
    text-align: left
}

.lbllft {
    width: 30%;
    font-size: 13px
}

.lblrgt {
    width: 70%;
    color: #484545;
    font-size: 13px
}

a, p {
    font-size: 15px;
    line-height: 1.7
}

.labeltxt {
    text-align: left;
    font-weight: 400;
    font-weight: 600
}

a, body, html {
    font-weight: 400
}

.labeltxt > span {
    float: right;
    margin-right: 10px
}

.con-detail {
    border-bottom: 1px solid #cccc;
    margin-bottom: 15px;
    padding-bottom: 5px
}

iframe, input {
    border: none !important
}

*, a, h1, h2, h3, h4, h5, h6, li, p, ul {
    margin: 0
}

@font-face {
    font-family: Montserrat-Regular;
    src: url(/fonts/montserrat/Montserrat-Regular.ttf)
}

@font-face {
    font-family: Montserrat-Medium;
    src: url(/fonts/montserrat/Montserrat-Medium.ttf)
}

@font-face {
    font-family: Montserrat-Bold;
    src: url(/fonts/montserrat/Montserrat-Bold.ttf)
}

@font-face {
    font-family: Montserrat-Italic;
    src: url(/fonts/montserrat/Montserrat-Italic.ttf)
}

@font-face {
    font-family: Montserrat-Black;
    src: url(/fonts/montserrat/Montserrat-Black.ttf)
}

@font-face {
    font-family: Linearicons;
    src: url(/fonts/Linearicons-Free-v1.0.0/WebFont/Linearicons-Free.ttf)
}

@font-face {
    font-family: Poppins-Bold;
    src: url(/fonts/poppins/Poppins-Bold.ttf)
}

@font-face {
    font-family: Poppins-Black;
    src: url(/fonts/poppins/Poppins-Black.ttf)
}

* {
    padding: 0;
    box-sizing: border-box
}

body, html {
    height: 100%;
    font-family: Montserrat-Regular,sans-serif
}

a, p {
    font-family: Montserrat-Regular
}

a {
    color: #666;
    transition: all .4s;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s
}

    a:focus {
        outline: 0 !important
    }

    a:hover {
        text-decoration: none;
        color: #e65540
    }

p {
    color: #504747
}

.slick-slide, button {
    outline: 0 !important
}

input:focus::-webkit-input-placeholder {
    color: transparent
}

input:focus:-moz-placeholder {
    color: transparent
}

input:focus::-moz-placeholder {
    color: transparent
}

input:focus:-ms-input-placeholder {
    color: transparent
}

textarea:focus::-webkit-input-placeholder {
    color: transparent
}

textarea:focus:-moz-placeholder {
    color: transparent
}

textarea:focus::-moz-placeholder {
    color: transparent
}

textarea:focus:-ms-input-placeholder {
    color: transparent
}

button {
    border: none;
    background: 0 0
}

.bg-title-page, .item-slick1 {
    background-repeat: no-repeat;
    background-size: cover
}

button:hover {
    cursor: pointer
}

.container {
    max-width: 1200px
}

.animsition-loading-1 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

[data-loader=ball-scale] {
    width: 50px;
    height: 50px;
    -webkit-animation: ball-scale infinite linear .75s;
    -moz-animation: ball-scale infinite linear .75s;
    -o-animation: ball-scale infinite linear .75s;
    animation: ball-scale infinite linear .75s;
    border-radius: 100%;
    background-color: #e65540
}

@-webkit-keyframes ball-scale {
    0% {
        -webkit-transform: scale(.1);
        -ms-transform: scale(.1);
        -o-transform: scale(.1);
        transform: scale(.1);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@-moz-keyframes ball-scale {
    0% {
        -webkit-transform: scale(.1);
        -ms-transform: scale(.1);
        -o-transform: scale(.1);
        transform: scale(.1);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@-o-keyframes ball-scale {
    0% {
        -webkit-transform: scale(.1);
        -ms-transform: scale(.1);
        -o-transform: scale(.1);
        transform: scale(.1);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@keyframes ball-scale {
    0% {
        -webkit-transform: scale(.1);
        -ms-transform: scale(.1);
        -o-transform: scale(.1);
        transform: scale(.1);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

.btn-back-to-top {
    display: none;
    position: fixed;
    width: 40px;
    height: 40px;
    bottom: 40px;
    right: 40px;
    background-color: #000;
    opacity: .5;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    border-radius: 4px;
    transition: all .4s;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s
}

.symbol-btn-back-to-top {
    font-size: 22px;
    color: #fff;
    line-height: 1em
}

.btn-back-to-top:hover {
    opacity: 1;
    cursor: pointer
}

@media (max-width:576px) {
    .btn-back-to-top {
        bottom: 15px;
        right: 15px
    }
}

.select2-container {
    display: block;
    max-width: 100% !important;
    width: auto !important
}

    .select2-container .select2-selection--single {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        background-color: transparent;
        border: none;
        height: 20px;
        outline: 0;
        position: relative
    }

        .select2-container .select2-selection--single .select2-selection__rendered {
            font-size: 13px;
            font-family: Montserrat-Regular;
            line-height: 20px;
            color: #888;
            padding-left: 0;
            background-color: transparent
        }

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 20px;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.select2-selection__arrow b {
    display: none
}

.select2-selection__arrow:after {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background-color: transparent;
    border-right: 1px solid #888;
    border-bottom: 1px solid #888;
    color: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-bottom: 2px;
    margin-right: 8px
}

.select2-container--open .select2-dropdown {
    z-index: 1251;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    background-color: #fff
}

.select2-container .select2-results__option[aria-selected] {
    padding-top: 5px;
    padding-bottom: 5px
}

.select2-container .select2-results__option--highlighted[aria-selected], .select2-container .select2-results__option[aria-selected=true] {
    background-color: #e65540;
    color: #fff
}

.select2-results__options, .select2-search--dropdown .select2-search__field {
    font-size: 13px;
    color: #888;
    font-family: Montserrat-Regular
}

.select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.rs1-select2 .select2-container {
    margin-left: 26px
}

    .rs1-select2 .select2-container .select2-selection--single {
        height: 20px
    }

.rs2-select2 .select2-container .select2-selection--single {
    background-color: #fff;
    height: 50px
}

    .rs2-select2 .select2-container .select2-selection--single .select2-selection__rendered {
        line-height: 20px;
        color: #555;
        padding-left: 22px
    }

.rs2-select2 .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 10px
}

#dropDownSelect2 .select2-results__options, #dropDownSelect2 .select2-search--dropdown .select2-search__field {
    color: #555
}

.rs3-select2 .select2-container .select2-selection--single {
    height: 45px
}

.rs3-select2 .select2-selection__arrow b {
    display: block
}

.rs3-select2 .select2-selection__arrow:after {
    display: none
}

.rs4-select2 .select2-container .select2-selection--single {
    height: 40px
}

    .rs4-select2 .select2-container .select2-selection--single .select2-selection__rendered {
        padding-left: 15px
    }

.rs4-select2 .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 5px
}

.header1 {
    height: 125px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.fixed-header {
    height: 110px
}

.container-menu-header {
    width: 100%;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 1100;
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 5px 0 rgba(0,0,0,.2);
    -webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,.2);
    -o-box-shadow: 0 1px 5px 0 rgba(0,0,0,.2);
    -ms-box-shadow: 0 1px 5px 0 rgba(0,0,0,.2)
}

.topbar {
    height: 45px;
    background-color: #f5f5f5;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center
}

.topbar-child2, .topbar-social {
    position: absolute;
    height: 100%;
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox
}

.topbar-social {
    left: 0;
    display: flex;
    align-items: center;
    padding-left: 40px
}

.topbar-social-item {
    font-size: 18px;
    color: #888;
    padding: 10px
}

.topbar-child1, .topbar-email {
    font-family: Montserrat-Regular;
    font-size: 13px;
    color: #888;
    line-height: 1.7
}

.topbar-child2 {
    right: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-right: 26px
}

.wrap_header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 80px;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    position: relative;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.fixed-header .wrap_header {
    height: 65px
}

.logo {
    display: block;
    position: absolute;
    left: 52px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.header-icons, .main_menu {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox
}

    .main_menu li, .main_menu > li {
        position: relative
    }

.arrow-slick1, .header-icons {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}


.main_menu {
    margin: 0;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center
}

    .main_menu > li {
        display: block;
        padding: 20px 7px
    }
        .main_menu > li > a {
            font-family: Montserrat-medium;
            font-size: 14px;
            color: #324972;
            padding: 0;
            border-bottom: 1px solid transparent;
        }

li.sale-noti > a {
    color: #e65540
}

.main_menu > li:hover > a {
    text-decoration: none;
    border-bottom: 1px solid #333
}

.main_menu > li:hover > .sub_menu {
    visibility: visible;
    opacity: 1
}

.sub_menu {
    position: absolute;
    z-index: 1100;
    top: 0;
    left: 100%;
    width: 225px;
    background-color: #222;
    opacity: 0;
    visibility: hidden;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: all .4s;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s
}

.main_menu > li > .sub_menu {
    top: 100%;
    left: 0;
    position: absolute
}

.sub_menu li:hover > .sub_menu {
    visibility: visible;
    opacity: 1
}

.sub_menu li {
    transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s
}

.sub_menu a, .sub_menu li {
    padding: 10px;
    font-family: Montserrat-Regular;
    font-size: 13px;
    color: #fff
}

.sub_menu > li:hover > a {
    color: #e65540;
    text-decoration: none
}

.header-icons {
    display: flex;
    align-items: center;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    padding: 6px 11px;
    border-radius: 10px;

}
  
    .header-cart-item, .header-icons-noti {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox
    }

.header-wrapicon1, .header-wrapicon2 {
    height: 27px;
    position: relative
}

    .header-wrapicon1 img, .header-wrapicon2 img {
        height: 100%
    }

.header-icon1:hover, .header-icon2:hover {
    cursor: pointer
}

.header-icons-noti {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #111;
    color: #fff;
    font-family: Montserrat-Medium;
    font-size: 12px;
    position: absolute;
    top: 0;
    right: -10px
}

.linedivide1 {
    display: block;
    height: 20px;
    width: 1px;
    background-color: #e5e5e5;
    margin-left: 23px;
    margin-right: 23px;
    margin-top: 5px
}

.header-cart {
    position: absolute;
    z-index: 1100;
    width: 339px;
    top: 190%;
    right: -10px;
    padding: 20px;
    border-top: 3px solid #e6e6e6;
    background-color: #fff;
    box-shadow: 0 3px 5px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 3px 5px 0 rgba(0,0,0,.1);
    -webkit-box-shadow: 0 3px 5px 0 rgba(0,0,0,.1);
    -o-box-shadow: 0 3px 5px 0 rgba(0,0,0,.1);
    -ms-box-shadow: 0 3px 5px 0 rgba(0,0,0,.1);
    transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transform-origin: top right;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0)
}

.show-header-dropdown {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.fixed-header .header-cart {
    top: 160%
}

.header-cart-wrapitem {
    max-height: 270px;
    overflow: auto
}

.logo-mobile img, .logo2 img {
    max-height: 27px
}

.header-cart-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 5px;
    padding-top: 5px
}

.header-cart-item-img {
    width: 80px;
    position: relative;
    margin-right: 20px
}

    .header-cart-item-img img {
        width: 100%
    }

    .header-cart-item-img::after {
        content: '\e870';
        font-family: Linearicons;
        font-size: 16px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: rgba(0,0,0,.5);
        color: #fff;
        transition: all .3s;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        -moz-transition: all .3s;
        opacity: 0
    }

    .header-cart-item-img:hover:after {
        cursor: pointer;
        opacity: 1
    }

.header-cart-item-txt {
    width: calc(100% - 100px)
}

.header-cart-item-name {
    display: block;
    font-family: Montserrat-Regular;
    font-size: 15px;
    color: #555;
    line-height: 1.3;
    margin-bottom: 12px
}

.header-cart-item-info {
    display: block;
    font-family: Montserrat-Regular;
    font-size: 12px;
    color: #888;
    line-height: 1.5
}

.btn-show-menu, .header-cart-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox
}

.header-cart-total, .side-menu .main-menu > li > a {
    font-size: 15px;
    font-family: Montserrat-Regular
}

.header-cart-total {
    color: #555;
    line-height: 1.3;
    text-align: right;
    padding-top: 15px;
    padding-bottom: 25px;
    padding-right: 3px
}

.header-cart-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center
}

.header-cart-wrapbtn {
    width: calc((100% - 10px)/ 2)
}

.wrap_header_mobile {
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    min-height: 80px;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fff;
    display: none
}

.logo-mobile {
    display: block
}

.btn-show-menu {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center
}

.hamburger {
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8);
    margin-top: 5px
}

.header-icons-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-right: 15px
}

.linedivide2 {
    display: block;
    height: 20px;
    width: 1px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 5px
}

.header-icons-mobile .header-cart {
    width: 300px;
    top: 190%;
    right: -80px;
    z-index: 1100;
    transform-origin: top right
}

.wrap-side-menu {
    width: 100%;
    background-color: #fff;
    display: none;
    border-top: 1px solid #ececec
}

.side-menu {
    width: 100%
}

    .side-menu .main-menu {
        margin-bottom: 0
    }

.item-menu-mobile {
    background-color: #22216f;
}

.side-menu .main-menu > li > a {
    padding-left: 20px;
    color: #fff;
    line-height: 2.86
}

.side-menu .main-menu > li {
    color: #fff;
    position: relative
}

.side-menu .main-menu .arrow-main-menu {
    font-size: 14px;
    position: absolute;
    right: 20px;
    top: 5px;
    padding: 10px;
    -webkit-transition: all .4s !important;
    -o-transition: all .4s !important;
    -moz-transition: all .4s !important;
    transition: all .4s !important
}

    .side-menu .main-menu .arrow-main-menu:hover {
        cursor: pointer
    }

.turn-arrow {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.side-menu .sub-menu a {
    padding-left: 20px;
    font-family: Montserrat-Regular;
    font-size: 13px;
    color: #333;
    line-height: 2.5
}

.side-menu .sub-menu > li {
    padding-left: 12px
}

.side-menu .sub-menu a:hover {
    text-decoration: none;
    padding-left: 20px;
    color: #e65540 !important
}

.side-menu .sub-menu {
    background-color: #fff;
    display: none
}

@media (min-width:992px) {
    .wrap-side-menu {
        display: none
    }
}

.topbar-child2-mobile, .topbar-social-moblie {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox
}

.item-topbar-mobile {
    border-bottom: 1px solid #ececec
}

.topbar-child2-mobile {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.topbar-social-moblie {
    display: flex;
    align-items: center
}

.container-menu-header-v3, .topbar2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    background-color: #fff
}

.topbar2 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center
}

.logo2 {
    display: block
}

.fixed-header2 {
    z-index: 1300;
    position: fixed;
    height: 65px;
    left: 0;
    top: -70px;
    visibility: hidden;
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 5px 0 rgba(0,0,0,.2);
    -webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,.2);
    -o-box-shadow: 0 1px 5px 0 rgba(0,0,0,.2);
    -ms-box-shadow: 0 1px 5px 0 rgba(0,0,0,.2)
}

    .fixed-header2 .header-cart {
        top: 160%
    }

.show-fixed-header2 {
    visibility: visible;
    top: 0
}

.container-menu-header-v3 {
    position: fixed;
    z-index: 1200;
    top: 0;
    left: 0;
    width: 320px;
    height: 100vh;
    border-right: 1px solid #e5e5e7;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap
}

    .container-menu-header-v3 .wrap_header {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        width: 100%;
        background-color: #fff
    }

    .container-menu-header-v3 .logo3 {
        display: block
    }

        .container-menu-header-v3 .logo3 img {
            max-width: 120px
        }

    .container-menu-header-v3 .header-icons3 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        position: unset
    }

    .container-menu-header-v3 .header-cart {
        left: -10px;
        transform-origin: top left
    }

    .container-menu-header-v3 .main_menu {
        list-style-type: none;
        margin: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
        justify-content: center;
        flex-direction: column
    }

        .container-menu-header-v3 .main_menu > li {
            text-align: center;
            padding: 3px 0
        }

    .container-menu-header-v3 .sub_menu {
        top: 0;
        left: 100%
    }

    .container-menu-header-v3 .main_menu > li > .sub_menu {
        top: 10px;
        left: 95%
    }

    .container-menu-header-v3 .sub_menu li {
        text-align: left
    }

    .container-menu-header-v3 .topbar-social-item {
        padding: 10px 8px
    }

.container1-page {
    margin-left: 320px
}
@media (max-width:1240px) {
    .header-cart {
        top: 39px;
    }
}
    @media (max-width:992px) {
        .wrap_header_mobile {
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex !important;
            background-color: #dcecf4;
        }

        .container-menu-header, .container-menu-header-v2, .container-menu-header-v3, .top-bar, .wrap_header {
            display: none
        }

        .wrap_header_mobile #nav-check:checked ~ .container-menu-header {
            display: block;
        }

        .wrap_header_mobile > #nav-check:checked .wrap_header_mobile > .nav-btn > label > span {
            display: block;
            border-top: 2px solid red;
        }

        .wrap_header_mobile > #nav-check:checked .wrap_header {
            height: calc(100vh - 50px);
            overflow-y: auto;
            display: block;
        }

        header {
            height: auto !important
        }

        .container1-page {
            margin-left: 0
        }
    }

    .wrap-slick1 {
        position: relative
    }

    .item-slick1 {
        height: 570px;
        background-position: center center
    }

    .arrow-slick1 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 40px;
        height: 40px;
        font-size: 18px;
        color: #fff;
        position: absolute;
        background-color: #000;
        opacity: 0;
        top: 50%;
        transform: translateY(-50%);
        border-radius: 50%;
        z-index: 200;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        -moz-transition: all .4s;
        transition: all .4s
    }

    .wrap-slick1:hover .arrow-slick1 {
        opacity: .5
    }

    .arrow-slick1:hover {
        background-color: #e65540
    }

    .next-slick1 {
        right: 50px;
        left: auto
    }

    .prev-slick1 {
        left: 50px;
        right: auto
    }

    @media (max-width:992px) {
        .wrap-content-slide1 .xl-text2 {
            font-size: 60px
        }
    }

    @media (max-width:768px) {
        .wrap-content-slide1 .xl-text1, .wrap-content-slide1 .xl-text2, .wrap-content-slide1 .xl-text3 {
            font-size: 50px
        }

        .wrap-content-slide1 .m-text1, .wrap-content-slide1 .m-text27 {
            font-size: 16px
        }

        .item-slick1 {
            height: 470px
        }
        .apr-0{
            padding-right:0;
        }
    }

    @media (max-width:576px) {
        .next-slick1 {
            right: 15px
        }

        .prev-slick1 {
            left: 15px
        }

        .wrap-content-slide1 .xl-text1, .wrap-content-slide1 .xl-text2, .wrap-content-slide1 .xl-text3 {
            font-size: 40px
        }

    .wrap-content-slide1 .m-text1, .wrap-content-slide1 .m-text27 {
        font-size: 16px
    }

    .item-slick1 {
        height: 370px
    }
}

.rs1-slick1 .item-slick1 {
    height: 100vh
}

@media (max-width:992px) {
    .rs1-slick1 .item-slick1 {
        height: calc(100vh - 85px)
    }
}

.wrap-slick2 {
    position: relative;
    margin-right: -15px;
    margin-left: -15px
}

.arrow-slick2 {
    position: absolute;
    z-index: 100;
    top: calc((100% - 70px)/ 2);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 39px;
    color: #ccc;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s
}

    .arrow-slick2:hover {
        color: #666
    }

.next-slick2 {
    right: -30px
}

.prev-slick2 {
    left: -30px
}

@media (max-width:1280px) {
    .next-slick2 {
        right: 0
    }

    .prev-slick2 {
        left: 0
    }
}

@media (max-width:1610px) {
    .rs1-slick2 .next-slick2 {
        right: 0
    }

    .rs1-slick2 .prev-slick2 {
        left: 0
    }
}

.swal-overlay {
    overflow-y: auto
}

.swal-icon--success {
    border-color: #66a8a6
}

.swal-icon--success__line {
    background-color: #66a8a6
}

.swal-icon--success__ring {
    border: 4px solid rgba(102,168,166,.2)
}

.swal-button:focus {
    outline: 0;
    box-shadow: none
}

.swal-button {
    background-color: #e65540;
    font-family: Montserrat-Regular;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    font-weight: unset;
    border-radius: 20px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

    .swal-button:hover {
        background-color: #333
    }

    .swal-button:active {
        background-color: #e65540
    }

.swal-title {
    font-family: Montserrat-Medium;
    color: #333;
    font-size: 16px;
    line-height: 1.5;
    padding: 0 15px
}

.item-pagination, .swal-text {
    font-family: Montserrat-Regular
}

.swal-text {
    color: #333;
    font-size: 15px;
    text-align: center
}

.swal-footer {
    margin-top: 0
}

.block1-wrapbtn {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 20px;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.1);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.1);
    -o-box-shadow: 0 1px 3px 0 rgba(0,0,0,.1);
    -ms-box-shadow: 0 1px 3px 0 rgba(0,0,0,.1)
}

.block2-labelnew::before, .block2-labelsale::before {
    z-index: 100;
    font-family: Montserrat-Regular;
    font-size: 12px;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 22px;
    border-radius: 11px;
    position: absolute;
    top: 12px;
    left: 12px
}

.block2-labelsale::before {
    background-color: #e65540;
    content: 'Sale'
}

.block2-labelnew::before {
    background-color: #66a8a6;
    content: 'DSC'
}

.block2-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.3);
    opacity: 0
}

.block2-btn-addcart {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -45px
}

.block2-btn-addwishlist, .block2-btn-towishlist {
    display: block;
    position: absolute;
    top: 26px;
    right: 20px;
    font-size: 20px;
    color: #fff;
    line-height: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0)
}

    .block2-btn-addwishlist:hover {
        color: #fff
    }

    .block2-btn-addwishlist .icon-wishlist, .block2-btn-towishlist .icon-wishlist {
        line-height: 0
    }

    .block2-btn-addwishlist:hover .icon_heart_alt {
        display: none
    }

    .block2-btn-addwishlist:hover .icon_heart {
        display: block
    }

    .block2-btn-towishlist .icon_heart_alt {
        display: none
    }

    .block2-btn-towishlist .icon_heart {
        display: block;
        color: #e65540
    }

.block2-overlay:hover {
    opacity: 1
}

    .block2-overlay:hover .block2-btn-addcart {
        bottom: 20px
    }

    .block2-overlay:hover .block2-btn-addwishlist, .block2-overlay:hover .block2-btn-towishlist {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

.block4 {
    position: relative;
    overflow: hidden;
    width: calc(100% / 5)
}

@media (max-width:1360px) {
    .block4 {
        width: calc(100% / 4)
    }
}

@media (max-width:1200px) {
    .block4 {
        width: calc(100% / 3)
    }
}

@media (max-width:992px) {
    .block4 {
        width: calc(100% / 2)
    }
}

@media (max-width:576px) {
    .block4 {
        width: calc(100% / 1)
    }
}

@media (max-width:1660px) {
    .rs1-block4 .block4 {
        width: calc(100% / 4)
    }
}

@media (max-width:1380px) {
    .rs1-block4 .block4 {
        width: calc(100% / 3)
    }
}

@media (max-width:1200px) {
    .rs1-block4 .block4 {
        width: calc(100% / 2)
    }
}

@media (max-width:576px) {
    .rs1-block4 .block4 {
        width: calc(100% / 1)
    }

        .bg-title-page .l-text2 {
            font-size: 35px;
            text-shadow: 1px -1px 14px black;
            color: #f9f9f9;
        }

    .bg-title-page .m-text13 {
        font-size: 16px
    }
}

.block4-overlay {
    display: block;
    background-color: rgba(0,0,0,.9);
    visibility: hidden;
    opacity: 0
}

.checkbox-color-filter, .leftbar #filter-bar .noUi-handle:after, .leftbar #filter-bar .noUi-handle:before {
    display: none
}

.block4-overlay:hover {
    color: unset
}

.block4-overlay-txt {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -100%
}

.block4-overlay-heart {
    transform-origin: top left;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0)
}

.block4:hover .block4-overlay {
    visibility: visible;
    opacity: 1
}

.block4:hover .block4-overlay-txt {
    bottom: 0
}

.block4:hover .block4-overlay-heart {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.bg-title-page {
    width: 100%;
    min-height: 239px;
    padding-left: 15px;
    padding-right: 15px;
    background-position: center 0
}

.leftbar #filter-bar {
    margin-right: 6px;
    margin-left: 6px;
    height: 4px;
    border: none;
    background-color: #e1e1e1
}

    .leftbar #filter-bar .noUi-connect {
        background-color: #c5c5c5;
        border: none;
        box-shadow: none
    }

    .leftbar #filter-bar .noUi-handle {
        width: 13px;
        height: 13px;
        left: -6px;
        top: -5px;
        border: none;
        border-radius: 50%;
        background: #999;
        cursor: pointer;
        box-shadow: none;
        outline: 0
    }

.color-filter1 {
    background-color: #00bbec
}

.color-filter2 {
    background-color: #2c6ed5
}

.color-filter3 {
    background-color: #ffa037
}

.color-filter4 {
    background-color: #ff5337
}

.color-filter5 {
    background-color: #a88c77
}

.color-filter6 {
    background-color: #393939
}

.color-filter7 {
    background-color: #ccc
}

.color-filter, .show-dropdown-content .down-mark {
    display: block
}

.color-filter {
    width: 25px;
    height: 25px;
    cursor: pointer;
    border-radius: 50%
}

.checkbox-color-filter:checked + .color-filter {
    box-shadow: 0 0 0 2px #000;
    -moz-box-shadow: 0 0 0 2px #000;
    -webkit-box-shadow: 0 0 0 2px #000;
    -o-box-shadow: 0 0 0 2px #000;
    -ms-box-shadow: 0 0 0 2px #000
}

.pagination {
    margin-right: -6px;
    margin-left: -6px
}

.item-pagination {
    font-size: 13px;
    color: grey;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #eee;
    margin: 6px
}

    .active-pagination, .item-pagination:hover {
        background-color: #222;
        color: #fff
    }

.wrap-slick3-dots {
    width: 14.5%
}

.slick3 {
    width: 80.64%
}

.slick3-dots li {
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 15px
}

    .slick3-dots li img {
        width: 100%
    }

.slick3-dot-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    border: 3px solid transparent;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s
}

    .slick3-dot-overlay:hover, .slick3-dots .slick-active .slick3-dot-overlay {
        border: 3px solid #888
    }

.show-dropdown-content .up-mark {
    display: none
}

.container-table-cart::after, .container-table-cart::before {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: calc(100% - 51px);
    background-color: #e6e6e6;
    top: 51px
}

.wrap-table-shopping-cart {
    overflow: auto
}

.container-table-cart::before {
    left: 0
}

.container-table-cart::after {
    right: 0
}

.table-shopping-cart {
    border-collapse: collapse;
    width: 100%;
    min-width: 992px
}

    .table-shopping-cart .table-row {
        border-top: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6
    }

    .table-shopping-cart .column-1 {
        width: 225px;
        padding-left: 50px
    }

    .table-shopping-cart .column-2 {
        width: 330px;
        padding-right: 30px
    }

    .table-shopping-cart .column-3 {
        width: 133px;
        padding-right: 30px
    }

    .table-shopping-cart .column-4 {
        width: 355px;
        padding-right: 30px
    }

    .table-shopping-cart .column-5 {
        padding-right: 30px
    }

    .table-shopping-cart .table-head th {
        font-family: Montserrat-Bold;
        font-size: 13px;
        color: #555;
        line-height: 1.5;
        text-transform: uppercase;
        padding-top: 16px;
        padding-bottom: 16px
    }

    .table-shopping-cart td {
        font-family: Montserrat-Regular;
        font-size: 16px;
        color: #555;
        line-height: 1.5;
        padding-top: 37px;
        padding-bottom: 30px
    }

    .table-shopping-cart .table-row .column-2 {
        font-size: 15px
    }

.cart-img-product {
    width: 90px;
    position: relative
}

    .cart-img-product img {
        width: 100%
    }

    .cart-img-product::after {
        content: '\e870';
        font-family: Linearicons;
        font-size: 16px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: rgba(0,0,0,.5);
        color: #fff;
        transition: all .3s;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        -moz-transition: all .3s;
        opacity: 0
    }

.tab01 .nav-link, .tag-item {
    font-family: Montserrat-Regular;
    color: #888
}

.cart-img-product:hover:after {
    cursor: pointer;
    opacity: 1
}

.wrap-tags {
    margin-right: -3px;
    margin-left: -3px
}

.tag-item {
    display: block;
    font-size: 13px;
    line-height: 1.5;
    padding: 5px 15px;
    border: 1px solid #ccc;
    border-radius: 15px;
    margin: 3px
}

#modal-video-01 .modal-dialog, .tab01 .nav-tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox
}

.tag-item:hover {
    border: 1px solid #e65540
}

.tab01 .nav-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-bottom: none;
    margin-right: -15px;
    margin-left: -15px
}

    .tab01 .nav-tabs .nav-item {
        padding: 8px 16px
    }

.tab01 .nav-link {
    padding: 0;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid transparent;
    font-size: 15px;
    line-height: 1.1
}

    .tab01 .nav-link.active, .tab01 .nav-link:hover {
        color: #333;
        border-bottom: 1px solid #6a6a6a
    }

@media (max-width:480px) {
    .tab01 .nav-tabs .nav-item {
        padding: 8px 6px
    }

    .tab01 .nav-tabs {
        margin-right: -6px;
        margin-left: -6px
    }
}

body {
    padding-right: 0 !important
}

.modal {
    padding: 0 !important;
    z-index: 1360;
    overflow-x: hidden;
    overflow-y: auto !important
}

.modal-open {
    overflow-y: scroll
}

.modal-backdrop {
    background-color: transparent
}

#modal-video-01 {
    background-color: rgba(0,0,0,.8);
    z-index: 1350
}

    #modal-video-01 .modal-dialog {
        max-width: 100%;
        height: 100%;
        padding: 0;
        margin: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        position: relative
    }

.wrap-video-mo-01 {
    width: 854px;
    height: auto;
    position: relative;
    margin: 15px
}

.video-mo-01, .video-mo-01 iframe {
    width: 100%;
    height: 100%
}

.video-mo-01 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all 2s;
    -o-transition: all 2s;
    -moz-transition: all 2s;
    transition: all 2s
}

.close-mo-video-01 {
    font-size: 50px;
    color: #fff;
    opacity: .6;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 1250;
    width: 60px;
    height: 60px;
    top: 0;
    right: 0
}

    .close-mo-video-01:hover {
        cursor: pointer;
        opacity: 1
    }

input.num-product {
    -moz-appearance: textfield;
    appearance: none;
    -webkit-appearance: none
}

    input.num-product::-webkit-inner-spin-button, input.num-product::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0
    }
/************* Akanksha CSS Start**************/
.main_menu li .menu-buy {
    background: #0077b5;
    color: white;
    padding: 6px 11px;
    font-family: montserrat-regular
    /* border-radius: 10px; */
    /* box-shadow: 4px 5px 9px 1px #a7cdda; */
}
.main_menu li:hover .menu-buy {
    border-bottom: transparent;
}



    .wrap_header_mobile > #nav-check {
        display: none;
    }

.wrap_header_mobile .menu-buy {
    background: #0077b5;
    color: white;
    padding: 3px 11px;
    font-family: montserrat-regular;
    margin-right: 49px;
}

    .tab-pad {
        padding-right: 0;
        padding-left: 0;
    }

    .blog_img {
        padding: 25px;
    }

        .blog_img .date {
            color: #ef323a;
            font-weight: 900;
            text-transform: uppercase;
            font-size: 14px;
        }

        .blog_img .categ-link {
            color: #324972;
            font-weight: 900;
            text-transform: uppercase;
            font-size: 14px;
            font-family: Montserrat-bold;
        }

        .blog_img h4 > a {
            color: #324972;
            font-size: 24px;
            line-height: 1.7;
        }

        .blog_img .class_author {
            color: #024497;
            font-size: 14px;
            font-family: Montserrat-Medium;
        }

        .blog_img .blog_para_padding {
            font-family: Montserrat-Medium;
            color: #000;
        }

            .blog_img .blog_para_padding > a {
                font-family: Montserrat-Medium;
                color: #024497;
                font-size: 14px;
            }

    .container_grey {
        background: #e9edf3;
    }

    .page_container {
        background: #fff;
        margin-top: 15px;
        border: 1px #ddd solid;
        margin-bottom: 20px;
    }

    .para_box {
        background: #17a2b8;
        padding: 20px 20px;
        display: table;
        color: #fff;
        width: 100%;
    }

    .blog_box {
        width: 100%;
    }

    .right_border {
        border-left: 1px solid #e5e5e5;
    }

    .blog_item {
        border-bottom: 1px solid #ddd;
    }
.blog_item:hover a{
    color: #ed3237;
}
.blog_categories li a {
    text-decoration: none;
    line-height: 20px;
    display: block;
    padding: 15px 30px 16px;
    color: #023575;
}

    .hr_line hr {
        display: block;
        height: 1px;
        border: 0;
        border-top: 1px solid #ddd;
        padding: 0;
    }


    .wrap_menu1 {
        position: absolute;
        background: #fff;
        right: 0;
        top: 80px;
        z-index: 9999;
        width: 100%;
        -webkit-box-shadow: -2px 22px 27px -23px rgba(0,0,0,0.75);
        -moz-box-shadow: -2px 22px 27px -23px rgba(0,0,0,0.75);
        box-shadow: -2px 22px 27px -23px rgba(0,0,0,0.75);
    }


        .wrap_menu1 .main_menu1 li a {
            color: #0373a9;
            font-family: Montserrat-regular;
            font-size: 14px;
        }
        .wrap_menu1 .main_menu1 li:first-child a {
            color: #e65540;
        }
        .wrap_menu1 .main_menu1 li:last-child hover a {
            color: #fff;
        }
        .wrap_menu1 .main_menu1 li {
            padding: 11px 35px 10px;
            border-bottom: 1px solid #dacece;
        }

            .wrap_menu1 .main_menu1 li:last-child {
                border-bottom: none;
            }

            .wrap_menu1 .main_menu1 li:last-child {
                background: #008ccf;
                color: white;
            }

                .wrap_menu1 .main_menu1 li:last-child a {
                    color: white;
                }

            .wrap_menu1 .main_menu1 li:hover a {
                color: #ed3237;
            }

    /*.prod-drop-1 {
    display: none;
}*/
    .prod-drop {
        position: absolute;
        background: white;
        top: 45px;
        right: 84px;
        z-index: 9999;
        padding: 6px 20px 6px 20px;
        display: none;
        box-shadow: 0 3px 5px 0 rgba(0,0,0,.1);
    }

    .uses a {
        color: #4267b2;
    }

        .uses a:hover {
            color: #ef323a;
            transition: none;
        }

    .show {
        display: block;
    }
    /**************buy certificate tabl css*******************/

.mobile_accor_table {
    margin: 10% auto;
    display:none;
}

    .mobile_accor_table ul {
        list-style: none;
        margin: 0;
    }
.mobile_accor_table_ul li {
    padding: 0;
    margin-bottom: 1px;
    position: relative;
    height: 100%;
    min-height: 37px;
}
.mobile_accor_table label {
    display: block;
    cursor: pointer;
    padding: 5px 10px;
    border: 1px solid #fff;
    border-bottom: none;
    background: #364784;
    color: white;
    font-family: montserrat-bold;
    font-size: 15px;
    text-align: center;
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 33%;
    margin-bottom: 0;
    top: 0;
    width: 100%;
}
    .mobile_accor_table label a {
        color: white;
        text-align: left;
    }
        .mobile_accor_table label:hover {
            background: #364784;
        }

.mobile_accor_table label.last {
    border-bottom: 1px solid #fff;
}

    .mobile_accor_table ul ul li {
    
        background: #f7f6f6;
        
       
    }
    .mobile_accor_table ul ul li a{
        cursor: pointer;
    }
        .mobile_accor_table ul ul li div {
            border: 5px solid white;
            border-bottom: 1px solid #ded6d6;
            text-align: left;
            padding-left: 23px;
            cursor: pointer;
        }
        .mobile_accor_table ul ul li:hover {
            color: #e65540;
        }
        .mobile_accor_table ul ul li div:hover {
            background: #364784;
        }
            .mobile_accor_table ul ul li div:hover a {
                color: white;
            }
.mobile_accor_table input[type="checkbox"] {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor:pointer;
}

    .mobile_accor_table input[type="checkbox"] ~ ul {
        height: 0;
        transform: scaleY(0);
    }

    .mobile_accor_table input[type="checkbox"]:checked ~ ul {
        height: 100%;
        transform-origin: top;
        transition: transform .2s ease-out;
        transform: scaleY(1);
        padding-bottom: 10px;
    }

    .mobile_accor_table input[type="checkbox"]:checked + label {
        background: #364784;
        border-bottom: 1px solid #fff;
    }
.mobile_accor_table_li{
    color:white;
}
/************RESPONSIVE CSS***********/
@media (max-width:1240px) {
    .logo img {
        width: 148px;
    }

        .quick-link {
            display: none;
        }

        .header-icons {
            display: none;
        }

            .header-icons .linediv {
                display: none;
            }
        .wrap_header {
            justify-content: flex-end;
        }
        .wrap_menu {
            padding-right: 30px;
        }
    }

    @media only screen and (max-device-width: 1149px) {
        .mob-mar {
            margin-top: 49px;
        }
    }

    @media (max-width: 993px) {
        .wrap_menu {
            padding-left: 163px;
        }

        .wrap_header_mobile > .nav-btn > label > span {
            display: block;
            width: 25px;
            height: 10px;
            border-top: 2px solid #615b5b;
        }

        .wrap_header_mobile > .nav-btn {
            display: inline-block;
            position: absolute;
            right: 14px;
            top: 13px;
        }

        .wrap_header_mobile > .nav-btn > label {
            display: inline-block;
            width: 37px;
            height: 32px;
            padding: 7px;
            background-color: #0077b5;
            margin-top: 12px;
        }



        .wrap_header_mobile #nav-check:checked ~ .nav-btn > label {
            background-color: #eb454b;
        }

        .wrap_header_mobile #nav-check:checked ~ .nav-btn label > span:nth-child(1) {
            top: 6px;
            transform: rotate(45deg);
            margin: 7px -1px;
            border-top: 3px solid #ffff;
        }

        .wrap_header_mobile #nav-check:checked ~ .nav-btn label > span:nth-child(3) {
            top: -6px;
            transform: rotate(-45deg);
            margin: -14px 0px 0px 1px;
            border-top: 3px solid #ffff;
        }

    .wrap_header_mobile #nav-check:checked ~ .nav-btn label > span:nth-child(2) {
        display: none;
    }

    .wrap_header_mobile > .nav-btn > label > span {
        display: block;
        width: 24px;
        height: 7px;
        border-top: 2px solid #ffff;
        border-radius: 2px;
    }

    .wrap_menu > .main_menu {
        position: absolute;
        display: block;
        width: 100%;
        background-color: #333;
        height: 0px;
        transition: all 0.3s ease-in;
        overflow-y: hidden;
        top: 50px;
        left: 0px;
    }

        .wrap_menu > .main_menu > a {
            display: block;
            width: 100%;
        }

    .wrap_header_mobile > #nav-check:not(:checked) ~ .nav-links {
        height: 0px;
    }


        .header-icons-mobile {
            display: none;
        }
        .logo-mobile img{
            max-height: none;
            width: 148px;
        }
    }



@media (min-width: 993px) {

    .wrap_menu1 {
        display: none;
    }

    .wrap_header_mobile .nav-btn {
        display: none;
    }

    .wrap_header_mobile > #nav-check {
        display: none;
    }
}
.imgmax {
    display: block !important;
}
.imgmax2 {
    display: none !important;
}
.imgmax-float {
    float: right;

}

.bx-prod1 {
    border: 1px solid #c7bfbf;
}
.akusagetype {
    display: none;
}
@media (max-width: 993px) {

    .topbar {
        display: none;
    }

    .wrap_header .wrap_menu {
        padding-left: 163px;
    }

    .mobile_accor_table {
        display: block;
        margin: 0;
    }
    .header-table {
        display:none;
    }
    .usagetype{
        display:none;
    }
    .akusagetype {
        display: block;
    }
}
@media (max-width: 860px) {
    .bx-prod1_up{
        width:95%;
    }

}
@media (max-width: 860px) {
    .bx-prod1_up {
        width: 90%;
    }
}
    @media (max-width:767px) {
        .th-header {
            display: block;
        }

        .tblproducts tr td {
            display: block;
        }

        .tblproducts tr {
            display: block;
        }

        .th1 {
            width: 100%;
        }


        .hov-img-zoom img {
            height: 100%;
        }

        .respon1, .respon2 {
            width: 100%;
            margin-bottom: 10px;
        }

        .respon2 {
            border-left: none;
        }

        .hidden-sm-down {
            display: none;
        }

        .imgmax2 {
            display: block !important;
            float:right;
        }

        .imgmax {
            display: none !important;
        }
        .imgmax-float {
            float: right;
        }
        .tab-pad1 {
        width:50%;
        float:left;
        }
        .sea_pu {
            margin-top: 0;
        }
        .rig_bel{
            margin-top:27px;
        }
        .pl30-768 {
            padding-left: 30px;
        }
        .pt10-768 {
            padding-top: 10px;
        }
        .pb10-768 {
            padding-bottom: 10px;
        }
        .pt30-768 {
            padding-top: 30px;
        }
        .pb30-768 {
            padding-bottom: 30px;
        }
        .bx-shadow {
            display: none;
        }

    @media (max-width: 671px) {
        .imgmax-float {
            float: none;
            padding-left: 0;
        }

        .tab-pad1 {
            float: none;
            width: 58%;
        }

        .imgmax2 {
            float: none;
        }

        .bx-prod1 {
            border: none;
        }

        .div-results {
            padding: 0;
        }

        .sticky-popup-right {
            display: none;
        }

        .apr-0 {
            padding-right: 0;
        }
    }


    @media (max-width: 621px) {
        .bx-prod1_up {
            width: 84%;
        }
    }

    @media (max-width: 576px) {

        .respon1, .respon2, .w-full-sm {
            width: 100%;
            border: none;
            margin-bottom: 10px;
            box-shadow: 0px 0px 1px 0px black;
        }

        .instagram .block4 {
            margin-bottom: 10px;
        }

        .tab-pad1 {
            width: 72%;
        }

        .d-xs-none {
            display: none !important;
        }
        .bg-title-page h1{
            padding-left:30px;
        }
    }

    @media (max-width: 449px) {
        .tab-pad1 {
            width: 100%;
        }

        .imgmax-float {
            padding: 0;
        }
        .menu-buy{
            display:none;
        }
    }

    .mobile_tab_active, .mobile_tab_accordion:hover, .mobile_tab_option:hover {
        background-color: #ccc;
    }

    @media (max-width: 576px) {
        .col-xs-8 {
            -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
            max-width: 66.666667%;
        }

        .col-xs-3 {
            flex: 0 0 25%;
            max-width: 25%;
        }

        .imgmax-float {
            float: left;
            margin-top: 5px;
        }
    }

    .imgmax {
        text-align: center;
    }

    .mobile_tab_accordion .fa-chevron-right:before {
        position: absolute;
        right: 17px;
        top: 10px;
    }

    .mobile_tab_accordion .fa-chevron-down:before {
        position: absolute;
        right: 17px;
        top: 10px;
    }

    .imgmax2 {
        width: 270px;
    }

    .header-wrapicon2 .header-cart {
        width: 197px;
    }

    a.text-primary:hover {
        color: #e65540 !important;
        transition: none;
    }

    .header-cart-item:nth-child(1) i {
        font-size: 17px;
    }

    .header-cart-item:nth-child(1) {
        border-top: none;
    }

    .header-cart-item:last-child {
        border-bottom: none;
    }

    .rightbar li a {
        color: #4267b2;
    }

        .rightbar li a:hover {
            color: #e65540;
        }
        @media (max-width:320px) {
            #txtcaptcha{
                top:0;
            }
        }
            /* Style the accordion panel. Note: hidden by default */
            /************* Akanksha CSS End **************/