/* for mobile device */
@media (max-width: 575px){
 .logo {
    text-align: center;
}   
.logo img {
    width:200px;
}
.top-bar {
    text-align: center;
}
.logoin-area ul {
    justify-content: center;
}
.mob_menu {
    display: flex !important;
    border: solid 2px #e9ecef;
    width: 31px;
    height: 31px;
    text-align: center;
    padding-top: 1px;
    justify-content: center;
    border-radius: 4px;
    position: absolute;
    align-items: center;
    top: 20%;
    right: 5%;
    cursor: pointer;
}
.srh {
    display:none;
    position: relative;
    margin-top: 15px;
    margin-bottom: 10px;
}
.srh input {
    width: 100%;
 }
 header{ position:relative; }
 .blank-header{ display:none; }
header nav ul li.srh {
    display: none;
}
li.cart-btn {
    display: none;
}
header nav {
    display: none;
    position: absolute;
    top: 10px;
    z-index: 1;
    width: 100%;
    padding: 0px;
    left: 0px;
    background-color: var(--blue);
}
header nav ul li {
    display: block;
    width: 100%;
    border-bottom: solid 1px #395f92;
    padding: 0px;
}
.mob_menu i {
    color: #ced4da;
    font-size: 20px;
}
header nav ul li a {
    color: var(--white);
    padding: 5px 0px;
    border-bottom: solid 1px #0a4484;
    display: block;
}
header nav ul li a:hover {
    color: #dccfcf;
    text-decoration: none;
}
header nav ul {
    text-align: center;
}
header nav ul li:last-child {
    padding-right: 30px;
}
.slider-area ul.slider-bottom {
    padding:30px 0px;
    margin: 0px;
    position: relative;
    z-index: 10;
    bottom: 25px;
    left: 0px;
    right: 0px;
    top:0px;
}
.slider-area ul.slider-bottom li .item-imgs {
    width: 150px;
    height: 150px;
}
.slider-area ul.slider-bottom li {
    display: inline-block;
    margin: 10px 10px;
}
.exch_box .p-4 {
    padding: 15px 4px !important;
}
.exch_box h3 {
    font-size: 15px;
}
.exch_box .status-img img {
    width: 60px;
}
.common_wd .owl-nav {
    top: 30%;
}
 
#deals .owl-nav {
    top: -30%;
}
.pay-mathod{  text-align:center; }
.offer-banner img {
    height: 90px;
    object-fit: cover;
}
.footer-bottom ul {
    text-align: center;
}
.ssl_img {
    text-align: center;
    margin-top: 30px;
}
.m-title h1 {
    font-size: 25px;
}
section.sec {
    padding: 10px 0px;
    position: relative;
}
._category ul {
    flex-wrap: wrap;
}
._category > ul > li {
    width: 100%;
    text-align: left;
    padding-bottom: 10px;
    border-bottom: solid 1px #989595cc;
    margin-bottom: 10px;
}
._category ul li ._txt {
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    color: #212529;
}
._category ul li ._txt img {
    display: none;
    height: 40px;
    margin: auto;
}
.box-b {
    margin-bottom: 20px;
}
.in_form label {
    text-align: left;
}
.in_form .text-left {
    text-align: center !important;
    margin-bottom: 20px;
}
.part-logo ul {
    display: block;
    text-align: center;
}
.box-bb {
    margin-bottom: 20px;
}
 
.get_form .form-group {
    margin-bottom: 0px;
}

.get_form .col-md-6 {
    margin-bottom: 20px;
}
.footer-links ul {
    margin-top: 0px;
}
.footer-logo {
    margin-bottom: 20px;
}
.sidebar-menu {
    margin-bottom: 20px;
}
.sq_box img {
    height: 200px !important;
}
.sq_box span {
    font-size: 12px;
}
._boxzoom ._product-images {
    width: 68%;
    margin-left: 5px;
}
._p-add-cart .btn {
    padding: 2px 10px;
    font-size: 16px;
}
._category ul li i.fa {
    font-size: 22px;
    font-weight: 900;
    cursor: pointer;
    float: right;
    width: 50px;
    height: 30px;
    background-color: transparent;
    position: absolute;
    right: 0px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #000;
    top: 0px;
}
._category ul li ul.dropdown_menu {
    position: relative;
    width: 100%;
    background-color: #dcd6d6;
    z-index: 100;
    left: 0px;
    margin-top: 0px;
    display: none;
    top:15px;
}
._category > ul > li ul li:hover ul {
    left: 0px;
}
._category{ display:none; }
}


/* for tablet device */
@media (min-width: 576px) and (max-width: 767px){

.mob_menu {
    display: inline-block !important;
    border: solid 2px var(--blue);
    width: 50px;
    height: 35px;
    text-align: center;
    padding-top: 1px;
    border-radius: 4px;
    position: absolute;
    top: 20%;
    right: 5%;
    cursor: pointer;
}
header nav {
    display: none;
    position: absolute;
    top: 10px;
    z-index: 1;
    width: 100%;
    padding: 0px;
    background-color: var(--blue);
}
header nav ul li {
    display: block;
    width: 100%;
    border-bottom: solid 1px #395f92;
}
.mob_menu i {
    color: var(--orange);
}
header nav ul li a {
    color: var(--white);
}
header nav ul {
    text-align: center;
}
header nav ul li:last-child {
    padding-right: 30px;
}
.m-title h1 {
    font-size: 25px;
}
.box-b {
    margin-bottom: 20px;
}
.in_form label {
    text-align: left;
}
.in_form .text-left {
    text-align: center !important;
    margin-bottom: 20px;
}
.part-logo ul {
    display: block;
    text-align: center;
}
.box-bb {
    margin-bottom: 20px;
}
 
.get_form .form-group {
    margin-bottom: 0px;
}

.get_form .col-md-6 {
    margin-bottom: 20px;
}
.footer-links ul {
    margin-top: 0px;
}
.footer-logo {
    margin-bottom: 20px;
}

}


/* for medium screen devices  */
@media (min-width: 768px) and (max-width: 991px){

.mob_menu {
    display: inline-block !important;
    border: solid 2px var(--blue);
    width: 50px;
    height: 35px;
    text-align: center;
    padding-top: 1px;
    border-radius: 4px;
    position: absolute;
    top: 20%;
    right: 5%;
    cursor: pointer;
}
header nav {
    display: none;
    position: absolute;
    top: 10px;
    z-index: 1;
    width: 100%;
    padding: 0px;
    background-color: var(--blue);
}
header nav ul li {
    display: block;
    width: 100%;
    border-bottom: solid 1px #395f92;
}
.mob_menu i {
    color: var(--orange);
}
header nav ul li a {
    color: var(--white);
}
header nav ul {
    text-align: center;
}
header nav ul li:last-child {
    padding-right: 30px;
}
.m-title h1 {
    font-size: 25px;
}
.box-b {
    margin-bottom: 20px;
}
.in_form label {
    text-align: left;
}
.in_form .text-left {
    text-align: center !important;
    margin-bottom: 20px;
}
.part-logo ul {
    display: block;
    text-align: center;
}
.box-bb {
    margin-bottom: 20px;
}
 
.get_form .form-group {
    margin-bottom: 0px;
}

.get_form .col-md-6 {
    margin-bottom: 20px;
}
.footer-links ul {
    margin-top: 0px;
}
.footer-logo {
    margin-bottom: 20px;
}

}


/* for large screen devices */
@media (min-width: 992px) and (max-width: 1199px){}


/* for extra large screen  */
@media (min-width: 1200px) {

}

.mob_menu {
    display: none;
}